From 6b9c7f74f2ab3ec788ce6b0aa12291d914126d4a Mon Sep 17 00:00:00 2001 From: RobertGawron Date: Sat, 7 Dec 2024 13:04:48 +0100 Subject: [PATCH] cleanup sensor --- Hardware/Amplifier/.gitignore | 32 + Hardware/Amplifier/Amplifier.kicad_pcb | 8499 ++++ .../Amplifier.kicad_pro} | 438 +- Hardware/Amplifier/Amplifier.kicad_sch | 6100 +++ .../IonizationChamberHVShield.kicad_mod | 4 +- .../IonizationChamberSensor.kicad_mod | 4 +- .../IonizationChamberShield.kicad_mod | 833 + .../SwitchButtonGeneric.kicad_mod | 0 Hardware/Amplifier/fp-lib-table | 4 + Hardware/Amplifier/sym-lib-table | 2 + Hardware/PowerSupply/.gitignore | 27 - Hardware/PowerSupply/PowerSupply.kicad_pcb | 12865 ------ Hardware/PowerSupply/PowerSupply.kicad_prl | 85 - Hardware/PowerSupply/PowerSupply.kicad_sch | 2434 -- .../27ABatteryHolder.kicad_mod | 48 - .../IonizationChamberShield.kicad_mod | 76 - .../MR18650BatteryHolder.kicad_mod | 30 - Hardware/PowerSupply/fp-info-cache | 1 - Hardware/Sensor/.gitignore | 29 - Hardware/Sensor/ADC.kicad_sch | 2050 - Hardware/Sensor/AnalogFrontend.kicad_sch | 9033 ---- Hardware/Sensor/DataAcquisition.kicad_prl | 83 - Hardware/Sensor/DataAcquisition.kicad_pro | 100 - Hardware/Sensor/DataAcquisition.kicad_sch | 11453 ----- .../DIP-32_400_ELL.kicad_mod | 52 - .../IonizationChamberSensor.kicad_mod | 20 - .../LPT1440S-HS-05-4.0-12-R.kicad_mod | 22 - .../Nucleo32.kicad_mod | 54 - .../RFShield.kicad_mod | 21 - .../SSD1306.kicad_mod | 20 - Hardware/Sensor/Mechanic.kicad_sch | 343 - Hardware/Sensor/UserInterface.kicad_sch | 6682 --- Hardware/Sensor/chamber.kicad_pcb | 35353 ---------------- Hardware/Sensor/chamber.kicad_prl | 85 - Hardware/Sensor/chamber.kicad_pro | 578 - Hardware/Sensor/chamber.kicad_sch | 226 - Hardware/Sensor/fp-info-cache | 1 - 37 files changed, 15877 insertions(+), 81810 deletions(-) create mode 100644 Hardware/Amplifier/.gitignore create mode 100644 Hardware/Amplifier/Amplifier.kicad_pcb rename Hardware/{PowerSupply/PowerSupply.kicad_pro => Amplifier/Amplifier.kicad_pro} (56%) create mode 100644 Hardware/Amplifier/Amplifier.kicad_sch rename Hardware/{PowerSupply/PowerSupply.pretty => Amplifier/Amplifier.pretty}/IonizationChamberHVShield.kicad_mod (88%) rename Hardware/{PowerSupply/PowerSupply.pretty => Amplifier/Amplifier.pretty}/IonizationChamberSensor.kicad_mod (90%) create mode 100644 Hardware/Amplifier/Amplifier.pretty/IonizationChamberShield.kicad_mod rename Hardware/{PowerSupply/PowerSupply.pretty => Amplifier/Amplifier.pretty}/SwitchButtonGeneric.kicad_mod (100%) create mode 100644 Hardware/Amplifier/fp-lib-table create mode 100644 Hardware/Amplifier/sym-lib-table delete mode 100644 Hardware/PowerSupply/.gitignore delete mode 100644 Hardware/PowerSupply/PowerSupply.kicad_pcb delete mode 100644 Hardware/PowerSupply/PowerSupply.kicad_prl delete mode 100644 Hardware/PowerSupply/PowerSupply.kicad_sch delete mode 100644 Hardware/PowerSupply/PowerSupply.pretty/27ABatteryHolder.kicad_mod delete mode 100644 Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberShield.kicad_mod delete mode 100644 Hardware/PowerSupply/PowerSupply.pretty/MR18650BatteryHolder.kicad_mod delete mode 100644 Hardware/PowerSupply/fp-info-cache delete mode 100644 Hardware/Sensor/.gitignore delete mode 100644 Hardware/Sensor/ADC.kicad_sch delete mode 100644 Hardware/Sensor/AnalogFrontend.kicad_sch delete mode 100644 Hardware/Sensor/DataAcquisition.kicad_prl delete mode 100644 Hardware/Sensor/DataAcquisition.kicad_pro delete mode 100644 Hardware/Sensor/DataAcquisition.kicad_sch delete mode 100644 Hardware/Sensor/IonizationChamber.pretty/DIP-32_400_ELL.kicad_mod delete mode 100644 Hardware/Sensor/IonizationChamber.pretty/IonizationChamberSensor.kicad_mod delete mode 100644 Hardware/Sensor/IonizationChamber.pretty/LPT1440S-HS-05-4.0-12-R.kicad_mod delete mode 100644 Hardware/Sensor/IonizationChamber.pretty/Nucleo32.kicad_mod delete mode 100644 Hardware/Sensor/IonizationChamber.pretty/RFShield.kicad_mod delete mode 100644 Hardware/Sensor/IonizationChamber.pretty/SSD1306.kicad_mod delete mode 100644 Hardware/Sensor/Mechanic.kicad_sch delete mode 100644 Hardware/Sensor/UserInterface.kicad_sch delete mode 100755 Hardware/Sensor/chamber.kicad_pcb delete mode 100644 Hardware/Sensor/chamber.kicad_prl delete mode 100644 Hardware/Sensor/chamber.kicad_pro delete mode 100644 Hardware/Sensor/chamber.kicad_sch delete mode 100644 Hardware/Sensor/fp-info-cache diff --git a/Hardware/Amplifier/.gitignore b/Hardware/Amplifier/.gitignore new file mode 100644 index 0000000..656c5b6 --- /dev/null +++ b/Hardware/Amplifier/.gitignore @@ -0,0 +1,32 @@ +# Ignore backup folders +*-backups/ + +# Ignore session/prl files (stores UI layout, last open tabs, etc.) +*.kicad_prl + +# Ignore cache files (footprint cache) +fp-info-cache + +# Ignore KiCad swap files (temporary files when editing) +*.kicad_swp + +# Ignore KiCad lock files (prevents multiple instances of the file from being opened) +*.lck + +# Ignore auto-saved schematic files (created by KiCad for recovery) +_autosave-*.kicad_sch + +# Ignore auto-saved files folder (temporary files generated during editing) +\#auto_saved_files# + +# Ignore any file with "autosave" in the name +*autosave* + +# Ignore KiCad backup files +*.bak + +# Optional: Ignore project backup and temporary files +*.tmp + +# KiCad to Blender export files +*.pcb3d \ No newline at end of file diff --git a/Hardware/Amplifier/Amplifier.kicad_pcb b/Hardware/Amplifier/Amplifier.kicad_pcb new file mode 100644 index 0000000..d4c5390 --- /dev/null +++ b/Hardware/Amplifier/Amplifier.kicad_pcb @@ -0,0 +1,8499 @@ +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + (setup + (pad_to_mask_clearance 0.2) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0001000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(U1C-V+)") + (net 3 "Net-(U1C-V-)") + (net 4 "Net-(U2B--)") + (net 5 "Net-(TP31-Pad1)") + (net 6 "Net-(U1B--)") + (net 7 "Net-(U2A--)") + (net 8 "Net-(U2B-+)") + (net 9 "Net-(U1B-+)") + (net 10 "Net-(C47-Pad1)") + (net 11 "Net-(U1A--)") + (net 12 "Net-(C48-Pad2)") + (net 13 "Net-(C4-Pad2)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cd8042a") + (at 166.116 71.882 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C40" + (at 0 -1.68 90) + (layer "F.SilkS") + (uuid "6430f15c-629e-4348-a2cc-257a352801de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "53f0e7c4-5e91-4dff-ab1a-ca53c7f9ebf6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ccb23ad-b7e8-4d30-84bf-9bfab78a5ac6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d12e06e9-715b-4f90-a5b2-49d4bee41420") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60f8e427-41c9-4f4f-9125-57aaffd631e6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cd36164") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c56545c4-c001-4b18-bfe5-91acf4ecf77e") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21ac52eb-03f2-4985-a0aa-6e2f816478f4") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a40783ea-9f61-4de9-a0e5-2f0054ba3d65") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d698d84e-35fc-452b-9999-f116e161f818") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed916f87-94d4-4fe3-8d52-a0dc965838ee") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "737a7d0d-416d-46bd-9970-0ce880f1bc0b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5646c7c3-8623-4b45-b873-1a98a5213479") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7b68ec0-e5e2-4d07-bf63-9dd9bfa39e72") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3881fd7a-9533-4f90-8702-6824930d6855") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c4c560e-defa-4ca1-9ceb-c8493ca680f0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "19dafe5b-a372-4fe7-a738-7f4fc2042534") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(U1C-V+)") + (pintype "passive") + (uuid "8a7c060a-32d1-432f-895c-c3a7bc4a12f9") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "ecd6a78d-5c7d-4c65-af43-ff6957c8378c") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Amplifier:IonizationChamberSensor" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ce13d3a") + (at 154.704 68.072) + (property "Reference" "V31" + (at 0 -3.81 0) + (layer "F.SilkS") + (uuid "bc96095b-1a30-4f5b-be58-fe17e1e1c1ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Nuclear-Radiation_Detector" + (at 0 -5.715 0) + (layer "F.Fab") + (uuid "eb22e357-c62b-40c2-aced-92434673d2af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Amplifier:IonizationChamberSensor" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "27aa3372-d21e-45ce-95af-82391f244264") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ce3989f2-e98f-4a58-b10e-d8b992ff6064") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic radiation detector" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "73e8a14f-af0b-496f-8bd7-20c92fb8dd22") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cf2e667") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_line + (start -20 -20) + (end 20 -20) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9c31c38-9bb1-4209-a754-6b94b8f8417c") + ) + (fp_line + (start -20 20) + (end -20 -20) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45e50d68-850b-4ce5-8dd0-e3cbc291399f") + ) + (fp_line + (start 20 -20) + (end 20 20) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e789f39e-68db-410c-a944-c8eb0ab5d8ae") + ) + (fp_line + (start 20 20) + (end -20 20) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44151528-ec81-4d93-a61b-d8a1ef348b2c") + ) + (fp_text user "Warning, High Voltage!" + (at -0.635 22.86 0) + (layer "F.SilkS") + (uuid "b15495a1-8e27-45bb-86db-af2b6809605a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -15.24 -15.24) + (size 3.5 3.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "94ad9ccc-a544-41d5-9934-1c6a519c2800") + ) + (pad "" np_thru_hole circle + (at -15.24 15.24) + (size 3.5 3.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "96e856eb-0a67-4673-bad5-272cd7ccddb7") + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 5 5) + (drill 5) + (layers "*.Cu" "*.Mask") + (uuid "a2911f19-1a26-4d9b-b880-bd3f7791edf9") + ) + (pad "" np_thru_hole circle + (at 15.24 -15.24) + (size 3.5 3.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "b2d1857f-b7cb-4656-aae4-9914f66c500a") + ) + (pad "" np_thru_hole circle + (at 15.24 15.24) + (size 3.5 3.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "a701da13-0044-4d12-9731-4a95c5dc3127") + ) + (pad "1" thru_hole circle + (at 0 15) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(TP31-Pad1)") + (pinfunction "1") + (pintype "passive") + (uuid "c3608b40-f24d-48ac-9d03-5516adbe921a") + ) + (pad "2" thru_hole circle + (at 0 4.445) + (size 1.524 1.524) + (drill 0.762) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U1A--)") + (pinfunction "2") + (pintype "passive") + (uuid "f86b4211-1185-4e94-a5f7-128ced03293c") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ce6ddfc") + (at 165.218 67.821 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C42" + (at 0 -1.68 -90) + (layer "F.SilkS") + (uuid "7bfbfb20-b13d-4843-af6b-f8014044191c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 -90) + (layer "F.Fab") + (uuid "57808132-dee5-48e4-a1e1-4876c361eb39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "580f5390-e0cc-4cf0-a7ab-01ea630d15e6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0118874-bb74-476b-92b3-d2bbc1d6649c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66b726c2-bb4c-4753-82f3-7d4f9d3600fa") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cef9e41") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "100efeef-fbc2-48ef-b3bd-0d0e080a0b68") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "104d5801-31fd-4f28-8970-2e113def5ce7") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25c80cb6-61ea-4f27-ae2f-9bc597b418f2") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b051268-3c57-444f-ace8-2ebb67ea5546") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db44d306-8b9e-4b39-aed3-ac69228c86ee") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ada91e0a-b3d8-4a87-b5a2-26ec8f59abb8") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83f8d796-90e8-4c72-b8a6-fe97a7ae78c6") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2ccdcba-27d3-4123-a5b2-8a93cacb835f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be74f390-b26f-47e4-822a-070c5188b6cf") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa64b485-68a1-4754-91ab-97c5b4bff5e6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "F.Fab") + (uuid "e2859613-98bd-47aa-bfd7-260fd1417d44") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 270) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(U1C-V-)") + (pintype "passive") + (uuid "8489e3fa-efa5-4eb2-905a-f2c79b41b48a") + ) + (pad "2" smd roundrect + (at 0.95 0 270) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "2ebc44c2-179f-4562-9a58-3aaac2c0d64a") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ceddb2c") + (at 150.368 83.058) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP31" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "d937b387-4ef3-464c-9c01-1093dfb69c80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "f1c209a7-a9bc-42ea-8095-fbb6826d8b0c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "875ff00c-0636-4931-850c-deff6d835eaf") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a1e2ba39-08db-4785-8694-99597f0b232e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c72c66ca-0751-48c0-b2ff-7f9e8a8b560f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/00000000-0000-0000-0000-00005d77df7d") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "d217e021-0b80-4a9f-9192-7cc87e66e168") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c31e9bfb-76d0-4fa2-a3c5-bea228a18b6e") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "68d0acc4-38a0-468d-8ddc-7986266fab3b") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "256bc926-14a1-4c72-b60e-1efd1c1805cd") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "79d97381-1bac-4cf0-924b-6bf12e53e125") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "08b73acc-bc57-468c-ac3b-7b395b77eadb") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "26e31963-904b-46f8-a301-f574558c51a6") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "c2880c99-3f95-4099-b207-41a4f36d996a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "Net-(TP31-Pad1)") + (pinfunction "1") + (pintype "passive") + (uuid "ee392d7f-9627-4232-b4a8-5702e068f5dd") + ) + (model "${KISYS3DMOD}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "0ed5673f-0d65-4645-9680-4c49f37103da") + (at 95.0875 61.55) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "4ca52f45-a26e-4212-8b40-b86f4d094219") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "fdec3cee-cfc2-47d9-8bd1-d79dceecfb9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cedd3d9-40bc-4e66-8023-dc558a95d169") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e51c1b7-1fd7-4bb3-b720-8134d16911de") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "447959bc-1522-44a2-99e3-3e391da4b085") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/be897601-bf13-4853-9e3e-214b10ca8939") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "756539da-5084-4807-aa4d-0821af67403f") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "055fb63d-9f10-4c1a-8e4a-c454beda1a7e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e25fcbe-d243-4bdd-884c-84d06d97a327") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4cd14280-4ce8-42f0-b30d-d334acb4fa15") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdb9c939-8635-46a5-8a38-30c84469cbe9") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0fdf3da4-f611-492c-bd16-424dd9ab8952") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62970e66-deab-404b-b8f2-b92220fb497e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0143e6ae-e5e5-4cc6-810b-837017ce8bef") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4fa7092-9a1d-4df3-9e5c-3d909f0bd034") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8172e92-5ace-4888-9896-34cbebe6e710") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "43055ef1-1523-4c73-9067-4552002735d4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(U1C-V+)") + (pintype "passive") + (uuid "4932ccae-ba99-43c2-aa41-d589d3e044c4") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (pintype "passive") + (uuid "7d6baed5-c4cd-4e1b-aeb3-0f3872c84335") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "1b5e1db5-af21-4903-8e42-a396f4a35fd6") + (at 95.1075 58.57) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "1b9cecfc-d34a-4f7c-ac08-c2bc6c8cecb8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "3d27d60c-15e1-4133-b2b5-46189324b559") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11fd00d3-0414-4c4f-943e-1c2998fc40db") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "18f31cbb-44db-4c2d-b1d3-b930710ce090") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d21afcd8-f520-45b7-b974-75e835eeaecc") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/f554ccf3-cc13-4b5a-8855-d5d04d7cb1fd") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27d06b6c-05cf-497b-9227-11c55fa369f8") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5690e2d-654f-4b45-99b5-a2549b8abd71") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebd70097-38ec-44f5-9947-1980e7629520") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "868830f8-428a-4fb0-840b-ee6e2decc686") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd0ec493-8e11-41c7-b35a-0c8e853e2fc5") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51fe54d4-f344-42db-9787-e8037f35f850") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6cb97870-6f50-430e-a856-46a3bf95a80e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ece59d3e-8953-4f3d-8e7b-18713b91e892") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a0850fb-3bb5-40d3-818b-ba1323692fb0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80b6aac4-d0f2-4e5e-8b17-0d07147b63f3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "3866734c-c2b3-4c0e-85e7-3935540b1996") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(U1C-V-)") + (pintype "passive") + (uuid "a8c93195-ea6c-4ea2-8bbe-0baf5f88f3e5") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "13ea070a-80c1-476d-aeec-a075cfff5fd2") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "428ce9d8-1260-4008-8673-b4a72c71a8eb") + (at 198.25 83.05) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP2" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "36da662e-20e4-470b-a30b-e00e2d18d895") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "7bca057c-aad6-4fd3-9b5a-f8620ea33d71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e646182-9f4f-48bf-ab6a-121c74bd98ea") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6140094-b8c0-43cb-a764-a5d8ac03cfb7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc926f54-7401-4877-bc10-5d80a05a33f9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/87bf3993-8203-4b1d-8f8f-2b29e22eb29e") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2fc10a85-7ed2-4015-844a-0c9812271d98") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "7eec2da0-d9a4-412d-9882-2ceedcc3478b") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "81a2d926-f9a4-4371-ba3c-f798e7278ba7") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "8bb5c65c-37b6-4d13-9dc2-fc852071391c") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "dff3641e-ff86-42b6-904a-4c8135f5c4a7") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "b26db232-f5c6-4ca9-83c5-e9e4bfcce89f") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4752a530-b353-4f92-aa9a-3a535a2e9a24") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "c63519d1-2254-400c-b721-f7d13da8f9f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "7529fcf3-b492-4df6-a29c-80c0e783148d") + ) + (model "${KICAD8_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "4dd3c840-a425-4245-b564-88d1d766212d") + (at 90.3575 66.68) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP3" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "eb55f070-e59f-483e-987f-a2adbbe82a07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "87852142-3b84-4e9b-a579-c03bae6611fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ad779b7-796c-4128-bf5e-038f0d2f39b1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efcb0941-44c2-434a-923b-172cc2222c62") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8864546-22a3-4a69-aa93-ad88ef8c80fd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/d7b47c95-f712-4f9c-8fb8-d621a7ea65c7") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "971b06eb-d592-40c2-80ea-0cb42231558e") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "93b6a4dd-f972-4a95-8cf0-f684217a3309") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "ff7e6983-c83c-413b-a7c0-f63f199159f1") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "1b324643-5c72-4e62-83d8-25acd679b8c2") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "6d98d4b2-e89b-4231-837d-ac09d5e20d5b") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "3d33107c-d77c-443c-a390-13605b17b9b1") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "51faa84d-ba30-4453-8cd4-ac6acf1ba6a9") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "eb6fbad8-e084-4876-8558-a5836bdecd64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(U1C-V+)") + (pinfunction "1") + (pintype "passive") + (uuid "a0e800cb-812c-4295-a57e-355905ba9453") + ) + (model "${KICAD8_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "5535bb8e-f039-4e7a-9aa6-3f8d87181a0f") + (at 95.1075 55.56) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "5c212cb5-b781-40be-b15d-920eb4ebe996") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "af914393-0756-44ca-b3b4-0ca9c893d56a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a89632c5-d5e3-45c7-b3b3-a783e4dc0b2b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45beb8c4-fbbc-48bf-9a30-368abca5012f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d335e7b3-af12-4015-8af3-d3987d5e5d0b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/856f1fa9-043c-4e1d-af91-a161b3a6cc9e") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b11e587-8b7e-4393-9cef-b53d81828421") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bec3dd66-3670-4088-b1fc-3a62b1b776cd") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f80be7b-6b76-4d74-a9ba-3578a6d5945c") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6afb9d74-533e-46d4-8076-028e9a140c08") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e929dbb9-7879-4ea7-9b97-71ee31f2269c") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5155b093-11b9-46e0-b47b-24974f53a0a7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83804b9e-3160-4187-a37f-74ddcce577f0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e11a028-899d-45d8-bba8-cf88a3eb6514") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0523b177-7c57-42b6-b741-f94f0c97e615") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43156fba-0c4b-4704-b476-a70f796967cb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b52d37b8-66bc-4291-973c-6dc4f2b5f42d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "9084758d-c5ac-44ff-a80d-4ee9467ec3d3") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(U1C-V+)") + (pintype "passive") + (uuid "cf022868-f699-4772-9f3f-d6c2bf6f3381") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "630c1bd6-5d3d-443d-bd17-510b488ea15b") + (at 90.3575 71.73) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP4" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "2cbfedc8-d04b-44e6-aa74-98177a7036f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "948edb05-d1fb-4c02-9e03-fc055767b64d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f72d351d-30f8-414f-ba7a-8ee73888d789") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee95fc6c-f4ea-411d-ad04-37d38fab5f24") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70653016-bc55-4d32-87eb-b996c5439353") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/f2e059bf-4a5f-488b-a6fe-5aaea1a85d8b") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b5e7616c-6c6a-49fd-81b1-29216f4c6056") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "90c2f930-81d7-4498-98e5-d330f4b4ff5d") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "bddc8b28-bf80-40b5-aa48-b390a623813b") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "79c15792-3f25-4e5f-a114-8a717c1d467a") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "49b365e5-a8a9-4506-b401-8dcbc4d33793") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "e5a41448-24f3-4808-9dcd-d61295505446") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a4396f99-5ef5-4032-b2fe-45853eb527c9") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "cce5d054-56b7-4b46-8368-dd6899ad14ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U1C-V-)") + (pinfunction "1") + (pintype "passive") + (uuid "57039dee-9005-490c-a31b-066d89a5e147") + ) + (model "${KICAD8_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "7c8c80ac-41f3-4db2-a069-5e9957f6aec6") + (at 198.25 78) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP1" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "fb6c8ca2-c8fd-4a28-a419-b295aee46de9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "c7896172-1d52-414f-9381-81252a9c4238") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83f561f6-aebd-4edf-81c8-ed7dc26ad8b8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "435239f1-f8a8-4d87-88ec-abac3243a665") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "119efee7-0eab-4128-9592-40eebc36dd06") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/d9e417dc-ef0f-48f1-b540-4814bbcf7576") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "28731aa4-09c3-4923-a26d-33b1b1f936f3") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "49130b33-ce7f-4365-82bd-b0e76deb6173") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "98217d70-a9dd-4eb5-9fdb-9f538f90894c") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "a1bb7eaf-e325-49f2-9c0c-8c0ff6d6e278") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "929c6df6-61a7-4a79-8f17-18426f689cc8") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "f76f53d2-7af4-49fc-b991-406f34787577") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "00b80835-c15f-4c4e-b76a-bec5fed2eec2") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "26d54b40-f90e-4bb2-83d1-d83a4653b5a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "Net-(U2B--)") + (pinfunction "1") + (pintype "passive") + (uuid "6af40a69-fb86-44e2-b6ea-c7a045c41b56") + ) + (model "${KICAD8_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "F.Cu") + (uuid "963b32de-92c4-45a5-9f41-ce39a3ace84b") + (at 90.3575 76.78) + (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") + (tags "test point wire loop bead") + (property "Reference" "TP5" + (at 0.7 2.5 0) + (layer "F.SilkS") + (uuid "2e1c22bd-2395-424b-938e-c2dfe2a615c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 -2.8 0) + (layer "F.Fab") + (uuid "83ec3a1c-9f2f-4e94-b78f-4bfa51ef2687") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3a87706-78a4-452d-86cd-b0788cca0903") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6df43bb9-e23e-4c7b-bfb1-ae8f6495e9f6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24c7c420-01fe-4f76-a2ec-120d37f5377e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/d93ce7b8-2252-47b6-9593-3a3b487ab9a5") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_circle + (center 0 0) + (end 1.7 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "cdbe4329-5ecb-4e78-bc67-78d8fcfbcdd5") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "43b602bc-b164-40f7-838f-7807ff982113") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "51838627-3066-4adb-ab9e-c0874b8ebcc7") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "a9b7f540-3b98-47fd-820a-08e97fc079d3") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "42a6e230-c626-44e1-905d-667a1cadbf58") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "1b43f41e-c55c-4e87-b95b-993b4a5f4594") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "7dd688fc-9130-49ab-8aa2-9f980c354927") + ) + (fp_text user "${REFERENCE}" + (at 0.7 2.5 0) + (layer "F.Fab") + (uuid "14503837-df19-4cf5-bad3-1de075892033") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "7d352af6-b548-4ed9-817b-bec112e6d2af") + ) + (model "${KICAD8_3DMODEL_DIR}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "ecc04950-7a1c-4be7-a556-7542b6caacf7") + (at 95.0875 64.5) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "773c8e7d-ea0f-476d-9bc2-48c818e849b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "85fcdec4-8ab4-40cb-a33a-a157fa776f5b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf5bb1e8-eeac-463d-8da3-dc1145a82afd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4eab662b-0799-4d51-929e-d8c4137d1868") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "922e31c0-7f1c-4da0-b987-b7fa39872f31") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/b07097cb-670a-4919-804f-9f5a721de5e9") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "571da9ec-a226-4336-8f9d-2dab9cfd4b88") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b60fc5d-cb7e-4e68-8398-753e02a604b9") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48df4fe4-85f8-49d7-aef7-ca68879fa9b0") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa1fdbd4-77c8-40c4-90ce-c04e49589cd5") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5dc7c6d-56a5-47a9-b14c-6b8e7da2160c") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93373c10-85e8-4896-93d2-babf7157f152") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "810f6352-02ef-4419-85fa-ce7955b3123c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52c51f00-b93b-40e1-b0cc-886768ae2263") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2269d7f-7369-4c29-8754-3f16a26a022c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "091297db-5237-4e9f-88ec-2b7310f63268") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ba5131f3-8431-4d25-a471-cc7e797ec0e3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (pintype "passive") + (uuid "0ee80a56-8ea2-4c69-ac02-ac541c35d1d6") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 3 "Net-(U1C-V-)") + (pintype "passive") + (uuid "6f0697c1-0993-489b-9d0f-9c7b098445c5") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd80419") + (at 186.722 85.09 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C45" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "72bdb945-4dd4-4d1f-beb3-bbc4a0624d40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "85a77691-496a-4ac1-b03f-7c2bc6597a44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "291c8246-663c-4edc-8308-d8e31a2afb88") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "adc2be69-1754-423f-aaa8-68826811c334") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "f29daa8c-0dba-4bd7-9cf9-b9c8eb87c85a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cd3762b") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ee85e50-3c79-47c2-8e9e-88b18363d2b3") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "51ea82ab-6b26-40fe-807e-bf6e157e1dda") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "29ab9d6d-e342-4bdf-8572-aee39ada46d6") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9092f497-c6cf-4e4c-8607-b1ba7366c3b1") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a423710b-ac61-44ea-9cbf-28faa6d76fbc") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "802a3660-e2f3-4dbe-af91-07948443d7d2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3a555deb-07a5-4555-987c-ed33a09ff3b3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8e7b375a-90d0-433d-8c90-bc10b7ed0401") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d39417ef-55c4-4289-b7d8-67c7964ef09a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e9a0d5e-d565-4ed1-ab15-17ecdc353f17") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "7e400c6b-b0e1-4e82-b874-7f79866c7440") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "a7b91799-d7d3-40cf-a34e-a5014cbf9d60") + ) + (pad "2" smd roundrect + (at 0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(U1C-V+)") + (pintype "passive") + (uuid "617078b2-48ad-41fd-a028-9a8c553b9428") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd80487") + (at 159.544 72.653 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R38" + (at -3.547 -0.032 -90) + (layer "B.SilkS") + (uuid "33d88e42-b7f5-43d9-b988-d40e63c44e81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2*50G" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "2a270eec-1112-41f6-ae4c-34468622618f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "ab84f097-3d9a-419c-96fd-74c20ada82a6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "f3949c1c-c225-4f2c-9bed-47b34437970b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "74e7f8f4-f075-42b0-9383-6a8322e67805") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ccf4d7c") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.71) + (end 0.261252 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "60a50725-9316-4afc-a557-831f1c2bd392") + ) + (fp_line + (start -0.261252 0.71) + (end 0.261252 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3eb58c80-df6d-4cd7-a80a-7e72b1643835") + ) + (fp_line + (start 1.85 -0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "76b4f259-d998-425f-8fa0-bda016bd0b91") + ) + (fp_line + (start -1.85 -0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0377d90a-13c0-44b0-84da-f04f1b001a39") + ) + (fp_line + (start 1.85 0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0a4414e0-44e4-49e5-b425-1938578366ec") + ) + (fp_line + (start -1.85 0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "675dd103-c496-427a-9250-5874c16da252") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "327428a9-5096-40c3-9643-a88d3536ff31") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0dc69d13-4d69-4a22-9c38-a7c75cb1171c") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8dcdb0ef-f996-40a7-8303-954e28df91a2") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "968b5ed2-d186-43f3-9a19-14d7e8fa6ba7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "3a305da0-51da-498e-a2f3-8d02d8084f53") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.025 0 90) + (size 1.15 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.217391) + (net 9 "Net-(U1B-+)") + (pintype "passive") + (uuid "14925d24-1994-4cae-bb7e-9d96e207014e") + ) + (pad "2" smd roundrect + (at 1.025 0 90) + (size 1.15 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.217391) + (net 11 "Net-(U1A--)") + (pintype "passive") + (uuid "6dfa10d0-3f68-48a4-a3ba-26e3a32a2242") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd80498") + (at 172.244 65.532 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R39" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "f7ad3805-b37d-4503-b97c-c3bff5321f79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "bc4b8740-c6cc-43ff-8fcf-b585e3c01478") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "ee1bd26a-ffd6-49c1-9521-813b2603ae2b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "45b17868-cd40-4b9d-8990-840c5bbe4d5b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "74f5b7b2-6f86-49b6-8fc7-71511d21b348") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cd05f00") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "72a82e93-9bbf-4bec-bb0f-a238a5908ab9") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1777fe74-daac-4457-aa68-7410cdd4bfae") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1fac7997-67f1-4b04-a48b-5781946cb7a7") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ebe3a5c6-4557-4785-95fb-444f92516fce") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "70659d49-efe7-4f26-8c6d-1668dd3e8660") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1cd96ab1-308e-4eab-a216-4ba107563994") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "325cbbe8-acda-4189-b065-72e1db04b5b6") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9de3b6af-cc68-4a57-8663-4f58834e2a42") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf05b6fc-539a-4f3e-9d10-e6d1f07d7f25") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0ba5ed6e-6eb4-45a4-b4ad-92e4ab8447b9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "6d715c59-152e-4b21-b689-c334f81d6da6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 90) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 6 "Net-(U1B--)") + (pintype "passive") + (uuid "c2eaaaf4-f1e3-4efa-8f0a-d09ed1b79e04") + ) + (pad "2" smd roundrect + (at 0.9125 0 90) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 10 "Net-(C47-Pad1)") + (pintype "passive") + (uuid "f4b7c6ce-55b0-43f0-b922-5c090a0b2916") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd804a9") + (at 172.244 69.587 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R40" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "cb826c51-269f-4923-86f6-30e4787b599b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "120k" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "bad06f87-afad-4c29-9e11-26a451806ef4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "f88e8746-f6ba-4d02-9a3f-109cea2a616b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "d53f7c40-166b-4e12-a51b-5bef6f91c7c2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "2e3b1d1b-35ce-41de-9653-72d5e7f296b0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005cd05f9a") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "88333d20-9036-45a5-b2f2-a9702c94650f") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "305192b1-956b-4203-8baa-42638fa750c2") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a6a24b60-2a94-4d8d-a518-6309c0f92eed") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e8670cd6-f6b7-4893-931a-fab5a6d9591e") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "80dacf62-2f41-4f2d-9ac4-0c39c3008d55") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7be44624-5475-4d44-9f43-4495519fe409") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b25ba8d5-6255-4024-9ff9-8000be221ac5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3caf711a-f001-4065-b837-9448e7a69dd8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62eee057-7bed-43fe-a3f7-d5932a051597") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "694f5bd7-fa0c-4140-8a2e-0f60b387fc7f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "1c46d2bb-182d-4cb1-8a0b-66c0d68bd8fe") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 90) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 13 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "33fdd46d-5bd2-4b3f-9f0f-5fce69b62ced") + ) + (pad "2" smd roundrect + (at 0.9125 0 90) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 6 "Net-(U1B--)") + (pintype "passive") + (uuid "153d5a69-2e34-43e9-980d-712260693331") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd88154") + (at 157.004 72.653 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C46" + (at 0 1.68 -90) + (layer "B.SilkS") + (uuid "e66761b8-8fbd-486b-9ddc-a32f3a593440") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "not mounted" + (at 0 -1.68 -90) + (layer "B.Fab") + (uuid "a02e6061-cbf1-4877-afd8-cb1b09fbc411") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "881157c1-d4e5-4096-a75c-b275a6ba7e36") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "fd73a8f9-99a1-449a-afb8-52709f8e86cf") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "1343a892-599e-474b-93c0-72be42ce7cf0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005ccf4de4") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad207b5d-25dd-4214-908b-220afc72f774") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a10c7c77-c5f2-44f5-b951-51b60edc9d4d") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f92d64c-4930-40a5-aefe-a36c6d08d74c") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "31641d13-79d2-402c-a5b8-e920322fd655") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "26cc1623-fe00-4827-a9a0-5f9009da1d16") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "707d74d0-3d01-4a85-8501-4079d505a545") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c9cad4f-ef82-44c8-ae84-c1c0274d91b4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "154e5f84-116a-49cf-941e-a4878ebb142b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "97b140c4-94b8-42a1-9363-0b70b46ebb98") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4d7cc36c-3971-41db-b2c5-660de8d5bf80") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "58f4fabc-49a4-4e0d-8e1e-0fcbdfc95984") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(U1B-+)") + (pintype "passive") + (uuid "8b603238-9ec6-4fb6-a850-3f4c4002243a") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(U1A--)") + (pintype "passive") + (uuid "fd25b042-ceb8-47b3-894a-40834df23b9e") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd88184") + (at 169.196 62.992 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C47" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "742281fa-8823-4975-9626-8fa347167321") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0R resistor" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "ee59fa11-8b45-4248-bf66-1f0a63b5e7d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "b686f8dc-5226-4e81-a2d4-a11393cf5a5a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "f0fc9ddb-8977-447c-a9c3-006c6d9efb92") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "3fa0f813-ea29-4bd1-971f-21a6a3b952bb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cd06fd8") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "215f7295-023e-48db-9aae-e4a78c053cc6") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "727adcee-5570-43b3-866a-59582addd289") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f06a2968-3267-406d-b208-84d0426f63c9") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "252a1a88-66a0-45e9-9f8c-81daf4ac0a9d") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "31d30ffd-e33d-4962-a174-f708e2e3ad36") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ff809214-4570-4d14-9632-39507dabcd97") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9525e017-c54b-4205-835d-86f03cbc7d2b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5310e74-230e-4400-b749-068ea8dee5b2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8905d9ea-148b-478e-8ada-7ce05a68f791") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f8744e47-52c3-4cf6-bd8a-59a746b557d6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e3c944f1-ad20-4591-bc66-4b1232803ff7") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 180) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(C47-Pad1)") + (pintype "passive") + (uuid "b35d3e56-ba9b-4ba1-886e-06ceff677a6e") + ) + (pad "2" smd roundrect + (at 0.95 0 180) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "9956d79a-dd9d-439b-b1aa-0a9ba6751a3a") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd894c2") + (at 183.388 75.438 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R41" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "bc984380-de4d-4415-b994-138caf653481") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "7cbc3df2-c928-41b0-bfc6-489277146736") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "2af05475-0ddd-46ce-968d-1bdd4c9b6ba2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "dcdac56f-43bc-4068-ba74-9868a6d53b47") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "cb1346cf-2c67-4102-b3e9-4ba1467fbd1f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ceb9f44") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e7a6731-6456-45b5-8ee6-8e35cdfa6591") + ) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9004a379-2abb-4b30-b350-64fbd952310c") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3ff42ec4-b95d-44da-8319-8ddc3e618c66") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f43b1e7-5404-4cf1-b2ba-704b98b81c5a") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bbcbeabb-eb39-4b7c-9e52-8fd8daaf4038") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2f8a8eab-0650-41b9-897d-9c9c7238d236") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d6f3cf99-72b8-485d-a3ca-9fcc7466d891") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87822331-ca0d-47dc-9dd8-977ec5fbe4ab") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "905d36fc-95ed-45b5-a841-a105f369a68b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "540e844b-caa9-4651-8c3d-e2c65a12ce97") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "10c224cd-1799-4a38-a25a-c8d87dbba6ce") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 90) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 7 "Net-(U2A--)") + (pintype "passive") + (uuid "63109719-50cc-423f-89db-9f4ba2427066") + ) + (pad "2" smd roundrect + (at 0.9125 0 90) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 12 "Net-(C48-Pad2)") + (pintype "passive") + (uuid "cc6652e2-1638-4ca5-8fcd-a0d543906d9b") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd894d3") + (at 186.69 76.2 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R42" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "35592c87-f6d7-4418-b0dd-43a9de5b7907") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "120k" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "6f6c4ade-8a87-4641-ac18-9d500c0f6e78") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "1f360c0e-b749-43a4-8245-891d4ed9748e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "a412796f-77b0-432f-a9aa-d98206c5af0d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "ade27232-ecf9-420f-bd4c-b06f0c447255") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "R_*") + (path "/00000000-0000-0000-0000-00005ceb9f4a") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.227064 0.735) + (end -0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba011f64-1ec2-4798-8f80-f141ce328018") + ) + (fp_line + (start 0.227064 -0.735) + (end -0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "471fec8d-b9d0-48ec-a012-8c33160f7ab8") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8e4e41f4-3110-48f1-8daf-ec0c3e123ee7") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3a680262-3583-4ac9-9941-a7503ec3f3dc") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5461594e-687e-4d96-af26-7f77c4f14b79") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "430cd80d-74fa-4221-8516-29937ff58c20") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8df87806-ddfe-4b2f-977e-79fbdb3a7a70") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65ad6bff-4e2c-4d37-920b-6b07387f4605") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ee8ef3fa-f15f-4fa6-8868-8babb98de95d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b41dc74f-03b1-44a4-820f-7b39fc3dee1c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "97394943-0f7f-4b91-96e3-b5d75a701fc1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 8 "Net-(U2B-+)") + (pintype "passive") + (uuid "32142e72-b690-402c-af3c-f8f7f7451902") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 7 "Net-(U2A--)") + (pintype "passive") + (uuid "ba1e189e-aba1-4496-a5d7-ee3e5a9fdd79") + ) + (model "${KICAD8_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Amplifier:IonizationChamberShield" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ce2f49b") + (at 194 41 180) + (property "Reference" "J1" + (at 40 -25 0) + (layer "B.SilkS") + (uuid "3568c6ee-2992-4bc9-9a47-3e39304244a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "RFShield_TwoPieces" + (at 40 -30 0) + (layer "B.Fab") + (uuid "75c83b4c-3857-49df-bed0-0398b20209c8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Amplifier:IonizationChamberShield" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "70cba53a-fdcd-4c1a-a4d3-b24f4bd082db") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "8797579f-8871-4df9-a9ff-1d7d6a1b8259") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Two-piece EMI RF shielding cabinet" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "342ec871-5579-4626-8af7-2a7fb2877964") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/58fda2c2-da45-4b3d-bac0-89fb03a9b907") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 -53.5) (xy 80 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "eb9a0218-839e-44aa-8174-bf9a42dfd13a") + ) + (fp_poly + (pts + (xy 80 -7.5) (xy 72.5 -7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "72e2786c-90ba-4e1b-8808-12ed3b4f41f5") + ) + (fp_poly + (pts + (xy 80 -55) (xy 72.5 -55) (xy 72.5 -47.5) (xy 80 -47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "55135fdf-29f1-4a23-8bf9-a5c330933853") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 -7.5) (xy 0 -7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9e63adbb-4b06-45ff-80cd-6349ce74fa65") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 80 -1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "805e3e56-db61-4030-95d1-85bb2bcf66f4") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 1.5 -1.5) (xy 1.5 -49.5) (xy 0 -49.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2dce8a73-e3df-4ac3-a6ba-f45005b61433") + ) + (fp_poly + (pts + (xy 0 -53.5) (xy 1.5 -53.5) (xy 1.5 -50) (xy 0 -50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e17ed4bb-25d4-4912-b323-4f7f15563798") + ) + (fp_poly + (pts + (xy 0 -55) (xy 80 -55) (xy 80 -53.5) (xy 0 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "fdc01a71-6ee9-4a1d-a555-3d6ca20b8077") + ) + (fp_poly + (pts + (xy 0 -55) (xy 0 -47.5) (xy 7.5 -47.5) (xy 7.5 -55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4b03a49d-389a-4b2b-9366-dee2e2ec78f1") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 -53.5) (xy 80 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "dd437b3b-4d33-4150-94c6-e3fb24796617") + ) + (fp_poly + (pts + (xy 80 -7.5) (xy 72.5 -7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "0ca5beef-66a0-4ba0-8e06-291770b12b00") + ) + (fp_poly + (pts + (xy 80 -55) (xy 72.5 -55) (xy 72.5 -47.5) (xy 80 -47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "fa09c1b6-56ad-4fca-b6a6-c6728bb0c9a5") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 -7.5) (xy 0 -7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "35146663-c6cb-4210-93a9-8572e096fcbe") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 80 -1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "1612bf11-aaee-4e3b-9f8d-af0ffe73a944") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 1.5 -1.5) (xy 1.5 -48.5) (xy 0 -48.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "286cbcc8-b7b1-44fe-8adb-e7dcd849b302") + ) + (fp_poly + (pts + (xy 0 -53.5) (xy 1.5 -53.5) (xy 1.5 -50) (xy 0 -50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "b631a0ba-db64-4004-b4dd-d81b0ea0adf9") + ) + (fp_poly + (pts + (xy 0 -55) (xy 80 -55) (xy 80 -53.5) (xy 0 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "f005712f-fa2f-4eab-b3ac-233d1b674ed5") + ) + (fp_poly + (pts + (xy 0 -55) (xy 0 -47.5) (xy 7.5 -47.5) (xy 7.5 -55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "32a9750d-468b-4c0a-8277-71252d573475") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 -53.5) (xy 80 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "4ca33543-1362-436e-8b99-67a71aad550f") + ) + (fp_poly + (pts + (xy 80 -7.5) (xy 72.5 -7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "15d44ab7-79be-4a46-91cb-63ac2a6a20e9") + ) + (fp_poly + (pts + (xy 80 -55) (xy 72.5 -55) (xy 72.5 -47.5) (xy 80 -47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "234be5b5-a1c4-43cc-a14a-002b72adb729") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 -7.5) (xy 0 -7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "ae8b0489-402f-4e2f-9e2d-2eaacbda0423") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 80 -1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "1117d212-7369-4cda-9d00-e49c8ca627cf") + ) + (fp_poly + (pts + (xy 0 -14) (xy 1.5 -14) (xy 1.5 -48) (xy 0 -48) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "35fb0bc6-be6a-4f0f-b617-bce404eeb7a7") + ) + (fp_poly + (pts + (xy 0 -53.5) (xy 1.5 -53.5) (xy 1.5 -50) (xy 0 -50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "7dd817e7-699f-4e92-9083-2806aa97c49c") + ) + (fp_poly + (pts + (xy 0 -55) (xy 80 -55) (xy 80 -53.5) (xy 0 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "c5a52de1-95a2-45f1-bf05-224208965578") + ) + (fp_poly + (pts + (xy 0 -55) (xy 0 -47.5) (xy 7.5 -47.5) (xy 7.5 -55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "fe9e300d-d37d-455a-bcf4-f3199e0ecc02") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 -53.5) (xy 80 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "133e4965-54db-43f6-bd6a-15d3c6850d3e") + ) + (fp_poly + (pts + (xy 80 -7.5) (xy 72.5 -7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "19805a44-e48b-445f-bb75-15b2baa9beec") + ) + (fp_poly + (pts + (xy 80 -55) (xy 72.5 -55) (xy 72.5 -47.5) (xy 80 -47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "21e2345d-06ba-45d3-b68b-3054012e27aa") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 -7.5) (xy 0 -7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "2d618b86-b044-4bb8-9913-bf6ba23bd7d5") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 80 -1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "6929d169-3db3-4003-81ca-4944e36561c9") + ) + (fp_poly + (pts + (xy 0 -1.5) (xy 1.5 -1.5) (xy 1.5 -47.5) (xy 0 -47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "4dd2efef-7417-45c1-87f6-59ceecbac91f") + ) + (fp_poly + (pts + (xy 0 -53.5) (xy 1.5 -53.5) (xy 1.5 -50) (xy 0 -50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "379bc89d-f533-491e-a464-9f68f54c0ff4") + ) + (fp_poly + (pts + (xy 0 -55) (xy 80 -55) (xy 80 -53.5) (xy 0 -53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "2eccc6f0-8ace-46fc-9192-cabccfdcf027") + ) + (fp_poly + (pts + (xy 0 -55) (xy 0 -47.5) (xy 7.5 -47.5) (xy 7.5 -55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "c22a37df-50cf-4da3-8c56-fc845bf18956") + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "73237604-796c-44a9-975c-74b11e31784c") + (pts + (xy 118.75 46) (xy 118.75 91) + ) + (height -10.25) + (gr_text "45,0000 mm" + (at 127.85 68.5 90) + (layer "Cmts.User") + (uuid "73237604-796c-44a9-975c-74b11e31784c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "c1e7b1ae-a48d-403e-a478-4332ee0cd279") + (pts + (xy 114 96) (xy 114 41) + ) + (height -5) + (gr_text "55,0000 mm" + (at 107.85 68.5 90) + (layer "Cmts.User") + (uuid "c1e7b1ae-a48d-403e-a478-4332ee0cd279") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "ea1caac3-f997-46f2-87c3-0fe9eb67e702") + (pts + (xy 194 41) (xy 114 41) + ) + (height 4) + (gr_text "80,0000 mm" + (at 154 35.85 0) + (layer "Cmts.User") + (uuid "ea1caac3-f997-46f2-87c3-0fe9eb67e702") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "f5a31e97-049e-4afe-b23f-4d7ada0e0c97") + (pts + (xy 189.25 46) (xy 118.75 46) + ) + (height -7) + (gr_text "70,5000 mm" + (at 154 51.85 0) + (layer "Cmts.User") + (uuid "f5a31e97-049e-4afe-b23f-4d7ada0e0c97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (pad "" np_thru_hole circle + (at 0.75 -35 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "bf3d11f4-cc5d-4205-a42e-2bc50a870dba") + ) + (pad "" np_thru_hole circle + (at 0.75 -30 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "7fc09ad0-d9cd-442b-b80d-90feda3658c7") + ) + (pad "" np_thru_hole circle + (at 0.75 -20 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "1862bf6b-3dbb-4520-895e-babacc431e9f") + ) + (pad "" np_thru_hole circle + (at 0.75 -10 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "9732e802-e988-4251-898f-4a2617be1a09") + ) + (pad "" np_thru_hole circle + (at 4.75 -50 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "27ad4443-b9c5-45e0-8a46-880ab9a00c40") + ) + (pad "" np_thru_hole circle + (at 4.75 -5 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "848b6fb8-197e-4bde-939b-e717f2251dba") + ) + (pad "" np_thru_hole circle + (at 5 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "8b5203d6-dc88-4cb2-a28b-6e13aa29f13c") + ) + (pad "" np_thru_hole circle + (at 5 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "b78cfae8-8550-4a9c-8054-c861dde16944") + ) + (pad "" np_thru_hole circle + (at 15 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "473e4b09-86c1-4042-a06f-6722a8d594d6") + ) + (pad "" np_thru_hole circle + (at 15 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "d768f7e7-d9ac-4601-88cf-7c30a8710027") + ) + (pad "" np_thru_hole circle + (at 25 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "c1990dbc-f83b-4f0a-bb04-68b26a7c37ce") + ) + (pad "" np_thru_hole circle + (at 25 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "f60ca10d-b327-4c2c-8471-5e77231b4e54") + ) + (pad "" np_thru_hole circle + (at 35 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "ece55f74-c8f5-4b6f-b6a0-2d829702ddf7") + ) + (pad "" np_thru_hole circle + (at 35 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2155554e-27f9-4572-8fbf-16213a2bc58d") + ) + (pad "" np_thru_hole circle + (at 45 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "f1db7cd4-d09d-400b-9983-03ddb96fb81b") + ) + (pad "" np_thru_hole circle + (at 45 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "575cbf05-6c4d-4230-adeb-06721a978350") + ) + (pad "" np_thru_hole circle + (at 55 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2b981fc0-5bea-4053-9230-7e910f609774") + ) + (pad "" np_thru_hole circle + (at 65 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2dcfe652-5439-45e2-b59c-61b6a207dd7e") + ) + (pad "" np_thru_hole circle + (at 65 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "85d5bd61-c4e5-4bd1-a20b-eeb887cb7b5e") + ) + (pad "" np_thru_hole circle + (at 75 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "bc0c49d1-f579-42d0-95a4-1a07999bd257") + ) + (pad "" np_thru_hole circle + (at 75 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "d05e01dc-2560-4aeb-95aa-49a7f0907d3b") + ) + (pad "" np_thru_hole circle + (at 75.25 -50 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "4bd5b383-e6b5-41b9-893c-f198ea3172cf") + ) + (pad "" np_thru_hole circle + (at 75.25 -5 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "8b66837f-cd60-468a-b66c-b74ebd7f6b52") + ) + (pad "" np_thru_hole circle + (at 79.25 -50 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "d078f2ae-9b24-4a50-8d4a-2c47b142d282") + ) + (pad "" np_thru_hole circle + (at 79.25 -40 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "85e567a5-9072-4e10-8a5a-58b9927f7e05") + ) + (pad "" np_thru_hole circle + (at 79.25 -30 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2642eaaa-8f25-455d-90af-9430851e7087") + ) + (pad "" np_thru_hole circle + (at 79.25 -20 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "69a6e2f0-342f-4d85-b046-83b9de71428d") + ) + (pad "" np_thru_hole circle + (at 79.25 -10 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "d88ac77c-f7f4-4366-ab11-8f1e7462644f") + ) + (pad "1" thru_hole circle + (at 55 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Shield") + (pintype "passive") + (uuid "e1e5c532-5597-459d-9a5a-3f25209f80ae") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ce6de31") + (at 178.045 78.232 180) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C44" + (at 0 1.68 0) + (layer "B.SilkS") + (uuid "3393da99-6ace-4da3-a15e-c2889bf848c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 0) + (layer "B.Fab") + (uuid "c174c9f8-cde8-4bff-bfe1-24309cdfdc90") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "121df413-52b6-4277-984e-37fa5da2910f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "729febe3-9228-4bb1-892a-a6a655987dd2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "509bcdf7-b1c8-4e8f-8861-638072bcf94c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005cf55dc2") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbd9bd00-694b-4efc-bc20-cd25a6d7e096") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e220f3d-80dc-4d2b-a1a3-9e0906023faa") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5b339dfc-85b4-4076-bd73-83cf53eef0af") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "31c533b6-21dc-44e4-b1f8-78d0c863cf4d") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "da8f3768-8ee2-4ab1-a471-6c4820eab8ac") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8458cf76-6ff6-415f-9db8-8ace79c6f572") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d76b2883-43ab-49b3-b77e-63ddfb384e09") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e4772609-5d91-4c8f-9290-e1ed821cb2fc") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ba54def4-b28e-470a-bb37-310a14c388d9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "926cabb6-8d0c-40ba-9507-eed295507ae3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8d60f50d-56f3-43cc-8610-b74e272be0f2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 180) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(U1C-V-)") + (pintype "passive") + (uuid "239185f5-7334-4634-888a-d3fb2eb297f1") + ) + (pad "2" smd roundrect + (at 0.95 0 180) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pintype "passive") + (uuid "47af1083-678a-486e-8b58-024c7c4b66ae") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d6e70b6") + (at 174.244 69.587 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "fa5fbb37-c422-4a48-af7d-bf58e09b384c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "ba737dcb-c90d-4674-bd20-15731e3466f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "6765aa7d-05b0-47f4-b94b-aafe9d42b81d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "bb6d16bb-485b-4c6f-a3d3-a872dc544d01") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "3ed2d3bf-baeb-4142-979d-129ba9870a87") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d7d6168") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf88463f-9cb7-454d-838c-7402daa8e2ce") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "455569c9-fd22-4731-b4ca-ae2acca169ad") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "472e2cab-5576-4e4c-9886-a55d16702f74") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "953bda54-6e57-4039-9396-f0fabbd4892f") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b56fbc08-fa09-4edf-b201-22da69127cdf") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d21a9df4-b95f-4d0d-aba3-17a0edd28d0a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e365f02-9fc8-4836-9050-dec96806c57f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6399a7a3-f5d5-4b32-95f0-14f52b51f740") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0cb60dce-6b7b-4c34-bf1a-b330bb15d812") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8b3d1191-5509-4e75-a1be-e5f7574715e5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "e124c5e8-e30b-4e69-afe5-59df8191201a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(U1B--)") + (pintype "passive") + (uuid "e305facd-29af-4184-b5a1-2b3981da5a3d") + ) + (pad "2" smd roundrect + (at 0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "f38ac203-14ac-4080-a967-3797bbe35d06") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d6e70c7") + (at 186.427 73.66) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C5" + (at 0 1.68 180) + (layer "B.SilkS") + (uuid "0751b028-b9ae-40ed-b190-b95bba17522b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 0 -1.68 180) + (layer "B.Fab") + (uuid "e7c49d37-d5fa-4f18-9c32-24880fb0ed70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "2ee9b608-6b3e-4584-be80-5b84e2a6c926") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "64b6eaf9-d4f1-454a-8aae-9fa501d80ddc") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "59f1843d-7c43-4a7c-aa54-fbacb043e05e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005d7d5a31") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b16e5f68-bd83-4a88-807f-c43852545734") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36cea744-88c8-4e3f-a482-490dc042d8c0") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e320e2e1-5a29-4ae5-bf1f-fae74bbf1e49") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a76ae8ac-23a9-43c3-a618-5128394228fa") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c1fd1131-0227-4160-82f7-fc6037c4e9eb") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "df19a8e5-cf97-4420-a187-630a330e4f7f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "468af91b-3f33-46c4-9222-9cef15e7f78f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6054dc5f-0ccd-41bc-a7c5-3751bdf81fb9") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "432f4a68-35a9-467e-ad4d-5c4f8ae7a74e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "25bc3e46-6a11-4b14-8438-7c0e9a8d79b4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "e0df8fed-f1f5-42dc-9402-97839d3bcffc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(U2A--)") + (pintype "passive") + (uuid "4a295d3c-76a1-4407-9a2e-3a59495be262") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(U2B-+)") + (pintype "passive") + (uuid "63b38c6b-e517-47cb-854f-e200045b2e53") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005d6e80f2") + (at 177.283 70.612) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C48" + (at 0 1.68 180) + (layer "B.SilkS") + (uuid "6bdda329-74dd-4d91-bcc9-95f42f696327") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "0R resistor" + (at 0 -1.68 180) + (layer "B.Fab") + (uuid "e13205c5-f91e-4614-96be-8c9203d35461") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "98e2e40f-7e99-494b-8537-fb97dae166a1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "ede74208-d849-4700-871a-a9047b8cd9d5") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "6a7f16b4-c68f-4eba-8cb8-c4af712aa33c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/00000000-0000-0000-0000-00005ceb9f50") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b20bd56-da2b-43d9-9ef9-3cd132f7673c") + ) + (fp_line + (start 0.261252 0.735) + (end -0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "16d3d927-819c-4ca4-89fd-f20a82d2ae79") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c308c877-605f-4087-8ac2-18ffce6eee87") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "618974be-05e8-4361-8f04-7d5e026ea466") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1826b56d-a661-4c69-b18c-11d0e1b76cc1") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e21ef425-36dc-4465-b03e-f1e23b25eba4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0e679780-5fb7-4a84-af63-f4de9ca49716") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a475156-c1dc-4367-b773-f552d5aeb7ef") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69097882-1097-4a00-b24a-e24ed43e3c22") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aaa2cb66-a465-4a5f-b5bc-5232b761d54c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "d0fe9f77-50b4-4058-bb09-56a11eeae43b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "6af6393c-505d-4667-ad77-f16e5cf9cac0") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(C48-Pad2)") + (pintype "passive") + (uuid "7228e490-7b2c-414a-b146-03ca3bf13f6f") + ) + (model "${KICAD8_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DIP:DIP-8_W7.62mm" + (layer "B.Cu") + (uuid "096c9081-2504-47b9-bb67-1668f308e440") + (at 162 73.54) + (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (property "Reference" "U1" + (at 3.81 2.33 0) + (layer "B.SilkS") + (uuid "499ffc19-d7f1-4de5-96d1-81b98e07f85d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "LMC6062" + (at 3.81 -9.95 0) + (layer "B.Fab") + (uuid "b04221d9-c14f-4f90-9aeb-b7dfb599d246") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "589dc554-b847-4b65-a472-a34b3339a87c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "66325d5e-a537-46bb-bff0-34e8fc4fe9cf") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "752c5c17-c1f8-4fa9-a4e2-6d006435648e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") + (path "/cb3f591a-a7d0-466c-bbad-154ce8ebd9f7") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_line + (start 1.16 -8.95) + (end 1.16 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "beb5f521-5f12-477d-9064-29f2a4d6763e") + ) + (fp_line + (start 1.16 1.33) + (end 2.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0593fb9-6cb3-4cbd-808f-4dd89e26071d") + ) + (fp_line + (start 4.81 1.33) + (end 6.46 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e8d8243-5661-4fea-ac6f-a8fe32a120b2") + ) + (fp_line + (start 6.46 -8.95) + (end 1.16 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "34c0813d-5c41-45e5-9608-dcfb72ec94e4") + ) + (fp_line + (start 6.46 1.33) + (end 6.46 -8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad9c4b17-b8ea-4bc5-a372-1df7accb8458") + ) + (fp_arc + (start 2.81 1.33) + (mid 3.81 0.33) + (end 4.81 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c274c3bc-8d79-4932-bf11-5dae5a6facef") + ) + (fp_line + (start -1.1 -9.15) + (end -1.1 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "11f68a85-c6a2-46c7-aab3-49849e7fafbd") + ) + (fp_line + (start -1.1 1.55) + (end 8.7 1.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13789880-7fe3-4ffd-af0e-3c2f6c5459e4") + ) + (fp_line + (start 8.7 -9.15) + (end -1.1 -9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "132ecc61-4dd7-4f4b-a461-2ee71a199991") + ) + (fp_line + (start 8.7 1.55) + (end 8.7 -9.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5dc9ba8d-ec59-4c6b-9fe6-9d6603268ed2") + ) + (fp_line + (start 0.635 -8.89) + (end 6.985 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e6e1e3d-026b-42ca-96c1-98abed96509a") + ) + (fp_line + (start 0.635 0.27) + (end 0.635 -8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2fd8aa20-c971-44a2-9eb2-e1161475e2b5") + ) + (fp_line + (start 1.635 1.27) + (end 0.635 0.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e093ef1-06f8-449d-923e-66ea587fbd47") + ) + (fp_line + (start 6.985 -8.89) + (end 6.985 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f531e9b6-dc71-4f85-ab0c-f2663ac35ddb") + ) + (fp_line + (start 6.985 1.27) + (end 1.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c5e9f4a-d5aa-465f-a174-fdc336516ada") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.81 0) + (layer "B.Fab") + (uuid "7303ff1e-9520-4d48-9fe5-7528cbe2f26a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U1B-+)") + (pintype "output") + (uuid "e4d41372-0064-4129-9ef7-d8ac403dc59a") + ) + (pad "2" thru_hole oval + (at 0 -2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "Net-(U1A--)") + (pinfunction "-") + (pintype "input") + (uuid "90359aa4-72ee-4246-af03-0eb5f7d96814") + ) + (pad "3" thru_hole oval + (at 0 -5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "c76b848c-8932-4ed8-9e37-f3ce485cfd00") + ) + (pad "4" thru_hole oval + (at 0 -7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(U1C-V-)") + (pinfunction "V-") + (pintype "power_in") + (uuid "1696fc17-68ea-4c2e-82f6-1dd2bc39b981") + ) + (pad "5" thru_hole oval + (at 7.62 -7.62) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "Net-(U1B-+)") + (pinfunction "+") + (pintype "input") + (uuid "edaeca9b-2496-4ea6-b5f0-8fdf591e5140") + ) + (pad "6" thru_hole oval + (at 7.62 -5.08) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "Net-(U1B--)") + (pinfunction "-") + (pintype "input") + (uuid "a9e900ae-3cdf-4996-8c62-bea12581a2a3") + ) + (pad "7" thru_hole oval + (at 7.62 -2.54) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(C4-Pad2)") + (pintype "output") + (uuid "08c28b51-92d3-43a9-8338-d2583ab9a475") + ) + (pad "8" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(U1C-V+)") + (pinfunction "V+") + (pintype "power_in") + (uuid "38c5d884-b44f-4dc4-a552-ab883e026e14") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (locked yes) + (layer "B.Cu") + (uuid "9542b750-ab91-4b8a-8de8-b174eded9f2b") + (at 184.075 80.155) + (descr "SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SO SO") + (property "Reference" "U2" + (at 0 3.4 0) + (layer "B.SilkS") + (uuid "2b37f8ae-1b0a-4209-a3e9-4043abd76513") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "LM358" + (at 0 -3.4 0) + (layer "B.Fab") + (uuid "afab7179-b046-484e-958b-a987f86ce533") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "687c9976-5645-4fbe-9704-f9d904638b5a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "be638f2a-b66e-4c73-9d23-c2f6ef44a551") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "a5caef67-579e-45aa-92c1-d25878ff44a8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*") + (path "/a0d7aa3d-e12c-470a-8753-04f5b35c0cb4") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4fbb327-db37-4d41-b124-496bf21320e2") + ) + (fp_line + (start -1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5ff4d93-2e6e-480f-bd0c-e8553ec79f49") + ) + (fp_line + (start 1.95 -2.56) + (end 0 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ce25fb0-f72c-4945-a71e-975961f02613") + ) + (fp_line + (start 1.95 2.56) + (end 0 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "32ff2d33-2c99-499f-8a41-46876415c575") + ) + (fp_poly + (pts + (xy -2.7 2.465) (xy -2.94 2.795) (xy -2.46 2.795) (xy -2.7 2.465) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "55ea84a1-8f54-4a97-beb3-1906ba612f9e") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a60f6ee6-e6e8-4f3d-a5ba-45f866d42cbf") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e5cea3a0-d19e-4387-9263-e14c0e8e6faa") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61421c5b-c43c-4ea7-b02b-a364459eaeaf") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "70284c79-b035-4354-a9da-029be4f689ad") + ) + (fp_line + (start -1.95 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7730eac6-eadb-40ca-8a5d-83da9b2844ff") + ) + (fp_line + (start -1.95 1.475) + (end -1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "34cb9393-20a4-4342-8500-97eefdd9d80f") + ) + (fp_line + (start -0.975 2.45) + (end -1.95 1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5b2b5b0f-caf8-472e-a103-47d2959b41f8") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8ce55069-5ce2-43a8-81ed-db58fb8619a0") + ) + (fp_line + (start 1.95 2.45) + (end -0.975 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "190e0c7a-f18c-4774-8460-6d3d110756f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4a702e03-539e-4275-9589-c873ecdb1c4b") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.575 1.905) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(U2B-+)") + (pintype "output") + (uuid "1230f109-ea3f-4f8c-87f2-9ff2a49d3f97") + ) + (pad "2" smd roundrect + (at -2.575 0.635) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(U2A--)") + (pinfunction "-") + (pintype "input") + (uuid "d2553ba7-0f81-46c7-98ed-d177a457fbc3") + ) + (pad "3" smd roundrect + (at -2.575 -0.635) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "+") + (pintype "input") + (uuid "cd3eaa24-104f-4221-9172-34df3b147aca") + ) + (pad "4" smd roundrect + (at -2.575 -1.905) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(U1C-V-)") + (pinfunction "V-") + (pintype "power_in") + (uuid "86708f6e-af42-4d4c-80aa-e055e309a488") + ) + (pad "5" smd roundrect + (at 2.575 -1.905) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(U2B-+)") + (pinfunction "+") + (pintype "input") + (uuid "d31f9760-e3df-4901-b515-f4c26d83e5d9") + ) + (pad "6" smd roundrect + (at 2.575 -0.635) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(U2B--)") + (pinfunction "-") + (pintype "input") + (uuid "d0a1c3ce-63ca-4ed0-a497-5600c41fe928") + ) + (pad "7" smd roundrect + (at 2.575 0.635) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(U2B--)") + (pintype "output") + (uuid "00e4412e-ebf5-42ab-864d-b602d147e47d") + ) + (pad "8" smd roundrect + (at 2.575 1.905) + (size 1.75 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(U1C-V+)") + (pinfunction "V+") + (pintype "power_in") + (uuid "36845d26-37d7-4d60-91dd-1a97a7c670a6") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_SO.3dshapes/SO-8_3.9x4.9mm_P1.27mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 118.75 91) + (end 118.75 96) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "069ad2bf-66dc-4afd-a74f-415e699b93e0") + ) + (gr_line + (start 189.25 46) + (end 194 46) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "1ad71488-5ccf-45f7-a20d-a43ccebf275c") + ) + (gr_line + (start 189.25 46) + (end 189.25 41) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "324de0fc-4ba8-4e01-a6cb-94b22706631c") + ) + (gr_line + (start 189.25 91) + (end 194 91) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "65e2ff2f-e4ed-4094-b72f-b3856d297582") + ) + (gr_line + (start 118.75 91) + (end 114.25 91) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "a328e435-4dc8-41cb-9b9a-e8a91380732e") + ) + (gr_line + (start 189.25 41) + (end 189.25 46) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "a7977acd-a6d9-413f-85d9-87af1ea531cc") + ) + (gr_line + (start 194 91) + (end 189.25 91) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "a87234f4-d3b1-48dc-a0cb-3f470f2d9e90") + ) + (gr_line + (start 189.25 91) + (end 189.25 96) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "ed1e7443-ef68-417a-ac22-a145ca52778c") + ) + (gr_line + (start 118.75 96) + (end 189.25 96) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ce01056") + ) + (gr_line + (start 189.25 41) + (end 118.75 41) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ce2d935") + ) + (gr_line + (start 114.25 46) + (end 114.25 90.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1bb6de96-688e-4b6b-a612-ecbf1f0800a5") + ) + (gr_arc + (start 118.75 96) + (mid 115.360913 94.181981) + (end 114.25 90.5) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "697c91f1-e203-4fdc-9c81-0bdfb2940707") + ) + (gr_arc + (start 189.25 41) + (mid 192.485376 42.682643) + (end 194 46) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "c06e1801-f924-4c9b-a6dd-635abc72f2d7") + ) + (gr_arc + (start 114.25 46) + (mid 115.464466 42.568019) + (end 118.75 41) + (stroke + (width 0.15) + (type default) + ) + (layer "Edge.Cuts") + (uuid "c8568b5a-2d88-45df-b5b7-d395567410b5") + ) + (gr_arc + (start 194 91) + (mid 192.660534 94.483757) + (end 189.25 96) + (stroke + (width 0.1) + (type default) + ) + (layer "Edge.Cuts") + (uuid "d9a200ef-2cb9-4e6e-af4a-1453692054ce") + ) + (gr_line + (start 194 91) + (end 194 46) + (stroke + (width 0.15) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "da624a4b-f835-4174-9bbf-e1303700ce41") + ) + (gr_text "Ionization Chamber Sensor\nrev6.0" + (at 119 69 90) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cea740c") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "Ionization Chamber Sensor\nrev6.0" + (at 119.25 68.75 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cea740f") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (segment + (start 166.624 57.658) + (end 166.124001 58.157999) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "09a937fa-ac50-43b7-9e41-516e020214fe") + ) + (segment + (start 166.124001 58.157999) + (end 165.608 58.674) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "1387c79b-0b52-4285-8e9a-83e2332857bb") + ) + (segment + (start 165.608 57.658) + (end 165.608 58.674) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "2065636b-9282-4988-8adc-66579db99248") + ) + (segment + (start 169.704 73.66) + (end 169.418 73.66) + (width 0.254) + (layer "F.Cu") + (net 0) + (uuid "27aa7175-9d37-4e6f-bf43-8f76781d04bc") + ) + (segment + (start 167.894 72.136) + (end 167.894 66.04) + (width 0.254) + (layer "F.Cu") + (net 0) + (uuid "29f79835-4a39-485d-b265-e4699afc57d1") + ) + (segment + (start 184.912 70.104) + (end 172.466 57.658) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "3a51dec8-b88b-48cc-8a36-26a54b52d2d9") + ) + (segment + (start 165.608 63.754) + (end 165.608 58.674) + (width 0.254) + (layer "F.Cu") + (net 0) + (uuid "3e0a6075-cbb1-48f9-a6a3-5401b6a98614") + ) + (segment + (start 184.912 83.348894) + (end 184.912 70.104) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "48cfc300-2d50-4740-a5c1-69827a772d2b") + ) + (segment + (start 184.921 83.357894) + (end 184.912 83.348894) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "4d276155-bf80-4005-b873-2b89e392e55a") + ) + (segment + (start 172.466 57.658) + (end 166.624 57.658) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "525d0437-b0f0-43f5-bfed-dc9459fb0000") + ) + (segment + (start 169.704 73.66) + (end 166.869 73.66) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "57cd9d44-7fd5-4b03-a7cc-dbfcada65dbc") + ) + (segment + (start 164.592 57.658) + (end 165.608 58.674) + (width 0.254) + (layer "F.Cu") + (net 0) + (uuid "5fc49866-d9a1-4c25-b2a5-0e919bda82c7") + ) + (segment + (start 184.921 84.065) + (end 184.921 83.357894) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "6064c2d4-dd52-4afc-934d-9fa157261a7c") + ) + (segment + (start 162.56 46.664) + (end 160.448 44.552) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "66420676-92dc-4662-9724-ea8d3e6e169f") + ) + (segment + (start 167.894 66.04) + (end 165.608 63.754) + (width 0.254) + (layer "F.Cu") + (net 0) + (uuid "70f56b46-80a9-4fff-b5b2-c393e67c8b4a") + ) + (segment + (start 169.418 73.66) + (end 167.894 72.136) + (width 0.254) + (layer "F.Cu") + (net 0) + (uuid "b0b9a8cf-92cf-4381-b42c-d7c6f31a8003") + ) + (segment + (start 166.869 73.66) + (end 166.116 72.907) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "c7e80a53-c5dc-4d3d-9e81-ebe2495c488c") + ) + (segment + (start 162.56 50.292) + (end 162.56 46.664) + (width 0.3048) + (layer "F.Cu") + (net 0) + (uuid "e8f6719a-842a-4a97-ba66-87c41015ca62") + ) + (via + (at 162.56 50.292) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 0) + (uuid "1c40de94-b5b5-4471-ab3a-86c8dcffbf80") + ) + (segment + (start 161.18 53.3) + (end 161.18 57.609) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "0253539f-81f3-4eb7-bdce-43b39796d5ed") + ) + (segment + (start 165.608 56.642) + (end 164.592 57.658) + (width 0.254) + (layer "B.Cu") + (net 0) + (uuid "0b126c1c-5efc-485b-b45f-6f495fcb4dcd") + ) + (segment + (start 165.88 47.3) + (end 165.88 51.605) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "12e3807e-6ecf-4823-9496-7ec707808b2e") + ) + (segment + (start 165.608 56.327) + (end 165.608 56.642) + (width 0.254) + (layer "B.Cu") + (net 0) + (uuid "27a6ce5d-142d-43c4-a6c4-fec8061b07ec") + ) + (segment + (start 165.428 47.752) + (end 165.88 47.3) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "30142704-7639-40ba-82e5-3128158859aa") + ) + (segment + (start 186.673 84.016) + (end 186.722 84.065) + (width 0.254) + (layer "B.Cu") + (net 0) + (uuid "35cc729b-32b5-4454-b338-2f11942a209c") + ) + (segment + (start 161.18 57.609) + (end 161.29 57.719) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "3be7e381-300e-4204-9abf-c7f36d5289e7") + ) + (segment + (start 165.88 47.3) + (end 165.88 48.2) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "4241a3ed-b725-499a-ada0-267c21dd44c9") + ) + (segment + (start 155.448 44.552) + (end 130.4512 44.552) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "4d1ed3e7-03ed-47b3-aa11-34ca42420f68") + ) + (segment + (start 162.56 51.92) + (end 161.18 53.3) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "55200601-5600-4041-9a06-90df1bf712e5") + ) + (segment + (start 153.416 47.752) + (end 155.448 47.752) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "5bc0119c-7d31-49d1-91fe-7b86c1900f53") + ) + (segment + (start 165.608 56.327) + (end 165.608 57.658) + (width 0.254) + (layer "B.Cu") + (net 0) + (uuid "a11c6d6f-8c97-4ac4-b1be-9744a2a0938b") + ) + (segment + (start 169.704 73.66) + (end 164.96 78.404) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "b004c9af-c653-400f-ac0c-fc476a7e09f8") + ) + (segment + (start 144.812 46.736) + (end 152.4 46.736) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "b3b5a37b-542f-417f-a415-d2f35d8ee885") + ) + (segment + (start 152.4 46.736) + (end 153.416 47.752) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "b55c6b68-3690-4bf4-bd1a-d3da65eaa4e2") + ) + (segment + (start 162.56 50.292) + (end 162.56 51.92) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "c67a3527-6af1-418a-9f2b-f9f850f37329") + ) + (segment + (start 130.4512 44.552) + (end 129.572 45.4312) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "d1f2dab5-6258-4668-88c4-1fa47c9e9916") + ) + (segment + (start 165.608 56.642) + (end 166.624 57.658) + (width 0.254) + (layer "B.Cu") + (net 0) + (uuid "db99d38a-6e7e-46c7-a60e-92f4f2ce5dd5") + ) + (segment + (start 186.673 82.051) + (end 186.673 84.016) + (width 0.254) + (layer "B.Cu") + (net 0) + (uuid "dea149ac-23d5-42a1-b02a-dc1ace7367f9") + ) + (segment + (start 165.88 51.605) + (end 165.608 51.877) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "e0208979-3eeb-4a9c-94bb-d1edce8eda5a") + ) + (segment + (start 164.96 78.404) + (end 164.96 83.2) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "e6fc6a1d-4011-40f1-abc2-6f3bd74c3ecc") + ) + (segment + (start 160.448 47.752) + (end 165.428 47.752) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "ebbcf08e-6ac8-4527-b375-f0813e58d804") + ) + (segment + (start 129.572 45.4312) + (end 129.572 46.736) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "ed22227c-209c-4fef-8252-15ccf5d670a7") + ) + (segment + (start 157.948 44.552) + (end 155.448 44.552) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "ee131648-a681-406e-ab28-1a72c8a427cc") + ) + (segment + (start 155.448 47.752) + (end 157.948 47.752) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "ee22d38a-42a9-43a0-b90b-49f2fc4aec8f") + ) + (segment + (start 186.722 84.065) + (end 184.921 84.065) + (width 0.3048) + (layer "B.Cu") + (net 0) + (uuid "f109c9c6-1987-4b63-98f3-771605737d3d") + ) + (segment + (start 174.244 47.498) + (end 174.244 47.498) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "00000000-0000-0000-0000-00005ced26ba") + ) + (segment + (start 136.144 90.932) + (end 136.144 70.104) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "020ca9bb-0472-427e-b841-715337c8c2a7") + ) + (segment + (start 162.084 68.58) + (end 164.338018 70.834018) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "26d2bac0-24c6-4b44-995b-db8773a936b1") + ) + (segment + (start 164.347018 70.857) + (end 164.338018 70.866) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "2704a8d6-ee5a-4513-b267-fcb3dc4e1253") + ) + (segment + (start 174.244 48.514) + (end 173.228 47.498) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "34335c84-68fd-42c6-bdf0-079b7796c2f1") + ) + (segment + (start 137.647999 92.222001) + (end 137.647999 92.181999) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "35770322-3f98-4af0-9635-31c1d1230495") + ) + (segment + (start 137.647999 92.222001) + (end 137.647999 90.698001) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "4b199d00-7294-401c-8077-4a7a49745532") + ) + (segment + (start 141.223995 88.900005) + (end 173.482005 88.900005) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "4d44412f-8ace-4857-b280-53339d83ba50") + ) + (segment + (start 137.647999 94.975999) + (end 137.649999 94.975999) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "4e877e30-9036-449d-aabd-caf930d1ee5e") + ) + (segment + (start 137.649999 94.975999) + (end 138.58 95.906) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "762089d7-6b97-4828-a8b2-5c6414bd7121") + ) + (segment + (start 166.116 70.857) + (end 164.347018 70.857) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "79541afd-2819-493d-8c3a-93c8d47342ec") + ) + (segment + (start 137.647999 92.435999) + (end 136.144 90.932) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "798f2665-5f70-45ca-8642-a35d200b143a") + ) + (segment + (start 173.482005 88.900005) + (end 177.554001 84.828009) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "828ecbed-c994-4652-adba-9c46f09926b7") + ) + (segment + (start 137.647999 92.435999) + (end 137.688001 92.435999) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "88b34f6c-0b57-43b5-9cf2-d2794d16b389") + ) + (segment + (start 137.647999 92.435999) + (end 143.812001 92.435999) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "92f55384-13ab-4aba-89df-72cff140b769") + ) + (segment + (start 137.647999 94.975999) + (end 137.647999 92.435999) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "9a4399e8-f2fb-4c43-9242-a5b45ef84dda") + ) + (segment + (start 138.938 93.726) + (end 178.816 93.726) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a2a2ef94-342f-4389-9422-a0335b962fb3") + ) + (segment + (start 162.052 76.708) + (end 164.338 74.422) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a4f8ea0d-f614-4aac-87c3-903310bb00f2") + ) + (segment + (start 169.926 47.498) + (end 173.228 47.498) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a82f5280-f5fe-4677-8e4b-e6f8a227500e") + ) + (segment + (start 137.647999 90.698001) + (end 151.638 76.708) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a935f3e7-17b7-4dcc-aece-4315d95ae17b") + ) + (segment + (start 151.638 76.708) + (end 162.052 76.708) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a9fc4d90-bbd1-44f1-8562-4004bf1c84af") + ) + (segment + (start 150.622 55.626) + (end 152.908 53.34) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "ab04c361-f24c-4956-b3c6-7b6ff974c265") + ) + (segment + (start 164.338 74.422) + (end 164.338 70.866) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "ac0c5e9c-8038-48bb-9204-8ec351e6b7f2") + ) + (segment + (start 152.908 54.356) + (end 152.908 53.34) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "ae2c15c2-7173-4b2c-9d63-e2c110eb22e5") + ) + (segment + (start 150.622 55.626) + (end 161.798 55.626) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "af6b19f6-9489-4e1d-8088-7f93303a6648") + ) + (segment + (start 137.688001 92.435999) + (end 141.223995 88.900005) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b06a1db6-b001-4649-8396-a096bcebc7e6") + ) + (segment + (start 173.228 47.498) + (end 174.244 47.498) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b5ea3aaf-dc8c-4f2c-bf55-aeddb2e3ba66") + ) + (segment + (start 130.571999 92.435999) + (end 137.647999 92.435999) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "bc3500e8-485a-4c1b-8d59-177490903eb4") + ) + (segment + (start 177.554001 84.828009) + (end 178.054 84.32801) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "befa83ff-db5e-42e2-9acd-9e40565f86cf") + ) + (segment + (start 164.338018 70.158894) + (end 164.338018 70.866) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "c8cdbab6-f26c-4a44-9a34-973e7ad25f0a") + ) + (segment + (start 136.144 70.104) + (end 150.622 55.626) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "cb1362f0-1829-42ee-bb9f-7affc95021d2") + ) + (segment + (start 137.647999 92.435999) + (end 137.647999 92.222001) + (width 0.254) + (layer "F.Cu") + (net 1) + (uuid "cb35a549-9d34-49a0-8721-5c3ca011a007") + ) + (segment + (start 165.218 68.846) + (end 164.338018 69.725982) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "cd07ec96-b1bd-4d29-ad7a-b2401cf94f00") + ) + (segment + (start 152.908 52.324) + (end 152.908 53.34) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "d7d9f800-dfde-4b35-9129-778ec78159d2") + ) + (segment + (start 174.244 46.482) + (end 173.228 47.498) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "d97bb188-0468-4482-8622-abfe744bf889") + ) + (segment + (start 178.816 93.726) + (end 184.912 87.63) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "e7a73e00-dfd5-4fe0-bb45-139dc4e6c00a") + ) + (segment + (start 164.338018 69.725982) + (end 164.338018 70.158894) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "e8db0e5c-c91b-4055-a7c6-f4ab3caae86e") + ) + (segment + (start 137.647999 92.435999) + (end 138.938 93.726) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "ede65c54-27b1-4143-92af-94d6620d880d") + ) + (segment + (start 143.812001 92.435999) + (end 144.812 91.436) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "edf1a5f3-f568-431e-9b22-ca4f73586d2e") + ) + (segment + (start 161.798 55.626) + (end 169.926 47.498) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "eeb173a5-71d5-47be-9e44-0cc9ab416ba1") + ) + (segment + (start 129.572 91.436) + (end 130.571999 92.435999) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f2ce7956-b555-4ea8-8a95-f239094f1d75") + ) + (segment + (start 164.338018 70.834018) + (end 164.338018 70.866) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "f57ab346-2150-4a77-b98a-e623a11da193") + ) + (via + (at 152.908 52.324) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "3a92d833-7322-40a4-b096-5a72f2dcb6e9") + ) + (via + (at 152.908 53.34) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "3ef7a6fc-ac61-4e53-b8a2-c31dc671ab53") + ) + (via + (at 174.244 47.498) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "4d71b5f2-5346-467a-ae67-acff6ae11ea8") + ) + (via + (at 164.338018 70.866) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "523b3ec3-ff4b-416e-8f51-b2a1e35cfd47") + ) + (via + (at 152.908 54.356) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "694bcbbf-334b-47ea-8d23-eccec511cb39") + ) + (via + (at 174.244 48.514) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "db00dcce-589f-4ef4-9dd3-ec081bf1710c") + ) + (via + (at 178.054 84.32801) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f0aed5aa-ee02-417d-8831-1c2be874156e") + ) + (via + (at 174.244 46.482) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f7e97c09-1a4e-4cc2-9f3d-486d6747f812") + ) + (segment + (start 152.948 53.3) + (end 152.908 53.34) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "017f8d70-9da3-4f82-aef8-c131ffddf6f8") + ) + (segment + (start 186.722 86.115) + (end 179.84099 86.115) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "0dc32217-3d19-4d11-bd19-fdeae5bb94c2") + ) + (segment + (start 173.482 47.244) + (end 173.482 47.498) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "127ba946-49b0-477e-b059-c9baac1ac7dd") + ) + (segment + (start 174.244 47.498) + (end 173.482 47.498) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "2323ee91-7978-49d1-8adf-36b387b1d1b5") + ) + (segment + (start 164.338018 66.824982) + (end 164.338018 70.158894) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "3a84509b-fdaa-4ef9-9248-0d4a00e351f4") + ) + (segment + (start 173.482 47.498) + (end 171.678 47.498) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "46d5f007-508c-4272-bcbe-95c813c64093") + ) + (segment + (start 155.58 53.3) + (end 153.71 53.3) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "49fb1fac-4e43-4770-9348-6718ca196f60") + ) + (segment + (start 168.171 62.992) + (end 164.338018 66.824982) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "535926b3-fe01-42a7-805d-5d4f727dad5b") + ) + (segment + (start 178.053998 82.105002) + (end 178.053998 83.620894) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "6207acb3-e9d9-4a7c-8e38-5a0020094cae") + ) + (segment + (start 178.054 83.620896) + (end 178.054 83.620904) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "66188dd7-fd55-4d3a-ac1e-d9e89a7a74dc") + ) + (segment + (start 153.71 53.3) + (end 152.948 53.3) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "7697359b-9490-4c97-8fac-3aa5313946e3") + ) + (segment + (start 178.053998 83.620894) + (end 178.054 83.620896) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "7d72e0df-ef0d-47a1-aad5-bcaf74dd1e21") + ) + (segment + (start 174.244 48.514) + (end 173.482 47.752) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "830acd1e-3613-4ea4-a09f-b59d50215b44") + ) + (segment + (start 153.71 53.3) + (end 153.71 53.126) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "8bc9df42-a754-4d22-9aa2-ccf252f0ce39") + ) + (segment + (start 180.648 79.511) + (end 178.053998 82.105002) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "8d529518-5cce-4bd6-8f42-b3dfcb07d14c") + ) + (segment + (start 153.71 53.126) + (end 152.908 52.324) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "90534da5-014d-44ac-9f04-55fe8091a64f") + ) + (segment + (start 179.84099 86.115) + (end 178.553999 84.828009) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "9191598c-79b3-4958-aa5d-883ae9056f46") + ) + (segment + (start 178.054 83.620904) + (end 178.054 84.32801) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "9b393e3d-00fd-4b92-bfa2-32f555bdf7df") + ) + (segment + (start 171.678 47.498) + (end 171.48 47.3) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "b568d6f6-14d5-403d-bf60-d31ad0ae64cf") + ) + (segment + (start 153.71 53.3) + (end 153.71 53.554) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "ca638429-ad78-4c59-bc80-b7bc70c2b734") + ) + (segment + (start 174.244 46.482) + (end 174.244 47.498) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "d18c6c58-14e5-426b-a447-55fbf031fe1f") + ) + (segment + (start 174.244 46.482) + (end 173.482 47.244) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "d88e6f7f-a4e6-4f91-a2a2-9d344f05ad60") + ) + (segment + (start 173.482 47.752) + (end 173.482 47.498) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "d924386b-cce8-4191-b26c-6a1056c28fe2") + ) + (segment + (start 177.02 78.232) + (end 178.053998 79.265998) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "da88b499-f9e4-4d57-89f4-94cbde272e6a") + ) + (segment + (start 181.723 79.511) + (end 180.648 79.511) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "e0807a4e-cbcf-483c-94a0-61a30a26e231") + ) + (segment + (start 153.71 53.554) + (end 152.908 54.356) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "e7fcb6ae-82de-485c-9087-61ba1d9d6938") + ) + (segment + (start 178.553999 84.828009) + (end 178.054 84.32801) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "f10b54b6-5599-446f-910a-31c823656b7b") + ) + (segment + (start 164.338018 70.158894) + (end 164.338018 70.866) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "f707735a-e69c-4b6c-801d-d1f41ca76109") + ) + (segment + (start 178.053998 79.265998) + (end 178.053998 83.620894) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "fd96c815-0d1f-41d9-be6a-85bf6f7fe5f8") + ) + (segment + (start 174.244 47.498) + (end 174.244 48.514) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "ffe16605-117a-41ae-80c8-0b147b9b9acd") + ) + (via + (at 166.624 57.658) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "0d2c69a4-9797-4a8b-b809-6039d73e2a30") + ) + (via + (at 184.921 84.065) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "4232f8f5-eae4-4dec-ad32-2fe90a0d23df") + ) + (via + (at 165.608 57.658) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "4a912887-6f3c-44a7-a32d-f0094844638d") + ) + (via + (at 164.592 57.658) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "d4752c50-4504-40ba-917a-916ab68f72a4") + ) + (segment + (start 164.462 66.04) + (end 162.084 66.04) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "0da9dabb-1279-4150-819f-b3fa9ec4291e") + ) + (segment + (start 179.07 76.454) + (end 179.07 67.818) + (width 0.254) + (layer "F.Cu") + (net 3) + (uuid "a1f0e4b9-25d9-4878-b88a-5f2f088ed105") + ) + (segment + (start 164.462 66.04) + (end 165.218 66.796) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "e1808a41-3cf0-4822-b915-774252ca271c") + ) + (via + (at 179.07 76.454) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "79b25444-d8ca-4f15-b4da-436395290f42") + ) + (via + (at 179.07 67.818) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "ea97863b-6cd0-488d-ad97-2a074e0ffa45") + ) + (segment + (start 179.079 78.241) + (end 179.07 78.232) + (width 0.254) + (layer "B.Cu") + (net 3) + (uuid "157bdf46-9fa0-4ace-9c83-85bb21864e94") + ) + (segment + (start 181.723 78.241) + (end 179.079 78.241) + (width 0.254) + (layer "B.Cu") + (net 3) + (uuid "24a9fa23-43e3-400d-8ecf-749e5c8d577c") + ) + (segment + (start 179.07 78.232) + (end 179.07 76.454) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "53cd1bb2-c8af-4062-b0ba-84143800a850") + ) + (segment + (start 162.084 66.04) + (end 162.084 65.548) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "571aed92-0723-43d8-bb9b-2b617f9d4bca") + ) + (segment + (start 181.71 78.254) + (end 181.723 78.241) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "69bc2497-ec8d-4e35-a429-55e2764a461b") + ) + (segment + (start 172.72 59.436) + (end 164.023 59.436) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "749eef23-efea-4486-9b20-2ed48677354f") + ) + (segment + (start 162.084 66.04) + (end 162.084 62.963) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "84f082b9-38a5-4253-bbc4-578a3f916543") + ) + (segment + (start 164.023 59.436) + (end 161.29 62.169) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "9918412a-3a2c-41fd-8b83-235640917ac1") + ) + (segment + (start 179.07 65.786) + (end 172.72 59.436) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "ae329052-ccb7-4f7e-9517-b54cd5f93cc9") + ) + (segment + (start 162.084 62.963) + (end 161.29 62.169) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "c58ef041-1b9f-471e-835f-782d64a01f85") + ) + (segment + (start 179.07 65.786) + (end 179.07 67.818) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "ff353543-dc77-42fc-8fe6-4186cc4752bd") + ) + (segment + (start 186.673 80.281) + (end 186.673 79.511) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "0168fe70-4235-457b-ad15-92d5cb30ea62") + ) + (segment + (start 197.629 80.281) + (end 198.12 80.772) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "52c5f251-b3d0-4bb7-87e1-4e944e86476d") + ) + (segment + (start 198.12 80.772) + (end 202.184 80.772) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "683444d0-79c4-4981-8d45-f64aa1ab59ec") + ) + (segment + (start 186.673 80.281) + (end 197.629 80.281) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "9b4f6407-1dd0-4454-b0d0-f9973902ecd7") + ) + (segment + (start 186.673 80.781) + (end 186.673 80.281) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "bdb57da1-62f9-4ea5-bb45-c1f6d7d034be") + ) + (segment + (start 154.832 83.2) + (end 154.704 83.072) + (width 0.254) + (layer "B.Cu") + (net 5) + (uuid "4f4f30c8-b803-4ed9-8ea5-0bdec5a31fa6") + ) + (segment + (start 150.368 83.058) + (end 154.69 83.058) + (width 0.3048) + (layer "B.Cu") + (net 5) + (uuid "5fdce101-792f-43db-b7ab-4de19584db8b") + ) + (segment + (start 159.88 83.2) + (end 154.832 83.2) + (width 0.254) + (layer "B.Cu") + (net 5) + (uuid "b9c14e75-9256-4215-9236-d23525adc1a8") + ) + (segment + (start 154.69 83.058) + (end 154.704 83.072) + (width 0.3048) + (layer "B.Cu") + (net 5) + (uuid "deddeaa3-b9cc-4ace-aa9b-989373291a01") + ) + (segment + (start 174.244 68.562) + (end 172.244 68.562) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "0db99d3d-59a8-4272-a0ad-58433bc02acb") + ) + (segment + (start 172.226 68.58) + (end 172.244 68.562) + (width 0.3048) + (layer "B.Cu") + (net 6) + (uuid "618d6d3a-237c-4ace-a60b-5ee260aaceaa") + ) + (segment + (start 169.704 68.58) + (end 172.226 68.58) + (width 0.3048) + (layer "B.Cu") + (net 6) + (uuid "9bc924db-0d56-4211-9b47-ed34142e94a2") + ) + (segment + (start 172.244 66.557) + (end 172.244 68.562) + (width 0.3048) + (layer "B.Cu") + (net 6) + (uuid "d5c574cb-53f9-4a45-a391-956feb8a2e0c") + ) + (segment + (start 183.388 76.463) + (end 183.388 80.264) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "0fd12cd3-cf4d-4085-9ec9-9171900fcbac") + ) + (segment + (start 185.665 73.923) + (end 185.402 73.66) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "1b95df8d-8a59-4567-9aba-ecda67301c95") + ) + (segment + (start 183.651 76.2) + (end 183.388 76.463) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "70f1905a-07f6-4414-bd5e-ecbc3bc4435b") + ) + (segment + (start 185.665 76.2) + (end 183.651 76.2) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "71ebc0a7-ae25-4c8d-8b28-36fd2e70f631") + ) + (segment + (start 185.665 76.2) + (end 185.665 73.923) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "7b83cd86-95d6-44e4-93db-37c48c94bcfc") + ) + (segment + (start 182.871 80.781) + (end 181.723 80.781) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "7e6f168a-ae0a-4691-920b-f6571b5c18ce") + ) + (segment + (start 183.388 80.264) + (end 182.871 80.781) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "92708733-496c-4d4c-9698-d7cd32c352b1") + ) + (segment + (start 187.715 76.2) + (end 187.715 73.923) + (width 0.254) + (layer "B.Cu") + (net 8) + (uuid "0a636ad3-1a4d-46e9-93c2-fd47f1030784") + ) + (segment + (start 181.723 82.051) + (end 183.157 82.051) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "1e1c9886-9928-41d2-9c05-c0c590012ac0") + ) + (segment + (start 185.434 78.241) + (end 186.673 78.241) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "2d933c2b-1598-490b-9d59-fa58258b9bb8") + ) + (segment + (start 184.309 80.899) + (end 184.309 79.366) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "4d9877cd-d382-406a-a198-d732c4b837ec") + ) + (segment + (start 187.715 76.2) + (end 187.715 77.199) + (width 0.254) + (layer "B.Cu") + (net 8) + (uuid "6f46d728-3af0-4363-a73d-b7316d3b7ab5") + ) + (segment + (start 183.157 82.051) + (end 184.309 80.899) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "a549ed65-4c7b-41cb-87e7-ed13569891e7") + ) + (segment + (start 187.715 77.199) + (end 186.673 78.241) + (width 0.254) + (layer "B.Cu") + (net 8) + (uuid "cd247f00-309b-41e5-9213-14fa391ae7c0") + ) + (segment + (start 187.715 73.923) + (end 187.452 73.66) + (width 0.254) + (layer "B.Cu") + (net 8) + (uuid "e90b3287-3b23-46cc-9012-94c32dee4aab") + ) + (segment + (start 184.309 79.366) + (end 185.434 78.241) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "fc6a9021-a53f-417c-b9b4-75a4496343e5") + ) + (segment + (start 165.64 68.58) + (end 168.18 66.04) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "2d16e42d-bf9c-415d-9d97-b4de98ec7223") + ) + (segment + (start 162.084 73.66) + (end 163.1888 73.66) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "501f8c27-e7a0-4864-bb04-fc3c57fff459") + ) + (segment + (start 162.066 73.678) + (end 162.084 73.66) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "845b146c-8946-4556-bf3b-7b89c547ca10") + ) + (segment + (start 165.64 71.2088) + (end 165.64 68.58) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "88b2ee96-2b78-43e1-a08d-8c53d6d41255") + ) + (segment + (start 159.544 73.678) + (end 162.066 73.678) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "99583497-215b-4836-a88b-a7a864938afe") + ) + (segment + (start 163.1888 73.66) + (end 165.64 71.2088) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "9ba4ad48-19cd-4ebe-ab5d-9270d83fb9e3") + ) + (segment + (start 168.18 66.04) + (end 169.704 66.04) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "b2408e0e-e03d-40bd-9610-afd8fc8692bc") + ) + (segment + (start 157.004 73.678) + (end 159.544 73.678) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "d595988e-63ca-4399-9a12-410671e9f3cc") + ) + (segment + (start 170.221 62.992) + (end 170.729 62.992) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "66d20315-ff28-43b8-84e2-ab5d57f11689") + ) + (segment + (start 170.729 62.992) + (end 172.244 64.507) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "d0d9ccc5-8fec-4d6d-b86c-6534851eaf80") + ) + (segment + (start 160.052 71.12) + (end 159.544 71.628) + (width 0.3048) + (layer "B.Cu") + (net 11) + (uuid "11f52095-fca1-45c6-83a6-bbe968ef4093") + ) + (segment + (start 159.544 71.628) + (end 157.004 71.628) + (width 0.3048) + (layer "B.Cu") + (net 11) + (uuid "31e20cdf-fa8d-4a90-96d1-1345771dd5e0") + ) + (segment + (start 162.084 71.12) + (end 160.052 71.12) + (width 0.3048) + (layer "B.Cu") + (net 11) + (uuid "bef38984-4dab-46d4-a27d-c09ebe8e93cf") + ) + (segment + (start 155.593 71.628) + (end 154.704 72.517) + (width 0.3048) + (layer "B.Cu") + (net 11) + (uuid "d968217a-8ab3-4c78-8fd9-3bd4beb416f0") + ) + (segment + (start 157.004 71.628) + (end 155.593 71.628) + (width 0.3048) + (layer "B.Cu") + (net 11) + (uuid "db902001-5299-4080-9c9a-a208338f42b0") + ) + (segment + (start 183.388 73.738) + (end 180.262 70.612) + (width 0.254) + (layer "B.Cu") + (net 12) + (uuid "6e2f614a-cf13-4c43-9c51-aa96ca1db76d") + ) + (segment + (start 180.262 70.612) + (end 178.308 70.612) + (width 0.254) + (layer "B.Cu") + (net 12) + (uuid "7db1cc8f-eece-427d-b619-07df241068cf") + ) + (segment + (start 183.388 74.413) + (end 183.388 73.738) + (width 0.254) + (layer "B.Cu") + (net 12) + (uuid "9bd02685-bb2d-4741-9bb5-05e895c24d58") + ) + (segment + (start 177.722 70.612) + (end 177.047 70.612) + (width 0.254) + (layer "B.Cu") + (net 12) + (uuid "b638d7f0-7ab3-4524-81fd-9e869e7bd514") + ) + (segment + (start 170.212 70.612) + (end 169.704 71.12) + (width 0.3048) + (layer "B.Cu") + (net 13) + (uuid "68ae6f49-89ca-4bcb-a3dc-bd410072a569") + ) + (segment + (start 174.244 70.612) + (end 172.244 70.612) + (width 0.254) + (layer "B.Cu") + (net 13) + (uuid "c11fffd5-2f15-4772-be96-8ee89db94bb4") + ) + (segment + (start 172.244 70.612) + (end 170.212 70.612) + (width 0.3048) + (layer "B.Cu") + (net 13) + (uuid "d88a35d6-f518-454e-b0e6-078ab806a446") + ) + (segment + (start 176.258 70.612) + (end 174.244 70.612) + (width 0.254) + (layer "B.Cu") + (net 13) + (uuid "f77ca7c9-fe7c-4968-8b9c-d52682f7e8a9") + ) +) diff --git a/Hardware/PowerSupply/PowerSupply.kicad_pro b/Hardware/Amplifier/Amplifier.kicad_pro similarity index 56% rename from Hardware/PowerSupply/PowerSupply.kicad_pro rename to Hardware/Amplifier/Amplifier.kicad_pro index f884047..c0c7ee1 100644 --- a/Hardware/PowerSupply/PowerSupply.kicad_pro +++ b/Hardware/Amplifier/Amplifier.kicad_pro @@ -48,7 +48,6 @@ "silk_text_thickness": 0.15, "silk_text_upright": false, "zones": { - "45_degree_only": false, "min_clearance": 0.508 } }, @@ -89,12 +88,12 @@ "missing_footprint": "warning", "net_conflict": "warning", "npth_inside_courtyard": "ignore", - "padstack": "error", + "padstack": "warning", "pth_inside_courtyard": "ignore", "shorting_items": "error", "silk_edge_clearance": "warning", - "silk_over_copper": "error", - "silk_overlap": "error", + "silk_over_copper": "warning", + "silk_overlap": "warning", "skew_out_of_range": "error", "solder_mask_bridge": "error", "starved_thermal": "error", @@ -108,19 +107,16 @@ "unconnected_items": "error", "unresolved_variable": "error", "via_dangling": "warning", - "zone_has_empty_net": "error", "zones_intersect": "error" }, "rule_severitieslegacy_courtyards_overlap": true, "rule_severitieslegacy_no_courtyard_defined": false, "rules": { - "allow_blind_buried_vias": false, - "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, "min_connection": 0.0, "min_copper_edge_clearance": 0.075, - "min_hole_clearance": 0.0, + "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, "min_microvia_diameter": 0.2, "min_microvia_drill": 0.1, @@ -130,7 +126,7 @@ "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.2, - "min_via_annular_width": 0.05, + "min_via_annular_width": 0.1, "min_via_diameter": 0.4, "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true @@ -180,9 +176,7 @@ ], "track_widths": [ 0.0, - 0.254, - 1.0, - 2.0 + 0.254 ], "tuning_pattern_settings": { "diff_pair_defaults": { @@ -220,8 +214,7 @@ "drill": 0.5 } ], - "zones_allow_external_fillets": false, - "zones_use_no_outline": true + "zones_allow_external_fillets": false }, "ipc2581": { "dist": "", @@ -415,18 +408,23 @@ "rule_severities": { "bus_definition_conflict": "error", "bus_entry_needed": "error", - "bus_label_syntax": "error", "bus_to_bus_conflict": "error", "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", "different_unit_footprint": "error", "different_unit_net": "error", "duplicate_reference": "error", "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", "extra_units": "error", "global_label_dangling": "warning", "hier_label_mismatch": "error", "label_dangling": "error", "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", "multiple_net_names": "warning", "net_not_bus_member": "warning", "no_connect_connected": "warning", @@ -436,6 +434,7 @@ "pin_to_pin": "warning", "power_pin_not_driven": "error", "similar_labels": "warning", + "simulation_model_issue": "ignore", "unannotated": "error", "unit_value_mismatch": "error", "unresolved_variable": "error", @@ -447,7 +446,7 @@ "pinned_symbol_libs": [] }, "meta": { - "filename": "PowerSupply.kicad_pro", + "filename": "Amplifier.kicad_pro", "version": 1 }, "net_settings": { @@ -492,14 +491,323 @@ }, "net_colors": null, "netclass_assignments": null, - "netclass_patterns": [] + "netclass_patterns": [ + { + "netclass": "Default", + "pattern": "+BATT" + }, + { + "netclass": "Default", + "pattern": "-BATT" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/INT0" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/RST" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/RST_PEAK" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/RX" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/SCL" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/SDA" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/SWIM" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/TX" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/VCCIO" + }, + { + "netclass": "Default", + "pattern": "/DataAcquisition/VCC_PROG" + }, + { + "netclass": "Default", + "pattern": "GND" + }, + { + "netclass": "Default", + "pattern": "Net-(BT31-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(BT32-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C2-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C32-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C33-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C34-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C39-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C4-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C4-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C46-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C46-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C47-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C48-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C5-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(C5-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C52-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(C54-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(D1-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(D2-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(D3-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(D31-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(D32-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(D32-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(D35-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(D4-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(D50-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(D50-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(J1-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(J1-Pad3)" + }, + { + "netclass": "Default", + "pattern": "Net-(J1-Pad4)" + }, + { + "netclass": "Default", + "pattern": "Net-(J51-Pad10)" + }, + { + "netclass": "Default", + "pattern": "Net-(J51-Pad4)" + }, + { + "netclass": "Default", + "pattern": "Net-(J51-Pad6)" + }, + { + "netclass": "Default", + "pattern": "Net-(J51-Pad7)" + }, + { + "netclass": "Default", + "pattern": "Net-(J51-Pad8)" + }, + { + "netclass": "Default", + "pattern": "Net-(J51-Pad9)" + }, + { + "netclass": "Default", + "pattern": "Net-(L31-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(Q51-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(Q52-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R2-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R3-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R34-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R4-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R50-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(R51-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(R51-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R54-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(R56-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(R57-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(R57-Pad2)" + }, + { + "netclass": "Default", + "pattern": "Net-(SW32-Pad3)" + }, + { + "netclass": "Default", + "pattern": "Net-(TP52-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(TP53-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(TP54-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(TP55-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(TP56-Pad1)" + }, + { + "netclass": "Default", + "pattern": "Net-(TP57-Pad1)" + }, + { + "netclass": "Default", + "pattern": "VCC_5V" + }, + { + "netclass": "Default", + "pattern": "analog_output" + }, + { + "netclass": "high voltage", + "pattern": "Net-(C41-Pad1)" + }, + { + "netclass": "high voltage", + "pattern": "Net-(D33-Pad2)" + }, + { + "netclass": "high voltage", + "pattern": "Net-(D34-Pad1)" + }, + { + "netclass": "high voltage", + "pattern": "Net-(R36-Pad1)" + }, + { + "netclass": "high voltage", + "pattern": "Net-(R37-Pad1)" + } + ] }, "pcbnew": { "last_paths": { "gencad": "", "idf": "", "netlist": "", - "plot": "plots/", + "plot": "", "pos_files": "", "specctra_dsn": "", "step": "", @@ -510,12 +818,70 @@ }, "schematic": { "annotate_start_num": 0, + "bom_export_filename": "", + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { - "default_bus_thickness": 12.0, - "default_junction_size": 40.0, + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, "default_line_thickness": 6.0, "default_text_size": 50.0, - "default_wire_thickness": 6.0, "field_names": [], "intersheets_ref_own_page": false, "intersheets_ref_prefix": "", @@ -523,35 +889,37 @@ "intersheets_ref_show": false, "intersheets_ref_suffix": "", "junction_size_choice": 3, - "pin_symbol_size": 25.0, - "text_offset_ratio": 0.3 + "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 0.0, + "text_offset_ratio": 0.08 }, "legacy_lib_dir": "", "legacy_lib_list": [], "meta": { - "version": 0 + "version": 1 }, "net_format_name": "", - "ngspice": { - "fix_include_paths": true, - "fix_passive_vals": false, - "meta": { - "version": 0 - }, - "model_mode": 0, - "workbook_filename": "" - }, "page_layout_descr_file": "", "plot_directory": "", "spice_adjust_passive_values": false, + "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ - "51b38b64-0629-4b79-94d6-5ec3d95b2708", - "" + "74097769-b453-45b0-9f39-c5d1e6245455", + "Root" ] ], "text_variables": {} diff --git a/Hardware/Amplifier/Amplifier.kicad_sch b/Hardware/Amplifier/Amplifier.kicad_sch new file mode 100644 index 0000000..a6bc8de --- /dev/null +++ b/Hardware/Amplifier/Amplifier.kicad_sch @@ -0,0 +1,6100 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "74097769-b453-45b0-9f39-c5d1e6245455") + (paper "A4") + (lib_symbols + (symbol "Amplifier_Operational:LM358" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LM358" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LM358_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM358_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM358_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Amplifier_Operational:LMC6062" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LMC6062" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LMC6062_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LMC6062_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LMC6062_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:TestPoint" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 0 6.858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_0_1" + (circle + (center 0 3.302) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_1_1" + (pin passive line + (at 0 0 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:RFShield_TwoPieces" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RFShield_TwoPieces" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Two-piece EMI RF shielding cabinet" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "RF EMI shielding cabinet" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "RFShield_TwoPieces_0_1" + (polyline + (pts + (xy -15.24 -5.08) (xy -15.24 -2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -15.24 -1.27) (xy -15.24 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -15.24 2.54) (xy -15.24 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -12.7 7.62) (xy -10.16 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -10.16 -7.62) (xy -12.7 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.35 -7.62) (xy -8.89 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.35 7.62) (xy -8.89 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -7.62) (xy -5.08 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 7.62) (xy -5.08 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -7.62) (xy 1.27 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 7.62) (xy -1.27 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -7.62) (xy 5.08 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 7.62) (xy 2.54 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 -7.62) (xy 8.89 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 8.89 7.62) (xy 6.35 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 12.7 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 7.62) (xy 10.16 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 15.24 -5.08) (xy 15.24 -2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 15.24 -1.27) (xy 15.24 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 15.24 2.54) (xy 15.24 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -15.24 6.35) (xy -15.24 7.62) (xy -13.97 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -13.97 -7.62) (xy -15.24 -7.62) (xy -15.24 -6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 13.97 -7.62) (xy 15.24 -7.62) (xy 15.24 -6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 15.24 6.35) (xy 15.24 7.62) (xy 13.97 7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -17.78 5.08) (xy -17.78 11.43) (xy 17.78 11.43) (xy 17.78 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "RFShield_TwoPieces_1_1" + (pin passive line + (at 0 -10.16 90) + (length 2.54) + (name "Shield" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Sensor:Nuclear-Radiation_Detector" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "V" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Nuclear-Radiation_Detector" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic radiation detector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "nuclear ionising radiation sensor geiger mueller muller tube neutron counter ionization chamber" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Nuclear-Radiation_Detector_0_0" + (text "+" + (at 2.032 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (symbol "Nuclear-Radiation_Detector_0_1" + (arc + (start -2.794 3.302) + (mid -2.891 3.713) + (end -3.302 3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.143 -1.524) (xy 1.143 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.143 1.524) (xy 1.143 1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.524) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0 1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 3.556) (xy -3.048 3.048) (xy -2.032 2.54) (xy -2.54 3.556) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 0) + (radius 2.8194) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.397 -0.889) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "Nuclear-Radiation_Detector_1_1" + (arc + (start -4.826 3.302) + (mid -4.923 3.713) + (end -5.334 3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -4.826 3.302) + (mid -4.729 2.891) + (end -4.318 2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -3.81 2.286) + (mid -3.907 2.697) + (end -4.318 2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -3.81 4.318) + (mid -3.907 4.729) + (end -4.318 4.826) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -3.81 4.318) + (mid -3.713 3.907) + (end -3.302 3.81) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.556 2.54) (xy -4.064 2.032) (xy -3.048 1.524) (xy -3.556 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 0 5.08 270) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -5.08 90) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 105.41 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "10cf4e83-09fd-4799-b8e1-8a8de91df466") + ) + (junction + (at 85.09 73.66) + (diameter 0) + (color 0 0 0 0) + (uuid "15dc37e2-ec9d-434c-9ff4-23c5d6bdac9d") + ) + (junction + (at 125.73 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "19a8801d-5ca2-431e-b224-6d5457f14142") + ) + (junction + (at 39.37 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "1be1eca5-8eba-44b1-9411-a8211b0a8bc3") + ) + (junction + (at 39.37 154.94) + (diameter 0) + (color 0 0 0 0) + (uuid "2a7404f2-ea05-4e94-931b-2b46700eafc6") + ) + (junction + (at 85.09 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "2b608d12-4f3a-412a-9901-9d2f8bf1824d") + ) + (junction + (at 66.04 73.66) + (diameter 0) + (color 0 0 0 0) + (uuid "2e021550-d091-4e60-bb53-9575f33f7b1f") + ) + (junction + (at 64.77 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "4aeb776a-ca79-435d-a059-88b22a2a6235") + ) + (junction + (at 39.37 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "4eaa1312-fbac-43c2-8f05-ffeb3acac5f1") + ) + (junction + (at 49.53 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "50733a7a-0ab2-41c5-82ff-8186b9081015") + ) + (junction + (at 96.52 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "55a4ef5a-cc2c-4de4-bd8e-d03b3ae61882") + ) + (junction + (at 39.37 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "5a786a82-6f33-40a2-90f7-c47bf93da206") + ) + (junction + (at 86.36 129.54) + (diameter 0) + (color 0 0 0 0) + (uuid "5c8edcde-8bba-40a2-8c71-301388ae125f") + ) + (junction + (at 146.05 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "7510d344-0274-4393-a547-07989ef3430a") + ) + (junction + (at 49.53 154.94) + (diameter 0) + (color 0 0 0 0) + (uuid "76ab2b27-eaec-4fa1-809e-8d8946d3793c") + ) + (junction + (at 86.36 149.86) + (diameter 0) + (color 0 0 0 0) + (uuid "7788ec68-4720-4a39-bb1d-ebb467f4553a") + ) + (junction + (at 138.43 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "85ed636c-e6d7-4577-82b5-2bc13cb11799") + ) + (junction + (at 129.54 130.81) + (diameter 0) + (color 0 0 0 0) + (uuid "9013d9e2-5d53-40e6-a8ea-222adb02bf9f") + ) + (junction + (at 49.53 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "90264e62-1fff-40c1-bd19-b5c5883f5648") + ) + (junction + (at 57.15 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "a43ef3ee-ed1b-4634-8c4f-0542782d6293") + ) + (junction + (at 125.73 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "b4469c66-9ab8-41b9-944c-ca210b4b3fd9") + ) + (junction + (at 39.37 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "b9973236-a3d3-4309-9137-d4627b311760") + ) + (junction + (at 86.36 154.94) + (diameter 0) + (color 0 0 0 0) + (uuid "c07cc27a-b449-4302-94b6-df49eb8b358f") + ) + (junction + (at 57.15 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "c4378715-70dc-4b6c-9ba4-034f60989936") + ) + (junction + (at 86.36 124.46) + (diameter 0) + (color 0 0 0 0) + (uuid "d1c7989a-d75a-4f3d-936c-a5379203f876") + ) + (junction + (at 129.54 149.86) + (diameter 0) + (color 0 0 0 0) + (uuid "d6003da0-d7b1-4869-9e3f-0156bc4c1203") + ) + (junction + (at 105.41 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "e41637f4-7830-41f0-b5d6-ba1d6f30f4d4") + ) + (junction + (at 66.04 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "ed9236f0-dcf6-4186-aaf3-bbbf4979a7c6") + ) + (wire + (pts + (xy 138.43 149.86) (xy 138.43 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "006ba3e9-796c-4627-bb41-0a9c4fc9610f") + ) + (wire + (pts + (xy 31.75 142.24) (xy 34.29 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04664b02-d8ef-4f64-9535-5375ec40edf7") + ) + (wire + (pts + (xy 157.48 76.2) (xy 157.48 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "050fb400-7003-4c96-8a27-38d560ca4e39") + ) + (wire + (pts + (xy 105.41 55.88) (xy 100.33 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0600cfc5-006e-411c-a0f0-ccbdacf0119d") + ) + (wire + (pts + (xy 49.53 135.89) (xy 49.53 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d61e7fe-e9c3-4cd7-8482-3b4312794394") + ) + (wire + (pts + (xy 125.73 63.5) (xy 123.19 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "104ce83f-24f6-49bf-8235-1243e1ecd73a") + ) + (wire + (pts + (xy 96.52 139.7) (xy 109.22 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1163c473-ce5f-4554-b631-dcce14c70eeb") + ) + (wire + (pts + (xy 39.37 154.94) (xy 49.53 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13873353-b7b8-43e6-85d9-56efdacd93a7") + ) + (wire + (pts + (xy 96.52 129.54) (xy 86.36 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "149d4e45-e410-4c0e-892b-eb96ce49bea2") + ) + (wire + (pts + (xy 96.52 148.59) (xy 96.52 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1671bdb6-4097-4d36-a99d-90acb599beef") + ) + (wire + (pts + (xy 72.39 73.66) (xy 66.04 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1d7f403e-2a5b-4df4-af9b-afe185023b4d") + ) + (wire + (pts + (xy 72.39 78.74) (xy 66.04 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ee70282-7a31-48cd-ab42-c7c5854c0a2a") + ) + (wire + (pts + (xy 40.64 60.96) (xy 34.29 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22f8589f-6adf-45b0-abf7-205d819a0a24") + ) + (wire + (pts + (xy 49.53 139.7) (xy 49.53 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23d7cb0c-d802-4b39-939b-dde193406882") + ) + (wire + (pts + (xy 66.04 73.66) (xy 66.04 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a3ac76a-7cf0-4dee-9473-b5ff7c0b36e7") + ) + (wire + (pts + (xy 107.95 66.04) (xy 105.41 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cd5d535-0b33-4630-8e82-f1af9f080546") + ) + (wire + (pts + (xy 86.36 63.5) (xy 85.09 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d968f67-1332-487c-b919-bbfd8a7dab7e") + ) + (wire + (pts + (xy 64.77 139.7) (xy 64.77 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f6cf75d-d34c-47cc-84e8-6b579907ae96") + ) + (wire + (pts + (xy 86.36 124.46) (xy 129.54 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3028bf94-7f8e-4ece-abc7-9a179fa6acb2") + ) + (wire + (pts + (xy 138.43 130.81) (xy 129.54 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3042f9ef-e195-4f9a-8339-f9738402a3b6") + ) + (wire + (pts + (xy 119.38 81.28) (xy 125.73 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3522443e-982f-4b59-bfc0-e8478afed986") + ) + (wire + (pts + (xy 86.36 149.86) (xy 86.36 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36ef3638-4305-4005-8ad2-d63bdcba02c4") + ) + (wire + (pts + (xy 105.41 66.04) (xy 104.14 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37492b6c-3b6b-4450-a54d-1f3165f03673") + ) + (wire + (pts + (xy 39.37 124.46) (xy 39.37 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "384ad8ec-0a18-4dff-8ab7-6c6b4c466a71") + ) + (wire + (pts + (xy 40.64 66.04) (xy 39.37 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "384fd82f-ee7f-4986-9a87-aa23dc5e9d28") + ) + (wire + (pts + (xy 66.04 73.66) (xy 66.04 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cca8a43-6468-4fef-bd48-f9e743d1bf93") + ) + (wire + (pts + (xy 146.05 71.12) (xy 146.05 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f6ea410-4eb9-4f33-b5f6-ec1276ce2751") + ) + (wire + (pts + (xy 44.45 80.01) (xy 39.37 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40a481ab-1ea4-4f59-8f12-d739fb4335b8") + ) + (wire + (pts + (xy 128.27 66.04) (xy 128.27 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40efe7f0-3b20-4ab9-a5bb-227eb9fd8a58") + ) + (wire + (pts + (xy 111.76 71.12) (xy 105.41 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "421b3577-a6a5-40b9-ba39-fad8e20e3292") + ) + (wire + (pts + (xy 49.53 124.46) (xy 49.53 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43b6e1c4-ed9f-493b-b15a-b4a711398187") + ) + (wire + (pts + (xy 146.05 63.5) (xy 144.78 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "45b12cbe-cc38-4a1c-8724-5e0ba3783128") + ) + (wire + (pts + (xy 86.36 129.54) (xy 86.36 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "473723e4-1c2a-4f64-8b53-87a912e47eee") + ) + (wire + (pts + (xy 60.96 60.96) (xy 68.58 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4749f9b7-1b79-4fd7-ad76-c9894ba0ae9a") + ) + (wire + (pts + (xy 96.52 66.04) (xy 95.25 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "476719bf-18aa-4efc-887f-b984bd70e2a9") + ) + (wire + (pts + (xy 128.27 60.96) (xy 129.54 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b46e97a-995c-4b2f-aaf7-4144a8c29398") + ) + (wire + (pts + (xy 96.52 129.54) (xy 96.52 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f518ea3-42b4-41ee-94c9-a7f52cca7e62") + ) + (wire + (pts + (xy 179.07 149.86) (xy 179.07 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f8f57f3-7cb1-4fa6-a099-5cbf09e629c6") + ) + (wire + (pts + (xy 109.22 139.7) (xy 109.22 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "520d2775-32f8-41c7-ae3a-bb005346693a") + ) + (wire + (pts + (xy 128.27 63.5) (xy 128.27 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53b586fe-6995-47d7-81ff-70b9d3f09d55") + ) + (wire + (pts + (xy 39.37 71.12) (xy 39.37 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5741fbe1-7863-4351-9bf7-d0cf583fe448") + ) + (wire + (pts + (xy 125.73 63.5) (xy 128.27 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a431a0a-406e-409c-8f06-883d845ed47a") + ) + (wire + (pts + (xy 49.53 154.94) (xy 86.36 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f385c07-6f4a-4973-8b13-7a8d766d1b47") + ) + (wire + (pts + (xy 105.41 60.96) (xy 105.41 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60230e6a-f3c1-4084-baef-5b390bb7deb4") + ) + (wire + (pts + (xy 66.04 78.74) (xy 66.04 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61584806-286a-4373-a440-904c3adb06f3") + ) + (wire + (pts + (xy 128.27 71.12) (xy 146.05 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b48d45c-426a-4e4b-8460-f4dbf95af226") + ) + (wire + (pts + (xy 85.09 73.66) (xy 80.01 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e381ce6-7da7-4c08-962d-6108b66ffafd") + ) + (wire + (pts + (xy 57.15 71.12) (xy 57.15 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "771d8311-114d-49cf-970c-5188513bf0de") + ) + (wire + (pts + (xy 49.53 124.46) (xy 86.36 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77387014-fa9d-43d1-af6b-746af3d3edf5") + ) + (wire + (pts + (xy 146.05 63.5) (xy 160.02 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77c9af9c-87be-4a7d-86c1-58c26c9a1ede") + ) + (wire + (pts + (xy 85.09 78.74) (xy 85.09 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b9eca54-008e-48b0-aaf5-08ea1eaa8716") + ) + (wire + (pts + (xy 138.43 138.43) (xy 138.43 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d5f5025-5650-48c0-9b75-8a496ecea9a8") + ) + (wire + (pts + (xy 96.52 149.86) (xy 86.36 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7ee88181-727c-4a39-a312-1849f8064c89") + ) + (wire + (pts + (xy 39.37 135.89) (xy 39.37 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f3a34fc-ffbd-4d9d-8c52-f3e44fc0d8c1") + ) + (wire + (pts + (xy 39.37 66.04) (xy 39.37 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f5ceaa0-8ffa-4928-abd9-6de90d93e469") + ) + (wire + (pts + (xy 49.53 139.7) (xy 64.77 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "806633e1-4bd6-4cc8-b152-3c5d360978bc") + ) + (wire + (pts + (xy 85.09 63.5) (xy 85.09 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "807fd257-50f8-4038-907e-afd09e45f977") + ) + (wire + (pts + (xy 66.04 88.9) (xy 66.04 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80ddf526-904b-4ea8-b591-83ba4c076ec0") + ) + (wire + (pts + (xy 49.53 154.94) (xy 49.53 156.21) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80e95259-3e97-45c6-b40c-95a638d54e67") + ) + (wire + (pts + (xy 57.15 80.01) (xy 52.07 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89ab58a2-9ec5-4dcd-ae46-0d3e0c0d065f") + ) + (wire + (pts + (xy 34.29 137.16) (xy 34.29 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89d45841-bafc-49fb-b02f-127be8717a35") + ) + (wire + (pts + (xy 138.43 139.7) (xy 151.13 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92b772fa-c3c1-4af9-9c36-186cabbd91a5") + ) + (wire + (pts + (xy 129.54 149.86) (xy 129.54 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9403a5d4-255c-4350-8cbd-63ece5694ccc") + ) + (wire + (pts + (xy 96.52 139.7) (xy 96.52 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "95d8be95-1677-4e6b-8075-34ebf5b7a605") + ) + (wire + (pts + (xy 105.41 81.28) (xy 105.41 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96ff1d42-75b1-4d0b-8941-91794f198642") + ) + (wire + (pts + (xy 52.07 71.12) (xy 57.15 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97811972-7e53-4943-b23f-02f404b0b649") + ) + (wire + (pts + (xy 17.78 44.45) (xy 17.78 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9d0dcc98-b6c4-4fc6-9cdf-aab382132d6c") + ) + (wire + (pts + (xy 129.54 66.04) (xy 128.27 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9fa5e889-3a6c-4131-bb14-03ca8aef51ff") + ) + (wire + (pts + (xy 86.36 66.04) (xy 86.36 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1560244-ae8f-4c8c-aa30-79cd66dea938") + ) + (wire + (pts + (xy 30.48 45.72) (xy 30.48 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a34fbb39-e18c-49bf-9d98-02f6671534db") + ) + (wire + (pts + (xy 125.73 71.12) (xy 125.73 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4524c09-a2ec-47fc-8a90-49464c12ae14") + ) + (wire + (pts + (xy 64.77 138.43) (xy 64.77 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a47086ae-f254-4d42-bd68-aaa6d441ebbc") + ) + (wire + (pts + (xy 57.15 63.5) (xy 57.15 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a6cda89d-7255-4604-bf29-cc6076fbbbee") + ) + (wire + (pts + (xy 60.96 63.5) (xy 60.96 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac2e81d8-b189-4da5-92cd-e21f95ae5c4d") + ) + (wire + (pts + (xy 39.37 152.4) (xy 39.37 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac4282ef-6b05-4aca-a5a3-06a61bde1401") + ) + (wire + (pts + (xy 96.52 138.43) (xy 96.52 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aea982f2-ee93-4eff-831e-880f8e273725") + ) + (wire + (pts + (xy 57.15 63.5) (xy 60.96 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af50ddaa-d46b-4827-b96d-ffe5ec57132d") + ) + (wire + (pts + (xy 66.04 97.79) (xy 66.04 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1235d34-c05f-424d-b2ee-cfb1b7e9f5cc") + ) + (wire + (pts + (xy 80.01 78.74) (xy 85.09 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b5df6b9c-a7dc-43e4-a712-6b7096ac0937") + ) + (wire + (pts + (xy 57.15 63.5) (xy 55.88 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b76be6ff-caf6-419a-949f-fe082e49407e") + ) + (wire + (pts + (xy 49.53 154.94) (xy 49.53 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bbc9af13-e26d-4211-8345-9a8215570015") + ) + (wire + (pts + (xy 138.43 139.7) (xy 138.43 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be376801-faf5-4a8d-b942-02a0e762eeed") + ) + (wire + (pts + (xy 66.04 66.04) (xy 68.58 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be69d07c-efd2-485a-9903-28ca9dc97e58") + ) + (wire + (pts + (xy 49.53 121.92) (xy 49.53 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf68d6ff-b4bb-4aab-b478-5469f25bc627") + ) + (wire + (pts + (xy 129.54 146.05) (xy 129.54 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c09df2fa-6fd6-4a25-80a5-fc865d18d271") + ) + (wire + (pts + (xy 86.36 154.94) (xy 129.54 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1324a93-8780-4195-a173-76b7bf8daf34") + ) + (wire + (pts + (xy 129.54 149.86) (xy 138.43 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c68a0f5b-d285-4f97-901e-ea553bbe1cbe") + ) + (wire + (pts + (xy 87.63 66.04) (xy 86.36 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6a4a5b8-a0a8-431a-b77a-ace189c74382") + ) + (wire + (pts + (xy 39.37 144.78) (xy 39.37 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9912c16-e5d5-4cce-8cb3-9c0985ee9030") + ) + (wire + (pts + (xy 34.29 124.46) (xy 39.37 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca66d68d-2d99-45bc-86a7-01546fe2e216") + ) + (wire + (pts + (xy 86.36 124.46) (xy 86.36 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb4dd97a-5a26-45c2-b9ff-eed76a717521") + ) + (wire + (pts + (xy 30.48 66.04) (xy 30.48 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd4638a7-40d7-483f-9773-92b62105bdc3") + ) + (wire + (pts + (xy 39.37 139.7) (xy 49.53 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdb17213-3cc2-4eff-9498-552e8cff30e4") + ) + (wire + (pts + (xy 39.37 124.46) (xy 49.53 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce7cfb71-333d-4148-99f7-aa5b19317254") + ) + (wire + (pts + (xy 83.82 63.5) (xy 85.09 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d23c5943-e30a-4f58-82ce-369ac57ccb33") + ) + (wire + (pts + (xy 151.13 139.7) (xy 151.13 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d69de8e6-9107-405e-887c-cdd259975863") + ) + (wire + (pts + (xy 34.29 142.24) (xy 34.29 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc3cb1ae-db98-44eb-a586-c27ff011122d") + ) + (wire + (pts + (xy 100.33 55.88) (xy 100.33 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd15bd17-cfdb-4d54-ba04-837740d1d3ec") + ) + (wire + (pts + (xy 39.37 66.04) (xy 30.48 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e33d4bd3-3901-4ed2-883f-25885e233da8") + ) + (wire + (pts + (xy 31.75 137.16) (xy 34.29 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e4ca0b29-d915-42ab-899f-9322b753e1e2") + ) + (wire + (pts + (xy 125.73 71.12) (xy 119.38 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eae4fece-b40c-4e29-a917-c09bfbe9c9da") + ) + (wire + (pts + (xy 86.36 149.86) (xy 86.36 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ecada186-1c20-4d29-b2c6-d40406efb2e4") + ) + (wire + (pts + (xy 129.54 124.46) (xy 129.54 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "edb69119-f4d0-43b6-bbfb-a007467391e7") + ) + (wire + (pts + (xy 125.73 81.28) (xy 125.73 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ee04f9d3-3c84-4145-85a5-31a6d7eb9ca2") + ) + (wire + (pts + (xy 44.45 71.12) (xy 39.37 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ee802d94-a19c-4aae-9c91-aec13a7baa95") + ) + (wire + (pts + (xy 34.29 68.58) (xy 34.29 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f544d5bc-2332-4de5-8c77-66f4ac8012a9") + ) + (wire + (pts + (xy 34.29 154.94) (xy 39.37 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9ca2961-d3ff-44c6-a081-80317179401b") + ) + (wire + (pts + (xy 105.41 66.04) (xy 105.41 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fade7b32-fef7-4884-a419-2e30c079be4e") + ) + (wire + (pts + (xy 157.48 68.58) (xy 160.02 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc3ef055-5b15-40c0-a9d0-112a07b2e929") + ) + (wire + (pts + (xy 107.95 60.96) (xy 105.41 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff4f29a6-fcd8-4502-b8ab-552bfddca24e") + ) + (wire + (pts + (xy 111.76 81.28) (xy 105.41 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ffa7a705-0e54-4b7e-9a5c-bcd7d914bfd1") + ) + (symbol + (lib_id "Device:R") + (at 48.26 71.12 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ccf4d7c") + (property "Reference" "R38" + (at 48.26 74.041 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2*50G" + (at 48.26 76.3524 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 48.26 69.342 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f036f9cc-344e-444a-a3f2-45efb647b1a5") + ) + (pin "2" + (uuid "7c68a221-6cf7-4015-9ec0-9e2c560127f1") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 48.26 80.01 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ccf4de4") + (property "Reference" "C46" + (at 48.26 84.074 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "not mounted" + (at 48.26 86.3854 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 44.45 80.9752 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "a127a1fe-bffe-462f-a2a5-fe5e077baf5b") + ) + (pin "1" + (uuid "7f1ed54f-ec95-4ec8-80d9-d8c7cc11de93") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C46") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 66.04 83.82 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd05f00") + (property "Reference" "R39" + (at 64.2874 82.6516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 64.2874 84.963 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 67.818 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 66.04 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 66.04 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "02828753-34a1-42f6-b900-126cf0388005") + ) + (pin "2" + (uuid "09cb3b24-2e33-4ee4-973a-ba07c8172b17") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 73.66 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd05f9a") + (property "Reference" "R40" + (at 76.2 68.4022 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "120k" + (at 76.2 70.7136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 76.2 75.438 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82c5a528-33b4-4a3b-878f-b54f500d4e01") + ) + (pin "2" + (uuid "05dc535c-453b-4372-9900-2fec84ae3326") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 66.04 92.71 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd06fd8") + (property "Reference" "C47" + (at 68.961 91.5416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0R resistor" + (at 68.961 93.853 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 65.0748 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 66.04 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 66.04 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "0ff9e3f7-4a91-445b-ba0c-f94004194ccc") + ) + (pin "1" + (uuid "04714e1b-4d2d-42fb-a68a-583460e1b0fe") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C47") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 66.04 97.79 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd07028") + (property "Reference" "#PWR065" + (at 66.04 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 65.913 102.1842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 66.04 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 66.04 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 66.04 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a4a153c0-43c3-41e0-8675-caf89d0c12cb") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR065") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cd36164") + (property "Reference" "C40" + (at 100.33 133.3499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100n" + (at 100.33 135.8899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 97.4852 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9b506700-6648-41af-aaed-fe56c41d0a5a") + ) + (pin "2" + (uuid "c514c305-193a-413b-bcb2-8fe01ebe67ce") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 138.43 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cd3762b") + (property "Reference" "C45" + (at 142.24 133.3499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100n" + (at 142.24 135.8899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 137.4648 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "e9469dc7-9992-432c-966f-3486c34f0601") + ) + (pin "1" + (uuid "e0c9876d-7b2c-470b-be05-23bff2da0673") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C45") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 157.48 76.2 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd6ef53") + (property "Reference" "#PWR068" + (at 157.48 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 157.353 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 157.48 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 157.48 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 157.48 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "60f26272-0839-40f7-91a7-c24c0859e2e7") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR068") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 49.53 156.21 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd97e81") + (property "Reference" "#FLG033" + (at 49.53 158.115 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 49.53 160.6296 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 49.53 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39707cc4-b644-42d3-9f43-e2c5c95b1aaf") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#FLG033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 49.53 121.92 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cd9e263") + (property "Reference" "#FLG032" + (at 49.53 120.015 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 49.53 117.5004 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 49.53 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3d87b73f-77eb-423a-a63a-b2472f577b6c") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#FLG032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 64.77 140.97 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cdf8594") + (property "Reference" "#PWR033" + (at 64.77 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 64.643 145.3642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 64.77 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45b1b1e2-8b7b-4ea5-b3a6-8b9d0dff14fe") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 149.86 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ce2764b") + (property "Reference" "#PWR066" + (at 179.07 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 178.943 154.2542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bfe3b027-a893-4565-bb0a-d549e12f88c4") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR066") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 100.33 58.42 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ce761f3") + (property "Reference" "#PWR067" + (at 100.33 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 100.203 62.8142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 100.33 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 100.33 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 100.33 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4933fe90-326e-4940-9a5c-1aff8e23a896") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR067") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 100.33 66.04 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ceb9f44") + (property "Reference" "R41" + (at 100.33 68.961 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 100.33 71.2724 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 100.33 67.818 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 100.33 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 100.33 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "91ba7df6-3308-43a2-8849-d722f16d3646") + ) + (pin "1" + (uuid "6a6fc1cb-a9fe-4483-9799-68d8d0d87f3d") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R41") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 115.57 71.12 270) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ceb9f4a") + (property "Reference" "R42" + (at 115.57 74.041 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "120k" + (at 115.57 76.3524 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 115.57 72.898 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 115.57 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d6447f57-6a71-474a-829d-ec8d43e62ad7") + ) + (pin "2" + (uuid "9f85c127-eb46-43c3-9a4c-122f7c1dc73f") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 91.44 66.04 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ceb9f50") + (property "Reference" "C48" + (at 90.2716 63.119 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0R resistor" + (at 92.583 63.119 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 95.25 67.0052 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 91.44 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 91.44 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "24f62892-3c04-4a66-9d78-167c7a794a09") + ) + (pin "1" + (uuid "67967b3e-2d18-477b-acda-bba71c41ae44") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C48") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 144.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cef9e41") + (property "Reference" "C42" + (at 100.33 143.5099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100n" + (at 100.33 146.0499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 95.5548 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9dc47604-5775-4ebe-84f3-18742babd368") + ) + (pin "2" + (uuid "45cdc2fe-6129-419e-beee-c4a0d7875467") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 109.22 142.24 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cefa2d5") + (property "Reference" "#PWR045" + (at 109.22 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 109.093 146.6342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 109.22 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 109.22 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 109.22 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0ccee42e-fc42-440d-befa-f9824dc55e91") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR045") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 34.29 68.58 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf0ca1c") + (property "Reference" "#PWR064" + (at 34.29 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 34.163 72.9742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 34.29 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 34.29 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 34.29 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a5d09c27-cab4-4268-aef7-6bf8c5929ea3") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR064") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Sensor:Nuclear-Radiation_Detector") + (at 30.48 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf2e667") + (property "Reference" "V31" + (at 21.59 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Nuclear-Radiation_Detector" + (at 24.4348 57.023 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Amplifier:IonizationChamberSensor" + (at 35.56 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 30.48 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic radiation detector" + (at 30.48 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48063826-a3cc-4484-8b1e-141b70668d55") + ) + (pin "2" + (uuid "05fea81c-f414-4d5e-b583-cd96c928074e") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "V31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 138.43 144.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cf55dc2") + (property "Reference" "C44" + (at 142.24 143.5099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100n" + (at 142.24 146.0499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 137.4648 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "043f6138-2ace-43b7-8c59-bf018ed63af3") + ) + (pin "1" + (uuid "86dc9bca-eaef-484b-8fd3-0248692fd1e0") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C44") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 151.13 142.24 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005cf56173") + (property "Reference" "#PWR046" + (at 151.13 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 151.003 146.6342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 151.13 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 151.13 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 151.13 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "89cd29bb-7bb6-45f9-8f32-8166bfbab697") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR046") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 30.48 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d77df7d") + (property "Reference" "TP31" + (at 30.48 37.465 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 30.48 39.7764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 35.56 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 35.56 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 30.48 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "32ad3ab0-55d9-42b8-9359-1c6b3b661511") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 115.57 81.28 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7d5a31") + (property "Reference" "C5" + (at 115.57 85.344 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 115.57 87.6554 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 119.38 82.2452 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 115.57 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "2a311179-f45e-4e2e-ae2e-e01aeeab64df") + ) + (pin "1" + (uuid "d1eee76a-78ac-4c07-8c17-807f946e07cd") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 76.2 78.74 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005d7d6168") + (property "Reference" "C4" + (at 76.2 82.804 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 76.2 85.1154 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 80.01 79.7052 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57d30036-00d8-4d4c-8771-3e65f709aa9d") + ) + (pin "2" + (uuid "79060031-bb0c-42a4-9ff7-8981e0f93705") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:RFShield_TwoPieces") + (at 179.07 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "58fda2c2-da45-4b3d-bac0-89fb03a9b907") + (property "Reference" "J1" + (at 198.12 133.9849 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "RFShield_TwoPieces" + (at 198.12 136.5249 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Amplifier:IonizationChamberShield" + (at 179.07 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Two-piece EMI RF shielding cabinet" + (at 179.07 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "edd5993f-e008-48ae-a39e-1fec13d16910") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 17.78 46.99 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7f7e2fc0-5f24-4219-b9fe-a78718d605da") + (property "Reference" "#PWR01" + (at 17.78 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 17.653 51.3842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 17.78 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 17.78 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 17.78 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f564f29-9c29-4f9c-9630-5b1ae0488240") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 49.53 132.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "856f1fa9-043c-4e1d-af91-a161b3a6cc9e") + (property "Reference" "C1" + (at 53.34 130.8099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100n" + (at 53.34 133.3499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 48.5648 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 49.53 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fccfef2-6e3c-4ef4-a886-bc7b33ad7e18") + ) + (pin "2" + (uuid "78357d25-8312-49a9-93b6-0b335ff076b4") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 160.02 68.58 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "87bf3993-8203-4b1d-8f8f-2b29e22eb29e") + (property "Reference" "TP2" + (at 165.1 67.3099 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 165.1 69.8499 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 160.02 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 160.02 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "65848f7a-a135-4ad3-8e51-eedca1e9bb85") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM358") + (at 137.16 63.5 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8aeffcc9-46b4-4228-b02c-9ada691fcf3a") + (property "Reference" "U2" + (at 137.16 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM358" + (at 137.16 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 137.16 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 137.16 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 137.16 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "8" + (uuid "24a23809-36b1-4969-bff3-6124165d0a0a") + ) + (pin "2" + (uuid "d3be963f-4e2a-4ab8-9f6a-4cf0a480236a") + ) + (pin "1" + (uuid "ac553438-8a75-46f1-97cf-b8ab7b454b75") + ) + (pin "7" + (uuid "aca8cd14-54eb-4a62-a4a6-799b105f3720") + ) + (pin "4" + (uuid "804b60ee-54c5-44c2-aed9-d2e92f1ca30f") + ) + (pin "6" + (uuid "588abcf4-7792-4ad4-8136-237abb0bb49c") + ) + (pin "5" + (uuid "68f2d329-3d28-40be-bc34-9afa90ddb7d7") + ) + (pin "3" + (uuid "706cfb8e-0acf-4cb9-9645-26705204491c") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LMC6062") + (at 76.2 63.5 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9926aa03-c0ed-4fad-8c06-d12876ee4b3c") + (property "Reference" "U1" + (at 76.2 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LMC6062" + (at 76.2 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 76.2 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 76.2 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 76.2 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "02ca32ed-03d3-425c-93bc-a0bd035f54c7") + ) + (pin "1" + (uuid "1ea363cd-52e8-4354-a190-cce9c7bc8c4c") + ) + (pin "8" + (uuid "6a3c3d8b-01eb-4075-a8eb-6a6258949bbc") + ) + (pin "2" + (uuid "d950fe93-692b-423e-a511-f76b1b2f83eb") + ) + (pin "5" + (uuid "111434cc-f98c-4d85-938c-a5db8b373af8") + ) + (pin "6" + (uuid "ec8bbc78-709b-476e-9343-97ff75e21f84") + ) + (pin "7" + (uuid "9d951185-0cd5-4bb9-8c83-ad55bffb26f7") + ) + (pin "3" + (uuid "fe249680-7403-4a12-9ce0-b2e94a4d6eee") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM358") + (at 115.57 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a0d7aa3d-e12c-470a-8753-04f5b35c0cb4") + (property "Reference" "U2" + (at 115.57 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM358" + (at 115.57 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 115.57 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 115.57 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 115.57 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "8" + (uuid "24a23809-36b1-4969-bff3-6124165d0a0b") + ) + (pin "2" + (uuid "d3be963f-4e2a-4ab8-9f6a-4cf0a480236b") + ) + (pin "1" + (uuid "ac553438-8a75-46f1-97cf-b8ab7b454b76") + ) + (pin "7" + (uuid "aca8cd14-54eb-4a62-a4a6-799b105f3721") + ) + (pin "4" + (uuid "804b60ee-54c5-44c2-aed9-d2e92f1ca310") + ) + (pin "6" + (uuid "588abcf4-7792-4ad4-8136-237abb0bb49d") + ) + (pin "5" + (uuid "68f2d329-3d28-40be-bc34-9afa90ddb7d8") + ) + (pin "3" + (uuid "706cfb8e-0acf-4cb9-9645-26705204491d") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LM358") + (at 132.08 138.43 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a615a9b5-68e8-4596-a26d-9800a07750fd") + (property "Reference" "U2" + (at 128.27 137.1599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LM358" + (at 128.27 139.6999 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 132.08 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 132.08 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 132.08 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "8" + (uuid "24a23809-36b1-4969-bff3-6124165d0a0c") + ) + (pin "2" + (uuid "d3be963f-4e2a-4ab8-9f6a-4cf0a480236c") + ) + (pin "1" + (uuid "ac553438-8a75-46f1-97cf-b8ab7b454b77") + ) + (pin "7" + (uuid "aca8cd14-54eb-4a62-a4a6-799b105f3722") + ) + (pin "4" + (uuid "804b60ee-54c5-44c2-aed9-d2e92f1ca311") + ) + (pin "6" + (uuid "588abcf4-7792-4ad4-8136-237abb0bb49e") + ) + (pin "5" + (uuid "68f2d329-3d28-40be-bc34-9afa90ddb7d9") + ) + (pin "3" + (uuid "706cfb8e-0acf-4cb9-9645-26705204491e") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 39.37 148.59 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b07097cb-670a-4919-804f-9f5a721de5e9") + (property "Reference" "R2" + (at 41.91 147.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 41.91 149.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 41.148 148.59 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 39.37 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c1f190d-0cf1-4171-8d2e-de28a7b08318") + ) + (pin "2" + (uuid "34a347f4-e87c-4b00-a31d-19d697aad8d0") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 39.37 132.08 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "be897601-bf13-4853-9e3e-214b10ca8939") + (property "Reference" "R1" + (at 41.91 130.8099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "47k" + (at 41.91 133.3499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 41.148 132.08 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 39.37 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9fb511d8-b5c5-46c8-94e4-08b1de787ae2") + ) + (pin "2" + (uuid "9bee6aba-85d2-4387-b254-0d4774b60bf8") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LMC6062") + (at 88.9 139.7 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bfd5cff0-0ea2-4ae5-bb58-f05607c38914") + (property "Reference" "U1" + (at 85.09 138.4299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LMC6062" + (at 85.09 140.9699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 88.9 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 88.9 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 88.9 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "02ca32ed-03d3-425c-93bc-a0bd035f54c8") + ) + (pin "1" + (uuid "1ea363cd-52e8-4354-a190-cce9c7bc8c4d") + ) + (pin "8" + (uuid "6a3c3d8b-01eb-4075-a8eb-6a6258949bbd") + ) + (pin "2" + (uuid "d950fe93-692b-423e-a511-f76b1b2f83ec") + ) + (pin "5" + (uuid "111434cc-f98c-4d85-938c-a5db8b373af9") + ) + (pin "6" + (uuid "ec8bbc78-709b-476e-9343-97ff75e21f85") + ) + (pin "7" + (uuid "9d951185-0cd5-4bb9-8c83-ad55bffb26f8") + ) + (pin "3" + (uuid "fe249680-7403-4a12-9ce0-b2e94a4d6eef") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:LMC6062") + (at 48.26 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "cb3f591a-a7d0-466c-bbad-154ce8ebd9f7") + (property "Reference" "U1" + (at 48.26 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LMC6062" + (at 48.26 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 48.26 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 48.26 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 48.26 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "02ca32ed-03d3-425c-93bc-a0bd035f54c9") + ) + (pin "1" + (uuid "1ea363cd-52e8-4354-a190-cce9c7bc8c4e") + ) + (pin "8" + (uuid "6a3c3d8b-01eb-4075-a8eb-6a6258949bbe") + ) + (pin "2" + (uuid "d950fe93-692b-423e-a511-f76b1b2f83ed") + ) + (pin "5" + (uuid "111434cc-f98c-4d85-938c-a5db8b373afa") + ) + (pin "6" + (uuid "ec8bbc78-709b-476e-9343-97ff75e21f86") + ) + (pin "7" + (uuid "9d951185-0cd5-4bb9-8c83-ad55bffb26f9") + ) + (pin "3" + (uuid "fe249680-7403-4a12-9ce0-b2e94a4d6ef0") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 31.75 137.16 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d7b47c95-f712-4f9c-8fb8-d621a7ea65c7") + (property "Reference" "TP3" + (at 26.67 135.8899 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 26.67 138.4299 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 31.75 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 31.75 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 31.75 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5cf0e30f-22e8-4054-921d-03ded3900201") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 17.78 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d93ce7b8-2252-47b6-9593-3a3b487ab9a5") + (property "Reference" "TP5" + (at 17.78 36.195 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 17.78 38.5064 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 22.86 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 17.78 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fd3ddf16-570d-4a41-89f0-b85930c47a29") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 160.02 63.5 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d9e417dc-ef0f-48f1-b540-4814bbcf7576") + (property "Reference" "TP1" + (at 165.1 62.2299 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 165.1 64.7699 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 160.02 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 160.02 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 160.02 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a754048f-1d4e-419a-8db9-07854e3d306f") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 31.75 142.24 90) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f2e059bf-4a5f-488b-a6fe-5aaea1a85d8b") + (property "Reference" "TP4" + (at 26.67 140.9699 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 26.67 143.5099 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 31.75 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 31.75 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 31.75 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "36d451ed-a949-4f24-87dc-25ab7dfafd12") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 49.53 148.59 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f554ccf3-cc13-4b5a-8855-d5d04d7cb1fd") + (property "Reference" "C2" + (at 53.34 147.3199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100n" + (at 53.34 149.8599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 48.5648 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 49.53 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 49.53 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "913421f1-37c1-45a4-a71a-2ac302de440f") + ) + (pin "2" + (uuid "a09c5fb5-efb3-4563-81c5-6c9f1928c684") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 64.77 138.43 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f6305c19-5b15-4f49-8f6a-ccda12c725e9") + (property "Reference" "#FLG01" + (at 64.77 136.525 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 64.77 134.0104 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 64.77 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 64.77 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 64.77 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4818e3ba-adb4-453c-9ffc-a44371d4e1a3") + ) + (instances + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) diff --git a/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberHVShield.kicad_mod b/Hardware/Amplifier/Amplifier.pretty/IonizationChamberHVShield.kicad_mod similarity index 88% rename from Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberHVShield.kicad_mod rename to Hardware/Amplifier/Amplifier.pretty/IonizationChamberHVShield.kicad_mod index e1bba1c..718a43c 100644 --- a/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberHVShield.kicad_mod +++ b/Hardware/Amplifier/Amplifier.pretty/IonizationChamberHVShield.kicad_mod @@ -1,8 +1,8 @@ -(module PowerSupplyHVShield (layer F.Cu) (tedit 5CE008EB) +(module IonizationChamberHVShield (layer F.Cu) (tedit 5CE008EB) (fp_text reference REF** (at 3 1) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value PowerSupplyHVShield (at 11 -1) (layer F.Fab) + (fp_text value IonizationChamberHVShield (at 11 -1) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start 0 0) (end 54 0) (layer F.SilkS) (width 0.12)) diff --git a/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberSensor.kicad_mod b/Hardware/Amplifier/Amplifier.pretty/IonizationChamberSensor.kicad_mod similarity index 90% rename from Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberSensor.kicad_mod rename to Hardware/Amplifier/Amplifier.pretty/IonizationChamberSensor.kicad_mod index b0f5d74..33725d9 100644 --- a/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberSensor.kicad_mod +++ b/Hardware/Amplifier/Amplifier.pretty/IonizationChamberSensor.kicad_mod @@ -1,8 +1,8 @@ -(module PowerSupplySensor (layer F.Cu) (tedit 5CDFE7B3) +(module IonizationChamberSensor (layer F.Cu) (tedit 5CDFE7B3) (fp_text reference REF** (at 0 -3.81) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value PowerSupplySensor (at 0 -5.715) (layer F.Fab) + (fp_text value IonizationChamberSensor (at 0 -5.715) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) (fp_line (start -20 -20) (end 20 -20) (layer F.SilkS) (width 0.12)) diff --git a/Hardware/Amplifier/Amplifier.pretty/IonizationChamberShield.kicad_mod b/Hardware/Amplifier/Amplifier.pretty/IonizationChamberShield.kicad_mod new file mode 100644 index 0000000..1d5c679 --- /dev/null +++ b/Hardware/Amplifier/Amplifier.pretty/IonizationChamberShield.kicad_mod @@ -0,0 +1,833 @@ +(footprint "IonizationChamberShield" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 40 25 0) + (layer "F.SilkS") + (uuid "66134c47-0113-451f-accc-4e5452d84a79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IonizationChamberShield" + (at 40 30 0) + (layer "F.Fab") + (uuid "c2e82248-390b-4d1f-9e43-d111b93ee12f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "16e12c17-5851-44c0-a67b-c959ba90825a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e0eec342-5679-44a3-bcdc-fc0d62cca666") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "77c0c00a-3482-4bc2-a881-d9c4ae7dfb19") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_poly + (pts + (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 48.5) (xy 0 48.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "00ca0cf0-58b8-4213-a866-590b4b715d30") + ) + (fp_poly + (pts + (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0e21be28-7cfe-467d-a061-a7bf35d4000f") + ) + (fp_poly + (pts + (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "caacb00a-beb1-4904-b70e-4da04cfe824a") + ) + (fp_poly + (pts + (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "655f8411-d794-4d5b-9e63-e7eb84e0e2d8") + ) + (fp_poly + (pts + (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1036b0d5-bf6c-476a-9fb3-99f8f9dd52b3") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4c39b851-438e-4a7f-99e1-732a7e6e2e8d") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "32740c40-ba0b-411f-824a-da1157e1a94d") + ) + (fp_poly + (pts + (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7d669658-4cfb-4990-83b6-fd5ad45c1d37") + ) + (fp_poly + (pts + (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a9cc9f5c-36b8-4c6e-9cad-44b8a9f341b7") + ) + (fp_poly + (pts + (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 49.5) (xy 0 49.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "c56b928d-4a55-4d1a-a438-1a17ec5a7cd2") + ) + (fp_poly + (pts + (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "5b95fbc0-8ff0-48af-be44-db81e4c018bc") + ) + (fp_poly + (pts + (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "42efe1a4-2e8c-4f35-b9ec-14d2f0b38046") + ) + (fp_poly + (pts + (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "dcf31de1-b466-483d-a5cd-da09980eff08") + ) + (fp_poly + (pts + (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "354c7a2b-d01e-4f94-9c52-331c667372ab") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "72ed78af-e54b-40e2-9280-1cf251875b18") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "e0346025-adff-4586-a93e-bb64ac506335") + ) + (fp_poly + (pts + (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "72fef34c-6710-499b-a5f2-ab01d1bc7a95") + ) + (fp_poly + (pts + (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Cu") + (uuid "7c819788-dd58-4afa-a2aa-4ccb68c31826") + ) + (fp_poly + (pts + (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 47.5) (xy 0 47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "26ba561b-1c13-41ba-8ace-2ccd649b4a2e") + ) + (fp_poly + (pts + (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "43923b29-cd28-42e2-9cdf-00bab6c87cfe") + ) + (fp_poly + (pts + (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "d972695c-7e61-43db-8be1-d703512ee75b") + ) + (fp_poly + (pts + (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "eb269772-caa3-4782-b628-d855e70c3727") + ) + (fp_poly + (pts + (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "59b5e6d2-1f79-4e80-be3e-4541c77e3321") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "8dd43ab8-2326-43d6-9a4f-958d5c1345ca") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "424fedaa-8b52-4807-a310-0f9bd11e47ee") + ) + (fp_poly + (pts + (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "d501456b-bfc2-4250-90f1-e1518b845056") + ) + (fp_poly + (pts + (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "9e8001cd-29c6-4e70-930e-97d6bab6ef52") + ) + (fp_poly + (pts + (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "f7f36224-8ec3-4ccb-935f-4394aabb3a45") + ) + (fp_poly + (pts + (xy 0 14) (xy 1.5 14) (xy 1.5 48) (xy 0 48) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "8baa92aa-4957-4eba-9605-add3950ad7e9") + ) + (fp_poly + (pts + (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "45327708-70bf-45d6-a229-6f2f39164b30") + ) + (fp_poly + (pts + (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "72dc9cec-9e52-40ae-b7c7-3381d59d537f") + ) + (fp_poly + (pts + (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "491f13e6-8b8f-4737-b714-0156fe9ed34d") + ) + (fp_poly + (pts + (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "8a2abfd7-1956-41d2-a109-011ecdfac6b9") + ) + (fp_poly + (pts + (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "ccdba14e-0d85-463d-a067-f041bb301474") + ) + (fp_poly + (pts + (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "910bffab-fa1c-412f-a28f-80ec5ae9f796") + ) + (fp_poly + (pts + (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "e7bcc53a-15e1-45f1-a1db-aa2e7501ea94") + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "247f4ba8-eafb-4140-b709-56752a987f5c") + (pts + (xy 4.75 5) (xy 75.25 5) + ) + (height 7) + (gr_text "70.5000 mm" + (at 40 10.85 0) + (layer "Cmts.User") + (uuid "247f4ba8-eafb-4140-b709-56752a987f5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "528954ee-3020-4613-aeb0-da4d1e2a447e") + (pts + (xy 0 0) (xy 80 0) + ) + (height -4) + (gr_text "80.0000 mm" + (at 40 -5.15 0) + (layer "Cmts.User") + (uuid "528954ee-3020-4613-aeb0-da4d1e2a447e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "9ab8937b-17d9-4878-8192-49962947e771") + (pts + (xy 80 55) (xy 80 0) + ) + (height 5) + (gr_text "55.0000 mm" + (at 83.85 27.5 90) + (layer "Cmts.User") + (uuid "9ab8937b-17d9-4878-8192-49962947e771") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "f6a64a1c-45e5-43b2-8862-8a5b1cf311d0") + (pts + (xy 75.25 5) (xy 75.25 50) + ) + (height 10.25) + (gr_text "45.0000 mm" + (at 63.85 27.5 90) + (layer "Cmts.User") + (uuid "f6a64a1c-45e5-43b2-8862-8a5b1cf311d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.1) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (pad "" np_thru_hole circle + (at 0.75 10) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "b124ec1b-6e71-43b5-82b3-81e4ff958980") + ) + (pad "" np_thru_hole circle + (at 0.75 20) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "40c09861-6ec8-4178-8a88-b4f08591eb38") + ) + (pad "" np_thru_hole circle + (at 0.75 30) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "5157eb17-5d6c-46af-aedc-05eaa778b584") + ) + (pad "" np_thru_hole circle + (at 0.75 35) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2416a096-0169-4351-b6a6-cc5c770f7021") + ) + (pad "" np_thru_hole circle + (at 4.75 5) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "364ba751-568c-405a-bb68-569e6f561a92") + ) + (pad "" np_thru_hole circle + (at 4.75 50) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "2f8630f5-8b6f-4bf1-8160-3d4000e95770") + ) + (pad "" np_thru_hole circle + (at 5 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "f6ffd514-d83c-4fec-a46e-fc984cb0c907") + ) + (pad "" np_thru_hole circle + (at 5 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "5a9f2679-3f8c-48b1-ade4-5cbd41370267") + ) + (pad "" np_thru_hole circle + (at 15 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "f6f3376b-e8dc-44a5-bc2d-73faedb100d3") + ) + (pad "" np_thru_hole circle + (at 15 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "9fad7806-d291-4cad-8430-f50a1f6fbeb8") + ) + (pad "" np_thru_hole circle + (at 25 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "c8c82308-e27d-40a0-87fb-f20929a8d3b3") + ) + (pad "" np_thru_hole circle + (at 25 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "7c22d048-f4ff-4a71-b69a-64b00dae2822") + ) + (pad "" np_thru_hole circle + (at 35 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "7ab4645a-98b1-4608-8c36-8f23ccdabb04") + ) + (pad "" np_thru_hole circle + (at 35 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "a48441db-25c0-46c6-9c29-0fd96653e87f") + ) + (pad "" np_thru_hole circle + (at 45 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "0a08c5f3-639d-4af4-99d6-252d2790ff43") + ) + (pad "" np_thru_hole circle + (at 45 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "6841c4c4-8ff2-416a-9c9d-40237f0d3a36") + ) + (pad "" np_thru_hole circle + (at 55 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "0915e127-c6ab-4853-90b8-9e04b768f70a") + ) + (pad "" np_thru_hole circle + (at 65 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "4d0aa232-19aa-4cb6-9ed4-a283b33c9504") + ) + (pad "" np_thru_hole circle + (at 65 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "11c631a8-8b58-4d61-805e-91fe9d9f710b") + ) + (pad "" np_thru_hole circle + (at 75 0.75) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "63bf5559-ddf8-4fb7-a411-45591586b574") + ) + (pad "" np_thru_hole circle + (at 75 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "6a9b452f-1da9-4485-b9ab-258332834bf3") + ) + (pad "" np_thru_hole circle + (at 75.25 5) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "3b89fc57-11b8-408d-8f36-52e030428177") + ) + (pad "" np_thru_hole circle + (at 75.25 50) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "c7123f5a-bea9-42a1-a923-a71d7ab0e9b0") + ) + (pad "" np_thru_hole circle + (at 79.25 10) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "a87344db-f7b8-4c9b-93f1-9900ee3e19a7") + ) + (pad "" np_thru_hole circle + (at 79.25 20) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "9d3a1ff5-b9f5-4314-ad26-99cb9095c249") + ) + (pad "" np_thru_hole circle + (at 79.25 30) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "c5c00db9-cdb5-443e-bf5c-9ff2db41cc01") + ) + (pad "" np_thru_hole circle + (at 79.25 40) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "e71450e9-32da-41e0-a5b6-40f949239732") + ) + (pad "" np_thru_hole circle + (at 79.25 50) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "63b65d7a-3bf1-43e1-ab9f-699377fe557a") + ) + (pad "1" thru_hole circle + (at 55 54.25) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "615196b0-7615-462e-9b4f-fc69877934d5") + ) +) diff --git a/Hardware/PowerSupply/PowerSupply.pretty/SwitchButtonGeneric.kicad_mod b/Hardware/Amplifier/Amplifier.pretty/SwitchButtonGeneric.kicad_mod similarity index 100% rename from Hardware/PowerSupply/PowerSupply.pretty/SwitchButtonGeneric.kicad_mod rename to Hardware/Amplifier/Amplifier.pretty/SwitchButtonGeneric.kicad_mod diff --git a/Hardware/Amplifier/fp-lib-table b/Hardware/Amplifier/fp-lib-table new file mode 100644 index 0000000..14022e0 --- /dev/null +++ b/Hardware/Amplifier/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (version 7) + (lib (name "Amplifier")(type "KiCad")(uri "${KIPRJMOD}/Amplifier.pretty")(options "")(descr "")) +) diff --git a/Hardware/Amplifier/sym-lib-table b/Hardware/Amplifier/sym-lib-table new file mode 100644 index 0000000..9c00ee7 --- /dev/null +++ b/Hardware/Amplifier/sym-lib-table @@ -0,0 +1,2 @@ +(sym_lib_table +) diff --git a/Hardware/PowerSupply/.gitignore b/Hardware/PowerSupply/.gitignore deleted file mode 100644 index cb46777..0000000 --- a/Hardware/PowerSupply/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# For PCBs designed using KiCad: http://www.kicad-pcb.org/ -# Format documentation: http://kicad-pcb.org/help/file-formats/ - -# Temporary files -*.000 -*.bak -*.bck -*.kicad_pcb-bak -*~ -_autosave-* -*.tmp -*-cache.lib -*-rescue.lib -*-save.pro -*-save.kicad_pcb - -# Netlist files (exported from Eeschema) -*.net - -# Autorouter files (exported from Pcbnew) -*.dsn -*.ses - -# Exported BOM files -*.xml -*.csv - diff --git a/Hardware/PowerSupply/PowerSupply.kicad_pcb b/Hardware/PowerSupply/PowerSupply.kicad_pcb deleted file mode 100644 index b03d376..0000000 --- a/Hardware/PowerSupply/PowerSupply.kicad_pcb +++ /dev/null @@ -1,12865 +0,0 @@ -(kicad_pcb - (version 20240108) - (generator "pcbnew") - (generator_version "8.0") - (general - (thickness 1.6) - (legacy_teardrops no) - ) - (paper "A4") - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - (setup - (pad_to_mask_clearance 0.2) - (allow_soldermask_bridges_in_footprints no) - (grid_origin 133 158.95) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0001000_00000000) - (disableapertmacros no) - (usegerberextensions yes) - (usegerberattributes yes) - (usegerberadvancedattributes no) - (creategerberjobfile no) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref no) - (viasonmask no) - (mode 1) - (useauxorigin no) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (pdf_front_fp_property_popups yes) - (pdf_back_fp_property_popups yes) - (dxfpolygonmode yes) - (dxfimperialunits yes) - (dxfusepcbnewfont yes) - (psnegative no) - (psa4output no) - (plotreference yes) - (plotvalue yes) - (plotfptext yes) - (plotinvisibletext no) - (sketchpadsonfab no) - (subtractmaskfromsilk yes) - (outputformat 1) - (mirror no) - (drillshape 0) - (scaleselection 1) - (outputdirectory "plots/") - ) - ) - (net 0 "") - (net 1 "GND") - (net 2 "+BATT") - (net 3 "Net-(BT32-Pad2)") - (net 4 "Net-(BT2-Pad2)") - (net 5 "Net-(BT2-Pad1)") - (net 6 "Net-(BT32-Pad1)") - (net 7 "Net-(BT1-Pad2)") - (net 8 "Net-(BT1-Pad1)") - (net 9 "Net-(BT3-Pad2)") - (net 10 "Net-(BT3-Pad1)") - (net 11 "Net-(BT7-Pad2)") - (net 12 "Net-(BT8-Pad2)") - (net 13 "-BATT") - (net 14 "Net-(C2-Pad2)") - (net 15 "Net-(C3-Pad1)") - (footprint "MountingHole:MountingHole_3.5mm_Pad" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e120ec") - (at 210.5 153.5) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (property "Reference" "H2" - (at 0 -4.5 0) - (layer "F.SilkS") - (uuid "efc5c4c1-6d96-4f13-a07d-a0789f1d6b31") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole_Pad" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "3be55a40-3755-4df2-a357-590b6867f666") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "18b3b0e6-a5eb-4aeb-98d1-98a29d8c2f7e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "5d2ca8f8-6b42-4e99-bcab-c65e29284edf") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "63e4b09e-3d50-4f76-aa95-81f2217eaacb") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f188d7") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "348ebf31-7e13-4ff2-ae2f-0c794419a107") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "d3b0464b-0a30-4b1f-8797-4f28c11fa413") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "ee4d713c-82e8-4e26-9005-d2dd045e3853") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0) - (size 7 7) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "fdf73359-a9d3-41a8-919e-9271aab644a2") - ) - ) - (footprint "MountingHole:MountingHole_3.5mm_Pad" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e120fc") - (at 138.5 69.4) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (property "Reference" "H4" - (at 0 5 0) - (layer "F.SilkS") - (uuid "67f982c9-c998-439d-812f-1a84d070da7f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole_Pad" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "ab28c785-a3b6-4045-8750-ac60c692ec00") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "9992397f-b2f6-468f-916e-b908d610e890") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "af760b08-0da6-4090-b08f-7f5fb0cb1727") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "b3b83fa3-fb15-47a2-8453-e47b2e49c39a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f1ce5f") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "c0bfa948-ae1c-4145-8689-816613f2e549") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "53a879eb-0d5c-49a2-989c-34bbd983108c") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "ea055224-0798-4027-bcb4-eab896a4d3c6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0) - (size 7 7) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "a19d24b4-a9e0-46c8-bb06-22dcc23a0a65") - ) - ) - (footprint "MountingHole:MountingHole_3.5mm_Pad" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e1241f") - (at 210.4 69.5) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (property "Reference" "H3" - (at 0 5 0) - (layer "F.SilkS") - (uuid "390a0e51-18cc-4405-b8e6-85a61d1c2b82") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole_Pad" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "9f7d3ddd-7401-42f1-93ef-1dd6766deae6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "5f114b70-4cfb-4e2b-b3f9-5ce66d563825") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "85c3ea05-68e1-4492-8955-cc600729e296") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e0b62f9b-fa4d-4a5e-b06d-ea854e4156cf") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f1aa98") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "dee08b83-04ba-4386-9bcd-97fa5150aa62") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "cc63a1b2-02fb-4a20-8475-d65b99be7c36") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "4fed1fe6-3392-424b-99f4-9883112c3166") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0) - (size 7 7) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "657517c9-1e1d-4a62-a831-2745c1206ba5") - ) - ) - (footprint "PowerSupply:MR18650BatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e14f3b") - (at 142.5 75 -90) - (property "Reference" "BT2" - (at -2 -1.5 180) - (layer "F.SilkS") - (uuid "96609efe-35c3-452f-ad9a-aedb2ec567c2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "3V6" - (at 36 -9.5 90) - (layer "F.Fab") - (uuid "d33556fb-faf1-4373-abec-50ae33396a2a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "c4acddff-f44f-4aa2-a395-777d1ace59ac") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0d66f9d9-fbe4-4451-8cbf-0598ffd7f911") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "bf82edee-f36a-4c08-884b-4cd9a6411aff") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00006104dbba") - (attr through_hole) - (fp_line - (start 0 0) - (end 10.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "03e564a5-984c-4b02-bc11-b65930089bea") - ) - (fp_line - (start 0 0) - (end 0 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9caa0ea8-9700-4b04-b864-cdde6a3d003b") - ) - (fp_line - (start 75 0) - (end 64.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "96890dd4-1564-461e-81f5-aa124d3e03eb") - ) - (fp_line - (start 75 0) - (end 75 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "805cb1f6-3e0d-4bbf-8682-66ee098c9553") - ) - (fp_line - (start 0 -21) - (end 10.5 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8d02480b-39c5-45c1-b603-5219ee93276e") - ) - (fp_line - (start 75 -21) - (end 64.5 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "af361816-3894-4d37-8af8-9fc5497ca504") - ) - (fp_line - (start -5 0) - (end -5 -10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "439000b8-f330-49a6-b26e-cebbcfb82bac") - ) - (fp_line - (start 0 -8) - (end 2 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "3f275d43-5bb5-4227-aa8b-97f5c1b26f7e") - ) - (fp_line - (start 73 -8.5) - (end 75 -8.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "e86d47c1-180f-438d-9667-dc7d349ad199") - ) - (fp_line - (start -5 -10.5) - (end 81.5 -10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "95324508-e826-4b03-af29-93141163cc27") - ) - (fp_line - (start 0 -11.5) - (end 10.5 -11.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "6d967985-72d8-4b90-97c5-b54bfe031466") - ) - (fp_line - (start 64.5 -12.5) - (end 75 -12.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "f6a8312d-bb9f-4426-80f3-bcf31bf05d40") - ) - (fp_text user "+" - (at -2 -11 90) - (layer "F.SilkS") - (uuid "951a40e8-6a2d-468f-8e5f-1121d60c27ae") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - ) - ) - (fp_text user "-" - (at 77 -11 90) - (layer "F.SilkS") - (uuid "e9c9affd-4b25-4af2-a5ca-1515e2b65d94") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - ) - ) - (pad "" np_thru_hole oval - (at 10.5 -10.5 270) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "d56bc1bf-7963-4a28-b8bd-e97b5168b17c") - ) - (pad "" np_thru_hole oval - (at 64.5 -10.5 270) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "52159163-a923-4cca-89f4-a1a81114f2ea") - ) - (pad "1" thru_hole oval - (at 2 -10.5 270) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "Net-(BT2-Pad1)") - (uuid "13e53f07-aa31-482a-a643-bfe33ea0f0b6") - ) - (pad "2" thru_hole oval - (at 73 -10.5 270) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 4 "Net-(BT2-Pad2)") - (uuid "8ce4b534-6da5-42fa-b6ed-550657052b2c") - ) - ) - (footprint "PowerSupply:MR18650BatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e14fad") - (at 193.5 150 90) - (property "Reference" "BT4" - (at -2 -19.5 180) - (layer "F.SilkS") - (uuid "6abbfeed-fe7b-442b-b6e6-3090e5e0ef56") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "3V6" - (at 36 -9.5 90) - (layer "F.Fab") - (uuid "c28c06b7-aea0-409c-97cf-252d6116a0a5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "03ae469d-5b52-4167-b906-f4528d4c5132") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "023cb292-61ac-4b21-80d1-1194b846a087") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "741c7c93-09f4-4ae1-b881-d0371508a8d1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000610491a7") - (attr through_hole) - (fp_line - (start 75 -21) - (end 64.5 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7baa1d0b-ce21-475a-8cf0-1344a806f6eb") - ) - (fp_line - (start 0 -21) - (end 10.5 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b0ff1d04-c12f-4f99-99f6-3a84fbfe98d7") - ) - (fp_line - (start 75 0) - (end 75 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ed447b90-8967-4a6e-8d4e-c51040516676") - ) - (fp_line - (start 75 0) - (end 64.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "66c4fe75-19fe-403f-a5d4-49694b7c8ed2") - ) - (fp_line - (start 0 0) - (end 0 -21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "06deccdd-6ccc-4222-a383-f39c244fa635") - ) - (fp_line - (start 0 0) - (end 10.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5fbbfc28-b2f2-4f31-a7ed-b3190ae9ab3b") - ) - (fp_line - (start 64.5 -12.5) - (end 75 -12.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "e33cdcbb-f2af-41ab-a077-fcaca20bb9ee") - ) - (fp_line - (start 0 -11.5) - (end 10.5 -11.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a4c53885-6e9f-427b-9cfe-bc481d19f694") - ) - (fp_line - (start -5 -10.5) - (end 81.5 -10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "54943b99-e56e-46ec-a4a0-33859c42f149") - ) - (fp_line - (start 73 -8.5) - (end 75 -8.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a307393f-4453-4407-b3eb-00bd9b2f83a3") - ) - (fp_line - (start 0 -8) - (end 2 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "04996f5e-3f2e-46c0-9a02-1471cd78d2f9") - ) - (fp_line - (start -5 0) - (end -5 -10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "52023cbb-6795-4c9c-bdab-8f35b4f54287") - ) - (fp_text user "-" - (at 77 -11 90) - (layer "F.SilkS") - (uuid "0a7196d2-2f4a-4589-ae6c-54294b201c76") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - ) - ) - (fp_text user "+" - (at -2 -11 90) - (layer "F.SilkS") - (uuid "3aa1353a-ba8d-4503-a08f-bd679c60ee2f") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - ) - ) - (pad "" np_thru_hole oval - (at 10.5 -10.5 90) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "d10a1cc4-75fd-4ef0-b97a-6707caa9858a") - ) - (pad "" np_thru_hole oval - (at 64.5 -10.5 90) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "8493f994-f310-4886-aa3f-94a9d3dd5457") - ) - (pad "1" thru_hole oval - (at 2 -10.5 90) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 4 "Net-(BT2-Pad2)") - (uuid "626d0e95-1f08-4594-a5c3-3b51c62f9b97") - ) - (pad "2" thru_hole oval - (at 73 -10.5 90) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "c012cb0d-20d5-4d61-b15c-b6652707f6ea") - ) - ) - (footprint "MountingHole:MountingHole_3.5mm_Pad" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e1a2d2") - (at 138.5 153.5) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (property "Reference" "H1" - (at 0 -4.5 0) - (layer "F.SilkS") - (uuid "826ebc2c-2af4-4412-8210-93f7d03fce36") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole_Pad" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "ebd49a2d-83c3-48f2-99e8-706af515e068") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "c027498d-eac4-4c8d-a817-eba627b758a0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "d4c6aa8c-779c-4b37-a4b8-fbeb38903c94") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "2afb3eca-35a7-4741-85b5-b691ddd14cc0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f12c7e") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "5f6d5f6b-9a13-4c88-a987-3f04d097268e") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "eb286295-d0c9-43e7-9f3d-d76611c4f802") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "08ab422d-3418-4236-bd3a-56de574a2751") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0) - (size 7 7) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "d0ad035b-22c9-4ba1-b334-4153611d50cc") - ) - ) - (footprint "PowerSupply:27ABatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e22002") - (at 157 91.5 -90) - (property "Reference" "BT8" - (at 44.5 -4 180) - (layer "F.SilkS") - (uuid "a80d31f2-f708-4dc9-bf2f-04f712195f36") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "12V" - (at 21 -2.5 90) - (layer "F.Fab") - (uuid "ea8d6a46-c2a5-4782-9298-4b5c4d8dd085") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "04559d97-af8f-4e9a-b75b-3e7da0fb8503") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "3b4ca7bb-2e84-4f14-8459-ba0caae9aba8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "a9acb10e-e9e9-461c-ad0f-cb520ea2b8f1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e707f2") - (attr through_hole) - (fp_line - (start 0 1) - (end 43 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "bb8cd043-0493-4f08-a979-c1b4d60ceee7") - ) - (fp_line - (start 43 1) - (end 43 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "73b257dc-2f19-4b2d-add7-89106d1ab2c9") - ) - (fp_line - (start 0 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8a862016-5689-4645-8a69-3f46312c6519") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "aae64458-1cf9-479d-bd71-2ee9dbc7d32e") - ) - (fp_line - (start 0 -9) - (end 0 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6d18b9e2-0c1e-4d2b-8849-30df28969d0e") - ) - (fp_line - (start 43 -9) - (end 0 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fd0dcb84-33aa-4da6-bff3-2453002f2dac") - ) - (fp_line - (start 0 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "7eacd20b-a7f3-40a0-bcfa-771086ae00c5") - ) - (fp_line - (start 7 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "bebb630c-d290-428e-9253-40b8224b746a") - ) - (fp_line - (start 7 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a5b59664-dd11-49f4-93b4-ae95f5982d0b") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "4c95a8b6-f293-42c2-9411-bde8111e9eba") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9f9205af-5e52-4815-b83e-c396b027c81d") - ) - (fp_line - (start 34 0) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c8756065-b239-424e-bb03-2b1c4caf44d5") - ) - (fp_line - (start 36.5 0) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "43c775cb-525c-46db-b881-2094cec15a17") - ) - (fp_line - (start 43 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "3fd511d0-ece2-48a3-88b4-48458bebbcb5") - ) - (fp_line - (start 3.5 -4) - (end 7 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "427b610d-d3af-4b2b-ad35-e411b0d31f85") - ) - (fp_line - (start 3.5 -4) - (end 43 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "1a319e87-8df4-45da-9882-996ac9985730") - ) - (fp_line - (start 0 -8) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "350f1271-6fe9-4f6a-87d0-b2a6008e61b4") - ) - (fp_line - (start 0 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9991490f-4ba6-4e23-a2e3-40776771937a") - ) - (fp_line - (start 7 -8) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "28d331a8-94cd-4713-ac00-e343dd3008a1") - ) - (fp_line - (start 7 -8) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "568954b3-b89a-4139-bc3d-de30e8111cc8") - ) - (fp_line - (start 7 -8) - (end 34 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b9fd9f9b-d002-45b2-b875-875058330827") - ) - (fp_line - (start 34 -8) - (end 34 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b5a18fc1-00c6-425b-9127-0f1289a6b4e1") - ) - (fp_line - (start 36.5 -8) - (end 36.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "d8de68d0-7305-4294-8e10-d958eec91ffc") - ) - (fp_line - (start 36.5 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "79d8ef94-3eb6-4d22-a3db-0849db47b222") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "23e2d900-28dc-4543-8b99-56267aa4417e") - ) - (fp_text user "+" - (at 10.5 -4 90) - (layer "F.SilkS") - (uuid "1f554b3e-b758-42ff-928c-df5502aa4596") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "-" - (at 32.5 -4 180) - (layer "F.SilkS") - (uuid "33a3d4f4-bd72-45ed-96c6-98e94cc2be30") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "battery size 8.0 × 28.2" - (at 21 -6 90) - (layer "Dwgs.User") - (uuid "416c0df9-1a0d-4d14-966f-bfea86dcffab") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 3.5 -8) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(BT7-Pad2)") - (uuid "3ee36d89-5ea3-4018-af20-3d44ac8f7778") - ) - (pad "1" thru_hole rect - (at 3.5 0) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(BT7-Pad2)") - (uuid "1d2a1b74-a435-4e39-b305-4efb6011968c") - ) - (pad "1" thru_hole rect - (at 7 -4 270) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(BT7-Pad2)") - (uuid "65bc12b5-1762-4a2d-98f6-498f85674dfe") - ) - (pad "2" thru_hole rect - (at 36.5 -4 270) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 12 "Net-(BT8-Pad2)") - (uuid "1b483050-ff2a-4707-9edb-7ebc3f727c02") - ) - (pad "2" thru_hole rect - (at 39.5 -8) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 12 "Net-(BT8-Pad2)") - (uuid "9f64ac40-b587-4f67-97a4-ab23e23b4e37") - ) - (pad "2" thru_hole rect - (at 39.5 0) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 12 "Net-(BT8-Pad2)") - (uuid "ecff7bad-3d92-4cd7-b7a6-e3aaf1f2f0d2") - ) - ) - (footprint "PowerSupply:27ABatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e22071") - (at 177 134.5 90) - (property "Reference" "BT7" - (at -1.5 -4 180) - (layer "F.SilkS") - (uuid "dc4518e0-76b3-4c5a-a357-2e4f675bdc3d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "12V" - (at 21 -2.5 90) - (layer "F.Fab") - (uuid "500113ee-d75c-474a-89ea-afcf5df8ee76") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3e351d55-d032-4cb0-992c-e57895727ac3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "7eb16fc0-e913-4fac-a752-ea7461359785") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "9dc8775d-e14d-4155-b2a5-45eb88d1387e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e5b66a") - (attr through_hole) - (fp_line - (start 43 -9) - (end 0 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0fe30b33-b1fa-4ac7-9852-b6471c3230ab") - ) - (fp_line - (start 0 -9) - (end 0 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7dc5fa05-898c-42eb-93ab-605afbdf8ea2") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d80f67a1-25f4-47a4-a8ad-14283c2b84fd") - ) - (fp_line - (start 0 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f0d7a406-5e29-4946-b884-b22e7917c81c") - ) - (fp_line - (start 43 1) - (end 43 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ec0c5bf8-8320-481f-8448-becb1faf2843") - ) - (fp_line - (start 0 1) - (end 43 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "138d5819-49ce-4b72-b889-e96f5fce3d49") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "61dfbe9c-63e7-4032-b3fa-cd099b4f0fc1") - ) - (fp_line - (start 36.5 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "0c8909c3-b68a-4922-bf94-ddd684c3530c") - ) - (fp_line - (start 36.5 -8) - (end 36.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b9c2e378-db2c-4e3f-beda-2496dd1e5c9e") - ) - (fp_line - (start 34 -8) - (end 34 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "37aafe65-050b-481c-9b47-5aec7872ddd1") - ) - (fp_line - (start 7 -8) - (end 34 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "069185af-6281-4103-b132-a9df804ed7dc") - ) - (fp_line - (start 7 -8) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "11cf46f5-7389-4222-bf02-1d2e483e03f5") - ) - (fp_line - (start 7 -8) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "826311c6-5139-4dfe-8c65-3efd20f9da03") - ) - (fp_line - (start 0 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ba978932-32c2-460a-9e67-13433ae13105") - ) - (fp_line - (start 0 -8) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c38d7ef0-82a5-43af-94e1-5376e186c88a") - ) - (fp_line - (start 3.5 -4) - (end 43 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c51f759d-b84e-46be-b2d2-c0e4b554e5e6") - ) - (fp_line - (start 3.5 -4) - (end 7 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c141ad13-a96a-4b12-bf0a-c26906194172") - ) - (fp_line - (start 43 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "3202e0d1-4bb5-471e-a7c8-4062447298b5") - ) - (fp_line - (start 36.5 0) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "7bb1da19-57c7-4a44-98f2-fdf052a06ef5") - ) - (fp_line - (start 34 0) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "f68cf95e-f963-4d3e-aee9-675da6cae687") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "71714d85-4732-441f-855c-8566bfaef004") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c71ed19d-28e3-4453-9111-5345d2cd950c") - ) - (fp_line - (start 7 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ad802724-ce77-4140-89c7-1017d51a4cec") - ) - (fp_line - (start 7 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "083114f1-e499-487e-b3fd-64fe3eb72125") - ) - (fp_line - (start 0 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "17e688a5-2f7c-417d-b9da-36ca0bbd2dd1") - ) - (fp_text user "-" - (at 32.5 -4 180) - (layer "F.SilkS") - (uuid "129a21bd-b37e-4d8f-b31d-d537850a806c") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "+" - (at 10.5 -4 90) - (layer "F.SilkS") - (uuid "16b23e24-b381-48c2-a9a6-ad9012565bad") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "battery size 8.0 × 28.2" - (at 21 -6 90) - (layer "Dwgs.User") - (uuid "03de5f4e-a418-4470-9dd2-f37a1a82c04c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 3.5 -8 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(BT1-Pad2)") - (uuid "8ad26141-1a53-4328-9f44-fcee2822becd") - ) - (pad "1" thru_hole rect - (at 3.5 0 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(BT1-Pad2)") - (uuid "181fa068-35d2-49f4-970b-aebd0896142a") - ) - (pad "1" thru_hole rect - (at 7 -4 90) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(BT1-Pad2)") - (uuid "b9f7023a-8328-4a82-bdd3-f59dad7fb09f") - ) - (pad "2" thru_hole rect - (at 36.5 -4 90) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(BT7-Pad2)") - (uuid "c71d1ae6-cf72-4f4d-9956-2d465c06146e") - ) - (pad "2" thru_hole rect - (at 39.5 -8 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(BT7-Pad2)") - (uuid "92d71f18-d2b5-4f05-abe6-46f67c7cff63") - ) - (pad "2" thru_hole rect - (at 39.5 0 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 11 "Net-(BT7-Pad2)") - (uuid "f1727d57-cc35-4fb5-aa83-bca4db88b2df") - ) - ) - (footprint "PowerSupply:27ABatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e220e0") - (at 205 91.5 -90) - (property "Reference" "BT3" - (at 44.5 -4 180) - (layer "F.SilkS") - (uuid "ae535bcf-0b6d-41c4-b5c3-6708523b192b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "12V" - (at 21 -2.5 90) - (layer "F.Fab") - (uuid "5e472966-eb7a-4d3e-a35d-c795444eed2d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "f6367a4e-6c20-41c6-85a3-0f210c1ea691") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0a0dcebd-d666-45bb-a656-e6ee85dd4157") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "fe47862b-5ac6-435f-9b15-93c0df5f54aa") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060fa2573") - (attr through_hole) - (fp_line - (start 0 1) - (end 43 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a46ea90a-db7c-437f-8fee-a58201d95d92") - ) - (fp_line - (start 43 1) - (end 43 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6f909875-bb64-4bd9-b511-6bb7bd8f29f8") - ) - (fp_line - (start 0 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4064569b-7d27-41b3-b792-e66bb808da35") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "31a87055-bbe5-4788-85b4-bc5fcf9f9c82") - ) - (fp_line - (start 0 -9) - (end 0 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "12864afc-3055-41ab-8eb3-c1370c2f5425") - ) - (fp_line - (start 43 -9) - (end 0 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8d36971b-2ef2-4eb0-8661-3ce9b40cffec") - ) - (fp_line - (start 0 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "790c3b97-dead-4410-aff1-d9c950bacbbd") - ) - (fp_line - (start 7 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "7c832e6e-d4ba-4c9a-b5c9-3aae2d6a8006") - ) - (fp_line - (start 7 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "d738ac54-bde7-441b-b233-7faa237e2bec") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9391df56-f1eb-46e6-8d64-f8d66d5cc379") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9a127d55-bacf-4f4c-9f8c-70b1887add14") - ) - (fp_line - (start 34 0) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b07eb503-25b9-4eb2-aed9-3a14cc1df071") - ) - (fp_line - (start 36.5 0) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "64705adc-451b-4cb0-b184-2ddcf9cc85a6") - ) - (fp_line - (start 43 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "eda6d7ca-9c00-4c0a-a8ce-2baef82e0d81") - ) - (fp_line - (start 3.5 -4) - (end 7 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9d2013e0-7f92-4b2c-8212-296bce129673") - ) - (fp_line - (start 3.5 -4) - (end 43 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ce4f8228-f6fe-479c-803b-0a2e6cea2d61") - ) - (fp_line - (start 0 -8) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "6c78e444-ac82-4d70-8675-afae1c7370a6") - ) - (fp_line - (start 0 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9ec1628a-c10f-45b2-a22b-760a2a8b3da1") - ) - (fp_line - (start 7 -8) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c302dffb-28d5-4424-ba73-a99e355b55df") - ) - (fp_line - (start 7 -8) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "21035e6c-ddfc-4499-abd1-5c295bf3bc43") - ) - (fp_line - (start 7 -8) - (end 34 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "6e1b58fa-151b-4c7d-8e0a-d45328fb4bb5") - ) - (fp_line - (start 34 -8) - (end 34 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "941907c4-6d8c-45e0-8b73-cf4548e27d22") - ) - (fp_line - (start 36.5 -8) - (end 36.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "f2e1302a-1bf5-47d2-8f76-f59197862458") - ) - (fp_line - (start 36.5 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "d63f9b6f-227b-42b2-a8ad-64b16ecd3995") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "179a0499-140f-4cd8-b15f-bd69cec28be1") - ) - (fp_text user "+" - (at 10.5 -4 90) - (layer "F.SilkS") - (uuid "5ccd5fa9-86be-4203-9eec-2ee2b4dffc47") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "-" - (at 32.5 -4 180) - (layer "F.SilkS") - (uuid "61ef8641-b658-444e-8a4f-58cc2fffafd1") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "battery size 8.0 × 28.2" - (at 21 -6 90) - (layer "Dwgs.User") - (uuid "49912980-164f-43f6-bd95-861f8eb9e961") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 3.5 -8) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 10 "Net-(BT3-Pad1)") - (uuid "4e5c34dd-eb5c-404a-99fa-161c50474e43") - ) - (pad "1" thru_hole rect - (at 3.5 0) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 10 "Net-(BT3-Pad1)") - (uuid "c339318a-21b5-43be-8672-f4dc96a2b70b") - ) - (pad "1" thru_hole rect - (at 7 -4 270) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 10 "Net-(BT3-Pad1)") - (uuid "61849a6d-ddc5-4086-8a73-7a89154931c0") - ) - (pad "2" thru_hole rect - (at 36.5 -4 270) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(BT3-Pad2)") - (uuid "351acc9c-406d-4bc4-a21c-bd25ea990c86") - ) - (pad "2" thru_hole rect - (at 39.5 -8) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(BT3-Pad2)") - (uuid "2daac1b8-92b1-4c1d-9ac1-d3c29283146c") - ) - (pad "2" thru_hole rect - (at 39.5 0) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(BT3-Pad2)") - (uuid "4d062367-b201-48ef-847c-4d4ece9d7188") - ) - ) - (footprint "PowerSupply:27ABatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e2214f") - (at 153 134.5 90) - (property "Reference" "BT9" - (at -1.5 -4 180) - (layer "F.SilkS") - (uuid "3487a7ca-d3d6-4aaf-9e31-428b7be57e30") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "12V" - (at 21 -2.5 90) - (layer "F.Fab") - (uuid "00a76861-1f10-4fe6-a2ec-bfa8e1096731") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "c5bedb67-14e7-4df8-b2bd-0873291c572b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "2e558272-a9f5-42a0-a7aa-0933c1e02a9e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3dfc1e03-7674-4c31-8055-89e9073187b2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e707f8") - (attr through_hole) - (fp_line - (start 43 -9) - (end 0 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "72d56968-bf59-4596-ab3b-044c1ff76fda") - ) - (fp_line - (start 0 -9) - (end 0 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1237571d-0a0d-44f1-9ef6-a16d4ee775f0") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3321350e-b127-452a-b6fd-4239211bd33f") - ) - (fp_line - (start 0 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "431545ac-64f5-41c8-ba8a-ac1a401eefb3") - ) - (fp_line - (start 43 1) - (end 43 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3b2395ff-6ff1-4805-a8f6-679e437267ab") - ) - (fp_line - (start 0 1) - (end 43 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0a416a5f-576b-4742-9a7d-a552f3fe7935") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ff7b3038-f5ec-4de8-b8c9-359220e86d97") - ) - (fp_line - (start 36.5 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "e9657dd7-3279-4a83-806a-d21b207d2650") - ) - (fp_line - (start 36.5 -8) - (end 36.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "1aa76917-3986-40c8-8bdd-119a5b36e172") - ) - (fp_line - (start 34 -8) - (end 34 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "be88d00a-bd86-4f00-bdd2-ce05f8d9b843") - ) - (fp_line - (start 7 -8) - (end 34 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b451104d-e70e-457c-961d-f2d587799705") - ) - (fp_line - (start 7 -8) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "42067c83-79d2-4daa-8440-0c8cb7682e4b") - ) - (fp_line - (start 7 -8) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "8f0a8e89-59b3-4a13-8411-b0e1b4edc029") - ) - (fp_line - (start 0 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "4aaed6c4-1bb3-438f-a765-2276fc5d3adc") - ) - (fp_line - (start 0 -8) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "8b42fdcb-7fe6-4c63-b473-4fb5e41fc7e3") - ) - (fp_line - (start 3.5 -4) - (end 43 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ddb32882-febe-4bb6-9614-bcd13a7eb287") - ) - (fp_line - (start 3.5 -4) - (end 7 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "37d19cee-7bbd-4da7-897b-6978be522ff0") - ) - (fp_line - (start 43 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "1406cff9-d504-4972-9c65-3c400a0e2934") - ) - (fp_line - (start 36.5 0) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "28a2e995-c7d4-4ac0-9171-0a1882fe8abf") - ) - (fp_line - (start 34 0) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c467f325-4fc0-45ba-b9fe-6c0617ebae41") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "952b5599-bf86-45b4-8216-147aa3019c3d") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a0948f25-049f-4623-a75f-7ad1f81dba2b") - ) - (fp_line - (start 7 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "198d7130-639a-4edd-82ef-9df787a79a35") - ) - (fp_line - (start 7 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "1063db9c-1ed0-4b26-bb54-d6d05a6f147b") - ) - (fp_line - (start 0 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "16adfa7a-1cbf-4947-8791-b693bbb8e9bc") - ) - (fp_text user "-" - (at 32.5 -4 180) - (layer "F.SilkS") - (uuid "19ce6dfa-6ef6-4340-9a94-48d24894833c") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "+" - (at 10.5 -4 90) - (layer "F.SilkS") - (uuid "387a8530-fa46-4768-b624-b4fc1b145ec1") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "battery size 8.0 × 28.2" - (at 21 -6 90) - (layer "Dwgs.User") - (uuid "b1d8cc73-0c1e-4d20-a178-847a0c7a3072") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 3.5 -8 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 12 "Net-(BT8-Pad2)") - (uuid "1a79a590-ada6-43b9-9638-e19e207672a8") - ) - (pad "1" thru_hole rect - (at 3.5 0 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 12 "Net-(BT8-Pad2)") - (uuid "12f1a1be-ad50-4892-9227-23754bb41dd6") - ) - (pad "1" thru_hole rect - (at 7 -4 90) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 12 "Net-(BT8-Pad2)") - (uuid "bea4d8fc-27dd-4a0a-93fa-84991cdbbd4a") - ) - (pad "2" thru_hole rect - (at 36.5 -4 90) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "06eb45fa-46d2-41ae-bd12-0ffb14916f57") - ) - (pad "2" thru_hole rect - (at 39.5 -8 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "b96885aa-366b-42ed-9339-ed17289f6ce1") - ) - (pad "2" thru_hole rect - (at 39.5 0 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "b6e98ae7-61f3-4cea-a17c-f069673dd633") - ) - ) - (footprint "PowerSupply:27ABatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e221be") - (at 181 91.5 -90) - (property "Reference" "BT1" - (at 44.5 -4 0) - (layer "F.SilkS") - (uuid "3fc8aee6-ef4f-41af-bb43-9a6c8d29177a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "12V" - (at 21 -2.5 90) - (layer "F.Fab") - (uuid "63155890-5b75-43c2-87bc-cb4d2f22bedd") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "afba2430-8b95-4ca7-8ef9-c14e2a5df3e3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "b2fc014f-6014-42c3-a96d-2bf3de307fa7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "f7f2c3b6-8cf2-42aa-bf27-731e77774acb") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e5aa84") - (attr through_hole) - (fp_line - (start 0 1) - (end 43 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "292a5da2-df95-4a65-9d19-7933ab4095e1") - ) - (fp_line - (start 43 1) - (end 43 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "51c5a37a-01e0-4413-8bc1-e39edbce0d8e") - ) - (fp_line - (start 0 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f21eeebd-4279-4451-9b60-a60dda7de4ba") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6b699ac9-09e5-4d9c-92cd-d02465f62d8d") - ) - (fp_line - (start 0 -9) - (end 0 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "55852e79-67ab-41da-93d3-ec02082ed6a7") - ) - (fp_line - (start 43 -9) - (end 0 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "eaf3c82e-3712-4520-8c7d-7cafb3505a06") - ) - (fp_line - (start 0 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a9ff6286-db44-4375-81c1-c0727e66d1c7") - ) - (fp_line - (start 7 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "11cc4c35-3b4f-474d-8334-8d730b034c2d") - ) - (fp_line - (start 7 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c054f989-44a3-45b9-ac04-af18d591468d") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "1116ba7b-6fe5-470b-bf56-1a6b03fb9b5e") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a098922e-921e-4979-b93a-fe494aa34dd3") - ) - (fp_line - (start 34 0) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "9c496d41-3bd6-495c-9cf6-fee3e6cb4418") - ) - (fp_line - (start 36.5 0) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "91725259-35d2-4cd0-a0ab-20b24e492273") - ) - (fp_line - (start 43 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "621f4bfb-2bae-48dd-84ab-af3093f7d977") - ) - (fp_line - (start 3.5 -4) - (end 7 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "de1c080b-258a-495a-bc46-89be2f85a446") - ) - (fp_line - (start 3.5 -4) - (end 43 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "f562fe95-6395-446e-ab0f-a85f5289cc69") - ) - (fp_line - (start 0 -8) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "e9622a7d-d860-4a94-a7f9-5abcfe9f0286") - ) - (fp_line - (start 0 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "2cfee05a-d7eb-4b2a-b4d2-40315f8481b2") - ) - (fp_line - (start 7 -8) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "3de67fc0-1381-498d-8b14-55c5f17aefe5") - ) - (fp_line - (start 7 -8) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "d7716714-fbdd-4e6c-9edc-a53c948ad4c5") - ) - (fp_line - (start 7 -8) - (end 34 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "018d9448-d57e-46d0-a78b-06c519161fee") - ) - (fp_line - (start 34 -8) - (end 34 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "46ed565b-003f-4110-8597-1151a5d6133a") - ) - (fp_line - (start 36.5 -8) - (end 36.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "fe30a294-a7ef-43c0-ab98-31248ddd92e0") - ) - (fp_line - (start 36.5 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "1520e0d3-b20f-4b37-a98f-b53c3e956cde") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "c0b24d11-000f-44cf-8de2-7f1273b5e0fe") - ) - (fp_text user "-" - (at 32.5 -4 180) - (layer "F.SilkS") - (uuid "254abeef-1c46-4bbd-846a-7dc161548948") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "+" - (at 10.5 -4 90) - (layer "F.SilkS") - (uuid "43ce9e82-e606-4d1c-8537-2075f16954c5") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "battery size 8.0 × 28.2" - (at 21 -6 90) - (layer "Dwgs.User") - (uuid "4d38897a-3277-4333-8a3a-b6e9c3862dfd") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 3.5 -8) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(BT1-Pad1)") - (uuid "9044c232-f680-4b6f-bc1b-ec0e43c6f7bc") - ) - (pad "1" thru_hole rect - (at 3.5 0) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(BT1-Pad1)") - (uuid "d30e5437-0783-4394-a6ac-eac57bcea209") - ) - (pad "1" thru_hole rect - (at 7 -4 270) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(BT1-Pad1)") - (uuid "0de8dbe2-9c10-4c5f-ba1a-ba51a4a1ea93") - ) - (pad "2" thru_hole rect - (at 36.5 -4 270) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(BT1-Pad2)") - (uuid "2afdab31-b8d2-4d17-a2ed-304a30f312f2") - ) - (pad "2" thru_hole rect - (at 39.5 -8) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(BT1-Pad2)") - (uuid "0786a53a-6e22-4333-83b3-c0d953a29c5e") - ) - (pad "2" thru_hole rect - (at 39.5 0) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(BT1-Pad2)") - (uuid "363d3944-8438-435e-8152-d19180cfae08") - ) - ) - (footprint "PowerSupply:27ABatteryHolder" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e2222d") - (at 201 134.5 90) - (property "Reference" "BT6" - (at -1.5 -4 180) - (layer "F.SilkS") - (uuid "a7576834-ce87-47d7-bb6b-a70461b9f2f8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "12V" - (at 21 -2.5 90) - (layer "F.Fab") - (uuid "c9c42bdd-016e-4e05-b39b-79908bee5731") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "f7641ed6-6fa6-4d81-81a8-f0f488b22a3a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "73f739dd-e61a-4195-adf0-3899365ea6d0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "f21bbaff-a592-45fc-8f43-5b01e0b48caa") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e59f0c") - (attr through_hole) - (fp_line - (start 43 -9) - (end 0 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b2892a31-a0ae-4ba7-9cca-ed3b9d14200d") - ) - (fp_line - (start 0 -9) - (end 0 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "eafb82db-b0ce-4026-a640-377f7af2b13e") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8c11ecb1-bd10-44f3-8ab2-92be45ab15f4") - ) - (fp_line - (start 0 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "17382f33-ce30-4697-9a17-da456abb6a14") - ) - (fp_line - (start 43 1) - (end 43 -9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "466291e9-2307-4a9d-96a6-436dbfb2c6e0") - ) - (fp_line - (start 0 1) - (end 43 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5706d4b7-37a8-49fe-aefb-0359bf587149") - ) - (fp_line - (start 43 -8) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b1b6c15b-6424-46a7-adba-545005c7bcd0") - ) - (fp_line - (start 36.5 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a5c76e32-abf5-4a4e-b86e-699955aada50") - ) - (fp_line - (start 36.5 -8) - (end 36.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "e34964d6-5f2d-4ffd-bc8a-95c3572be60c") - ) - (fp_line - (start 34 -8) - (end 34 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "0aee3cd7-6f6e-4f8f-b34d-68ecf4ef74ef") - ) - (fp_line - (start 7 -8) - (end 34 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "eca79739-20a0-475f-b680-34745d64ad49") - ) - (fp_line - (start 7 -8) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "72d28495-606c-4faf-8b58-e31450d8fa64") - ) - (fp_line - (start 7 -8) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "58ba73d8-6fea-4de2-8a92-012178a721e1") - ) - (fp_line - (start 0 -8) - (end 43 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "aaf422f9-db93-418b-9b74-d9d792fa53fe") - ) - (fp_line - (start 0 -8) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "84d29157-3565-4bdd-82eb-17b6d4312d69") - ) - (fp_line - (start 3.5 -4) - (end 43 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "2eaf826e-f09c-41da-b735-3be8a0edca51") - ) - (fp_line - (start 3.5 -4) - (end 7 -4) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a4a29b83-80ae-4e63-86d5-b4c6049a5aeb") - ) - (fp_line - (start 43 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b93437eb-6275-49d3-8605-25adc1e7a7c5") - ) - (fp_line - (start 36.5 0) - (end 43 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "d817445a-3df2-473e-aaf7-47971790033b") - ) - (fp_line - (start 34 0) - (end 7 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "410acd35-1384-400b-bf42-dc2d86da904f") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "3d12a7ab-7270-4558-9ba0-bc8011e18936") - ) - (fp_line - (start 7 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ff15e574-f39b-4be3-b746-f0023463d154") - ) - (fp_line - (start 7 0) - (end 0 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "94e4d4ad-a1d3-4ab7-b298-fc4842bb155e") - ) - (fp_line - (start 7 0) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "33502283-5413-4abd-b58a-fcab12071803") - ) - (fp_line - (start 0 0) - (end 7 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a44edadd-81fd-4800-a367-c37a15380fa4") - ) - (fp_text user "+" - (at 10.5 -4 90) - (layer "F.SilkS") - (uuid "04702338-2c17-4d64-860e-b8a15142da5c") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "-" - (at 32.5 -4 180) - (layer "F.SilkS") - (uuid "3caa8bdd-89ca-42f1-9fef-abdec86befe1") - (effects - (font - (size 4 4) - (thickness 0.8) - ) - ) - ) - (fp_text user "battery size 8.0 × 28.2" - (at 21 -6 90) - (layer "Dwgs.User") - (uuid "6b53735f-053c-47bb-b207-36cd5e574fe3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 3.5 -8 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(BT3-Pad2)") - (uuid "01016431-6683-47e9-aeab-f5f7def5b72b") - ) - (pad "1" thru_hole rect - (at 3.5 0 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(BT3-Pad2)") - (uuid "b2a5f29a-ff6f-4dda-a026-72e296cf482d") - ) - (pad "1" thru_hole rect - (at 7 -4 90) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 9 "Net-(BT3-Pad2)") - (uuid "ff558171-c54c-47b9-9a7a-426af54b4fff") - ) - (pad "2" thru_hole rect - (at 36.5 -4 90) - (size 3 3.5) - (drill oval 0.7 2.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(BT1-Pad1)") - (uuid "4039ff27-6b11-48a1-a2f1-9a384c4dc965") - ) - (pad "2" thru_hole rect - (at 39.5 -8 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(BT1-Pad1)") - (uuid "725e4f3c-2afd-45b8-ab17-581d84c690cb") - ) - (pad "2" thru_hole rect - (at 39.5 0 180) - (size 2 7) - (drill oval 0.7 6) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(BT1-Pad1)") - (uuid "0766f581-8541-4c47-ba31-9e0693b505f9") - ) - ) - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e27aeb") - (at 214.122 84.074 180) - (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x03 2.54mm single row") - (property "Reference" "J1" - (at 0 7.874 0) - (layer "F.SilkS") - (uuid "ad5d9f04-60b2-49c1-a9e3-593471ed2747") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 0 7.41 0) - (layer "F.Fab") - (uuid "97dacc51-6229-40c4-96b5-fad3e38e9584") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "e16feaed-a946-4bcc-8d16-f06e81b166d6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "ba6acbb2-e519-44c3-ae92-d94bfe84d186") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "e1f583e7-c407-4eb9-af3c-f211e4bf1aa5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ee211e") - (attr through_hole) - (fp_line - (start 1.33 1.27) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "530dc42a-1e7f-4ada-96ad-8d17598b0982") - ) - (fp_line - (start -1.33 6.41) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d45588ff-2e5c-4c4a-b9e6-9b81ed42fc36") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "227d90a9-0a26-40e2-9dfa-44573cda4297") - ) - (fp_line - (start -1.33 1.27) - (end -1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e8e4004d-8f42-4409-98d3-fe72f4885dce") - ) - (fp_line - (start -1.33 0) - (end -1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ba7747d5-c453-473f-909a-dd051c2b27e8") - ) - (fp_line - (start -1.33 -1.33) - (end 0 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cd4933e8-9ce6-4c3e-98bc-fda2f0fbc837") - ) - (fp_line - (start 1.8 6.85) - (end 1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "effc0dbd-2014-4592-81dc-251c9373f7f0") - ) - (fp_line - (start 1.8 -1.8) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "369547cb-4315-48e0-8eb5-cbb435dd45ac") - ) - (fp_line - (start -1.8 6.85) - (end 1.8 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6b2ec6f8-7af5-43a2-875d-71787c28aa2d") - ) - (fp_line - (start -1.8 -1.8) - (end -1.8 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6e77bbf6-5a09-4624-b623-eee047017c68") - ) - (fp_line - (start 1.27 6.35) - (end -1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b85a0162-9816-47b4-803a-8f4c6550d122") - ) - (fp_line - (start 1.27 -1.27) - (end 1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5944b8f9-f67e-418f-8a07-f5eefda98901") - ) - (fp_line - (start -0.635 -1.27) - (end 1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5d17f19a-144f-484d-b391-4fff7af5f5f0") - ) - (fp_line - (start -1.27 6.35) - (end -1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "22a0f1ac-12f2-4c10-b604-92fe159ccea5") - ) - (fp_line - (start -1.27 -0.635) - (end -0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ec1c0da6-3d57-4ef3-95e7-d782f680d452") - ) - (fp_text user "${REFERENCE}" - (at 0 2.54 90) - (layer "F.Fab") - (uuid "bf505e9f-3c82-49c4-9c9d-7b019f16539c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 10 "Net-(BT3-Pad1)") - (uuid "abb9c012-708d-4aa8-8b65-b22004932923") - ) - (pad "2" thru_hole oval - (at 0 2.54 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (uuid "28e4643d-6b89-4f32-bebf-68e97e989bc9") - ) - (pad "3" thru_hole oval - (at 0 5.08 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "fdff75f3-96f2-43fd-8cb9-5ad09a89177e") - ) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e27b02") - (at 210.058 78.994) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Reference" "J2" - (at 0 -2.77 0) - (layer "F.SilkS") - (uuid "056a4ee6-4d12-4413-93fe-f16541f6c6cf") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x03_Female" - (at 0 7.85 0) - (layer "F.Fab") - (uuid "0cc5696a-0b82-4e3f-b1ca-a7adb0158a94") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1c16d185-c8a5-482b-b77c-9513c4f8b9e1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6869328f-458e-45dc-bf61-b65b99b74c54") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e952f695-0713-443f-b5d5-4e009f47ce57") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ee2124") - (attr through_hole) - (fp_line - (start -1.33 1.27) - (end -1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "54ce0e87-44b5-48ac-a5ea-6e91c803fc00") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8c633204-7244-4afe-988c-5974f3f5f546") - ) - (fp_line - (start -1.33 6.41) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0f44ca5e-21a7-4afc-97aa-6462605b4d43") - ) - (fp_line - (start 0 -1.33) - (end 1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "be039466-00ea-4f49-924a-f3a4f4b896e8") - ) - (fp_line - (start 1.33 -1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4e4c88fd-5881-424d-b5f0-40ae46b347a4") - ) - (fp_line - (start 1.33 1.27) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0d474dfc-23c3-4e5a-8efd-ef85b30d81f7") - ) - (fp_line - (start -1.8 -1.8) - (end 1.75 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "85e8cb12-9735-4623-9e4b-c22d026d8daf") - ) - (fp_line - (start -1.8 6.85) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7236a3f4-084c-4f92-8d7e-372956ddf52d") - ) - (fp_line - (start 1.75 -1.8) - (end 1.75 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0187fcaf-576e-432a-8335-2cf454c39e60") - ) - (fp_line - (start 1.75 6.85) - (end -1.8 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "02e14e81-bab0-4707-af19-2406b23e9b76") - ) - (fp_line - (start -1.27 -1.27) - (end 0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "31ac9bdc-12ac-438d-be2b-0b6ea4beb5f1") - ) - (fp_line - (start -1.27 6.35) - (end -1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d275dba0-04ca-4a6e-8587-90a7bb1993e2") - ) - (fp_line - (start 0.635 -1.27) - (end 1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "cb2e71ee-5d97-400c-b4fc-888d72e7816f") - ) - (fp_line - (start 1.27 -0.635) - (end 1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2296be5b-6bad-45b8-9e74-bdabc0b3e05d") - ) - (fp_line - (start 1.27 6.35) - (end -1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6d4fc238-0ae0-406d-b081-b08c451af750") - ) - (fp_text user "${REFERENCE}" - (at 0 2.54 90) - (layer "F.Fab") - (uuid "fb700db5-7459-4376-b1fb-3291a2a3be6e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "220f7d5e-690b-40fc-832f-3ff5c2224b4c") - ) - (pad "2" thru_hole oval - (at 0 2.54) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (uuid "7824f614-6c99-4637-821f-19a5f659fce7") - ) - (pad "3" thru_hole oval - (at 0 5.08) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 10 "Net-(BT3-Pad1)") - (uuid "7226270a-cec9-472b-80cb-b20fd45cd814") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e27b19") - (at 141.6614 100.5808) - (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x03 2.54mm single row") - (property "Reference" "J3" - (at 0 -2.33 0) - (layer "F.SilkS") - (uuid "86634ad4-f157-4aaa-af6f-7e8949cb2c23") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 0 7.41 0) - (layer "F.Fab") - (uuid "c23b9fd7-721c-4aba-b272-34052611bb6b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "683ab8c9-57d5-4cf5-9b2f-d0df056308e2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "168b8e47-197a-4a99-af1b-f2f2aa82d360") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "f9c4655a-8f7c-4fe1-ba8d-9b09108c3164") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e8bfdf") - (attr through_hole) - (fp_line - (start -1.33 -1.33) - (end 0 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "2fba5e5d-f2e5-495a-adc3-fc60ea714510") - ) - (fp_line - (start -1.33 0) - (end -1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a9ce7a67-bf4d-4709-8565-f1b9492d9b87") - ) - (fp_line - (start -1.33 1.27) - (end -1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cf42143d-f61c-4bd4-b353-d5e065f40cb2") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b6f12540-10ce-4195-bece-df8d489002d3") - ) - (fp_line - (start -1.33 6.41) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "2f0a3b14-0a93-49a6-b60b-590c5d1657c3") - ) - (fp_line - (start 1.33 1.27) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f9bf0dcb-7eaf-448c-b82c-cab795a93b61") - ) - (fp_line - (start -1.8 -1.8) - (end -1.8 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b60bf60f-3f21-4879-bec9-88832c7a3af6") - ) - (fp_line - (start -1.8 6.85) - (end 1.8 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3d70f1a0-b956-46fe-b33c-dfc594e13890") - ) - (fp_line - (start 1.8 -1.8) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c29703c7-3862-4cf7-8664-888b90fa8001") - ) - (fp_line - (start 1.8 6.85) - (end 1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3c9e005f-ff20-4edf-8ab4-d6a69b1b0dac") - ) - (fp_line - (start -1.27 -0.635) - (end -0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a27df3f1-7fb9-4f7a-ac5a-694ecdeae193") - ) - (fp_line - (start -1.27 6.35) - (end -1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b3766669-61a1-4622-bce6-fa2d2a991b6a") - ) - (fp_line - (start -0.635 -1.27) - (end 1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "503c083c-bedf-444e-b9ee-6e3bf6993411") - ) - (fp_line - (start 1.27 -1.27) - (end 1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a3a08f08-79d0-4932-9547-5fc3628989b5") - ) - (fp_line - (start 1.27 6.35) - (end -1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "caf89ead-e1cd-44f3-8874-e3714a909434") - ) - (fp_text user "${REFERENCE}" - (at 0 2.54 90) - (layer "F.Fab") - (uuid "a8e061e4-9153-4355-b950-d34ec9669141") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+BATT") - (uuid "598cacf5-6f58-475d-a269-a14ef153494b") - ) - (pad "2" thru_hole oval - (at 0 2.54) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "fcb14cea-aa8e-4069-a9c8-97fa3c856730") - ) - (pad "3" thru_hole oval - (at 0 5.08) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 13 "-BATT") - (uuid "6dde4fad-a2c0-46c3-839e-75993744aff0") - ) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e27b30") - (at 138.6134 105.6354 180) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Reference" "J4" - (at -0.254 7.366 0) - (layer "F.SilkS") - (uuid "380f30c9-04ce-481b-9639-db5ee238a708") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x03_Female" - (at 0 7.85 0) - (layer "F.Fab") - (uuid "2193e4dc-aaa2-40d5-9712-361ab07ca7a5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "29d29c8a-e945-4fa2-9240-3b7fa4b3aba0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "3cd6d86a-bd8f-4841-9714-4a521fd337b2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "35f2dafb-8954-4bfe-b016-cb723d1a08b4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e8d1c3") - (attr through_hole) - (fp_line - (start 1.33 1.27) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "392f569f-65fb-43e3-8cc9-aa94e5da1d8e") - ) - (fp_line - (start 1.33 -1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "08168858-316a-4f33-9b73-a54517cb56ba") - ) - (fp_line - (start 0 -1.33) - (end 1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a8a0747c-adfd-462d-bcc4-dcd17cdac120") - ) - (fp_line - (start -1.33 6.41) - (end 1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9701ccdc-a75a-4da5-bdb1-901fd93cba73") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d4210192-b7b0-4a0f-9f51-d675a83c7c4b") - ) - (fp_line - (start -1.33 1.27) - (end -1.33 6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c2622004-378b-4799-b822-0cf44cfde98e") - ) - (fp_line - (start 1.75 6.85) - (end -1.8 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5103beea-d528-4f01-b4be-dd6d7453272b") - ) - (fp_line - (start 1.75 -1.8) - (end 1.75 6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "45bd634d-738b-49e2-84fe-15579248d560") - ) - (fp_line - (start -1.8 6.85) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "93d049ce-522e-410a-9be9-c60fcc328acf") - ) - (fp_line - (start -1.8 -1.8) - (end 1.75 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fedfc560-64c7-4b5c-b5f8-3c16af8ac4e3") - ) - (fp_line - (start 1.27 6.35) - (end -1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a6ef6306-d657-4f20-9fda-8dc5b24d21a0") - ) - (fp_line - (start 1.27 -0.635) - (end 1.27 6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "20c6a646-ecb1-4127-a380-061f516e0c09") - ) - (fp_line - (start 0.635 -1.27) - (end 1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5cde4160-11d2-4c84-8d35-c21ddd6c26a7") - ) - (fp_line - (start -1.27 6.35) - (end -1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "84b27804-98fb-4d8c-bea8-7b97af0664b6") - ) - (fp_line - (start -1.27 -1.27) - (end 0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1f5c27be-80ec-47d2-b323-2cceb60cbf1a") - ) - (fp_text user "${REFERENCE}" - (at 0 2.54 90) - (layer "F.Fab") - (uuid "120cfcc2-9863-4751-89b9-3a93ffa8479e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 13 "-BATT") - (uuid "df8805d4-426e-49e7-9c0d-4b453d6199dc") - ) - (pad "2" thru_hole oval - (at 0 2.54 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "812e0b5d-b0f0-434d-b2f3-fa475c3bd79c") - ) - (pad "3" thru_hole oval - (at 0 5.08 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+BATT") - (uuid "e3ecbbf8-6082-484f-962b-6f8724a34107") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-00005cd8042a") - (at 140.208 94.996 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C40" - (at 0 -1.778 0) - (layer "B.SilkS") - (uuid "4b413f29-2ca5-4283-aebe-bac123975646") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "100n" - (at 0 -1.68 0) - (layer "B.Fab") - (uuid "5f8ba85b-02eb-4e90-9078-0e203de24cf6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "e6166bad-3e97-4512-bd71-2a05a0bca753") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "4f573af2-be12-4191-bca1-61159f0b5bd4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c1ac901c-873f-4194-9a6e-bfeb086f98b3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cd36164") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "04fbc167-2ce7-4395-9f0e-ea84214ac7e2") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "016f7d50-4fff-4e33-8b19-b366b14c8520") - ) - (fp_line - (start 1.7 0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "2ba77b52-57da-4daa-b385-63cef0ff3a62") - ) - (fp_line - (start 1.7 -0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "98228fe6-2801-4a0d-81f9-1081e74e63bf") - ) - (fp_line - (start -1.7 0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "13e73868-bae0-46bb-82c7-5e1de974afa9") - ) - (fp_line - (start -1.7 -0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "e436c06a-3e71-423f-a96e-ddaa1af7b1d3") - ) - (fp_line - (start 1 0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "62807221-bb17-4456-9aff-f8e3bfd52a3e") - ) - (fp_line - (start 1 -0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "6bd33e4d-2b0b-4982-af94-50480afa112a") - ) - (fp_line - (start -1 0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "45803984-e19e-48cf-ba3c-99ca577c0237") - ) - (fp_line - (start -1 -0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "d50860cf-e2d7-4131-8c95-5e3f13077613") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "B.Fab") - (uuid "9d4fcf76-53dc-43f1-b37a-ec0a720317fa") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - (justify mirror) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (uuid "610301a4-169c-4430-999c-ca086464257f") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 2 "+BATT") - (uuid "b01c1ba6-a9b2-406e-a372-2b2da17e6d6c") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-00005cd82637") - (at 140.208 90.231 90) - (descr "Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator") - (tags "inductor handsolder") - (property "Reference" "L32" - (at 1.258 3.333 0) - (layer "B.SilkS") - (uuid "c65b94ea-878f-46e2-a912-1f68dc3fba25") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "u68" - (at 0 -2.65 -90) - (layer "B.Fab") - (uuid "21c0a5f2-2d2d-44c6-8f12-19d3ea8a4f37") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3b06683e-a334-433d-ad23-69dd0bff5c57") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "4371d06a-0f7d-4ee9-8a03-30486e462dc2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3b5cad54-63cf-4d1a-ac21-297e4a6d9b49") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cd96e48") - (attr smd) - (fp_line - (start -1.386252 -1.71) - (end 1.386252 -1.71) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "55e3f9ed-3223-4f88-b208-8446458547c2") - ) - (fp_line - (start -1.386252 1.71) - (end 1.386252 1.71) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "3cd43d46-db5b-49b5-9214-5b2b91ad966c") - ) - (fp_line - (start 3.12 -1.95) - (end -3.12 -1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "362f7267-3c61-492d-b355-5a40327d91be") - ) - (fp_line - (start -3.12 -1.95) - (end -3.12 1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "a7d7aaee-9830-4b8f-a8be-b7fdf5c2cf7d") - ) - (fp_line - (start 3.12 1.95) - (end 3.12 -1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "a60b52c0-3e40-46d9-b839-f4cfc20b6619") - ) - (fp_line - (start -3.12 1.95) - (end 3.12 1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "b0c6846f-1d3e-46fc-a056-7484232839d5") - ) - (fp_line - (start 2.25 -1.6) - (end -2.25 -1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "c0c171e3-79f6-476c-8139-6650dc11806e") - ) - (fp_line - (start -2.25 -1.6) - (end -2.25 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "1effc4f4-57b4-4605-a5b3-80b6b042c161") - ) - (fp_line - (start 2.25 1.6) - (end 2.25 -1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "a96cd3d0-9e8d-4e3d-bb0a-17e697ee696d") - ) - (fp_line - (start -2.25 1.6) - (end 2.25 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "7ffae057-0759-47b8-8888-14d9dcfe9fec") - ) - (fp_text user "${REFERENCE}" - (at 0 0 -90) - (layer "B.Fab") - (uuid "cc2d7a43-85e0-49c0-8a34-2226e7716cb8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd roundrect - (at -2.225 0 90) - (size 1.3 3.4) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.192308) - (net 2 "+BATT") - (uuid "ac97de82-cbc6-4809-90b8-046766656085") - ) - (pad "2" smd roundrect - (at 2.225 0 90) - (size 1.3 3.4) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.192308) - (net 14 "Net-(C2-Pad2)") - (uuid "de7b2d24-e84e-49fe-94a5-85eeac49df61") - ) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1812_4532Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Button_Switch_THT:SW_E-Switch_EG1271_DPDT" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-00005ce2c4ee") - (at 139.192 82.296 90) - (descr "E-Switch sub miniature slide switch, EG series, DPDT, http://spec_sheets.e-switch.com/specs/P040047.pdf") - (tags "switch DPDT") - (property "Reference" "SW31" - (at 7.674 -1.747 0) - (layer "B.SilkS") - (uuid "5685b4d2-1b56-48d4-b533-43b5f8852a1b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "SW_DPDT_x2" - (at 2.5 -5 -90) - (layer "B.Fab") - (uuid "f8f63d14-d563-48e6-a80c-c68b37b7b3ff") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "169a5de5-c92f-4f2e-af49-3efac468cd74") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "555a8fac-7910-4cdc-be26-ea5203100e84") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3c5295c5-1e23-4948-a84c-d0fc85e1e955") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2c564") - (attr through_hole) - (fp_line - (start 6.85 -3.45) - (end 5.98 -3.45) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "3a6ae306-becb-4c21-b9de-0e35173d517a") - ) - (fp_line - (start 4.02 -3.45) - (end 3.47 -3.45) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "f7632168-bc3a-4ad2-b06c-c8f6fcb269c5") - ) - (fp_line - (start 1.53 -3.45) - (end 0.97 -3.45) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "ba24d773-dc75-4e21-8ad6-b6927f9b92a6") - ) - (fp_line - (start -0.97 -3.45) - (end -1.85 -3.45) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "a8ee8429-e751-42c7-beb2-f7cfd835b6af") - ) - (fp_line - (start -1.85 -3.45) - (end -1.85 0.25) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "f4edcff8-f7a9-413b-9bf7-ae4a76e76400") - ) - (fp_line - (start -2.15 -0.45) - (end -2.15 0.55) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "eef18cb0-ea4a-47e6-b39c-b059b956ad1f") - ) - (fp_line - (start 6.85 0.25) - (end 6.85 -3.45) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "897b52f2-f2e6-4190-a5b6-504dbd619702") - ) - (fp_line - (start 5.97 0.25) - (end 6.85 0.25) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "b62b5b69-c5df-4584-bf50-6006dddfe611") - ) - (fp_line - (start 3.47 0.25) - (end 4.03 0.25) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "e9f744d6-99ca-4334-97d5-eae2209f736b") - ) - (fp_line - (start 1 0.25) - (end 1.53 0.25) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "90bcac99-090d-49ea-a540-fdf891a997c1") - ) - (fp_line - (start -1.85 0.25) - (end -1 0.25) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "2f37e289-288f-4123-8b99-981af0cb91a8") - ) - (fp_line - (start -2.15 0.55) - (end -1.15 0.55) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "2be7f73b-049c-40f5-ac78-f8157341c286") - ) - (fp_line - (start 7 -4.25) - (end -2 -4.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "df6dd0eb-67ff-4715-bb8a-58d6590fe7c5") - ) - (fp_line - (start -2 -4.25) - (end -2 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "7d1a0a38-4137-43a7-814e-9097e46b177f") - ) - (fp_line - (start 7 1.05) - (end 7 -4.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "624f6c01-3107-4186-b06f-7b5f45539227") - ) - (fp_line - (start -2 1.05) - (end 7 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "1801b342-79f4-45fc-9e1d-81f1aadcccb5") - ) - (fp_line - (start 6.75 -3.35) - (end -1.75 -3.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "3cd8b217-6c4a-4cf7-ade2-63b592f7d774") - ) - (fp_line - (start 4.6 -2.6) - (end 0.4 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "a993cb6c-9140-4922-8ad1-e6cc55d611d0") - ) - (fp_line - (start 4.6 -0.6) - (end 4.6 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "64503d89-24df-4d1d-a298-86d8dfabf8d8") - ) - (fp_line - (start 2.5 -0.6) - (end 2.5 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "8af94fab-0c79-4d9e-ada9-33d882d391b9") - ) - (fp_line - (start 2.15 -0.6) - (end 2.15 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "cfb1e023-36a0-43b0-a988-ea8a24d8eb82") - ) - (fp_line - (start 1.8 -0.6) - (end 1.8 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "c4264c50-a465-4533-b851-d965fd3ae121") - ) - (fp_line - (start 1.45 -0.6) - (end 1.45 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "e44ff005-0f53-4c5f-bd4b-eb6b1cff68c6") - ) - (fp_line - (start 1.1 -0.6) - (end 1.1 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "bb56c5a6-4e1a-4a42-9e15-ec42c6941baa") - ) - (fp_line - (start 0.75 -0.6) - (end 0.75 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "ce2846d3-3600-4bee-b554-11dd65e6cf6c") - ) - (fp_line - (start 0.4 -0.6) - (end 0.4 -2.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "2842b86a-3fc3-43eb-94e2-a88c319791ac") - ) - (fp_line - (start 0.4 -0.6) - (end 4.6 -0.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "7057be8d-0054-4595-bc87-2231e0de9b3a") - ) - (fp_line - (start 6.75 0.15) - (end 6.75 -3.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "532df3a5-5287-440d-9cfe-306497fab825") - ) - (fp_line - (start -1.75 0.15) - (end -1.75 -3.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "cc566173-db78-4e2c-9720-63257a40fcf9") - ) - (fp_line - (start -1.75 0.15) - (end 6.75 0.15) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "13d9e635-8a90-423b-9b42-fe1cb33acec5") - ) - (fp_text user "${REFERENCE}" - (at 2.5 1.65 -90) - (layer "B.Fab") - (uuid "ebf8324a-0284-49ce-ab68-a79e697ef40f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" thru_hole rect - (at 0 0 90) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 14 "Net-(C2-Pad2)") - (uuid "e6e46d18-bfaf-4cd9-ab4f-edeb336b821c") - ) - (pad "2" thru_hole circle - (at 2.5 0 90) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "Net-(BT2-Pad1)") - (uuid "c481adcd-ea13-4ea8-a371-c8df1e439611") - ) - (pad "3" thru_hole circle - (at 5 0 90) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "Net-(BT2-Pad1)") - (uuid "1b19057c-985c-4b01-80d9-23d31ccaed17") - ) - (pad "4" thru_hole circle - (at 0 -3.2 90) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 15 "Net-(C3-Pad1)") - (uuid "b24e3ec9-c89d-4a4c-a153-82f3088724fd") - ) - (pad "5" thru_hole circle - (at 2.5 -3.2 90) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 3 "Net-(BT32-Pad2)") - (uuid "c6821a4c-61d6-4557-8b30-a6afc72ebadd") - ) - (pad "6" thru_hole circle - (at 5 -3.2 90) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 3 "Net-(BT32-Pad2)") - (uuid "ce23879a-41ef-4f8c-aaad-239a4e6b60cb") - ) - (model "${KISYS3DMOD}/Button_Switch_THT.3dshapes/SW_E-Switch_EG1271_DPDT.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-00005ceda85a") - (at 135.636 90.231 90) - (descr "Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator") - (tags "inductor handsolder") - (property "Reference" "L33" - (at 0 0 90) - (layer "B.SilkS") - (uuid "4735483e-219d-4c03-91f7-33a826607785") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "u68" - (at 0 -2.65 90) - (layer "B.Fab") - (uuid "a5f3bec3-a790-462b-9809-6f9e9439cd91") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "34304c63-8754-48aa-860c-bdfd1e3c8543") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "6d29c92b-5a72-4ab4-9759-8cb807ae59e4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "28e02500-b33c-47dc-b9a0-28218f792bac") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cd9781a") - (attr smd) - (fp_line - (start -1.386252 -1.71) - (end 1.386252 -1.71) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "62e1c52e-a1c8-45ad-bbc7-dcf473e643b4") - ) - (fp_line - (start -1.386252 1.71) - (end 1.386252 1.71) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "10258494-3332-405c-a9eb-150143b37f11") - ) - (fp_line - (start 3.12 -1.95) - (end -3.12 -1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "cda6fd48-915d-4ddc-a21e-03aa3b67a7af") - ) - (fp_line - (start -3.12 -1.95) - (end -3.12 1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "e0c5d8e6-358f-4c7a-8677-6b3bd872f319") - ) - (fp_line - (start 3.12 1.95) - (end 3.12 -1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "c59d5604-fa39-4847-924f-9ccd2d35f350") - ) - (fp_line - (start -3.12 1.95) - (end 3.12 1.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "20fad139-1d48-4e9e-aa64-2702772c6006") - ) - (fp_line - (start 2.25 -1.6) - (end -2.25 -1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "cfea017d-df4d-453f-9297-e230aab151b4") - ) - (fp_line - (start -2.25 -1.6) - (end -2.25 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "691bae0c-dc17-48ee-bc13-2f9e867c8ce7") - ) - (fp_line - (start 2.25 1.6) - (end 2.25 -1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "5795ed17-101d-41f9-acf5-cc5ae70c72af") - ) - (fp_line - (start -2.25 1.6) - (end 2.25 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "39054886-1fa7-4c8f-a1fc-d78014e62c22") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "B.Fab") - (uuid "0265112a-f63c-4e36-84d5-dd75d8471e2d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd roundrect - (at -2.225 0 90) - (size 1.3 3.4) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.192308) - (net 13 "-BATT") - (uuid "3d08753c-732a-45f6-a54d-f51918ce5bb7") - ) - (pad "2" smd roundrect - (at 2.225 0 90) - (size 1.3 3.4) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.192308) - (net 15 "Net-(C3-Pad1)") - (uuid "d5d6c01d-6d50-4f6a-b86f-774c9546bb24") - ) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_1812_4532Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "TestPoint:TestPoint_Pad_D3.0mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e0d29d") - (at 165 137) - (descr "SMD pad as test Point, diameter 3.0mm") - (tags "test point SMD pad") - (property "Reference" "TP31" - (at -0.758 2.773 0) - (layer "B.SilkS") - (uuid "b12170ef-a239-4dbc-8e1a-a03d6d5d3ddb") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.55 0) - (layer "B.Fab") - (uuid "e41b33be-b50c-4b25-bcb7-b4c8bd7ac79f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "20506594-0b70-4391-9b8d-333c31f56e58") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6e3c36c5-f179-4036-9287-8112eb141b67") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "3f05e456-20ed-465b-bf01-c6466076831c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005d77df7d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 0 -1.75) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "B.SilkS") - (uuid "239c6c17-5202-4c03-a523-c61a36f05031") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "B.CrtYd") - (uuid "0c3f93e6-ef8d-4b88-a962-f77c7679bf0f") - ) - (fp_text user "${REFERENCE}" - (at 0 2.4 0) - (layer "B.Fab") - (uuid "e4161fcc-9857-47f2-8495-a48c6c05406e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 3 3) - (layers "B.Cu" "B.Mask") - (net 12 "Net-(BT8-Pad2)") - (uuid "0ce2c85a-7635-4ddc-a294-47f95958ed77") - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e1177f") - (at 209 114 -90) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP1" - (at 2.278 -0.073 0) - (layer "B.SilkS") - (uuid "30774fc0-bbb5-414b-bd54-af08e0d37bda") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -1.9 -90) - (layer "B.Fab") - (uuid "3fb6d07e-a75c-4d5c-838c-76522904965c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "58ba99f6-e8f0-4735-a14a-86fb867788f1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0b15b014-3c26-487d-8d6e-9f620e6296c3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "d6bc45eb-49f7-44ba-a79e-b4bcc3a0d813") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e77bbb") - (attr exclude_from_pos_files exclude_from_bom) - (fp_line - (start -1.4 1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "2573706d-bf15-4507-ae67-142468878b54") - ) - (fp_line - (start 1.4 1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "6a1e5e2a-954a-475a-bf04-0813db43d9b1") - ) - (fp_line - (start -1.4 -1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "8f55be59-b85f-45e0-85de-ec8994b50ee4") - ) - (fp_line - (start 1.4 -1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "e3f67b73-13eb-47df-afb9-a6e1db13fffd") - ) - (fp_line - (start -1.65 1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "ef1add2d-5da6-4b32-8955-fdca626383b2") - ) - (fp_line - (start -1.65 1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "d409fe17-099e-49b8-a7dc-5697feaee212") - ) - (fp_line - (start 1.65 -1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "e13ab971-ba36-40a1-b8ef-addd1dccebe6") - ) - (fp_line - (start 1.65 -1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "09bae99c-9263-47a3-9b2d-a8d93cf11ec6") - ) - (pad "1" smd rect - (at -0.65 0 270) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 10 "Net-(BT3-Pad1)") - (uuid "5cd4d74f-2418-480c-baf8-ffe448b0f599") - ) - (pad "2" smd rect - (at 0.65 0 270) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 9 "Net-(BT3-Pad2)") - (uuid "bcc9c393-32dd-4656-b9c1-16b26b7c9c94") - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e1178d") - (at 197 114 90) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP2" - (at -2.278 0.135 0) - (layer "B.SilkS") - (uuid "7c25be5d-10fb-40b5-82e0-f6b4e4807ebc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -1.9 -90) - (layer "B.Fab") - (uuid "8d37de09-0d22-4fdf-9550-73debbb93d45") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "a677dce4-e06d-4b28-b3bd-7885e54b271a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "fa94c8d1-9923-4d86-9b5c-41717e0b1653") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "9ace1fe9-1fa6-4551-ba81-753646998733") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e79259") - (attr exclude_from_pos_files exclude_from_bom) - (fp_line - (start 1.4 -1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "0046e358-264a-438b-84ce-737d2c63ff45") - ) - (fp_line - (start -1.4 -1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "342a067c-242f-46cc-b668-e0f7ae0ad213") - ) - (fp_line - (start 1.4 1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "4be4f923-be2e-4c2d-8faf-4d66e331bae2") - ) - (fp_line - (start -1.4 1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "11ea961c-99fb-4b8b-a3d9-d14990125577") - ) - (fp_line - (start 1.65 -1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "d20a601c-9cb0-4e63-b65e-6de75c67ba71") - ) - (fp_line - (start 1.65 -1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "2df1efde-6813-4e37-8427-ede5e7ac7cdb") - ) - (fp_line - (start -1.65 1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "45a1c7f1-33f9-44dd-812b-26ae91ac08e5") - ) - (fp_line - (start -1.65 1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "12441d0a-c5e5-4085-b779-87d4c80b408b") - ) - (pad "1" smd rect - (at -0.65 0 90) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 9 "Net-(BT3-Pad2)") - (uuid "b234f89b-8595-4f37-963f-7401c7d8b2eb") - ) - (pad "2" smd rect - (at 0.65 0 90) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 8 "Net-(BT1-Pad1)") - (uuid "fabf3a5d-a71f-46dc-96f4-8c8f3b6494ce") - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e1179b") - (at 185 114.35 -90) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP3" - (at 2.309 -0.197 180) - (layer "B.SilkS") - (uuid "2fbd6a86-64c6-4bc1-8f3e-4bbda9e0857e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -1.9 -90) - (layer "B.Fab") - (uuid "b4bf9d15-c890-4c5f-99c8-6f93324d4872") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "7dae893d-e041-46e5-95ff-d05f8ecfca1a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "3cec9b4d-e8fd-4279-96de-00a09537e789") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "1d9a3e88-5197-4d6a-8f48-85a3d19474f8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e7a521") - (attr exclude_from_pos_files exclude_from_bom) - (fp_line - (start -1.4 1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "a0351df3-e4fd-44c8-89ce-b566e8c23320") - ) - (fp_line - (start 1.4 1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "bb289c10-9da1-4f39-8452-84a0174eac32") - ) - (fp_line - (start -1.4 -1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "daa54d9e-f16f-44b4-9099-5165d293f342") - ) - (fp_line - (start 1.4 -1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "1bd03c45-75ea-4bac-9459-17982b39a4d5") - ) - (fp_line - (start -1.65 1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "670da3bb-d3fb-4e80-9eb5-c6dfa9dc59fe") - ) - (fp_line - (start -1.65 1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "85aa2d3d-6a41-4887-9665-6a19b7da1ce0") - ) - (fp_line - (start 1.65 -1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "255220c8-9dd5-4816-aa2f-b06e33fb8d75") - ) - (fp_line - (start 1.65 -1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "9c65ddaa-4739-4ccb-8cd3-2eedb17e606a") - ) - (pad "1" smd rect - (at -0.65 0 270) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 8 "Net-(BT1-Pad1)") - (uuid "bf4399ee-eca4-41bb-8fb3-83eb37242ae8") - ) - (pad "2" smd rect - (at 0.65 0 270) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 7 "Net-(BT1-Pad2)") - (uuid "55feb73b-4f3a-45b4-9401-1fa14e93866f") - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e117a9") - (at 173 114 90) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP4" - (at -2.278 0.005 0) - (layer "B.SilkS") - (uuid "ee43ba44-ff13-4dd2-a894-3351d93dfae0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -1.9 -90) - (layer "B.Fab") - (uuid "19db3a42-2272-4bfe-b8c7-66369221b0ae") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "b44c5c80-d3b4-4be9-9ce8-2e4d1ec393bb") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "14166d96-6432-441d-bc75-e2811a116f14") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "4edf8c01-c95d-46a9-80c4-ed9fc41a212c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e7b3e5") - (attr exclude_from_pos_files exclude_from_bom) - (fp_line - (start 1.4 -1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "70f0fdd7-e1a6-4c10-a798-e0175d136785") - ) - (fp_line - (start -1.4 -1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "e05be82a-353f-4739-9185-127bd73f6975") - ) - (fp_line - (start 1.4 1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "fe00cdef-4a7a-4aa7-8da1-272ab6bc5ed4") - ) - (fp_line - (start -1.4 1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "b46472e1-ec16-43e4-a145-afcfec497685") - ) - (fp_line - (start 1.65 -1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "231c97ba-56fc-4626-ad04-361df54ee19a") - ) - (fp_line - (start 1.65 -1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "dec175d5-9c1b-4078-b1fa-a91139931fc9") - ) - (fp_line - (start -1.65 1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "d5e40b4a-cde8-4c78-b956-f2eec11dd64b") - ) - (fp_line - (start -1.65 1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "c17f2bfb-8c7e-460b-a5b0-43b5cda2c3dd") - ) - (pad "1" smd rect - (at -0.65 0 90) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 7 "Net-(BT1-Pad2)") - (uuid "21995dfa-fa5f-4c72-ad0f-1566212bca70") - ) - (pad "2" smd rect - (at 0.65 0 90) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 11 "Net-(BT7-Pad2)") - (uuid "f808727f-230f-47c5-9f2d-00704a3291fb") - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e12172") - (at 161 114 -90) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP5" - (at 2.278 -0.194 180) - (layer "B.SilkS") - (uuid "4f0c0f35-fdbd-47fc-85a5-09dad7d2f252") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -1.9 90) - (layer "B.Fab") - (uuid "a5c38c9b-8969-42d0-8d87-4e4d0eeb5be8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "60efbc1e-641a-4b50-a7e5-e64f7bde105a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "cb93d525-cafd-4b51-89c1-9c03d210475d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "ff2bb701-6461-494c-9dce-be49b2032e9c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e7e191") - (attr exclude_from_pos_files exclude_from_bom) - (fp_line - (start -1.4 1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "9d8d81fa-47af-4467-ab40-01673b033185") - ) - (fp_line - (start 1.4 1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "4bcd10f0-e799-4b8b-b6cc-0a0ca68611bc") - ) - (fp_line - (start -1.4 -1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "a66ae428-67ac-4c05-8f6e-c85caecae9d5") - ) - (fp_line - (start 1.4 -1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "9c6aab84-76f6-48a1-a3dc-8400f65e067b") - ) - (fp_line - (start -1.65 1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "baf26fe9-f53a-4117-85d2-bc70267e4322") - ) - (fp_line - (start -1.65 1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "bf85768f-17d2-4484-bfa2-4b2252f92333") - ) - (fp_line - (start 1.65 -1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "f15c5d60-3f70-430c-a2ea-3250ed001e4a") - ) - (fp_line - (start 1.65 -1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "d0a5c5f4-84e5-434d-8d25-6fc9e5a07460") - ) - (pad "1" smd rect - (at -0.65 0 270) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 11 "Net-(BT7-Pad2)") - (uuid "ae32b409-d613-4cf4-a0d8-c8443d0454a0") - ) - (pad "2" smd rect - (at 0.65 0 270) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 12 "Net-(BT8-Pad2)") - (uuid "1b2ea033-634c-42f7-92a8-1309a599f975") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D3.0mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e1221d") - (at 213 137) - (descr "SMD pad as test Point, diameter 3.0mm") - (tags "test point SMD pad") - (property "Reference" "TP1" - (at 0.137 2.773 0) - (layer "B.SilkS") - (uuid "fd3e1bc4-0aef-4023-9acf-1e4cc083da99") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.55 0) - (layer "B.Fab") - (uuid "b9e762c4-f68a-43b1-a833-d89e2767e4e9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "a17e8507-0b92-4831-bf90-130314504c01") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "43ca775d-b2e4-4f37-ac68-b1d311ce52c8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "741cad53-e04b-444f-b86f-194bc64833c7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060efde02") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 0 -1.75) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "B.SilkS") - (uuid "42593711-b8f3-401d-a6f9-0c550f2c7864") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "B.CrtYd") - (uuid "bf473a46-660a-4894-96f7-7dd8357b9668") - ) - (fp_text user "${REFERENCE}" - (at 0 2.4 0) - (layer "B.Fab") - (uuid "150c55ab-3dc6-44bc-9818-1daae10732d8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 3 3) - (layers "B.Cu" "B.Mask") - (net 9 "Net-(BT3-Pad2)") - (uuid "427d314d-4668-445d-8f34-7d7661c8a082") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D3.0mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e1222a") - (at 201 89) - (descr "SMD pad as test Point, diameter 3.0mm") - (tags "test point SMD pad") - (property "Reference" "TP2" - (at 0.072 -2.313 0) - (layer "B.SilkS") - (uuid "9260b201-be37-4a0d-aa83-e0d0ea81a7dc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.55 0) - (layer "B.Fab") - (uuid "caf6c826-b3e7-4b7a-bcd4-980978308f08") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "177d8c9a-c908-42b3-80d9-eece80d46c12") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "da287891-3791-48ca-87dd-3581a24d2766") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e5caf273-7b05-4f15-ae1f-c4a1f4150000") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060efc13d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 0 -1.75) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "B.SilkS") - (uuid "89f23cbe-3829-4671-8621-f064415c3442") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "B.CrtYd") - (uuid "8a1811bc-f85c-4ae4-a082-9dc642f41ade") - ) - (fp_text user "${REFERENCE}" - (at 0 2.4 0) - (layer "B.Fab") - (uuid "368466e6-2303-4b61-a95d-2657bd297de4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 3 3) - (layers "B.Cu" "B.Mask") - (net 8 "Net-(BT1-Pad1)") - (uuid "dd1b2209-2822-4d32-b531-2428c02ed190") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D3.0mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e12237") - (at 189 137) - (descr "SMD pad as test Point, diameter 3.0mm") - (tags "test point SMD pad") - (property "Reference" "TP3" - (at 0.134 2.773 0) - (layer "B.SilkS") - (uuid "8297a952-067a-4a33-bce4-8bc65f8da68d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.55 0) - (layer "B.Fab") - (uuid "ebcd5fa4-24e8-4a95-98a2-1340a9feeb65") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "58c19f1e-8ba8-4f3b-88d6-67c3e6548ac0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "814f489c-fe40-4d55-bfef-0f8a783e5d90") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1a1b0699-c704-47f2-a7c9-8e8338df2650") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060efa153") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 0 -1.75) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "B.SilkS") - (uuid "720d2628-5a62-4d47-beb7-5a975b564da8") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "B.CrtYd") - (uuid "583500d0-8e35-4e25-842f-2c02b3183451") - ) - (fp_text user "${REFERENCE}" - (at 0 2.4 0) - (layer "B.Fab") - (uuid "e6f88b40-d8ee-4428-a831-a0138164af09") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 3 3) - (layers "B.Cu" "B.Mask") - (net 7 "Net-(BT1-Pad2)") - (uuid "893b545b-c9ac-4438-a73d-b508243d92fd") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D3.0mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e12244") - (at 177 89) - (descr "SMD pad as test Point, diameter 3.0mm") - (tags "test point SMD pad") - (property "Reference" "TP4" - (at -0.058 -2.44 0) - (layer "B.SilkS") - (uuid "f90d7292-1f47-4e1f-90b9-7a3d13ddda97") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.55 0) - (layer "B.Fab") - (uuid "60ce1618-e4d2-482d-b8f7-190399cf184d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "07ce1ce0-0d3d-4d53-84a1-7f1cdf8934d2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "fa8c3573-4105-491b-933d-e6199debeb8b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "20b6a71a-745a-4092-b517-7d85438583d0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef82f9") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 0 -1.75) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "B.SilkS") - (uuid "67c1e1a3-1bf4-4342-ab72-456a7f4f4fb8") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "B.CrtYd") - (uuid "49b40432-5153-447d-8ace-dd38d7da6a50") - ) - (fp_text user "${REFERENCE}" - (at 0 2.4 0) - (layer "B.Fab") - (uuid "14e1728b-5f7f-4162-8b90-a3e04028f190") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 3 3) - (layers "B.Cu" "B.Mask") - (net 11 "Net-(BT7-Pad2)") - (uuid "524e918a-8bdb-4c26-89ca-9f1f1c510e04") - ) - ) - (footprint "PowerSupply:MR18650BatteryHolder" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e12440") - (at 187 150 90) - (property "Reference" "BT32" - (at -2 2 180) - (layer "B.SilkS") - (uuid "23e62b95-2c00-4599-abe5-b5af9d579bc7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "3V6" - (at 36 9.5 90) - (layer "B.Fab") - (uuid "ea3cf6c4-a61f-4715-82b2-11d8fb81af64") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "cfa61d97-b04a-47f8-b5a7-828b5d6fbae8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "0e43504f-fd78-4f15-86fa-5dd7d9065645") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "abb03799-c768-4146-989d-2e4be341ced7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cd816bd") - (attr through_hole) - (fp_line - (start 75 0) - (end 64.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "3bafa888-ed78-45ea-86b9-4fe9ae410173") - ) - (fp_line - (start 75 0) - (end 75 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "976cb2ad-0b11-4234-a9b6-a3fbdd7f49c6") - ) - (fp_line - (start 0 0) - (end 10.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "4405dc81-f5a2-44d5-942d-cdc3a9b3f141") - ) - (fp_line - (start 0 0) - (end 0 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "67cc41b6-fc8d-4bce-8704-284644ef1f40") - ) - (fp_line - (start 75 21) - (end 64.5 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "5f8d2188-04a9-44bc-94c5-3e5c333010bf") - ) - (fp_line - (start 0 21) - (end 10.5 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "3b1b6cec-63e2-4162-954e-df43fe9bd697") - ) - (fp_line - (start -5 0) - (end -5 10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "665ed018-a570-4452-a14d-1a585fa5f2c5") - ) - (fp_line - (start 0 8) - (end 2 8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "fd97aa93-6356-4968-afa7-62ae5d24d148") - ) - (fp_line - (start 73 8.5) - (end 75 8.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "0efb61ad-e39f-421d-aa7c-3a07f229c09d") - ) - (fp_line - (start -5 10.5) - (end 81.5 10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "a8b65458-6783-444c-a8e2-3ebdefb4a821") - ) - (fp_line - (start 0 11.5) - (end 10.5 11.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "ffc40314-f597-417a-bec9-9694232538fd") - ) - (fp_line - (start 64.5 12.5) - (end 75 12.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "3b96ea5b-2edd-4028-bba5-db5e50070c27") - ) - (fp_text user "+" - (at -2 11 90) - (layer "B.SilkS") - (uuid "2bf90efd-b3e1-4093-890e-c39184a95693") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - (justify mirror) - ) - ) - (fp_text user "-" - (at 77 11 180) - (layer "B.SilkS") - (uuid "c65cf6fa-046c-444a-af84-196534aebf8a") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - (justify mirror) - ) - ) - (pad "" np_thru_hole oval - (at 10.5 10.5 90) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "3d616f59-4d77-4e32-9ac2-0382c71a5835") - ) - (pad "" np_thru_hole oval - (at 64.5 10.5 90) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "8f554a74-fbed-435a-ac88-c2caea9af65c") - ) - (pad "1" thru_hole oval - (at 2 10.5 90) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 6 "Net-(BT32-Pad1)") - (uuid "a852610f-7c7d-4ed0-bb67-de0382aa13c2") - ) - (pad "2" thru_hole oval - (at 73 10.5 90) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 3 "Net-(BT32-Pad2)") - (uuid "c8601ebf-05b1-4a47-b2bf-9b9240fc0d88") - ) - ) - (footprint "PowerSupply:MR18650BatteryHolder" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e13382") - (at 178.5 75 -90) - (property "Reference" "BT5" - (at -2 2.5 180) - (layer "B.SilkS") - (uuid "f96d9f97-658d-4e09-802c-0e1343f3271f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "3V6" - (at 36 9.5 90) - (layer "B.Fab") - (uuid "f8b5130b-6497-4282-99c2-377b4a344f95") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "929e0a1f-e8f7-43d1-aa9b-a75399f52649") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "293a4447-c1bf-46fa-b58d-234f04dd090c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "67ab7fe1-66a1-4662-8785-417a6a2f2a19") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000610447d9") - (attr through_hole) - (fp_line - (start 0 21) - (end 10.5 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "2141e071-ddb2-4fc6-bb62-fe53a80d334f") - ) - (fp_line - (start 75 21) - (end 64.5 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "a32b4410-e8a7-45b9-9a3a-0561d75f15ab") - ) - (fp_line - (start 0 0) - (end 0 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "20ed1198-4793-4cdd-a25b-8e9a6ca5768b") - ) - (fp_line - (start 0 0) - (end 10.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "72bdd9f7-b3ff-419d-a52c-9cf015ead5e6") - ) - (fp_line - (start 75 0) - (end 75 21) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "155a1cef-1088-4ce4-9f93-f05c000ac1c5") - ) - (fp_line - (start 75 0) - (end 64.5 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "48a8653f-350a-4608-b945-388d5c25e3af") - ) - (fp_line - (start 64.5 12.5) - (end 75 12.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "26e5e747-e1f0-4ad9-a616-b0a44e4fbd7a") - ) - (fp_line - (start 0 11.5) - (end 10.5 11.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "7ca91934-b81d-4dad-aefc-41619af68e44") - ) - (fp_line - (start -5 10.5) - (end 81.5 10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "b0b127f5-37fa-4e90-9743-0928bbac9549") - ) - (fp_line - (start 73 8.5) - (end 75 8.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "7913cff1-ec18-42b8-8b3a-6e0be3042583") - ) - (fp_line - (start 0 8) - (end 2 8) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "40272c2e-3ff7-4766-a5e1-6b78f89476ac") - ) - (fp_line - (start -5 0) - (end -5 10.5) - (stroke - (width 0.12) - (type solid) - ) - (layer "Dwgs.User") - (uuid "4d8047e8-d9a7-47dd-9fd9-df9d2a93ed16") - ) - (fp_text user "-" - (at 77 11 180) - (layer "B.SilkS") - (uuid "7b3cf190-daa8-402a-9439-352bf5593dc9") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - (justify mirror) - ) - ) - (fp_text user "+" - (at -2 11 90) - (layer "B.SilkS") - (uuid "90ff23e6-2a82-495d-b9a5-6089d0c0e889") - (effects - (font - (size 3 3) - (thickness 0.75) - ) - (justify mirror) - ) - ) - (pad "" np_thru_hole oval - (at 10.5 10.5 270) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "f9bb3651-d9a6-44ac-80de-541a90db772d") - ) - (pad "" np_thru_hole oval - (at 64.5 10.5 270) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "febfbf22-7803-4ea4-bc3f-4820ff99e39e") - ) - (pad "1" thru_hole oval - (at 2 10.5 270) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (uuid "fd6e253e-f1cd-4589-9438-ce4821a3dc29") - ) - (pad "2" thru_hole oval - (at 73 10.5 270) - (size 3 3) - (drill 1.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 6 "Net-(BT32-Pad1)") - (uuid "41406009-3bb8-47f7-bbd5-eef96392c2fb") - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e13404") - (at 149 114 90) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP6" - (at -2.278 0.129 180) - (layer "B.SilkS") - (uuid "cff4b127-42d3-4bf2-a783-eb8d4e04602f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -1.9 90) - (layer "B.Fab") - (uuid "812d0765-0c08-485a-afc1-9cc19ab0388a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "ec5153f0-09b6-4bce-8cfd-3a9448be497f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "eb485a9d-4b29-4990-befa-bb034dbd1836") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "d7c6fa40-3448-43d7-af7e-910e0a2f643e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e7e197") - (attr exclude_from_pos_files exclude_from_bom) - (fp_line - (start 1.4 -1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "ac86cc49-7b8f-4d58-bc7c-f487f3f30467") - ) - (fp_line - (start -1.4 -1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "ac6865ea-1edb-48f0-9841-92a0750e2020") - ) - (fp_line - (start 1.4 1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "c350ff50-2a37-4aea-80b9-6c4bc54d399e") - ) - (fp_line - (start -1.4 1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "77570d78-3525-43ca-9ad4-553670661794") - ) - (fp_line - (start 1.65 -1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "c086f390-9bc3-4bb3-adfa-8ab077adbf23") - ) - (fp_line - (start 1.65 -1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "665a5457-6bad-474d-be97-bc98992de652") - ) - (fp_line - (start -1.65 1.25) - (end -1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "9a799f3b-d280-42ea-9997-6e62e719474c") - ) - (fp_line - (start -1.65 1.25) - (end 1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "7f0024d3-c0ac-4b1c-8a79-e377f9b48af3") - ) - (pad "1" smd rect - (at -0.65 0 90) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 12 "Net-(BT8-Pad2)") - (uuid "eb286572-9590-4937-8511-2d468bf91482") - ) - (pad "2" smd rect - (at 0.65 0 90) - (size 1 1.5) - (layers "B.Cu" "B.Mask") - (net 1 "GND") - (uuid "1a2b6427-6169-4009-9c8d-ab9037a83a99") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D3.0mm" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e203e5") - (at 213 89) - (descr "SMD pad as test Point, diameter 3.0mm") - (tags "test point SMD pad") - (property "Reference" "TP5" - (at 0.01 -2.44 0) - (layer "B.SilkS") - (uuid "d6777523-51bf-4354-a535-71548d9b1057") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.55 0) - (layer "B.Fab") - (uuid "cc0c2a05-d103-4cb9-ba80-55b957bc08d0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "98d927e9-7890-4a78-9b7f-d16f9cb35118") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "3c3a21f5-08df-434b-b971-872beafd7d56") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6466bf84-cc86-4077-853c-3abcc666a63e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e2d53f") - (attr exclude_from_pos_files exclude_from_bom) - (fp_circle - (center 0 0) - (end 0 -1.75) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "B.SilkS") - (uuid "5ab5f140-ffef-4e50-835e-0b11ba687d9d") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "B.CrtYd") - (uuid "ba91ab47-1a0d-4b6a-a20f-0504c2d54505") - ) - (fp_text user "${REFERENCE}" - (at 0 2.4 0) - (layer "B.Fab") - (uuid "d3ceeefd-d0de-4edc-aece-b8dd9a7db49f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 3 3) - (layers "B.Cu" "B.Mask") - (net 10 "Net-(BT3-Pad1)") - (uuid "cce589be-fa09-48d4-80fe-975816d8174b") - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e2690e") - (at 135.636 94.996 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C1" - (at 0 -1.778 0) - (layer "B.SilkS") - (uuid "b7d7ff20-09a7-4aac-a17e-202d5e982c12") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "100n" - (at 0 -1.68 0) - (layer "B.Fab") - (uuid "b34968d9-5782-40f6-89cf-0effee10f806") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "a1902f17-463d-412c-8d1a-9f65f28cb5b3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "b27c39e4-3e6f-4750-bb81-25d7e4db46e6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "d42f1ac9-c989-46ba-b0d8-b75a12807354") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e42f76") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "9391d41e-8ad0-4505-b273-23620547c90f") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "a6ac753f-a599-46e7-8462-6f0cd3580224") - ) - (fp_line - (start 1.7 0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "49c14d2d-ca04-4681-853b-16ed31194d23") - ) - (fp_line - (start 1.7 -0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "98ec6654-9a9e-413b-9a89-f0c99f36e2be") - ) - (fp_line - (start -1.7 0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "f250c3bf-9c1f-4f3e-a242-a68b7f17284c") - ) - (fp_line - (start -1.7 -0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "3d0741f4-93dd-483c-8ad0-02c65882afcb") - ) - (fp_line - (start 1 0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "0f444623-b1c1-462b-91b7-9a650b06bc1e") - ) - (fp_line - (start 1 -0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "da295b3b-e210-4681-9e31-934fc442ccc6") - ) - (fp_line - (start -1 0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "0a71fa53-03db-4123-8ad3-2721ff5b77a2") - ) - (fp_line - (start -1 -0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "dd3e32e2-a6c3-4f38-9fb5-5045fe7e09bf") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "B.Fab") - (uuid "29c121a5-1a22-4136-9028-f53e95137f5d") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - (justify mirror) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 13 "-BATT") - (uuid "336d777c-d8ed-4eb3-bacd-ab4c2eab495b") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (uuid "9aca8c72-0904-420f-a027-c32bce7134b7") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e2691f") - (at 140.142 85.852 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C2" - (at -1.336 1.778 0) - (layer "B.SilkS") - (uuid "49861cc8-03f2-4385-a4a9-41aa51478622") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "100n" - (at 0 -1.68 0) - (layer "B.Fab") - (uuid "893a8ff0-e481-484c-95de-438c1dc37885") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "1dbf7184-beb0-45f7-8028-d4d5863f7930") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "3b1850be-4054-4b5a-83a1-dc4e6d6f3f66") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "30dd78e8-fe5f-4eda-9331-6e70903e0ccc") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e7da67") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "2111f73a-94ea-4454-a634-b42679c34b19") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "761bcf15-ed83-4238-8adb-5bd9294712a0") - ) - (fp_line - (start 1.7 0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "8a8eb527-c58e-4ba7-9f27-5362c973fd4a") - ) - (fp_line - (start 1.7 -0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "5c60f312-4671-4300-b6de-0b39c84a6083") - ) - (fp_line - (start -1.7 0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "8965a80e-20ff-4466-a818-4e14e58b7f0a") - ) - (fp_line - (start -1.7 -0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "7669768a-9276-40e2-b7ea-6f5cf32663c5") - ) - (fp_line - (start 1 0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "9a48d5c2-76be-45b0-b161-51df428044e8") - ) - (fp_line - (start 1 -0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "de8ee93e-54f6-4677-a662-13690f7270c0") - ) - (fp_line - (start -1 0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "5d8d0bfa-41dc-451e-af9f-64ffe96a7c49") - ) - (fp_line - (start -1 -0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "5d042a34-728b-4782-b42e-852f96cc344a") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "B.Fab") - (uuid "eab6c8cc-a803-4617-bb9c-854716cb522e") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - (justify mirror) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (uuid "7fbeb2f0-ce55-4d3a-85ca-058e37cb7486") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 14 "Net-(C2-Pad2)") - (uuid "96d39d05-9554-4a5e-956a-f0b17788ace4") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e26930") - (at 135.636 85.852 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C3" - (at 1.016 1.68 0) - (layer "B.SilkS") - (uuid "1f027217-899e-403d-b835-8b481efb639d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "100n" - (at 0 -1.68 0) - (layer "B.Fab") - (uuid "4fe0c128-b2fa-4d02-940c-5f62043ac0d8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "8afd3d09-2967-44c7-a811-cdd945156a8c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "506cd36e-fc49-441d-b8d0-17b81a2e5f51") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "d8ce9a78-abd6-4197-9c01-20d74bf8b55e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060e7aedc") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "f1fbd4af-89e2-44b3-a1a2-350d760fda7d") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "5b4f4cf4-3ecc-4cb0-9ab5-e388eb0866bf") - ) - (fp_line - (start 1.7 0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "7f327539-933c-45ac-be06-471dd41c52f5") - ) - (fp_line - (start 1.7 -0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "a1cf605f-8910-478d-b9f7-e52ed1ad1d68") - ) - (fp_line - (start -1.7 0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "20d452fe-5cdb-41ae-b9f9-4d9559e1735b") - ) - (fp_line - (start -1.7 -0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "8f93113e-0c89-4a3c-bed8-514e3fa223a3") - ) - (fp_line - (start 1 0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "03c88333-5a46-42a2-b6bf-c6bd7e567a0f") - ) - (fp_line - (start 1 -0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "360d9e48-c31b-482f-b24e-5cef2283b3d5") - ) - (fp_line - (start -1 0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "aaa7327e-04d4-417f-af64-d7b753514a75") - ) - (fp_line - (start -1 -0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "ded45fc8-51bd-4239-8ba4-8f726e9e4289") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "B.Fab") - (uuid "612e6ce6-6d5d-4eb2-ac53-7435a5ca2779") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - (justify mirror) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 15 "Net-(C3-Pad1)") - (uuid "d1dc13c1-e1c7-477a-a680-703795474a3e") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "B.Cu" "B.Paste" "B.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (uuid "1be259af-e9fc-4b2c-8054-adb8991fc250") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (gr_line - (start 207.772 75.692) - (end 207.772 76.708) - (stroke - (width 0.15) - (type solid) - ) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060e28d46") - ) - (gr_line - (start 200.66 71.12) - (end 207.772 76.708) - (stroke - (width 0.15) - (type solid) - ) - (layer "F.SilkS") - (uuid "6a26b1db-501d-45d6-b4dc-2ffacc0da81a") - ) - (gr_line - (start 206.756 76.708) - (end 207.772 75.692) - (stroke - (width 0.15) - (type solid) - ) - (layer "F.SilkS") - (uuid "b18c23b6-2745-4df6-a1d3-fad892575863") - ) - (gr_line - (start 207.772 76.708) - (end 206.756 76.708) - (stroke - (width 0.15) - (type solid) - ) - (layer "F.SilkS") - (uuid "e6ac33f9-cf95-45a5-8ab0-3723fdc30839") - ) - (gr_line - (start 216 159) - (end 216 64) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "3f72a5e9-fa92-4727-912c-4c581dba9a5d") - ) - (gr_line - (start 205.756 70.656) - (end 205.756 70.656) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "57108a62-6ccc-48f4-887f-32d340b4e21b") - ) - (gr_line - (start 216 64) - (end 133 64) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "997da72b-3940-40d5-902f-e5880315c816") - ) - (gr_line - (start 216 159) - (end 133 159) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "9fb182a3-0120-4830-8e5c-b5f4bb73c417") - ) - (gr_line - (start 133 159) - (end 133 64) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "e66d03a5-c3bb-433d-a73f-1bf5fbd06b57") - ) - (gr_text "Ionization Chamber Power Supply rev1.0" - (at 173 157 0) - (layer "B.SilkS") - (uuid "00000000-0000-0000-0000-000060e1f01c") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - (justify mirror) - ) - ) - (gr_text "Connect jumpers only if battery is not present in the socket." - (at 169.957 110.69 180) - (layer "B.SilkS") - (uuid "00000000-0000-0000-0000-000060e28c6e") - (effects - (font - (size 1 1) - (thickness 0.2) - ) - (justify mirror) - ) - ) - (gr_text "Connect jumpers only if battery is not present in the socket." - (at 189.388 119.072 180) - (layer "B.SilkS") - (uuid "00000000-0000-0000-0000-000060e28c89") - (effects - (font - (size 1 1) - (thickness 0.2) - ) - (justify mirror) - ) - ) - (gr_text "HV power \nsupply" - (at 208.438 86.941 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-00005cea1b73") - (effects - (font - (size 1 1) - (thickness 0.2) - ) - ) - ) - (gr_text "Ionization Chamber Power Supply rev1.0" - (at 173 157 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-00005cea740f") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "power\nsupply for\namplifier" - (at 139.096 109.42 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-00005cee187c") - (effects - (font - (size 1 1) - (thickness 0.2) - ) - ) - ) - (gr_text "WARNING!!! HIGH VOLTAGE (72V DC)!!!" - (at 176.276 68.58 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060e28d40") - (effects - (font - (size 2 2) - (thickness 0.5) - ) - ) - ) - (gr_text "-" - (at 144.938 105.61 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2ccc") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "GND" - (at 135.286 104.086 45) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2cce") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "+" - (at 136.302 100.403 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2d8c") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "-" - (at 136.302 105.864 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2d8e") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "GND" - (at 206.279 79.194 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2dbe") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "NC" - (at 206.914 81.607 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2dc2") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (gr_text "+" - (at 207.676 84.274 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060fd2dc6") - (effects - (font - (size 1.5 1.5) - (thickness 0.3) - ) - ) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "02733874-7bd8-42de-9764-c6c5a2e6efe2") - (pts - (xy 140.2898 64.0048) (xy 140.2898 99.2346) - ) - (height 12.446) - (gr_text "35.2298 mm" - (at 126.6938 81.6197 90) - (layer "Dwgs.User") - (uuid "02733874-7bd8-42de-9764-c6c5a2e6efe2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "0b5e5a21-ad8e-4410-80a0-23d25ce44bf4") - (pts - (xy 216 159) (xy 133 159) - ) - (height -2.036) - (gr_text "83.0000 mm" - (at 174.5 159.886 0) - (layer "Dwgs.User") - (uuid "0b5e5a21-ad8e-4410-80a0-23d25ce44bf4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "13df451b-0e76-4acc-b1b5-497cb483beaf") - (pts - (xy 216 77.65) (xy 216 64) - ) - (height 5.65) - (gr_text "13.6500 mm" - (at 220.5 70.825 90) - (layer "Dwgs.User") - (uuid "13df451b-0e76-4acc-b1b5-497cb483beaf") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "240e2a74-551c-49b4-bc7e-e2481e9befd0") - (pts - (xy 133 107.007) (xy 140.2898 107.007) - ) - (height 1.7526) - (gr_text "7.2898 mm" - (at 136.6449 107.6096 0) - (layer "Dwgs.User") - (uuid "240e2a74-551c-49b4-bc7e-e2481e9befd0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "2a6a6b7a-bffc-495c-8acb-d2a0117e45da") - (pts - (xy 210.5 64) (xy 216 64) - ) - (height 5.9) - (gr_text "5.5000 mm" - (at 213.25 68.75 0) - (layer "Dwgs.User") - (uuid "2a6a6b7a-bffc-495c-8acb-d2a0117e45da") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "38321f02-0ab7-40c8-a857-b551219f8697") - (pts - (xy 138.5 64) (xy 133 64) - ) - (height -8.7) - (gr_text "5.5000 mm" - (at 135.75 71.55 0) - (layer "Dwgs.User") - (uuid "38321f02-0ab7-40c8-a857-b551219f8697") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "4dbe128f-82a3-4d30-b0b4-8c5951525386") - (pts - (xy 215.55 77.65) (xy 216 77.65) - ) - (height 8.2) - (gr_text "0.4500 mm" - (at 215.775 84.7 0) - (layer "Dwgs.User") - (uuid "4dbe128f-82a3-4d30-b0b4-8c5951525386") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "5d312e63-a7af-435c-86b3-9e09a0f441b3") - (pts - (xy 133 69.5) (xy 133 64) - ) - (height 10) - (gr_text "5.5000 mm" - (at 141.85 66.75 90) - (layer "Dwgs.User") - (uuid "5d312e63-a7af-435c-86b3-9e09a0f441b3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "978ef310-a22c-46df-b962-52d5a4e618f5") - (pts - (xy 133 153.5) (xy 133 159) - ) - (height -12.5) - (gr_text "5.5000 mm" - (at 144.35 156.25 90) - (layer "Dwgs.User") - (uuid "978ef310-a22c-46df-b962-52d5a4e618f5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "c2ac81d6-e9ed-4313-8fb9-321b1ce578ab") - (pts - (xy 216 153.5) (xy 216 159) - ) - (height 11.65) - (gr_text "5.5000 mm" - (at 203.2 156.25 90) - (layer "Dwgs.User") - (uuid "c2ac81d6-e9ed-4313-8fb9-321b1ce578ab") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "db478bb3-e29f-46fa-9063-605cbfa4daa7") - (pts - (xy 138.5 159) (xy 133 159) - ) - (height 8.4) - (gr_text "5.5000 mm" - (at 135.75 149.45 0) - (layer "Dwgs.User") - (uuid "db478bb3-e29f-46fa-9063-605cbfa4daa7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "e18bf275-a094-46ba-b923-269172efd7e1") - (pts - (xy 210.5 159) (xy 216 159) - ) - (height -10.9) - (gr_text "5.5000 mm" - (at 213.25 146.95 0) - (layer "Dwgs.User") - (uuid "e18bf275-a094-46ba-b923-269172efd7e1") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "ea7b98cb-fd44-4f7a-ade7-073559f5296d") - (pts - (xy 216 69.5) (xy 216 64) - ) - (height -6.5) - (gr_text "5.5000 mm" - (at 208.35 66.75 90) - (layer "Dwgs.User") - (uuid "ea7b98cb-fd44-4f7a-ade7-073559f5296d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "f07643ca-db28-49fb-9e85-432854d5804b") - (pts - (xy 216 64) (xy 216 159) - ) - (height -2.948) - (gr_text "95.0000 mm" - (at 217.798 111.5 90) - (layer "Dwgs.User") - (uuid "f07643ca-db28-49fb-9e85-432854d5804b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (segment - (start 141.6614 100.5808) - (end 141.6614 99.2434) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "2005784b-cfbd-445a-9904-04ad70f35da4") - ) - (segment - (start 138.6388 100.5808) - (end 138.6134 100.5554) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "26a0663f-0c5e-40ac-b9a6-f1b4bd8b9067") - ) - (segment - (start 141.6614 100.5808) - (end 138.6388 100.5808) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "3eecaf32-4be1-4e6c-b113-ae2d09437d50") - ) - (segment - (start 139.258 94.996) - (end 139.258 93.406) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "5b843a6b-1f36-4b07-932b-081c04a1f739") - ) - (segment - (start 139.258 93.406) - (end 140.208 92.456) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "9dedef60-ccf6-4071-99bf-3b4fe466c933") - ) - (segment - (start 141.6614 99.2434) - (end 139.258 96.84) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "b4273d72-f064-47c5-9ec3-72ac8b91b06e") - ) - (segment - (start 139.258 96.84) - (end 139.258 94.996) - (width 1) - (layer "B.Cu") - (net 2) - (uuid "c98a922b-8026-4af4-864f-622420fefb63") - ) - (segment - (start 135.992 77.296) - (end 135.992 75.844) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "2cf067d6-3c5f-4c87-b474-4629f047d0f8") - ) - (segment - (start 137.16 74.676) - (end 142.748 74.676) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "3a6d2683-4408-4988-b1c3-33281c7ed075") - ) - (segment - (start 142.748 74.676) - (end 149.572 81.5) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "4bd08382-1afd-460e-b6c7-41c664c6cdab") - ) - (segment - (start 135.992 79.796) - (end 135.992 77.296) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "5fc4a6b5-96e9-4c31-a519-97a55362b681") - ) - (segment - (start 135.992 75.844) - (end 137.16 74.676) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "79e586c9-a528-42d1-8b72-f9b9e0ba34c7") - ) - (segment - (start 190.5 81.5) - (end 195 77) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "883b64e1-f12b-4c67-b580-e59fb150f62f") - ) - (segment - (start 195 77) - (end 197.5 77) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "f2b52b01-ab86-4ada-a512-248227fd5d31") - ) - (segment - (start 149.572 81.5) - (end 190.5 81.5) - (width 2) - (layer "F.Cu") - (net 3) - (uuid "f619ea63-f983-445a-b124-6a4667e9f701") - ) - (segment - (start 177.486 144) - (end 158.872 144) - (width 2) - (layer "B.Cu") - (net 4) - (uuid "187717f6-f019-41d2-9743-fe19db1441ec") - ) - (segment - (start 154.872 148) - (end 153 148) - (width 2) - (layer "B.Cu") - (net 4) - (uuid "7dc5c90b-6465-44ba-a011-28f9fd671d88") - ) - (segment - (start 183 148) - (end 181.486 148) - (width 2) - (layer "B.Cu") - (net 4) - (uuid "d668d9d7-ab9a-401a-bf17-7322f34c6cdb") - ) - (segment - (start 181.486 148) - (end 177.486 144) - (width 2) - (layer "B.Cu") - (net 4) - (uuid "f0c78008-84d6-4ac5-b28a-5c080bea833c") - ) - (segment - (start 158.872 144) - (end 154.872 148) - (width 2) - (layer "B.Cu") - (net 4) - (uuid "f1ba9bb4-591e-43ae-a074-357b8f74b664") - ) - (segment - (start 139.488 77) - (end 139.192 77.296) - (width 2) - (layer "B.Cu") - (net 5) - (uuid "1bbf28d6-dccf-4b2a-a2f0-e06957c8a928") - ) - (segment - (start 153 77) - (end 139.488 77) - (width 2) - (layer "B.Cu") - (net 5) - (uuid "5acd476f-4217-4b86-b80e-76c698667cf1") - ) - (segment - (start 139.192 79.796) - (end 139.192 77.296) - (width 2) - (layer "B.Cu") - (net 5) - (uuid "c19ad7a9-8efc-430b-b6d7-fdf952d6ae09") - ) - (segment - (start 195.258 148) - (end 197.5 148) - (width 2) - (layer "B.Cu") - (net 6) - (uuid "08f75fa0-4b84-43c9-8ee3-54b5b11fb075") - ) - (segment - (start 173.802 152) - (end 191.258 152) - (width 2) - (layer "B.Cu") - (net 6) - (uuid "b4af523b-e539-4518-83e1-fd839b2f707d") - ) - (segment - (start 169.802 148) - (end 173.802 152) - (width 2) - (layer "B.Cu") - (net 6) - (uuid "e393404c-355e-49c6-8e85-369ce54d94ac") - ) - (segment - (start 191.258 152) - (end 195.258 148) - (width 2) - (layer "B.Cu") - (net 6) - (uuid "ef1daec5-4d58-478b-9492-c6ba66192c73") - ) - (segment - (start 168 148) - (end 169.802 148) - (width 2) - (layer "B.Cu") - (net 6) - (uuid "f0432a41-813d-445c-a68c-7686360488e1") - ) - (segment - (start 187.6 131) - (end 189 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "00668bfe-a5c4-462c-83a3-40f77345f629") - ) - (segment - (start 189 137) - (end 189 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "0447422a-6302-4468-8b55-96de815e494a") - ) - (segment - (start 170.602 131) - (end 173 128.602) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "0eca712a-ec11-4113-bc7c-ecff347b2d12") - ) - (segment - (start 185 128) - (end 185 115) - (width 0.3048) - (layer "B.Cu") - (net 7) - (uuid "120fc6d2-19a9-4687-90d5-ada6971d1cc3") - ) - (segment - (start 169 131) - (end 170.602 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "1c3eb596-75ec-492e-aa42-e3fbcc77be97") - ) - (segment - (start 182.286 131) - (end 181 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "2d8d9080-1546-40c8-a5c5-c960f0bfda46") - ) - (segment - (start 173 127.5) - (end 173 114.65) - (width 0.3048) - (layer "B.Cu") - (net 7) - (uuid "51a823e1-a76b-40ed-bb85-5bdb6c4a9450") - ) - (segment - (start 185 128.4) - (end 187.6 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "67c11115-d895-4a9f-a549-fdca08df7bed") - ) - (segment - (start 185 128.286) - (end 182.286 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "7708e55b-dee7-495d-b958-6cdf88ec5968") - ) - (segment - (start 175.662 131) - (end 177 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "873b4b84-9b48-4980-b597-bda4472a753e") - ) - (segment - (start 173 127.5) - (end 173 128.338) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "8a58665f-1fe6-485b-be13-0f1defa69eb3") - ) - (segment - (start 185 128) - (end 185 128.286) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "8de94fef-f0c2-4ddd-ad7e-5a1f335dae33") - ) - (segment - (start 177 131) - (end 181 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "c9892f01-0c4a-41cf-9a39-4f65bf9198d6") - ) - (segment - (start 185 128) - (end 185 128.4) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "cee7eec3-ef6a-4437-9365-5b34bc7e53e2") - ) - (segment - (start 173 128.602) - (end 173 127.5) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "d52ed653-51db-4602-bb0b-b6de574fd340") - ) - (segment - (start 173 128.338) - (end 175.662 131) - (width 2) - (layer "B.Cu") - (net 7) - (uuid "f212a560-4de0-4402-b032-db9f9d784706") - ) - (segment - (start 189 95) - (end 193 95) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "0889df6f-9997-4f9c-8cb5-c03bc6e244eb") - ) - (segment - (start 201 95) - (end 201 89) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "256d8cc8-c5fa-4a1e-9cad-a03fd67c8610") - ) - (segment - (start 185 97.158) - (end 185 98.5) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "30403bd6-0d0e-4a76-85db-86a8d3720bfe") - ) - (segment - (start 197 96.982) - (end 197 98) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "39f4c978-dd74-440f-af62-cad875dc8d24") - ) - (segment - (start 197 96.966) - (end 197 98) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "466f853f-e1bb-4fd6-85e8-ceb26fd4b984") - ) - (segment - (start 201 95) - (end 198.982 95) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "5b3e87cf-0a77-4e32-97ab-b27a1f22eb5d") - ) - (segment - (start 181 95) - (end 182.842 95) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "7ccbdc5b-60f6-42d1-80aa-51e0f06063d8") - ) - (segment - (start 197 113.35) - (end 197 98) - (width 0.3048) - (layer "B.Cu") - (net 8) - (uuid "88acd1fc-7957-45e3-85e1-9e4dfba5159f") - ) - (segment - (start 187.298 95) - (end 185 97.298) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "8f09e6bd-f532-4103-b59a-276cbb4af800") - ) - (segment - (start 185 113.7) - (end 185 98.5) - (width 0.3048) - (layer "B.Cu") - (net 8) - (uuid "95a2c434-1eab-46ab-9f97-cbd21b8539db") - ) - (segment - (start 193 95) - (end 195.034 95) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "991b4796-f61f-4429-86d3-85960893f8a6") - ) - (segment - (start 198.982 95) - (end 197 96.982) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "9a961ecb-d0b1-4292-b687-698f39f15543") - ) - (segment - (start 185 97.298) - (end 185 98.5) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "cf60cad2-4c5e-468a-9432-9da51f637ddf") - ) - (segment - (start 189 95) - (end 187.298 95) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "d6424b76-0b74-497d-b376-368e1c5ff9e0") - ) - (segment - (start 195.034 95) - (end 197 96.966) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "e98ab388-85dd-4029-b86f-2da7e3b4d91d") - ) - (segment - (start 182.842 95) - (end 185 97.158) - (width 2) - (layer "B.Cu") - (net 8) - (uuid "f7582dd2-7a0b-4178-a0ba-89982ab7fb32") - ) - (segment - (start 197 127.5) - (end 197 128.224) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "1b821483-8331-4731-99bf-755f912faba5") - ) - (segment - (start 200.046 131) - (end 201 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "2ee4f390-1adb-45e5-a4d1-0b4b40e8bc6f") - ) - (segment - (start 209 128.27) - (end 211.73 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "34e6ad47-1f44-4ca3-b3e7-e8f71a685021") - ) - (segment - (start 211.73 131) - (end 213 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "36be8a46-650e-4f05-92a6-a1bdc9be6e6c") - ) - (segment - (start 213 137) - (end 213 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "680b5b3e-0ede-4959-9d82-9c330d063443") - ) - (segment - (start 197 127.5) - (end 197 114.65) - (width 0.3048) - (layer "B.Cu") - (net 9) - (uuid "7d515733-e3a2-43ad-bb5f-7782543258ee") - ) - (segment - (start 197 127.5) - (end 197 127.954) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "8b0353c1-1d51-45e3-afd4-2412f57a5fd9") - ) - (segment - (start 206.67 131) - (end 205 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "a571f2d3-0b83-4d25-8dfe-b40019dc0af5") - ) - (segment - (start 209 128.67) - (end 206.67 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "abbaf1ac-cd01-4178-80f6-0c6aa613e317") - ) - (segment - (start 197 127.954) - (end 200.046 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "acb6cfb7-d0de-495b-9a39-94f9650a178e") - ) - (segment - (start 194.224 131) - (end 193 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "b19b1cc8-9274-4244-bc34-d4ef03f3bb1d") - ) - (segment - (start 209 128) - (end 209 114.65) - (width 0.3048) - (layer "B.Cu") - (net 9) - (uuid "b5cc2fa1-8b81-4074-9a60-fa881d0a4289") - ) - (segment - (start 205 131) - (end 201 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "cbcfd615-39aa-49a6-b4a5-f407f73bb7e3") - ) - (segment - (start 209 128) - (end 209 128.67) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "e933ee5d-1bda-4bd6-acee-c396c334a1d6") - ) - (segment - (start 209 128) - (end 209 128.27) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "ecfc2160-4f8b-46d4-9347-c20709d22cdc") - ) - (segment - (start 197 128.224) - (end 194.224 131) - (width 2) - (layer "B.Cu") - (net 9) - (uuid "edace1e2-747d-4b2f-bde7-1d5053b26bac") - ) - (segment - (start 209.852 84.28) - (end 210.058 84.074) - (width 1) - (layer "B.Cu") - (net 10) - (uuid "0af66238-3254-4aa8-a380-098ad73217b1") - ) - (segment - (start 206.718 95) - (end 209 97.282) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "23c773bd-f825-437c-8840-f5a04771e31e") - ) - (segment - (start 213 95) - (end 210.92 95) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "4dc51ede-67b1-424a-8e27-173bd8bd35e4") - ) - (segment - (start 209 113.35) - (end 209 98.5) - (width 0.3048) - (layer "B.Cu") - (net 10) - (uuid "52d90e3b-744e-4756-8eec-d5f55875e628") - ) - (segment - (start 205 95) - (end 206.718 95) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "6205201a-2d6a-425b-8aa6-9a4c2bded6e2") - ) - (segment - (start 213 95) - (end 213 89) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "83946199-a464-42dd-82be-e5371ad0e887") - ) - (segment - (start 210.92 95) - (end 209 96.92) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "a677fb91-a45f-4c10-acb5-08ad6d61770f") - ) - (segment - (start 210.058 84.074) - (end 214.122 84.074) - (width 1) - (layer "B.Cu") - (net 10) - (uuid "bc05658e-aa3a-4f17-9f3a-359826c30f60") - ) - (segment - (start 209.852 87.72) - (end 209.852 84.28) - (width 1) - (layer "B.Cu") - (net 10) - (uuid "cd7d1215-6392-43a7-9d51-0fe5d835b7eb") - ) - (segment - (start 213 89) - (end 211.132 89) - (width 1) - (layer "B.Cu") - (net 10) - (uuid "ce4188fa-da1d-4d5b-b208-a8ae6d53f755") - ) - (segment - (start 209 97.282) - (end 209 98.5) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "d3b2183f-b48e-4309-a965-bb4b7abc4aa9") - ) - (segment - (start 211.132 89) - (end 209.852 87.72) - (width 1) - (layer "B.Cu") - (net 10) - (uuid "d3ba09d9-e39c-4f20-824e-3448d5638883") - ) - (segment - (start 209 96.92) - (end 209 98.5) - (width 2) - (layer "B.Cu") - (net 10) - (uuid "fde914d5-bab7-4d68-81da-00c21ef4fc02") - ) - (segment - (start 173 113.35) - (end 173 98) - (width 0.3048) - (layer "B.Cu") - (net 11) - (uuid "12a8099e-f506-4542-b397-4f22c94734aa") - ) - (segment - (start 161 96.66) - (end 161 98.5) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "1696d9c8-f296-4d8c-907e-74b662bde421") - ) - (segment - (start 169 95) - (end 171.412 95) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "31d17e5e-8e18-438e-8096-de6f38a92bc0") - ) - (segment - (start 157 95) - (end 158.966 95) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "46cffbba-f3f7-445a-97a1-9f65eb703e9c") - ) - (segment - (start 173 96.588) - (end 173 98) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "508a7e09-f90e-4680-9710-e43568128c1e") - ) - (segment - (start 177 95) - (end 177 89) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "514347a9-5e54-4156-8b68-2798c6b1cda3") - ) - (segment - (start 173 96.344) - (end 173 98) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "7ab25407-e360-4897-87c8-805761694074") - ) - (segment - (start 165 95) - (end 169 95) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "ac739b72-98fb-4f5e-a2ce-71d363effbad") - ) - (segment - (start 161 97.034) - (end 161 98.5) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "adfd16f5-7e8d-4751-8a55-3a6fdcd27036") - ) - (segment - (start 162.66 95) - (end 161 96.66) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "b573e2ce-5c03-4fbd-b6ab-fa75d93048e0") - ) - (segment - (start 158.966 95) - (end 161 97.034) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "b85d2ce7-955e-4de5-92d9-91607b83d0af") - ) - (segment - (start 165 95) - (end 162.66 95) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "d539383a-8e17-4fd2-a5b7-f5ab4b1b16e0") - ) - (segment - (start 161 113.35) - (end 161 98.5) - (width 0.3048) - (layer "B.Cu") - (net 11) - (uuid "d7fcf6f9-ad72-4e17-8943-e83ea21f707c") - ) - (segment - (start 174.344 95) - (end 173 96.344) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "e48c2dad-97d7-4409-b413-1b09c6bcbb3f") - ) - (segment - (start 177 95) - (end 174.344 95) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "f3cc0f1e-b037-4a31-82be-34bcb7d460f8") - ) - (segment - (start 171.412 95) - (end 173 96.588) - (width 2) - (layer "B.Cu") - (net 11) - (uuid "f8bcd4cc-6f8e-4ff0-9075-c4042e945c66") - ) - (segment - (start 149 127.5) - (end 149 114.65) - (width 0.3048) - (layer "B.Cu") - (net 12) - (uuid "044c959f-003d-42e3-a1b6-037b4adecbad") - ) - (segment - (start 153 131) - (end 157 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "0c1b9fcd-ed52-4162-bbcc-b20d7f958bf6") - ) - (segment - (start 149 128.726) - (end 149 127.5) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "11e1c3ad-7d95-4b57-9d59-b40f811ad3cb") - ) - (segment - (start 161 128) - (end 161 114.65) - (width 0.3048) - (layer "B.Cu") - (net 12) - (uuid "2db07a73-cd3f-42fd-84a7-078fe22d3552") - ) - (segment - (start 149 129.23) - (end 149 127.5) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "33d631a0-0480-4d27-af59-b5c8adfcbebe") - ) - (segment - (start 161 128) - (end 161 128.918) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "43a82def-d4ee-4602-a7c7-40578be5d2ae") - ) - (segment - (start 161 128.784) - (end 163.216 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "4da0a7fc-3088-4bae-81f4-34d069e90364") - ) - (segment - (start 165 137) - (end 165 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "7151acac-9c6d-45f5-a2d0-c06c9931f406") - ) - (segment - (start 153 131) - (end 150.77 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "7b5f1057-23b2-4452-9ea8-665fc9dbe5bf") - ) - (segment - (start 158.918 131) - (end 157 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "8060060f-9ab5-4287-a225-d2303a5e3d8e") - ) - (segment - (start 145 131) - (end 146.726 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "85f8d27a-0735-4a87-a247-b7b8db390473") - ) - (segment - (start 163.216 131) - (end 165 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "b77eb5c0-7129-44d8-9fe2-f7e7c1843409") - ) - (segment - (start 161 128.918) - (end 158.918 131) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "bed1d091-6cfb-4a98-9c17-2c8695518faa") - ) - (segment - (start 150.77 131) - (end 149 129.23) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "cd9843c4-1daa-4fe9-9b81-661977555b27") - ) - (segment - (start 146.726 131) - (end 149 128.726) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "e1b64c70-8370-460a-9939-b4a3e5d08ad7") - ) - (segment - (start 161 128) - (end 161 128.784) - (width 2) - (layer "B.Cu") - (net 12) - (uuid "eb8b9d9c-279a-4667-a151-803e82888b6a") - ) - (segment - (start 136.586 94.996) - (end 136.586 96.332) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "102ee524-7033-4bd0-aecf-d79d8b35714c") - ) - (segment - (start 135.7686 97.1772) - (end 135.7547 97.1633) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "50d70d71-158f-4208-afb9-69d272ad8979") - ) - (segment - (start 136.81 105.6354) - (end 135.7686 104.594) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "54daa20a-a872-49a8-bc0f-1456eaf0bb73") - ) - (segment - (start 138.6134 105.6354) - (end 136.81 105.6354) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "7b3ffb02-8087-4932-8f50-383ca5c32058") - ) - (segment - (start 136.586 93.406) - (end 135.636 92.456) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "8ff48a52-5087-4182-b046-25a6c6be3a4a") - ) - (segment - (start 136.586 96.332) - (end 135.7547 97.1633) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "94769f4c-2945-4213-bfdb-8c11444bcf83") - ) - (segment - (start 136.586 94.996) - (end 136.586 93.406) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "ed548c75-d915-4ad3-aeb8-39d3b57ca4fb") - ) - (segment - (start 135.7686 104.594) - (end 135.7686 97.1772) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "f66fd31d-04ef-4e7d-a24a-900f0e3e5789") - ) - (segment - (start 141.6614 105.6608) - (end 138.6388 105.6608) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "fb2bb2f6-0b86-4c4b-b6f3-ad590f8cf723") - ) - (segment - (start 138.6388 105.6608) - (end 138.6134 105.6354) - (width 1) - (layer "B.Cu") - (net 13) - (uuid "fe2fe0d3-f4d8-46e9-8c1e-8f1893f70276") - ) - (segment - (start 139.192 82.296) - (end 139.192 85.852) - (width 1) - (layer "B.Cu") - (net 14) - (uuid "53445290-3264-4a5d-b4f7-bf1be8107f27") - ) - (segment - (start 139.192 86.99) - (end 140.208 88.006) - (width 1) - (layer "B.Cu") - (net 14) - (uuid "6a71c26f-2a12-460a-bcca-f460324ac31d") - ) - (segment - (start 139.192 85.852) - (end 139.192 86.99) - (width 1) - (layer "B.Cu") - (net 14) - (uuid "c97157e9-d44d-4af7-bd9c-1a23394a5494") - ) - (segment - (start 136.586 87.056) - (end 135.636 88.006) - (width 1) - (layer "B.Cu") - (net 15) - (uuid "0fafb40c-b010-4326-acb8-78113af758b1") - ) - (segment - (start 135.992 82.296) - (end 135.992 84.176) - (width 1) - (layer "B.Cu") - (net 15) - (uuid "3c5d0385-fbaa-4752-a9a3-6b5bcd9f76fc") - ) - (segment - (start 136.586 85.852) - (end 136.586 87.056) - (width 1) - (layer "B.Cu") - (net 15) - (uuid "56602386-1e1f-43ad-80e6-2f4fb0f00be1") - ) - (segment - (start 136.586 84.77) - (end 136.586 85.852) - (width 1) - (layer "B.Cu") - (net 15) - (uuid "6f4a8573-3956-4db3-ad3c-a40fb1c93d3e") - ) - (segment - (start 135.992 84.176) - (end 136.586 84.77) - (width 1) - (layer "B.Cu") - (net 15) - (uuid "77d6ad5c-e1c3-4296-b134-0367c08e0b91") - ) - (zone - (net 1) - (net_name "GND") - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-00005cec38f7") - (hatch edge 0.508) - (connect_pads - (clearance 0.508) - ) - (min_thickness 0.254) - (filled_areas_thickness no) - (fill yes - (thermal_gap 0.508) - (thermal_bridge_width 0.508) - ) - (polygon - (pts - (xy 133 159) (xy 216 159) (xy 216 64) (xy 133 64) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 215.866621 64.095502) (xy 215.913114 64.149158) (xy 215.9245 64.2015) (xy 215.9245 158.7985) - (xy 215.904498 158.866621) (xy 215.850842 158.913114) (xy 215.7985 158.9245) (xy 133.2015 158.9245) - (xy 133.133379 158.904498) (xy 133.086886 158.850842) (xy 133.0755 158.7985) (xy 133.0755 153.499996) - (xy 134.487166 153.499996) (xy 134.487166 153.500003) (xy 134.506489 153.893323) (xy 134.50649 153.893337) - (xy 134.564271 154.282868) (xy 134.65996 154.664874) (xy 134.65996 154.664875) (xy 134.792625 155.035645) - (xy 134.960998 155.39164) (xy 135.163452 155.729415) (xy 135.398031 156.045708) (xy 135.398036 156.045713) - (xy 135.491715 156.149072) (xy 135.491716 156.149073) (xy 137.095925 154.544863) (xy 137.181457 154.656331) - (xy 137.343669 154.818543) (xy 137.455134 154.904073) (xy 135.850925 156.508283) (xy 135.850925 156.508284) - (xy 135.954285 156.601963) (xy 135.95429 156.601967) (xy 136.270584 156.836547) (xy 136.608359 157.039001) - (xy 136.964354 157.207374) (xy 137.335124 157.340039) (xy 137.717131 157.435728) (xy 138.106662 157.493509) - (xy 138.106676 157.49351) (xy 138.499996 157.512834) (xy 138.500004 157.512834) (xy 138.893323 157.49351) - (xy 138.893337 157.493509) (xy 139.282868 157.435728) (xy 139.664874 157.340039) (xy 139.664875 157.340039) - (xy 140.035645 157.207374) (xy 140.39164 157.039001) (xy 140.729415 156.836547) (xy 141.045709 156.601967) - (xy 141.045715 156.601963) (xy 141.149073 156.508284) (xy 141.149073 156.508283) (xy 139.544864 154.904074) - (xy 139.656331 154.818543) (xy 139.818543 154.656331) (xy 139.904074 154.544864) (xy 141.508283 156.149073) - (xy 141.508284 156.149073) (xy 141.601963 156.045715) (xy 141.601967 156.045709) (xy 141.836547 155.729415) - (xy 142.039001 155.39164) (xy 142.207374 155.035645) (xy 142.340039 154.664875) (xy 142.340039 154.664874) - (xy 142.435728 154.282868) (xy 142.493509 153.893337) (xy 142.49351 153.893323) (xy 142.512834 153.500003) - (xy 142.512834 153.499996) (xy 206.487166 153.499996) (xy 206.487166 153.500003) (xy 206.506489 153.893323) - (xy 206.50649 153.893337) (xy 206.564271 154.282868) (xy 206.65996 154.664874) (xy 206.65996 154.664875) - (xy 206.792625 155.035645) (xy 206.960998 155.39164) (xy 207.163452 155.729415) (xy 207.398031 156.045708) - (xy 207.398036 156.045713) (xy 207.491715 156.149072) (xy 207.491716 156.149073) (xy 209.095925 154.544863) - (xy 209.181457 154.656331) (xy 209.343669 154.818543) (xy 209.455134 154.904073) (xy 207.850925 156.508283) - (xy 207.850925 156.508284) (xy 207.954285 156.601963) (xy 207.95429 156.601967) (xy 208.270584 156.836547) - (xy 208.608359 157.039001) (xy 208.964354 157.207374) (xy 209.335124 157.340039) (xy 209.717131 157.435728) - (xy 210.106662 157.493509) (xy 210.106676 157.49351) (xy 210.499996 157.512834) (xy 210.500004 157.512834) - (xy 210.893323 157.49351) (xy 210.893337 157.493509) (xy 211.282868 157.435728) (xy 211.664874 157.340039) - (xy 211.664875 157.340039) (xy 212.035645 157.207374) (xy 212.39164 157.039001) (xy 212.729415 156.836547) - (xy 213.045709 156.601967) (xy 213.045715 156.601963) (xy 213.149073 156.508284) (xy 213.149073 156.508283) - (xy 211.544864 154.904074) (xy 211.656331 154.818543) (xy 211.818543 154.656331) (xy 211.904074 154.544864) - (xy 213.508283 156.149073) (xy 213.508284 156.149073) (xy 213.601963 156.045715) (xy 213.601967 156.045709) - (xy 213.836547 155.729415) (xy 214.039001 155.39164) (xy 214.207374 155.035645) (xy 214.340039 154.664875) - (xy 214.340039 154.664874) (xy 214.435728 154.282868) (xy 214.493509 153.893337) (xy 214.49351 153.893323) - (xy 214.512834 153.500003) (xy 214.512834 153.499996) (xy 214.49351 153.106676) (xy 214.493509 153.106662) - (xy 214.435728 152.717131) (xy 214.340039 152.335125) (xy 214.340039 152.335124) (xy 214.207374 151.964354) - (xy 214.039001 151.608359) (xy 213.836547 151.270584) (xy 213.601967 150.95429) (xy 213.601963 150.954285) - (xy 213.508283 150.850925) (xy 211.904073 152.455134) (xy 211.818543 152.343669) (xy 211.656331 152.181457) - (xy 211.544864 152.095925) (xy 213.149073 150.491716) (xy 213.149072 150.491715) (xy 213.045713 150.398036) - (xy 213.045708 150.398031) (xy 212.729415 150.163452) (xy 212.39164 149.960998) (xy 212.035645 149.792625) - (xy 211.664875 149.65996) (xy 211.282868 149.564271) (xy 210.893337 149.50649) (xy 210.893323 149.506489) - (xy 210.500004 149.487166) (xy 210.499996 149.487166) (xy 210.106676 149.506489) (xy 210.106662 149.50649) - (xy 209.717131 149.564271) (xy 209.335125 149.65996) (xy 209.335124 149.65996) (xy 208.964354 149.792625) - (xy 208.608359 149.960998) (xy 208.270584 150.163452) (xy 207.954291 150.398031) (xy 207.954285 150.398036) - (xy 207.850926 150.491715) (xy 207.850925 150.491715) (xy 209.455135 152.095925) (xy 209.343669 152.181457) - (xy 209.181457 152.343669) (xy 209.095925 152.455135) (xy 207.491715 150.850925) (xy 207.491715 150.850926) - (xy 207.398036 150.954285) (xy 207.398031 150.954291) (xy 207.163452 151.270584) (xy 206.960998 151.608359) - (xy 206.792625 151.964354) (xy 206.65996 152.335124) (xy 206.65996 152.335125) (xy 206.564271 152.717131) - (xy 206.50649 153.106662) (xy 206.506489 153.106676) (xy 206.487166 153.499996) (xy 142.512834 153.499996) - (xy 142.49351 153.106676) (xy 142.493509 153.106662) (xy 142.435728 152.717131) (xy 142.340039 152.335125) - (xy 142.340039 152.335124) (xy 142.207374 151.964354) (xy 142.039001 151.608359) (xy 141.836547 151.270584) - (xy 141.601967 150.95429) (xy 141.601963 150.954285) (xy 141.508283 150.850925) (xy 139.904073 152.455134) - (xy 139.818543 152.343669) (xy 139.656331 152.181457) (xy 139.544864 152.095925) (xy 141.149073 150.491716) - (xy 141.149072 150.491715) (xy 141.045713 150.398036) (xy 141.045708 150.398031) (xy 140.729415 150.163452) - (xy 140.39164 149.960998) (xy 140.035645 149.792625) (xy 139.664875 149.65996) (xy 139.282868 149.564271) - (xy 138.893337 149.50649) (xy 138.893323 149.506489) (xy 138.500004 149.487166) (xy 138.499996 149.487166) - (xy 138.106676 149.506489) (xy 138.106662 149.50649) (xy 137.717131 149.564271) (xy 137.335125 149.65996) - (xy 137.335124 149.65996) (xy 136.964354 149.792625) (xy 136.608359 149.960998) (xy 136.270584 150.163452) - (xy 135.954291 150.398031) (xy 135.954285 150.398036) (xy 135.850926 150.491715) (xy 135.850925 150.491715) - (xy 137.455135 152.095925) (xy 137.343669 152.181457) (xy 137.181457 152.343669) (xy 137.095925 152.455135) - (xy 135.491715 150.850925) (xy 135.491715 150.850926) (xy 135.398036 150.954285) (xy 135.398031 150.954291) - (xy 135.163452 151.270584) (xy 134.960998 151.608359) (xy 134.792625 151.964354) (xy 134.65996 152.335124) - (xy 134.65996 152.335125) (xy 134.564271 152.717131) (xy 134.50649 153.106662) (xy 134.506489 153.106676) - (xy 134.487166 153.499996) (xy 133.0755 153.499996) (xy 133.0755 147.999995) (xy 150.986807 147.999995) - (xy 150.986807 148.000004) (xy 151.005556 148.274116) (xy 151.005557 148.274122) (xy 151.005558 148.27413) - (xy 151.036217 148.42167) (xy 151.06146 148.543146) (xy 151.061462 148.543154) (xy 151.153477 148.802058) - (xy 151.279892 149.046028) (xy 151.347797 149.142227) (xy 151.438343 149.270502) (xy 151.625889 149.471314) - (xy 151.839031 149.644718) (xy 152.0738 149.787484) (xy 152.325823 149.896953) (xy 152.590404 149.971085) - (xy 152.685504 149.984156) (xy 152.862604 150.008499) (xy 152.862615 150.0085) (xy 153.137385 150.0085) - (xy 153.137395 150.008499) (xy 153.266945 149.990692) (xy 153.409596 149.971085) (xy 153.674177 149.896953) - (xy 153.9262 149.787484) (xy 154.160969 149.644718) (xy 154.374111 149.471314) (xy 154.561657 149.270502) - (xy 154.720111 149.046023) (xy 154.846523 148.802058) (xy 154.938538 148.543153) (xy 154.994442 148.27413) - (xy 155.013193 148) (xy 155.013193 147.999995) (xy 165.986807 147.999995) (xy 165.986807 148.000004) - (xy 166.005556 148.274116) (xy 166.005557 148.274122) (xy 166.005558 148.27413) (xy 166.036217 148.42167) - (xy 166.06146 148.543146) (xy 166.061462 148.543154) (xy 166.153477 148.802058) (xy 166.279892 149.046028) - (xy 166.347797 149.142227) (xy 166.438343 149.270502) (xy 166.625889 149.471314) (xy 166.839031 149.644718) - (xy 167.0738 149.787484) (xy 167.325823 149.896953) (xy 167.590404 149.971085) (xy 167.685504 149.984156) - (xy 167.862604 150.008499) (xy 167.862615 150.0085) (xy 168.137385 150.0085) (xy 168.137395 150.008499) - (xy 168.266945 149.990692) (xy 168.409596 149.971085) (xy 168.674177 149.896953) (xy 168.9262 149.787484) - (xy 169.160969 149.644718) (xy 169.374111 149.471314) (xy 169.561657 149.270502) (xy 169.720111 149.046023) - (xy 169.846523 148.802058) (xy 169.938538 148.543153) (xy 169.994442 148.27413) (xy 170.013193 148) - (xy 170.013193 147.999995) (xy 180.986807 147.999995) (xy 180.986807 148.000004) (xy 181.005556 148.274116) - (xy 181.005557 148.274122) (xy 181.005558 148.27413) (xy 181.036217 148.42167) (xy 181.06146 148.543146) - (xy 181.061462 148.543154) (xy 181.153477 148.802058) (xy 181.279892 149.046028) (xy 181.347797 149.142227) - (xy 181.438343 149.270502) (xy 181.625889 149.471314) (xy 181.839031 149.644718) (xy 182.0738 149.787484) - (xy 182.325823 149.896953) (xy 182.590404 149.971085) (xy 182.685504 149.984156) (xy 182.862604 150.008499) - (xy 182.862615 150.0085) (xy 183.137385 150.0085) (xy 183.137395 150.008499) (xy 183.266945 149.990692) - (xy 183.409596 149.971085) (xy 183.674177 149.896953) (xy 183.9262 149.787484) (xy 184.160969 149.644718) - (xy 184.374111 149.471314) (xy 184.561657 149.270502) (xy 184.720111 149.046023) (xy 184.846523 148.802058) - (xy 184.938538 148.543153) (xy 184.994442 148.27413) (xy 185.013193 148) (xy 185.013193 147.999995) - (xy 195.486807 147.999995) (xy 195.486807 148.000004) (xy 195.505556 148.274116) (xy 195.505557 148.274122) - (xy 195.505558 148.27413) (xy 195.536217 148.42167) (xy 195.56146 148.543146) (xy 195.561462 148.543154) - (xy 195.653477 148.802058) (xy 195.779892 149.046028) (xy 195.847797 149.142227) (xy 195.938343 149.270502) - (xy 196.125889 149.471314) (xy 196.339031 149.644718) (xy 196.5738 149.787484) (xy 196.825823 149.896953) - (xy 197.090404 149.971085) (xy 197.185504 149.984156) (xy 197.362604 150.008499) (xy 197.362615 150.0085) - (xy 197.637385 150.0085) (xy 197.637395 150.008499) (xy 197.766945 149.990692) (xy 197.909596 149.971085) - (xy 198.174177 149.896953) (xy 198.4262 149.787484) (xy 198.660969 149.644718) (xy 198.874111 149.471314) - (xy 199.061657 149.270502) (xy 199.220111 149.046023) (xy 199.346523 148.802058) (xy 199.438538 148.543153) - (xy 199.494442 148.27413) (xy 199.513193 148) (xy 199.494442 147.72587) (xy 199.438538 147.456847) - (xy 199.346523 147.197942) (xy 199.220111 146.953977) (xy 199.061657 146.729498) (xy 198.874111 146.528686) - (xy 198.660969 146.355282) (xy 198.4262 146.212516) (xy 198.426201 146.212516) (xy 198.426197 146.212514) - (xy 198.17418 146.103048) (xy 198.174178 146.103047) (xy 198.174177 146.103047) (xy 198.041886 146.065981) - (xy 197.909593 146.028914) (xy 197.637395 145.9915) (xy 197.637385 145.9915) (xy 197.362615 145.9915) - (xy 197.362604 145.9915) (xy 197.090406 146.028914) (xy 196.825819 146.103048) (xy 196.573802 146.212514) - (xy 196.339028 146.355284) (xy 196.125886 146.528688) (xy 195.938343 146.729498) (xy 195.779892 146.953971) - (xy 195.653477 147.197941) (xy 195.561462 147.456845) (xy 195.56146 147.456853) (xy 195.505557 147.725877) - (xy 195.505556 147.725883) (xy 195.486807 147.999995) (xy 185.013193 147.999995) (xy 184.994442 147.72587) - (xy 184.938538 147.456847) (xy 184.846523 147.197942) (xy 184.720111 146.953977) (xy 184.561657 146.729498) - (xy 184.374111 146.528686) (xy 184.160969 146.355282) (xy 183.9262 146.212516) (xy 183.926201 146.212516) - (xy 183.926197 146.212514) (xy 183.67418 146.103048) (xy 183.674178 146.103047) (xy 183.674177 146.103047) - (xy 183.541886 146.065981) (xy 183.409593 146.028914) (xy 183.137395 145.9915) (xy 183.137385 145.9915) - (xy 182.862615 145.9915) (xy 182.862604 145.9915) (xy 182.590406 146.028914) (xy 182.325819 146.103048) - (xy 182.073802 146.212514) (xy 181.839028 146.355284) (xy 181.625886 146.528688) (xy 181.438343 146.729498) - (xy 181.279892 146.953971) (xy 181.153477 147.197941) (xy 181.061462 147.456845) (xy 181.06146 147.456853) - (xy 181.005557 147.725877) (xy 181.005556 147.725883) (xy 180.986807 147.999995) (xy 170.013193 147.999995) - (xy 169.994442 147.72587) (xy 169.938538 147.456847) (xy 169.846523 147.197942) (xy 169.720111 146.953977) - (xy 169.561657 146.729498) (xy 169.374111 146.528686) (xy 169.160969 146.355282) (xy 168.9262 146.212516) - (xy 168.926201 146.212516) (xy 168.926197 146.212514) (xy 168.67418 146.103048) (xy 168.674178 146.103047) - (xy 168.674177 146.103047) (xy 168.541886 146.065981) (xy 168.409593 146.028914) (xy 168.137395 145.9915) - (xy 168.137385 145.9915) (xy 167.862615 145.9915) (xy 167.862604 145.9915) (xy 167.590406 146.028914) - (xy 167.325819 146.103048) (xy 167.073802 146.212514) (xy 166.839028 146.355284) (xy 166.625886 146.528688) - (xy 166.438343 146.729498) (xy 166.279892 146.953971) (xy 166.153477 147.197941) (xy 166.061462 147.456845) - (xy 166.06146 147.456853) (xy 166.005557 147.725877) (xy 166.005556 147.725883) (xy 165.986807 147.999995) - (xy 155.013193 147.999995) (xy 154.994442 147.72587) (xy 154.938538 147.456847) (xy 154.846523 147.197942) - (xy 154.720111 146.953977) (xy 154.561657 146.729498) (xy 154.374111 146.528686) (xy 154.160969 146.355282) - (xy 153.9262 146.212516) (xy 153.926201 146.212516) (xy 153.926197 146.212514) (xy 153.67418 146.103048) - (xy 153.674178 146.103047) (xy 153.674177 146.103047) (xy 153.541886 146.065981) (xy 153.409593 146.028914) - (xy 153.137395 145.9915) (xy 153.137385 145.9915) (xy 152.862615 145.9915) (xy 152.862604 145.9915) - (xy 152.590406 146.028914) (xy 152.325819 146.103048) (xy 152.073802 146.212514) (xy 151.839028 146.355284) - (xy 151.625886 146.528688) (xy 151.438343 146.729498) (xy 151.279892 146.953971) (xy 151.153477 147.197941) - (xy 151.061462 147.456845) (xy 151.06146 147.456853) (xy 151.005557 147.725877) (xy 151.005556 147.725883) - (xy 150.986807 147.999995) (xy 133.0755 147.999995) (xy 133.0755 139.499995) (xy 150.986807 139.499995) - (xy 150.986807 139.500004) (xy 151.005556 139.774116) (xy 151.005557 139.774122) (xy 151.005558 139.77413) - (xy 151.036217 139.92167) (xy 151.06146 140.043146) (xy 151.061462 140.043154) (xy 151.153477 140.302058) - (xy 151.279892 140.546028) (xy 151.347797 140.642227) (xy 151.438343 140.770502) (xy 151.625889 140.971314) - (xy 151.839031 141.144718) (xy 152.0738 141.287484) (xy 152.325823 141.396953) (xy 152.590404 141.471085) - (xy 152.685504 141.484156) (xy 152.862604 141.508499) (xy 152.862615 141.5085) (xy 153.137385 141.5085) - (xy 153.137395 141.508499) (xy 153.266945 141.490692) (xy 153.409596 141.471085) (xy 153.674177 141.396953) - (xy 153.9262 141.287484) (xy 154.160969 141.144718) (xy 154.374111 140.971314) (xy 154.561657 140.770502) - (xy 154.720111 140.546023) (xy 154.846523 140.302058) (xy 154.938538 140.043153) (xy 154.994442 139.77413) - (xy 155.013193 139.5) (xy 155.013193 139.499995) (xy 165.986807 139.499995) (xy 165.986807 139.500004) - (xy 166.005556 139.774116) (xy 166.005557 139.774122) (xy 166.005558 139.77413) (xy 166.036217 139.92167) - (xy 166.06146 140.043146) (xy 166.061462 140.043154) (xy 166.153477 140.302058) (xy 166.279892 140.546028) - (xy 166.347797 140.642227) (xy 166.438343 140.770502) (xy 166.625889 140.971314) (xy 166.839031 141.144718) - (xy 167.0738 141.287484) (xy 167.325823 141.396953) (xy 167.590404 141.471085) (xy 167.685504 141.484156) - (xy 167.862604 141.508499) (xy 167.862615 141.5085) (xy 168.137385 141.5085) (xy 168.137395 141.508499) - (xy 168.266945 141.490692) (xy 168.409596 141.471085) (xy 168.674177 141.396953) (xy 168.9262 141.287484) - (xy 169.160969 141.144718) (xy 169.374111 140.971314) (xy 169.561657 140.770502) (xy 169.720111 140.546023) - (xy 169.846523 140.302058) (xy 169.938538 140.043153) (xy 169.994442 139.77413) (xy 170.013193 139.5) - (xy 170.013193 139.499995) (xy 180.986807 139.499995) (xy 180.986807 139.500004) (xy 181.005556 139.774116) - (xy 181.005557 139.774122) (xy 181.005558 139.77413) (xy 181.036217 139.92167) (xy 181.06146 140.043146) - (xy 181.061462 140.043154) (xy 181.153477 140.302058) (xy 181.279892 140.546028) (xy 181.347797 140.642227) - (xy 181.438343 140.770502) (xy 181.625889 140.971314) (xy 181.839031 141.144718) (xy 182.0738 141.287484) - (xy 182.325823 141.396953) (xy 182.590404 141.471085) (xy 182.685504 141.484156) (xy 182.862604 141.508499) - (xy 182.862615 141.5085) (xy 183.137385 141.5085) (xy 183.137395 141.508499) (xy 183.266945 141.490692) - (xy 183.409596 141.471085) (xy 183.674177 141.396953) (xy 183.9262 141.287484) (xy 184.160969 141.144718) - (xy 184.374111 140.971314) (xy 184.561657 140.770502) (xy 184.720111 140.546023) (xy 184.846523 140.302058) - (xy 184.938538 140.043153) (xy 184.994442 139.77413) (xy 185.013193 139.5) (xy 185.013193 139.499995) - (xy 195.486807 139.499995) (xy 195.486807 139.500004) (xy 195.505556 139.774116) (xy 195.505557 139.774122) - (xy 195.505558 139.77413) (xy 195.536217 139.92167) (xy 195.56146 140.043146) (xy 195.561462 140.043154) - (xy 195.653477 140.302058) (xy 195.779892 140.546028) (xy 195.847797 140.642227) (xy 195.938343 140.770502) - (xy 196.125889 140.971314) (xy 196.339031 141.144718) (xy 196.5738 141.287484) (xy 196.825823 141.396953) - (xy 197.090404 141.471085) (xy 197.185504 141.484156) (xy 197.362604 141.508499) (xy 197.362615 141.5085) - (xy 197.637385 141.5085) (xy 197.637395 141.508499) (xy 197.766945 141.490692) (xy 197.909596 141.471085) - (xy 198.174177 141.396953) (xy 198.4262 141.287484) (xy 198.660969 141.144718) (xy 198.874111 140.971314) - (xy 199.061657 140.770502) (xy 199.220111 140.546023) (xy 199.346523 140.302058) (xy 199.438538 140.043153) - (xy 199.494442 139.77413) (xy 199.513193 139.5) (xy 199.494442 139.22587) (xy 199.438538 138.956847) - (xy 199.346523 138.697942) (xy 199.220111 138.453977) (xy 199.061657 138.229498) (xy 198.874111 138.028686) - (xy 198.660969 137.855282) (xy 198.4262 137.712516) (xy 198.426201 137.712516) (xy 198.426197 137.712514) - (xy 198.17418 137.603048) (xy 198.174178 137.603047) (xy 198.174177 137.603047) (xy 198.041886 137.565981) - (xy 197.909593 137.528914) (xy 197.637395 137.4915) (xy 197.637385 137.4915) (xy 197.362615 137.4915) - (xy 197.362604 137.4915) (xy 197.090406 137.528914) (xy 196.825819 137.603048) (xy 196.573802 137.712514) - (xy 196.339028 137.855284) (xy 196.125886 138.028688) (xy 195.938343 138.229498) (xy 195.779892 138.453971) - (xy 195.653477 138.697941) (xy 195.561462 138.956845) (xy 195.56146 138.956853) (xy 195.505557 139.225877) - (xy 195.505556 139.225883) (xy 195.486807 139.499995) (xy 185.013193 139.499995) (xy 184.994442 139.22587) - (xy 184.938538 138.956847) (xy 184.846523 138.697942) (xy 184.720111 138.453977) (xy 184.561657 138.229498) - (xy 184.374111 138.028686) (xy 184.160969 137.855282) (xy 183.9262 137.712516) (xy 183.926201 137.712516) - (xy 183.926197 137.712514) (xy 183.67418 137.603048) (xy 183.674178 137.603047) (xy 183.674177 137.603047) - (xy 183.541886 137.565981) (xy 183.409593 137.528914) (xy 183.137395 137.4915) (xy 183.137385 137.4915) - (xy 182.862615 137.4915) (xy 182.862604 137.4915) (xy 182.590406 137.528914) (xy 182.325819 137.603048) - (xy 182.073802 137.712514) (xy 181.839028 137.855284) (xy 181.625886 138.028688) (xy 181.438343 138.229498) - (xy 181.279892 138.453971) (xy 181.153477 138.697941) (xy 181.061462 138.956845) (xy 181.06146 138.956853) - (xy 181.005557 139.225877) (xy 181.005556 139.225883) (xy 180.986807 139.499995) (xy 170.013193 139.499995) - (xy 169.994442 139.22587) (xy 169.938538 138.956847) (xy 169.846523 138.697942) (xy 169.720111 138.453977) - (xy 169.561657 138.229498) (xy 169.374111 138.028686) (xy 169.160969 137.855282) (xy 168.9262 137.712516) - (xy 168.926201 137.712516) (xy 168.926197 137.712514) (xy 168.67418 137.603048) (xy 168.674178 137.603047) - (xy 168.674177 137.603047) (xy 168.541886 137.565981) (xy 168.409593 137.528914) (xy 168.137395 137.4915) - (xy 168.137385 137.4915) (xy 167.862615 137.4915) (xy 167.862604 137.4915) (xy 167.590406 137.528914) - (xy 167.325819 137.603048) (xy 167.073802 137.712514) (xy 166.839028 137.855284) (xy 166.625886 138.028688) - (xy 166.438343 138.229498) (xy 166.279892 138.453971) (xy 166.153477 138.697941) (xy 166.061462 138.956845) - (xy 166.06146 138.956853) (xy 166.005557 139.225877) (xy 166.005556 139.225883) (xy 165.986807 139.499995) - (xy 155.013193 139.499995) (xy 154.994442 139.22587) (xy 154.938538 138.956847) (xy 154.846523 138.697942) - (xy 154.720111 138.453977) (xy 154.561657 138.229498) (xy 154.374111 138.028686) (xy 154.160969 137.855282) - (xy 153.9262 137.712516) (xy 153.926201 137.712516) (xy 153.926197 137.712514) (xy 153.67418 137.603048) - (xy 153.674178 137.603047) (xy 153.674177 137.603047) (xy 153.541886 137.565981) (xy 153.409593 137.528914) - (xy 153.137395 137.4915) (xy 153.137385 137.4915) (xy 152.862615 137.4915) (xy 152.862604 137.4915) - (xy 152.590406 137.528914) (xy 152.325819 137.603048) (xy 152.073802 137.712514) (xy 151.839028 137.855284) - (xy 151.625886 138.028688) (xy 151.438343 138.229498) (xy 151.279892 138.453971) (xy 151.153477 138.697941) - (xy 151.061462 138.956845) (xy 151.06146 138.956853) (xy 151.005557 139.225877) (xy 151.005556 139.225883) - (xy 150.986807 139.499995) (xy 133.0755 139.499995) (xy 133.0755 127.45135) (xy 143.4915 127.45135) - (xy 143.4915 134.548649) (xy 143.498009 134.609196) (xy 143.498011 134.609204) (xy 143.54911 134.746202) - (xy 143.549112 134.746207) (xy 143.636738 134.863261) (xy 143.753792 134.950887) (xy 143.753794 134.950888) - (xy 143.753796 134.950889) (xy 143.812875 134.972924) (xy 143.890795 135.001988) (xy 143.890803 135.00199) - (xy 143.95135 135.008499) (xy 143.951355 135.008499) (xy 143.951362 135.0085) (xy 143.951368 135.0085) - (xy 146.048632 135.0085) (xy 146.048638 135.0085) (xy 146.048645 135.008499) (xy 146.048649 135.008499) - (xy 146.109196 135.00199) (xy 146.109199 135.001989) (xy 146.109201 135.001989) (xy 146.246204 134.950889) - (xy 146.363261 134.863261) (xy 146.450889 134.746204) (xy 146.501989 134.609201) (xy 146.5085 134.548638) - (xy 146.5085 129.165418) (xy 146.528502 129.097297) (xy 146.582158 129.050804) (xy 146.652432 129.0407) - (xy 146.717012 129.070194) (xy 146.752555 129.121385) (xy 146.79911 129.246203) (xy 146.799112 129.246207) - (xy 146.886738 129.363261) (xy 147.003792 129.450887) (xy 147.003794 129.450888) (xy 147.003796 129.450889) - (xy 147.062875 129.472924) (xy 147.140795 129.501988) (xy 147.140803 129.50199) (xy 147.20135 129.508499) - (xy 147.201355 129.508499) (xy 147.201362 129.5085) (xy 147.201368 129.5085) (xy 150.798632 129.5085) - (xy 150.798638 129.5085) (xy 150.798645 129.508499) (xy 150.798649 129.508499) (xy 150.859196 129.50199) - (xy 150.859199 129.501989) (xy 150.859201 129.501989) (xy 150.996204 129.450889) (xy 151.113261 129.363261) - (xy 151.200889 129.246204) (xy 151.247445 129.121385) (xy 151.289992 129.064549) (xy 151.356512 129.039739) - (xy 151.425886 129.054831) (xy 151.476088 129.105033) (xy 151.4915 129.165418) (xy 151.4915 134.548649) - (xy 151.498009 134.609196) (xy 151.498011 134.609204) (xy 151.54911 134.746202) (xy 151.549112 134.746207) - (xy 151.636738 134.863261) (xy 151.753792 134.950887) (xy 151.753794 134.950888) (xy 151.753796 134.950889) - (xy 151.812875 134.972924) (xy 151.890795 135.001988) (xy 151.890803 135.00199) (xy 151.95135 135.008499) - (xy 151.951355 135.008499) (xy 151.951362 135.0085) (xy 151.951368 135.0085) (xy 154.048632 135.0085) - (xy 154.048638 135.0085) (xy 154.048645 135.008499) (xy 154.048649 135.008499) (xy 154.109196 135.00199) - (xy 154.109199 135.001989) (xy 154.109201 135.001989) (xy 154.246204 134.950889) (xy 154.363261 134.863261) - (xy 154.450889 134.746204) (xy 154.501989 134.609201) (xy 154.5085 134.548638) (xy 154.5085 127.451362) - (xy 154.508499 127.45135) (xy 155.4915 127.45135) (xy 155.4915 134.548649) (xy 155.498009 134.609196) - (xy 155.498011 134.609204) (xy 155.54911 134.746202) (xy 155.549112 134.746207) (xy 155.636738 134.863261) - (xy 155.753792 134.950887) (xy 155.753794 134.950888) (xy 155.753796 134.950889) (xy 155.812875 134.972924) - (xy 155.890795 135.001988) (xy 155.890803 135.00199) (xy 155.95135 135.008499) (xy 155.951355 135.008499) - (xy 155.951362 135.0085) (xy 155.951368 135.0085) (xy 158.048632 135.0085) (xy 158.048638 135.0085) - (xy 158.048645 135.008499) (xy 158.048649 135.008499) (xy 158.109196 135.00199) (xy 158.109199 135.001989) - (xy 158.109201 135.001989) (xy 158.246204 134.950889) (xy 158.363261 134.863261) (xy 158.450889 134.746204) - (xy 158.501989 134.609201) (xy 158.5085 134.548638) (xy 158.5085 129.665418) (xy 158.528502 129.597297) - (xy 158.582158 129.550804) (xy 158.652432 129.5407) (xy 158.717012 129.570194) (xy 158.752555 129.621385) - (xy 158.79911 129.746203) (xy 158.799112 129.746207) (xy 158.886738 129.863261) (xy 159.003792 129.950887) - (xy 159.003794 129.950888) (xy 159.003796 129.950889) (xy 159.062875 129.972924) (xy 159.140795 130.001988) - (xy 159.140803 130.00199) (xy 159.20135 130.008499) (xy 159.201355 130.008499) (xy 159.201362 130.0085) - (xy 159.201368 130.0085) (xy 162.798632 130.0085) (xy 162.798638 130.0085) (xy 162.798645 130.008499) - (xy 162.798649 130.008499) (xy 162.859196 130.00199) (xy 162.859199 130.001989) (xy 162.859201 130.001989) - (xy 162.996204 129.950889) (xy 163.113261 129.863261) (xy 163.200889 129.746204) (xy 163.247445 129.621385) - (xy 163.289992 129.564549) (xy 163.356512 129.539739) (xy 163.425886 129.554831) (xy 163.476088 129.605033) - (xy 163.4915 129.665418) (xy 163.4915 134.548649) (xy 163.498009 134.609196) (xy 163.498011 134.609204) - (xy 163.54911 134.746202) (xy 163.549112 134.746207) (xy 163.636738 134.863261) (xy 163.753792 134.950887) - (xy 163.753794 134.950888) (xy 163.753796 134.950889) (xy 163.812875 134.972924) (xy 163.890795 135.001988) - (xy 163.890803 135.00199) (xy 163.95135 135.008499) (xy 163.951355 135.008499) (xy 163.951362 135.0085) - (xy 163.951368 135.0085) (xy 166.048632 135.0085) (xy 166.048638 135.0085) (xy 166.048645 135.008499) - (xy 166.048649 135.008499) (xy 166.109196 135.00199) (xy 166.109199 135.001989) (xy 166.109201 135.001989) - (xy 166.246204 134.950889) (xy 166.363261 134.863261) (xy 166.450889 134.746204) (xy 166.501989 134.609201) - (xy 166.5085 134.548638) (xy 166.5085 127.451362) (xy 166.508499 127.45135) (xy 167.4915 127.45135) - (xy 167.4915 134.548649) (xy 167.498009 134.609196) (xy 167.498011 134.609204) (xy 167.54911 134.746202) - (xy 167.549112 134.746207) (xy 167.636738 134.863261) (xy 167.753792 134.950887) (xy 167.753794 134.950888) - (xy 167.753796 134.950889) (xy 167.812875 134.972924) (xy 167.890795 135.001988) (xy 167.890803 135.00199) - (xy 167.95135 135.008499) (xy 167.951355 135.008499) (xy 167.951362 135.0085) (xy 167.951368 135.0085) - (xy 170.048632 135.0085) (xy 170.048638 135.0085) (xy 170.048645 135.008499) (xy 170.048649 135.008499) - (xy 170.109196 135.00199) (xy 170.109199 135.001989) (xy 170.109201 135.001989) (xy 170.246204 134.950889) - (xy 170.363261 134.863261) (xy 170.450889 134.746204) (xy 170.501989 134.609201) (xy 170.5085 134.548638) - (xy 170.5085 129.165418) (xy 170.528502 129.097297) (xy 170.582158 129.050804) (xy 170.652432 129.0407) - (xy 170.717012 129.070194) (xy 170.752555 129.121385) (xy 170.79911 129.246203) (xy 170.799112 129.246207) - (xy 170.886738 129.363261) (xy 171.003792 129.450887) (xy 171.003794 129.450888) (xy 171.003796 129.450889) - (xy 171.062875 129.472924) (xy 171.140795 129.501988) (xy 171.140803 129.50199) (xy 171.20135 129.508499) - (xy 171.201355 129.508499) (xy 171.201362 129.5085) (xy 171.201368 129.5085) (xy 174.798632 129.5085) - (xy 174.798638 129.5085) (xy 174.798645 129.508499) (xy 174.798649 129.508499) (xy 174.859196 129.50199) - (xy 174.859199 129.501989) (xy 174.859201 129.501989) (xy 174.996204 129.450889) (xy 175.113261 129.363261) - (xy 175.200889 129.246204) (xy 175.247445 129.121385) (xy 175.289992 129.064549) (xy 175.356512 129.039739) - (xy 175.425886 129.054831) (xy 175.476088 129.105033) (xy 175.4915 129.165418) (xy 175.4915 134.548649) - (xy 175.498009 134.609196) (xy 175.498011 134.609204) (xy 175.54911 134.746202) (xy 175.549112 134.746207) - (xy 175.636738 134.863261) (xy 175.753792 134.950887) (xy 175.753794 134.950888) (xy 175.753796 134.950889) - (xy 175.812875 134.972924) (xy 175.890795 135.001988) (xy 175.890803 135.00199) (xy 175.95135 135.008499) - (xy 175.951355 135.008499) (xy 175.951362 135.0085) (xy 175.951368 135.0085) (xy 178.048632 135.0085) - (xy 178.048638 135.0085) (xy 178.048645 135.008499) (xy 178.048649 135.008499) (xy 178.109196 135.00199) - (xy 178.109199 135.001989) (xy 178.109201 135.001989) (xy 178.246204 134.950889) (xy 178.363261 134.863261) - (xy 178.450889 134.746204) (xy 178.501989 134.609201) (xy 178.5085 134.548638) (xy 178.5085 127.451362) - (xy 178.508499 127.45135) (xy 179.4915 127.45135) (xy 179.4915 134.548649) (xy 179.498009 134.609196) - (xy 179.498011 134.609204) (xy 179.54911 134.746202) (xy 179.549112 134.746207) (xy 179.636738 134.863261) - (xy 179.753792 134.950887) (xy 179.753794 134.950888) (xy 179.753796 134.950889) (xy 179.812875 134.972924) - (xy 179.890795 135.001988) (xy 179.890803 135.00199) (xy 179.95135 135.008499) (xy 179.951355 135.008499) - (xy 179.951362 135.0085) (xy 179.951368 135.0085) (xy 182.048632 135.0085) (xy 182.048638 135.0085) - (xy 182.048645 135.008499) (xy 182.048649 135.008499) (xy 182.109196 135.00199) (xy 182.109199 135.001989) - (xy 182.109201 135.001989) (xy 182.246204 134.950889) (xy 182.363261 134.863261) (xy 182.450889 134.746204) - (xy 182.501989 134.609201) (xy 182.5085 134.548638) (xy 182.5085 129.665418) (xy 182.528502 129.597297) - (xy 182.582158 129.550804) (xy 182.652432 129.5407) (xy 182.717012 129.570194) (xy 182.752555 129.621385) - (xy 182.79911 129.746203) (xy 182.799112 129.746207) (xy 182.886738 129.863261) (xy 183.003792 129.950887) - (xy 183.003794 129.950888) (xy 183.003796 129.950889) (xy 183.062875 129.972924) (xy 183.140795 130.001988) - (xy 183.140803 130.00199) (xy 183.20135 130.008499) (xy 183.201355 130.008499) (xy 183.201362 130.0085) - (xy 183.201368 130.0085) (xy 186.798632 130.0085) (xy 186.798638 130.0085) (xy 186.798645 130.008499) - (xy 186.798649 130.008499) (xy 186.859196 130.00199) (xy 186.859199 130.001989) (xy 186.859201 130.001989) - (xy 186.996204 129.950889) (xy 187.113261 129.863261) (xy 187.200889 129.746204) (xy 187.247445 129.621385) - (xy 187.289992 129.564549) (xy 187.356512 129.539739) (xy 187.425886 129.554831) (xy 187.476088 129.605033) - (xy 187.4915 129.665418) (xy 187.4915 134.548649) (xy 187.498009 134.609196) (xy 187.498011 134.609204) - (xy 187.54911 134.746202) (xy 187.549112 134.746207) (xy 187.636738 134.863261) (xy 187.753792 134.950887) - (xy 187.753794 134.950888) (xy 187.753796 134.950889) (xy 187.812875 134.972924) (xy 187.890795 135.001988) - (xy 187.890803 135.00199) (xy 187.95135 135.008499) (xy 187.951355 135.008499) (xy 187.951362 135.0085) - (xy 187.951368 135.0085) (xy 190.048632 135.0085) (xy 190.048638 135.0085) (xy 190.048645 135.008499) - (xy 190.048649 135.008499) (xy 190.109196 135.00199) (xy 190.109199 135.001989) (xy 190.109201 135.001989) - (xy 190.246204 134.950889) (xy 190.363261 134.863261) (xy 190.450889 134.746204) (xy 190.501989 134.609201) - (xy 190.5085 134.548638) (xy 190.5085 127.451362) (xy 190.508499 127.45135) (xy 191.4915 127.45135) - (xy 191.4915 134.548649) (xy 191.498009 134.609196) (xy 191.498011 134.609204) (xy 191.54911 134.746202) - (xy 191.549112 134.746207) (xy 191.636738 134.863261) (xy 191.753792 134.950887) (xy 191.753794 134.950888) - (xy 191.753796 134.950889) (xy 191.812875 134.972924) (xy 191.890795 135.001988) (xy 191.890803 135.00199) - (xy 191.95135 135.008499) (xy 191.951355 135.008499) (xy 191.951362 135.0085) (xy 191.951368 135.0085) - (xy 194.048632 135.0085) (xy 194.048638 135.0085) (xy 194.048645 135.008499) (xy 194.048649 135.008499) - (xy 194.109196 135.00199) (xy 194.109199 135.001989) (xy 194.109201 135.001989) (xy 194.246204 134.950889) - (xy 194.363261 134.863261) (xy 194.450889 134.746204) (xy 194.501989 134.609201) (xy 194.5085 134.548638) - (xy 194.5085 129.165418) (xy 194.528502 129.097297) (xy 194.582158 129.050804) (xy 194.652432 129.0407) - (xy 194.717012 129.070194) (xy 194.752555 129.121385) (xy 194.79911 129.246203) (xy 194.799112 129.246207) - (xy 194.886738 129.363261) (xy 195.003792 129.450887) (xy 195.003794 129.450888) (xy 195.003796 129.450889) - (xy 195.062875 129.472924) (xy 195.140795 129.501988) (xy 195.140803 129.50199) (xy 195.20135 129.508499) - (xy 195.201355 129.508499) (xy 195.201362 129.5085) (xy 195.201368 129.5085) (xy 198.798632 129.5085) - (xy 198.798638 129.5085) (xy 198.798645 129.508499) (xy 198.798649 129.508499) (xy 198.859196 129.50199) - (xy 198.859199 129.501989) (xy 198.859201 129.501989) (xy 198.996204 129.450889) (xy 199.113261 129.363261) - (xy 199.200889 129.246204) (xy 199.247445 129.121385) (xy 199.289992 129.064549) (xy 199.356512 129.039739) - (xy 199.425886 129.054831) (xy 199.476088 129.105033) (xy 199.4915 129.165418) (xy 199.4915 134.548649) - (xy 199.498009 134.609196) (xy 199.498011 134.609204) (xy 199.54911 134.746202) (xy 199.549112 134.746207) - (xy 199.636738 134.863261) (xy 199.753792 134.950887) (xy 199.753794 134.950888) (xy 199.753796 134.950889) - (xy 199.812875 134.972924) (xy 199.890795 135.001988) (xy 199.890803 135.00199) (xy 199.95135 135.008499) - (xy 199.951355 135.008499) (xy 199.951362 135.0085) (xy 199.951368 135.0085) (xy 202.048632 135.0085) - (xy 202.048638 135.0085) (xy 202.048645 135.008499) (xy 202.048649 135.008499) (xy 202.109196 135.00199) - (xy 202.109199 135.001989) (xy 202.109201 135.001989) (xy 202.246204 134.950889) (xy 202.363261 134.863261) - (xy 202.450889 134.746204) (xy 202.501989 134.609201) (xy 202.5085 134.548638) (xy 202.5085 127.451362) - (xy 202.508499 127.45135) (xy 203.4915 127.45135) (xy 203.4915 134.548649) (xy 203.498009 134.609196) - (xy 203.498011 134.609204) (xy 203.54911 134.746202) (xy 203.549112 134.746207) (xy 203.636738 134.863261) - (xy 203.753792 134.950887) (xy 203.753794 134.950888) (xy 203.753796 134.950889) (xy 203.812875 134.972924) - (xy 203.890795 135.001988) (xy 203.890803 135.00199) (xy 203.95135 135.008499) (xy 203.951355 135.008499) - (xy 203.951362 135.0085) (xy 203.951368 135.0085) (xy 206.048632 135.0085) (xy 206.048638 135.0085) - (xy 206.048645 135.008499) (xy 206.048649 135.008499) (xy 206.109196 135.00199) (xy 206.109199 135.001989) - (xy 206.109201 135.001989) (xy 206.246204 134.950889) (xy 206.363261 134.863261) (xy 206.450889 134.746204) - (xy 206.501989 134.609201) (xy 206.5085 134.548638) (xy 206.5085 129.665418) (xy 206.528502 129.597297) - (xy 206.582158 129.550804) (xy 206.652432 129.5407) (xy 206.717012 129.570194) (xy 206.752555 129.621385) - (xy 206.79911 129.746203) (xy 206.799112 129.746207) (xy 206.886738 129.863261) (xy 207.003792 129.950887) - (xy 207.003794 129.950888) (xy 207.003796 129.950889) (xy 207.062875 129.972924) (xy 207.140795 130.001988) - (xy 207.140803 130.00199) (xy 207.20135 130.008499) (xy 207.201355 130.008499) (xy 207.201362 130.0085) - (xy 207.201368 130.0085) (xy 210.798632 130.0085) (xy 210.798638 130.0085) (xy 210.798645 130.008499) - (xy 210.798649 130.008499) (xy 210.859196 130.00199) (xy 210.859199 130.001989) (xy 210.859201 130.001989) - (xy 210.996204 129.950889) (xy 211.113261 129.863261) (xy 211.200889 129.746204) (xy 211.247445 129.621385) - (xy 211.289992 129.564549) (xy 211.356512 129.539739) (xy 211.425886 129.554831) (xy 211.476088 129.605033) - (xy 211.4915 129.665418) (xy 211.4915 134.548649) (xy 211.498009 134.609196) (xy 211.498011 134.609204) - (xy 211.54911 134.746202) (xy 211.549112 134.746207) (xy 211.636738 134.863261) (xy 211.753792 134.950887) - (xy 211.753794 134.950888) (xy 211.753796 134.950889) (xy 211.812875 134.972924) (xy 211.890795 135.001988) - (xy 211.890803 135.00199) (xy 211.95135 135.008499) (xy 211.951355 135.008499) (xy 211.951362 135.0085) - (xy 211.951368 135.0085) (xy 214.048632 135.0085) (xy 214.048638 135.0085) (xy 214.048645 135.008499) - (xy 214.048649 135.008499) (xy 214.109196 135.00199) (xy 214.109199 135.001989) (xy 214.109201 135.001989) - (xy 214.246204 134.950889) (xy 214.363261 134.863261) (xy 214.450889 134.746204) (xy 214.501989 134.609201) - (xy 214.5085 134.548638) (xy 214.5085 127.451362) (xy 214.507834 127.445168) (xy 214.50199 127.390803) - (xy 214.501988 127.390795) (xy 214.450889 127.253797) (xy 214.450887 127.253792) (xy 214.363261 127.136738) - (xy 214.246207 127.049112) (xy 214.246202 127.04911) (xy 214.109204 126.998011) (xy 214.109196 126.998009) - (xy 214.048649 126.9915) (xy 214.048638 126.9915) (xy 211.951362 126.9915) (xy 211.95135 126.9915) - (xy 211.890803 126.998009) (xy 211.890795 126.998011) (xy 211.753797 127.04911) (xy 211.753792 127.049112) - (xy 211.636738 127.136738) (xy 211.549112 127.253792) (xy 211.54911 127.253797) (xy 211.502555 127.378614) - (xy 211.460008 127.43545) (xy 211.393488 127.46026) (xy 211.324114 127.445168) (xy 211.273912 127.394965) - (xy 211.2585 127.334581) (xy 211.2585 126.451367) (xy 211.258499 126.45135) (xy 211.25199 126.390803) - (xy 211.251988 126.390795) (xy 211.200889 126.253797) (xy 211.200887 126.253792) (xy 211.113261 126.136738) - (xy 210.996207 126.049112) (xy 210.996202 126.04911) (xy 210.859204 125.998011) (xy 210.859196 125.998009) - (xy 210.798649 125.9915) (xy 210.798638 125.9915) (xy 207.201362 125.9915) (xy 207.20135 125.9915) - (xy 207.140803 125.998009) (xy 207.140795 125.998011) (xy 207.003797 126.04911) (xy 207.003792 126.049112) - (xy 206.886738 126.136738) (xy 206.799112 126.253792) (xy 206.79911 126.253797) (xy 206.748011 126.390795) - (xy 206.748009 126.390803) (xy 206.7415 126.45135) (xy 206.7415 127.334581) (xy 206.721498 127.402702) - (xy 206.667842 127.449195) (xy 206.597568 127.459299) (xy 206.532988 127.429805) (xy 206.497445 127.378614) - (xy 206.450889 127.253797) (xy 206.450887 127.253792) (xy 206.363261 127.136738) (xy 206.246207 127.049112) - (xy 206.246202 127.04911) (xy 206.109204 126.998011) (xy 206.109196 126.998009) (xy 206.048649 126.9915) - (xy 206.048638 126.9915) (xy 203.951362 126.9915) (xy 203.95135 126.9915) (xy 203.890803 126.998009) - (xy 203.890795 126.998011) (xy 203.753797 127.04911) (xy 203.753792 127.049112) (xy 203.636738 127.136738) - (xy 203.549112 127.253792) (xy 203.54911 127.253797) (xy 203.498011 127.390795) (xy 203.498009 127.390803) - (xy 203.4915 127.45135) (xy 202.508499 127.45135) (xy 202.507834 127.445168) (xy 202.50199 127.390803) - (xy 202.501988 127.390795) (xy 202.450889 127.253797) (xy 202.450887 127.253792) (xy 202.363261 127.136738) - (xy 202.246207 127.049112) (xy 202.246202 127.04911) (xy 202.109204 126.998011) (xy 202.109196 126.998009) - (xy 202.048649 126.9915) (xy 202.048638 126.9915) (xy 199.951362 126.9915) (xy 199.95135 126.9915) - (xy 199.890803 126.998009) (xy 199.890795 126.998011) (xy 199.753797 127.04911) (xy 199.753792 127.049112) - (xy 199.636738 127.136738) (xy 199.549112 127.253792) (xy 199.54911 127.253797) (xy 199.502555 127.378614) - (xy 199.460008 127.43545) (xy 199.393488 127.46026) (xy 199.324114 127.445168) (xy 199.273912 127.394965) - (xy 199.2585 127.334581) (xy 199.2585 125.951367) (xy 199.258499 125.95135) (xy 199.25199 125.890803) - (xy 199.251988 125.890795) (xy 199.200889 125.753797) (xy 199.200887 125.753792) (xy 199.113261 125.636738) - (xy 198.996207 125.549112) (xy 198.996202 125.54911) (xy 198.859204 125.498011) (xy 198.859196 125.498009) - (xy 198.798649 125.4915) (xy 198.798638 125.4915) (xy 195.201362 125.4915) (xy 195.20135 125.4915) - (xy 195.140803 125.498009) (xy 195.140795 125.498011) (xy 195.003797 125.54911) (xy 195.003792 125.549112) - (xy 194.886738 125.636738) (xy 194.799112 125.753792) (xy 194.79911 125.753797) (xy 194.748011 125.890795) - (xy 194.748009 125.890803) (xy 194.7415 125.95135) (xy 194.7415 127.334581) (xy 194.721498 127.402702) - (xy 194.667842 127.449195) (xy 194.597568 127.459299) (xy 194.532988 127.429805) (xy 194.497445 127.378614) - (xy 194.450889 127.253797) (xy 194.450887 127.253792) (xy 194.363261 127.136738) (xy 194.246207 127.049112) - (xy 194.246202 127.04911) (xy 194.109204 126.998011) (xy 194.109196 126.998009) (xy 194.048649 126.9915) - (xy 194.048638 126.9915) (xy 191.951362 126.9915) (xy 191.95135 126.9915) (xy 191.890803 126.998009) - (xy 191.890795 126.998011) (xy 191.753797 127.04911) (xy 191.753792 127.049112) (xy 191.636738 127.136738) - (xy 191.549112 127.253792) (xy 191.54911 127.253797) (xy 191.498011 127.390795) (xy 191.498009 127.390803) - (xy 191.4915 127.45135) (xy 190.508499 127.45135) (xy 190.507834 127.445168) (xy 190.50199 127.390803) - (xy 190.501988 127.390795) (xy 190.450889 127.253797) (xy 190.450887 127.253792) (xy 190.363261 127.136738) - (xy 190.246207 127.049112) (xy 190.246202 127.04911) (xy 190.109204 126.998011) (xy 190.109196 126.998009) - (xy 190.048649 126.9915) (xy 190.048638 126.9915) (xy 187.951362 126.9915) (xy 187.95135 126.9915) - (xy 187.890803 126.998009) (xy 187.890795 126.998011) (xy 187.753797 127.04911) (xy 187.753792 127.049112) - (xy 187.636738 127.136738) (xy 187.549112 127.253792) (xy 187.54911 127.253797) (xy 187.502555 127.378614) - (xy 187.460008 127.43545) (xy 187.393488 127.46026) (xy 187.324114 127.445168) (xy 187.273912 127.394965) - (xy 187.2585 127.334581) (xy 187.2585 126.451367) (xy 187.258499 126.45135) (xy 187.25199 126.390803) - (xy 187.251988 126.390795) (xy 187.200889 126.253797) (xy 187.200887 126.253792) (xy 187.113261 126.136738) - (xy 186.996207 126.049112) (xy 186.996202 126.04911) (xy 186.859204 125.998011) (xy 186.859196 125.998009) - (xy 186.798649 125.9915) (xy 186.798638 125.9915) (xy 183.201362 125.9915) (xy 183.20135 125.9915) - (xy 183.140803 125.998009) (xy 183.140795 125.998011) (xy 183.003797 126.04911) (xy 183.003792 126.049112) - (xy 182.886738 126.136738) (xy 182.799112 126.253792) (xy 182.79911 126.253797) (xy 182.748011 126.390795) - (xy 182.748009 126.390803) (xy 182.7415 126.45135) (xy 182.7415 127.334581) (xy 182.721498 127.402702) - (xy 182.667842 127.449195) (xy 182.597568 127.459299) (xy 182.532988 127.429805) (xy 182.497445 127.378614) - (xy 182.450889 127.253797) (xy 182.450887 127.253792) (xy 182.363261 127.136738) (xy 182.246207 127.049112) - (xy 182.246202 127.04911) (xy 182.109204 126.998011) (xy 182.109196 126.998009) (xy 182.048649 126.9915) - (xy 182.048638 126.9915) (xy 179.951362 126.9915) (xy 179.95135 126.9915) (xy 179.890803 126.998009) - (xy 179.890795 126.998011) (xy 179.753797 127.04911) (xy 179.753792 127.049112) (xy 179.636738 127.136738) - (xy 179.549112 127.253792) (xy 179.54911 127.253797) (xy 179.498011 127.390795) (xy 179.498009 127.390803) - (xy 179.4915 127.45135) (xy 178.508499 127.45135) (xy 178.507834 127.445168) (xy 178.50199 127.390803) - (xy 178.501988 127.390795) (xy 178.450889 127.253797) (xy 178.450887 127.253792) (xy 178.363261 127.136738) - (xy 178.246207 127.049112) (xy 178.246202 127.04911) (xy 178.109204 126.998011) (xy 178.109196 126.998009) - (xy 178.048649 126.9915) (xy 178.048638 126.9915) (xy 175.951362 126.9915) (xy 175.95135 126.9915) - (xy 175.890803 126.998009) (xy 175.890795 126.998011) (xy 175.753797 127.04911) (xy 175.753792 127.049112) - (xy 175.636738 127.136738) (xy 175.549112 127.253792) (xy 175.54911 127.253797) (xy 175.502555 127.378614) - (xy 175.460008 127.43545) (xy 175.393488 127.46026) (xy 175.324114 127.445168) (xy 175.273912 127.394965) - (xy 175.2585 127.334581) (xy 175.2585 125.951367) (xy 175.258499 125.95135) (xy 175.25199 125.890803) - (xy 175.251988 125.890795) (xy 175.200889 125.753797) (xy 175.200887 125.753792) (xy 175.113261 125.636738) - (xy 174.996207 125.549112) (xy 174.996202 125.54911) (xy 174.859204 125.498011) (xy 174.859196 125.498009) - (xy 174.798649 125.4915) (xy 174.798638 125.4915) (xy 171.201362 125.4915) (xy 171.20135 125.4915) - (xy 171.140803 125.498009) (xy 171.140795 125.498011) (xy 171.003797 125.54911) (xy 171.003792 125.549112) - (xy 170.886738 125.636738) (xy 170.799112 125.753792) (xy 170.79911 125.753797) (xy 170.748011 125.890795) - (xy 170.748009 125.890803) (xy 170.7415 125.95135) (xy 170.7415 127.334581) (xy 170.721498 127.402702) - (xy 170.667842 127.449195) (xy 170.597568 127.459299) (xy 170.532988 127.429805) (xy 170.497445 127.378614) - (xy 170.450889 127.253797) (xy 170.450887 127.253792) (xy 170.363261 127.136738) (xy 170.246207 127.049112) - (xy 170.246202 127.04911) (xy 170.109204 126.998011) (xy 170.109196 126.998009) (xy 170.048649 126.9915) - (xy 170.048638 126.9915) (xy 167.951362 126.9915) (xy 167.95135 126.9915) (xy 167.890803 126.998009) - (xy 167.890795 126.998011) (xy 167.753797 127.04911) (xy 167.753792 127.049112) (xy 167.636738 127.136738) - (xy 167.549112 127.253792) (xy 167.54911 127.253797) (xy 167.498011 127.390795) (xy 167.498009 127.390803) - (xy 167.4915 127.45135) (xy 166.508499 127.45135) (xy 166.507834 127.445168) (xy 166.50199 127.390803) - (xy 166.501988 127.390795) (xy 166.450889 127.253797) (xy 166.450887 127.253792) (xy 166.363261 127.136738) - (xy 166.246207 127.049112) (xy 166.246202 127.04911) (xy 166.109204 126.998011) (xy 166.109196 126.998009) - (xy 166.048649 126.9915) (xy 166.048638 126.9915) (xy 163.951362 126.9915) (xy 163.95135 126.9915) - (xy 163.890803 126.998009) (xy 163.890795 126.998011) (xy 163.753797 127.04911) (xy 163.753792 127.049112) - (xy 163.636738 127.136738) (xy 163.549112 127.253792) (xy 163.54911 127.253797) (xy 163.502555 127.378614) - (xy 163.460008 127.43545) (xy 163.393488 127.46026) (xy 163.324114 127.445168) (xy 163.273912 127.394965) - (xy 163.2585 127.334581) (xy 163.2585 126.451367) (xy 163.258499 126.45135) (xy 163.25199 126.390803) - (xy 163.251988 126.390795) (xy 163.200889 126.253797) (xy 163.200887 126.253792) (xy 163.113261 126.136738) - (xy 162.996207 126.049112) (xy 162.996202 126.04911) (xy 162.859204 125.998011) (xy 162.859196 125.998009) - (xy 162.798649 125.9915) (xy 162.798638 125.9915) (xy 159.201362 125.9915) (xy 159.20135 125.9915) - (xy 159.140803 125.998009) (xy 159.140795 125.998011) (xy 159.003797 126.04911) (xy 159.003792 126.049112) - (xy 158.886738 126.136738) (xy 158.799112 126.253792) (xy 158.79911 126.253797) (xy 158.748011 126.390795) - (xy 158.748009 126.390803) (xy 158.7415 126.45135) (xy 158.7415 127.334581) (xy 158.721498 127.402702) - (xy 158.667842 127.449195) (xy 158.597568 127.459299) (xy 158.532988 127.429805) (xy 158.497445 127.378614) - (xy 158.450889 127.253797) (xy 158.450887 127.253792) (xy 158.363261 127.136738) (xy 158.246207 127.049112) - (xy 158.246202 127.04911) (xy 158.109204 126.998011) (xy 158.109196 126.998009) (xy 158.048649 126.9915) - (xy 158.048638 126.9915) (xy 155.951362 126.9915) (xy 155.95135 126.9915) (xy 155.890803 126.998009) - (xy 155.890795 126.998011) (xy 155.753797 127.04911) (xy 155.753792 127.049112) (xy 155.636738 127.136738) - (xy 155.549112 127.253792) (xy 155.54911 127.253797) (xy 155.498011 127.390795) (xy 155.498009 127.390803) - (xy 155.4915 127.45135) (xy 154.508499 127.45135) (xy 154.507834 127.445168) (xy 154.50199 127.390803) - (xy 154.501988 127.390795) (xy 154.450889 127.253797) (xy 154.450887 127.253792) (xy 154.363261 127.136738) - (xy 154.246207 127.049112) (xy 154.246202 127.04911) (xy 154.109204 126.998011) (xy 154.109196 126.998009) - (xy 154.048649 126.9915) (xy 154.048638 126.9915) (xy 151.951362 126.9915) (xy 151.95135 126.9915) - (xy 151.890803 126.998009) (xy 151.890795 126.998011) (xy 151.753797 127.04911) (xy 151.753792 127.049112) - (xy 151.636738 127.136738) (xy 151.549112 127.253792) (xy 151.54911 127.253797) (xy 151.502555 127.378614) - (xy 151.460008 127.43545) (xy 151.393488 127.46026) (xy 151.324114 127.445168) (xy 151.273912 127.394965) - (xy 151.2585 127.334581) (xy 151.2585 125.951367) (xy 151.258499 125.95135) (xy 151.25199 125.890803) - (xy 151.251988 125.890795) (xy 151.200889 125.753797) (xy 151.200887 125.753792) (xy 151.113261 125.636738) - (xy 150.996207 125.549112) (xy 150.996202 125.54911) (xy 150.859204 125.498011) (xy 150.859196 125.498009) - (xy 150.798649 125.4915) (xy 150.798638 125.4915) (xy 147.201362 125.4915) (xy 147.20135 125.4915) - (xy 147.140803 125.498009) (xy 147.140795 125.498011) (xy 147.003797 125.54911) (xy 147.003792 125.549112) - (xy 146.886738 125.636738) (xy 146.799112 125.753792) (xy 146.79911 125.753797) (xy 146.748011 125.890795) - (xy 146.748009 125.890803) (xy 146.7415 125.95135) (xy 146.7415 127.334581) (xy 146.721498 127.402702) - (xy 146.667842 127.449195) (xy 146.597568 127.459299) (xy 146.532988 127.429805) (xy 146.497445 127.378614) - (xy 146.450889 127.253797) (xy 146.450887 127.253792) (xy 146.363261 127.136738) (xy 146.246207 127.049112) - (xy 146.246202 127.04911) (xy 146.109204 126.998011) (xy 146.109196 126.998009) (xy 146.048649 126.9915) - (xy 146.048638 126.9915) (xy 143.951362 126.9915) (xy 143.95135 126.9915) (xy 143.890803 126.998009) - (xy 143.890795 126.998011) (xy 143.753797 127.04911) (xy 143.753792 127.049112) (xy 143.636738 127.136738) - (xy 143.549112 127.253792) (xy 143.54911 127.253797) (xy 143.498011 127.390795) (xy 143.498009 127.390803) - (xy 143.4915 127.45135) (xy 133.0755 127.45135) (xy 133.0755 100.5554) (xy 137.250244 100.5554) - (xy 137.268837 100.779775) (xy 137.324102 100.998012) (xy 137.324103 100.998013) (xy 137.414541 101.204193) - (xy 137.537675 101.392665) (xy 137.537679 101.39267) (xy 137.690162 101.558308) (xy 137.744731 101.600781) - (xy 137.867824 101.696589) (xy 137.901605 101.71487) (xy 137.951996 101.764882) (xy 137.967349 101.834199) - (xy 137.942789 101.900812) (xy 137.901609 101.936496) (xy 137.868104 101.954628) (xy 137.868098 101.954632) - (xy 137.690497 102.092865) (xy 137.538074 102.258441) (xy 137.41498 102.446851) (xy 137.324579 102.652943) - (xy 137.324576 102.65295) (xy 137.276855 102.841399) (xy 137.276856 102.8414) (xy 138.182697 102.8414) - (xy 138.147475 102.902407) (xy 138.1134 103.029574) (xy 138.1134 103.161226) (xy 138.147475 103.288393) - (xy 138.182697 103.3494) (xy 137.276855 103.3494) (xy 137.324576 103.537849) (xy 137.324579 103.537856) - (xy 137.41498 103.743948) (xy 137.538074 103.932358) (xy 137.681381 104.088032) (xy 137.712801 104.151697) - (xy 137.704814 104.222243) (xy 137.659955 104.277272) (xy 137.632713 104.291424) (xy 137.517195 104.334511) - (xy 137.517192 104.334512) (xy 137.400138 104.422138) (xy 137.312512 104.539192) (xy 137.31251 104.539197) - (xy 137.261411 104.676195) (xy 137.261409 104.676203) (xy 137.2549 104.73675) (xy 137.2549 106.534049) - (xy 137.261409 106.594596) (xy 137.261411 106.594604) (xy 137.31251 106.731602) (xy 137.312512 106.731607) - (xy 137.400138 106.848661) (xy 137.517192 106.936287) (xy 137.517194 106.936288) (xy 137.517196 106.936289) - (xy 137.576275 106.958324) (xy 137.654195 106.987388) (xy 137.654203 106.98739) (xy 137.71475 106.993899) - (xy 137.714755 106.993899) (xy 137.714762 106.9939) (xy 137.714768 106.9939) (xy 139.512032 106.9939) - (xy 139.512038 106.9939) (xy 139.512045 106.993899) (xy 139.512049 106.993899) (xy 139.572596 106.98739) - (xy 139.572599 106.987389) (xy 139.572601 106.987389) (xy 139.586401 106.982242) (xy 139.591445 106.98036) - (xy 139.709604 106.936289) (xy 139.74587 106.909141) (xy 139.826661 106.848661) (xy 139.914287 106.731607) - (xy 139.914287 106.731606) (xy 139.914289 106.731604) (xy 139.965389 106.594601) (xy 139.9719 106.534038) - (xy 139.9719 105.6608) (xy 140.298244 105.6608) (xy 140.316837 105.885175) (xy 140.372102 106.103412) - (xy 140.372103 106.103413) (xy 140.462541 106.309593) (xy 140.585675 106.498065) (xy 140.585679 106.49807) - (xy 140.738162 106.663708) (xy 140.792731 106.706181) (xy 140.915824 106.801989) (xy 141.113826 106.909142) - (xy 141.113827 106.909142) (xy 141.113828 106.909143) (xy 141.225627 106.947523) (xy 141.326765 106.982244) - (xy 141.548831 107.0193) (xy 141.548835 107.0193) (xy 141.773965 107.0193) (xy 141.773969 107.0193) - (xy 141.996035 106.982244) (xy 142.208974 106.909142) (xy 142.406976 106.801989) (xy 142.58464 106.663706) - (xy 142.737122 106.498068) (xy 142.86026 106.309591) (xy 142.950696 106.103416) (xy 143.005964 105.885168) - (xy 143.024556 105.6608) (xy 143.005964 105.436432) (xy 142.950696 105.218184) (xy 142.86026 105.012009) - (xy 142.85354 105.001724) (xy 142.737124 104.823534) (xy 142.73712 104.823529) (xy 142.584637 104.657891) - (xy 142.502782 104.594181) (xy 142.406976 104.519611) (xy 142.373192 104.501328) (xy 142.322802 104.451316) - (xy 142.30745 104.381999) (xy 142.33201 104.315386) (xy 142.373193 104.279701) (xy 142.4067 104.261567) - (xy 142.406701 104.261567) (xy 142.584302 104.123334) (xy 142.736725 103.957758) (xy 142.859819 103.769348) - (xy 142.95022 103.563256) (xy 142.950223 103.563249) (xy 142.997944 103.3748) (xy 142.092103 103.3748) - (xy 142.127325 103.313793) (xy 142.1614 103.186626) (xy 142.1614 103.054974) (xy 142.127325 102.927807) - (xy 142.092103 102.8668) (xy 142.997944 102.8668) (xy 142.997944 102.866799) (xy 142.950223 102.67835) - (xy 142.95022 102.678343) (xy 142.859819 102.472251) (xy 142.736725 102.283841) (xy 142.593418 102.128167) - (xy 142.561998 102.064502) (xy 142.569985 101.993956) (xy 142.614844 101.938927) (xy 142.642079 101.924777) - (xy 142.757604 101.881689) (xy 142.874661 101.794061) (xy 142.962289 101.677004) (xy 143.013389 101.540001) - (xy 143.0199 101.479438) (xy 143.0199 99.682162) (xy 143.019899 99.68215) (xy 143.01339 99.621603) - (xy 143.013388 99.621595) (xy 142.962289 99.484597) (xy 142.962287 99.484592) (xy 142.874661 99.367538) - (xy 142.757607 99.279912) (xy 142.757602 99.27991) (xy 142.620604 99.228811) (xy 142.620596 99.228809) - (xy 142.560049 99.2223) (xy 142.560038 99.2223) (xy 140.762762 99.2223) (xy 140.76275 99.2223) (xy 140.702203 99.228809) - (xy 140.702195 99.228811) (xy 140.565197 99.27991) (xy 140.565192 99.279912) (xy 140.448138 99.367538) - (xy 140.360512 99.484592) (xy 140.36051 99.484597) (xy 140.309411 99.621595) (xy 140.309409 99.621603) - (xy 140.3029 99.68215) (xy 140.3029 101.479449) (xy 140.309409 101.539996) (xy 140.309411 101.540004) - (xy 140.36051 101.677002) (xy 140.360512 101.677007) (xy 140.448138 101.794061) (xy 140.565192 101.881687) - (xy 140.565196 101.881689) (xy 140.680712 101.924775) (xy 140.737548 101.967322) (xy 140.762358 102.033842) - (xy 140.747266 102.103216) (xy 140.729381 102.128167) (xy 140.586074 102.283841) (xy 140.46298 102.472251) - (xy 140.372579 102.678343) (xy 140.372576 102.67835) (xy 140.324855 102.866799) (xy 140.324856 102.8668) - (xy 141.230697 102.8668) (xy 141.195475 102.927807) (xy 141.1614 103.054974) (xy 141.1614 103.186626) - (xy 141.195475 103.313793) (xy 141.230697 103.3748) (xy 140.324855 103.3748) (xy 140.372576 103.563249) - (xy 140.372579 103.563256) (xy 140.46298 103.769348) (xy 140.586074 103.957758) (xy 140.738497 104.123334) - (xy 140.916098 104.261567) (xy 140.916104 104.261571) (xy 140.949607 104.279702) (xy 140.999997 104.329715) - (xy 141.015349 104.399032) (xy 140.990788 104.465645) (xy 140.949607 104.501328) (xy 140.91583 104.519607) - (xy 140.915824 104.519611) (xy 140.738162 104.657891) (xy 140.585679 104.823529) (xy 140.585675 104.823534) - (xy 140.462541 105.012006) (xy 140.372103 105.218186) (xy 140.372102 105.218187) (xy 140.316837 105.436424) - (xy 140.298244 105.6608) (xy 139.9719 105.6608) (xy 139.9719 104.736762) (xy 139.971899 104.73675) - (xy 139.96539 104.676203) (xy 139.965388 104.676195) (xy 139.914289 104.539197) (xy 139.914287 104.539192) - (xy 139.826661 104.422138) (xy 139.709607 104.334512) (xy 139.709604 104.334511) (xy 139.594086 104.291424) - (xy 139.537251 104.248877) (xy 139.512441 104.182357) (xy 139.527533 104.112983) (xy 139.545419 104.088032) - (xy 139.688723 103.932361) (xy 139.811819 103.743948) (xy 139.90222 103.537856) (xy 139.902223 103.537849) - (xy 139.949944 103.3494) (xy 139.044103 103.3494) (xy 139.079325 103.288393) (xy 139.1134 103.161226) - (xy 139.1134 103.029574) (xy 139.079325 102.902407) (xy 139.044103 102.8414) (xy 139.949944 102.8414) - (xy 139.949944 102.841399) (xy 139.902223 102.65295) (xy 139.90222 102.652943) (xy 139.811819 102.446851) - (xy 139.688725 102.258441) (xy 139.536302 102.092865) (xy 139.358701 101.954632) (xy 139.3587 101.954631) - (xy 139.325191 101.936497) (xy 139.274801 101.886483) (xy 139.25945 101.817166) (xy 139.284012 101.750553) - (xy 139.32519 101.714872) (xy 139.358976 101.696589) (xy 139.53664 101.558306) (xy 139.689122 101.392668) - (xy 139.81226 101.204191) (xy 139.902696 100.998016) (xy 139.957964 100.779768) (xy 139.976556 100.5554) - (xy 139.957964 100.331032) (xy 139.902696 100.112784) (xy 139.81226 99.906609) (xy 139.80554 99.896324) - (xy 139.689124 99.718134) (xy 139.68912 99.718129) (xy 139.536637 99.552491) (xy 139.4494 99.484592) - (xy 139.358976 99.414211) (xy 139.160974 99.307058) (xy 139.160972 99.307057) (xy 139.160971 99.307056) - (xy 138.948039 99.233957) (xy 138.94803 99.233955) (xy 138.903876 99.226587) (xy 138.725969 99.1969) - (xy 138.500831 99.1969) (xy 138.352611 99.221633) (xy 138.278769 99.233955) (xy 138.27876 99.233957) - (xy 138.065828 99.307056) (xy 138.065826 99.307058) (xy 137.867826 99.41421) (xy 137.867824 99.414211) - (xy 137.690162 99.552491) (xy 137.537679 99.718129) (xy 137.537675 99.718134) (xy 137.414541 99.906606) - (xy 137.324103 100.112786) (xy 137.324102 100.112787) (xy 137.268837 100.331024) (xy 137.268836 100.33103) - (xy 137.268836 100.331032) (xy 137.258904 100.450889) (xy 137.250244 100.5554) (xy 133.0755 100.5554) - (xy 133.0755 91.451402) (xy 143.492 91.451402) (xy 143.492 94.746) (xy 144.65 94.746) (xy 144.65 95.254) - (xy 143.492 95.254) (xy 143.492 98.548597) (xy 143.498505 98.609093) (xy 143.549555 98.745964) (xy 143.549555 98.745965) - (xy 143.637095 98.862904) (xy 143.754034 98.950444) (xy 143.890906 99.001494) (xy 143.951402 99.007999) - (xy 143.951415 99.008) (xy 144.746 99.008) (xy 144.746 97.890975) (xy 144.785095 97.93007) (xy 144.864905 97.976148) - (xy 144.953922 98) (xy 145.046078 98) (xy 145.135095 97.976148) (xy 145.214905 97.93007) (xy 145.254 97.890975) - (xy 145.254 99.008) (xy 146.048585 99.008) (xy 146.048597 99.007999) (xy 146.109093 99.001494) (xy 146.245964 98.950444) - (xy 146.245965 98.950444) (xy 146.362904 98.862904) (xy 146.450444 98.745965) (xy 146.450444 98.745964) - (xy 146.497944 98.618613) (xy 146.540491 98.561777) (xy 146.607011 98.536966) (xy 146.676385 98.552057) - (xy 146.726587 98.60226) (xy 146.742 98.662645) (xy 146.742 99.548597) (xy 146.748505 99.609093) - (xy 146.799555 99.745964) (xy 146.799555 99.745965) (xy 146.887095 99.862904) (xy 147.004034 99.950444) - (xy 147.140906 100.001494) (xy 147.201402 100.007999) (xy 147.201415 100.008) (xy 148.746 100.008) - (xy 148.746 98.35) (xy 149.254 98.35) (xy 149.254 100.008) (xy 150.798585 100.008) (xy 150.798597 100.007999) - (xy 150.859093 100.001494) (xy 150.995964 99.950444) (xy 150.995965 99.950444) (xy 151.112904 99.862904) - (xy 151.200444 99.745965) (xy 151.200444 99.745964) (xy 151.251494 99.609093) (xy 151.257999 99.548597) - (xy 151.258 99.548585) (xy 151.258 98.662645) (xy 151.278002 98.594524) (xy 151.331658 98.548031) - (xy 151.401932 98.537927) (xy 151.466512 98.567421) (xy 151.502056 98.618613) (xy 151.549555 98.745964) - (xy 151.549555 98.745965) (xy 151.637095 98.862904) (xy 151.754034 98.950444) (xy 151.890906 99.001494) - (xy 151.951402 99.007999) (xy 151.951415 99.008) (xy 152.746 99.008) (xy 152.746 97.890975) (xy 152.785095 97.93007) - (xy 152.864905 97.976148) (xy 152.953922 98) (xy 153.046078 98) (xy 153.135095 97.976148) (xy 153.214905 97.93007) - (xy 153.254 97.890975) (xy 153.254 99.008) (xy 154.048585 99.008) (xy 154.048597 99.007999) (xy 154.109093 99.001494) - (xy 154.245964 98.950444) (xy 154.245965 98.950444) (xy 154.362904 98.862904) (xy 154.450444 98.745965) - (xy 154.450444 98.745964) (xy 154.501494 98.609093) (xy 154.507999 98.548597) (xy 154.508 98.548585) - (xy 154.508 95.254) (xy 153.35 95.254) (xy 153.35 94.746) (xy 154.508 94.746) (xy 154.508 91.451414) - (xy 154.507999 91.451402) (xy 154.507993 91.45135) (xy 155.4915 91.45135) (xy 155.4915 98.548649) - (xy 155.498009 98.609196) (xy 155.498011 98.609204) (xy 155.54911 98.746202) (xy 155.549112 98.746207) - (xy 155.636738 98.863261) (xy 155.753792 98.950887) (xy 155.753794 98.950888) (xy 155.753796 98.950889) - (xy 155.812875 98.972924) (xy 155.890795 99.001988) (xy 155.890803 99.00199) (xy 155.95135 99.008499) - (xy 155.951355 99.008499) (xy 155.951362 99.0085) (xy 155.951368 99.0085) (xy 158.048632 99.0085) - (xy 158.048638 99.0085) (xy 158.048645 99.008499) (xy 158.048649 99.008499) (xy 158.109196 99.00199) - (xy 158.109199 99.001989) (xy 158.109201 99.001989) (xy 158.246204 98.950889) (xy 158.246799 98.950444) - (xy 158.363261 98.863261) (xy 158.450887 98.746207) (xy 158.450889 98.746203) (xy 158.45089 98.746202) - (xy 158.497445 98.621385) (xy 158.539992 98.564549) (xy 158.606512 98.539739) (xy 158.675886 98.554831) - (xy 158.726088 98.605033) (xy 158.7415 98.665418) (xy 158.7415 100.048649) (xy 158.748009 100.109196) - (xy 158.748011 100.109204) (xy 158.79911 100.246202) (xy 158.799112 100.246207) (xy 158.886738 100.363261) - (xy 159.003792 100.450887) (xy 159.003794 100.450888) (xy 159.003796 100.450889) (xy 159.062875 100.472924) - (xy 159.140795 100.501988) (xy 159.140803 100.50199) (xy 159.20135 100.508499) (xy 159.201355 100.508499) - (xy 159.201362 100.5085) (xy 159.201368 100.5085) (xy 162.798632 100.5085) (xy 162.798638 100.5085) - (xy 162.798645 100.508499) (xy 162.798649 100.508499) (xy 162.859196 100.50199) (xy 162.859199 100.501989) - (xy 162.859201 100.501989) (xy 162.996204 100.450889) (xy 163.113261 100.363261) (xy 163.200889 100.246204) - (xy 163.24496 100.128045) (xy 163.251988 100.109204) (xy 163.25199 100.109196) (xy 163.258499 100.048649) - (xy 163.2585 100.048632) (xy 163.2585 98.665418) (xy 163.278502 98.597297) (xy 163.332158 98.550804) - (xy 163.402432 98.5407) (xy 163.467012 98.570194) (xy 163.502555 98.621385) (xy 163.54911 98.746203) - (xy 163.549112 98.746207) (xy 163.636738 98.863261) (xy 163.753792 98.950887) (xy 163.753794 98.950888) - (xy 163.753796 98.950889) (xy 163.812875 98.972924) (xy 163.890795 99.001988) (xy 163.890803 99.00199) - (xy 163.95135 99.008499) (xy 163.951355 99.008499) (xy 163.951362 99.0085) (xy 163.951368 99.0085) - (xy 166.048632 99.0085) (xy 166.048638 99.0085) (xy 166.048645 99.008499) (xy 166.048649 99.008499) - (xy 166.109196 99.00199) (xy 166.109199 99.001989) (xy 166.109201 99.001989) (xy 166.246204 98.950889) - (xy 166.246799 98.950444) (xy 166.363261 98.863261) (xy 166.450887 98.746207) (xy 166.450887 98.746206) - (xy 166.450889 98.746204) (xy 166.497445 98.621385) (xy 166.501988 98.609204) (xy 166.50199 98.609196) - (xy 166.508499 98.548649) (xy 166.5085 98.548632) (xy 166.5085 91.451367) (xy 166.508499 91.45135) - (xy 167.4915 91.45135) (xy 167.4915 98.548649) (xy 167.498009 98.609196) (xy 167.498011 98.609204) - (xy 167.54911 98.746202) (xy 167.549112 98.746207) (xy 167.636738 98.863261) (xy 167.753792 98.950887) - (xy 167.753794 98.950888) (xy 167.753796 98.950889) (xy 167.812875 98.972924) (xy 167.890795 99.001988) - (xy 167.890803 99.00199) (xy 167.95135 99.008499) (xy 167.951355 99.008499) (xy 167.951362 99.0085) - (xy 167.951368 99.0085) (xy 170.048632 99.0085) (xy 170.048638 99.0085) (xy 170.048645 99.008499) - (xy 170.048649 99.008499) (xy 170.109196 99.00199) (xy 170.109199 99.001989) (xy 170.109201 99.001989) - (xy 170.246204 98.950889) (xy 170.246799 98.950444) (xy 170.363261 98.863261) (xy 170.450887 98.746207) - (xy 170.450889 98.746203) (xy 170.45089 98.746202) (xy 170.497445 98.621385) (xy 170.539992 98.564549) - (xy 170.606512 98.539739) (xy 170.675886 98.554831) (xy 170.726088 98.605033) (xy 170.7415 98.665418) - (xy 170.7415 99.548649) (xy 170.748009 99.609196) (xy 170.748011 99.609204) (xy 170.79911 99.746202) - (xy 170.799112 99.746207) (xy 170.886738 99.863261) (xy 171.003792 99.950887) (xy 171.003794 99.950888) - (xy 171.003796 99.950889) (xy 171.062875 99.972924) (xy 171.140795 100.001988) (xy 171.140803 100.00199) - (xy 171.20135 100.008499) (xy 171.201355 100.008499) (xy 171.201362 100.0085) (xy 171.201368 100.0085) - (xy 174.798632 100.0085) (xy 174.798638 100.0085) (xy 174.798645 100.008499) (xy 174.798649 100.008499) - (xy 174.859196 100.00199) (xy 174.859199 100.001989) (xy 174.859201 100.001989) (xy 174.996204 99.950889) - (xy 174.996799 99.950444) (xy 175.113261 99.863261) (xy 175.200887 99.746207) (xy 175.200887 99.746206) - (xy 175.200889 99.746204) (xy 175.251989 99.609201) (xy 175.258086 99.552494) (xy 175.258499 99.548649) - (xy 175.2585 99.548632) (xy 175.2585 98.665418) (xy 175.278502 98.597297) (xy 175.332158 98.550804) - (xy 175.402432 98.5407) (xy 175.467012 98.570194) (xy 175.502555 98.621385) (xy 175.54911 98.746203) - (xy 175.549112 98.746207) (xy 175.636738 98.863261) (xy 175.753792 98.950887) (xy 175.753794 98.950888) - (xy 175.753796 98.950889) (xy 175.812875 98.972924) (xy 175.890795 99.001988) (xy 175.890803 99.00199) - (xy 175.95135 99.008499) (xy 175.951355 99.008499) (xy 175.951362 99.0085) (xy 175.951368 99.0085) - (xy 178.048632 99.0085) (xy 178.048638 99.0085) (xy 178.048645 99.008499) (xy 178.048649 99.008499) - (xy 178.109196 99.00199) (xy 178.109199 99.001989) (xy 178.109201 99.001989) (xy 178.246204 98.950889) - (xy 178.246799 98.950444) (xy 178.363261 98.863261) (xy 178.450887 98.746207) (xy 178.450887 98.746206) - (xy 178.450889 98.746204) (xy 178.497445 98.621385) (xy 178.501988 98.609204) (xy 178.50199 98.609196) - (xy 178.508499 98.548649) (xy 178.5085 98.548632) (xy 178.5085 91.451367) (xy 178.508499 91.45135) - (xy 179.4915 91.45135) (xy 179.4915 98.548649) (xy 179.498009 98.609196) (xy 179.498011 98.609204) - (xy 179.54911 98.746202) (xy 179.549112 98.746207) (xy 179.636738 98.863261) (xy 179.753792 98.950887) - (xy 179.753794 98.950888) (xy 179.753796 98.950889) (xy 179.812875 98.972924) (xy 179.890795 99.001988) - (xy 179.890803 99.00199) (xy 179.95135 99.008499) (xy 179.951355 99.008499) (xy 179.951362 99.0085) - (xy 179.951368 99.0085) (xy 182.048632 99.0085) (xy 182.048638 99.0085) (xy 182.048645 99.008499) - (xy 182.048649 99.008499) (xy 182.109196 99.00199) (xy 182.109199 99.001989) (xy 182.109201 99.001989) - (xy 182.246204 98.950889) (xy 182.246799 98.950444) (xy 182.363261 98.863261) (xy 182.450887 98.746207) - (xy 182.450889 98.746203) (xy 182.45089 98.746202) (xy 182.497445 98.621385) (xy 182.539992 98.564549) - (xy 182.606512 98.539739) (xy 182.675886 98.554831) (xy 182.726088 98.605033) (xy 182.7415 98.665418) - (xy 182.7415 100.048649) (xy 182.748009 100.109196) (xy 182.748011 100.109204) (xy 182.79911 100.246202) - (xy 182.799112 100.246207) (xy 182.886738 100.363261) (xy 183.003792 100.450887) (xy 183.003794 100.450888) - (xy 183.003796 100.450889) (xy 183.062875 100.472924) (xy 183.140795 100.501988) (xy 183.140803 100.50199) - (xy 183.20135 100.508499) (xy 183.201355 100.508499) (xy 183.201362 100.5085) (xy 183.201368 100.5085) - (xy 186.798632 100.5085) (xy 186.798638 100.5085) (xy 186.798645 100.508499) (xy 186.798649 100.508499) - (xy 186.859196 100.50199) (xy 186.859199 100.501989) (xy 186.859201 100.501989) (xy 186.996204 100.450889) - (xy 187.113261 100.363261) (xy 187.200889 100.246204) (xy 187.24496 100.128045) (xy 187.251988 100.109204) - (xy 187.25199 100.109196) (xy 187.258499 100.048649) (xy 187.2585 100.048632) (xy 187.2585 98.665418) - (xy 187.278502 98.597297) (xy 187.332158 98.550804) (xy 187.402432 98.5407) (xy 187.467012 98.570194) - (xy 187.502555 98.621385) (xy 187.54911 98.746203) (xy 187.549112 98.746207) (xy 187.636738 98.863261) - (xy 187.753792 98.950887) (xy 187.753794 98.950888) (xy 187.753796 98.950889) (xy 187.812875 98.972924) - (xy 187.890795 99.001988) (xy 187.890803 99.00199) (xy 187.95135 99.008499) (xy 187.951355 99.008499) - (xy 187.951362 99.0085) (xy 187.951368 99.0085) (xy 190.048632 99.0085) (xy 190.048638 99.0085) - (xy 190.048645 99.008499) (xy 190.048649 99.008499) (xy 190.109196 99.00199) (xy 190.109199 99.001989) - (xy 190.109201 99.001989) (xy 190.246204 98.950889) (xy 190.246799 98.950444) (xy 190.363261 98.863261) - (xy 190.450887 98.746207) (xy 190.450887 98.746206) (xy 190.450889 98.746204) (xy 190.497445 98.621385) - (xy 190.501988 98.609204) (xy 190.50199 98.609196) (xy 190.508499 98.548649) (xy 190.5085 98.548632) - (xy 190.5085 91.451367) (xy 190.508499 91.45135) (xy 191.4915 91.45135) (xy 191.4915 98.548649) - (xy 191.498009 98.609196) (xy 191.498011 98.609204) (xy 191.54911 98.746202) (xy 191.549112 98.746207) - (xy 191.636738 98.863261) (xy 191.753792 98.950887) (xy 191.753794 98.950888) (xy 191.753796 98.950889) - (xy 191.812875 98.972924) (xy 191.890795 99.001988) (xy 191.890803 99.00199) (xy 191.95135 99.008499) - (xy 191.951355 99.008499) (xy 191.951362 99.0085) (xy 191.951368 99.0085) (xy 194.048632 99.0085) - (xy 194.048638 99.0085) (xy 194.048645 99.008499) (xy 194.048649 99.008499) (xy 194.109196 99.00199) - (xy 194.109199 99.001989) (xy 194.109201 99.001989) (xy 194.246204 98.950889) (xy 194.246799 98.950444) - (xy 194.363261 98.863261) (xy 194.450887 98.746207) (xy 194.450889 98.746203) (xy 194.45089 98.746202) - (xy 194.497445 98.621385) (xy 194.539992 98.564549) (xy 194.606512 98.539739) (xy 194.675886 98.554831) - (xy 194.726088 98.605033) (xy 194.7415 98.665418) (xy 194.7415 99.548649) (xy 194.748009 99.609196) - (xy 194.748011 99.609204) (xy 194.79911 99.746202) (xy 194.799112 99.746207) (xy 194.886738 99.863261) - (xy 195.003792 99.950887) (xy 195.003794 99.950888) (xy 195.003796 99.950889) (xy 195.062875 99.972924) - (xy 195.140795 100.001988) (xy 195.140803 100.00199) (xy 195.20135 100.008499) (xy 195.201355 100.008499) - (xy 195.201362 100.0085) (xy 195.201368 100.0085) (xy 198.798632 100.0085) (xy 198.798638 100.0085) - (xy 198.798645 100.008499) (xy 198.798649 100.008499) (xy 198.859196 100.00199) (xy 198.859199 100.001989) - (xy 198.859201 100.001989) (xy 198.996204 99.950889) (xy 198.996799 99.950444) (xy 199.113261 99.863261) - (xy 199.200887 99.746207) (xy 199.200887 99.746206) (xy 199.200889 99.746204) (xy 199.251989 99.609201) - (xy 199.258086 99.552494) (xy 199.258499 99.548649) (xy 199.2585 99.548632) (xy 199.2585 98.665418) - (xy 199.278502 98.597297) (xy 199.332158 98.550804) (xy 199.402432 98.5407) (xy 199.467012 98.570194) - (xy 199.502555 98.621385) (xy 199.54911 98.746203) (xy 199.549112 98.746207) (xy 199.636738 98.863261) - (xy 199.753792 98.950887) (xy 199.753794 98.950888) (xy 199.753796 98.950889) (xy 199.812875 98.972924) - (xy 199.890795 99.001988) (xy 199.890803 99.00199) (xy 199.95135 99.008499) (xy 199.951355 99.008499) - (xy 199.951362 99.0085) (xy 199.951368 99.0085) (xy 202.048632 99.0085) (xy 202.048638 99.0085) - (xy 202.048645 99.008499) (xy 202.048649 99.008499) (xy 202.109196 99.00199) (xy 202.109199 99.001989) - (xy 202.109201 99.001989) (xy 202.246204 98.950889) (xy 202.246799 98.950444) (xy 202.363261 98.863261) - (xy 202.450887 98.746207) (xy 202.450887 98.746206) (xy 202.450889 98.746204) (xy 202.497445 98.621385) - (xy 202.501988 98.609204) (xy 202.50199 98.609196) (xy 202.508499 98.548649) (xy 202.5085 98.548632) - (xy 202.5085 91.451367) (xy 202.508499 91.45135) (xy 203.4915 91.45135) (xy 203.4915 98.548649) - (xy 203.498009 98.609196) (xy 203.498011 98.609204) (xy 203.54911 98.746202) (xy 203.549112 98.746207) - (xy 203.636738 98.863261) (xy 203.753792 98.950887) (xy 203.753794 98.950888) (xy 203.753796 98.950889) - (xy 203.812875 98.972924) (xy 203.890795 99.001988) (xy 203.890803 99.00199) (xy 203.95135 99.008499) - (xy 203.951355 99.008499) (xy 203.951362 99.0085) (xy 203.951368 99.0085) (xy 206.048632 99.0085) - (xy 206.048638 99.0085) (xy 206.048645 99.008499) (xy 206.048649 99.008499) (xy 206.109196 99.00199) - (xy 206.109199 99.001989) (xy 206.109201 99.001989) (xy 206.246204 98.950889) (xy 206.246799 98.950444) - (xy 206.363261 98.863261) (xy 206.450887 98.746207) (xy 206.450889 98.746203) (xy 206.45089 98.746202) - (xy 206.497445 98.621385) (xy 206.539992 98.564549) (xy 206.606512 98.539739) (xy 206.675886 98.554831) - (xy 206.726088 98.605033) (xy 206.7415 98.665418) (xy 206.7415 100.048649) (xy 206.748009 100.109196) - (xy 206.748011 100.109204) (xy 206.79911 100.246202) (xy 206.799112 100.246207) (xy 206.886738 100.363261) - (xy 207.003792 100.450887) (xy 207.003794 100.450888) (xy 207.003796 100.450889) (xy 207.062875 100.472924) - (xy 207.140795 100.501988) (xy 207.140803 100.50199) (xy 207.20135 100.508499) (xy 207.201355 100.508499) - (xy 207.201362 100.5085) (xy 207.201368 100.5085) (xy 210.798632 100.5085) (xy 210.798638 100.5085) - (xy 210.798645 100.508499) (xy 210.798649 100.508499) (xy 210.859196 100.50199) (xy 210.859199 100.501989) - (xy 210.859201 100.501989) (xy 210.996204 100.450889) (xy 211.113261 100.363261) (xy 211.200889 100.246204) - (xy 211.24496 100.128045) (xy 211.251988 100.109204) (xy 211.25199 100.109196) (xy 211.258499 100.048649) - (xy 211.2585 100.048632) (xy 211.2585 98.665418) (xy 211.278502 98.597297) (xy 211.332158 98.550804) - (xy 211.402432 98.5407) (xy 211.467012 98.570194) (xy 211.502555 98.621385) (xy 211.54911 98.746203) - (xy 211.549112 98.746207) (xy 211.636738 98.863261) (xy 211.753792 98.950887) (xy 211.753794 98.950888) - (xy 211.753796 98.950889) (xy 211.812875 98.972924) (xy 211.890795 99.001988) (xy 211.890803 99.00199) - (xy 211.95135 99.008499) (xy 211.951355 99.008499) (xy 211.951362 99.0085) (xy 211.951368 99.0085) - (xy 214.048632 99.0085) (xy 214.048638 99.0085) (xy 214.048645 99.008499) (xy 214.048649 99.008499) - (xy 214.109196 99.00199) (xy 214.109199 99.001989) (xy 214.109201 99.001989) (xy 214.246204 98.950889) - (xy 214.246799 98.950444) (xy 214.363261 98.863261) (xy 214.450887 98.746207) (xy 214.450887 98.746206) - (xy 214.450889 98.746204) (xy 214.497445 98.621385) (xy 214.501988 98.609204) (xy 214.50199 98.609196) - (xy 214.508499 98.548649) (xy 214.5085 98.548632) (xy 214.5085 91.451367) (xy 214.508499 91.45135) - (xy 214.50199 91.390803) (xy 214.501988 91.390795) (xy 214.450978 91.254035) (xy 214.450889 91.253796) - (xy 214.450888 91.253794) (xy 214.450887 91.253792) (xy 214.363261 91.136738) (xy 214.246207 91.049112) - (xy 214.246202 91.04911) (xy 214.109204 90.998011) (xy 214.109196 90.998009) (xy 214.048649 90.9915) - (xy 214.048638 90.9915) (xy 211.951362 90.9915) (xy 211.95135 90.9915) (xy 211.890803 90.998009) - (xy 211.890795 90.998011) (xy 211.753797 91.04911) (xy 211.753792 91.049112) (xy 211.636738 91.136738) - (xy 211.549112 91.253792) (xy 211.54911 91.253797) (xy 211.498011 91.390795) (xy 211.498009 91.390803) - (xy 211.4915 91.45135) (xy 211.4915 96.834581) (xy 211.471498 96.902702) (xy 211.417842 96.949195) - (xy 211.347568 96.959299) (xy 211.282988 96.929805) (xy 211.247445 96.878614) (xy 211.200889 96.753797) - (xy 211.200887 96.753792) (xy 211.113261 96.636738) (xy 210.996207 96.549112) (xy 210.996202 96.54911) - (xy 210.859204 96.498011) (xy 210.859196 96.498009) (xy 210.798649 96.4915) (xy 210.798638 96.4915) - (xy 207.201362 96.4915) (xy 207.20135 96.4915) (xy 207.140803 96.498009) (xy 207.140795 96.498011) - (xy 207.003797 96.54911) (xy 207.003792 96.549112) (xy 206.886738 96.636738) (xy 206.799112 96.753792) - (xy 206.79911 96.753797) (xy 206.752555 96.878614) (xy 206.710008 96.93545) (xy 206.643488 96.96026) - (xy 206.574114 96.945168) (xy 206.523912 96.894965) (xy 206.5085 96.834581) (xy 206.5085 91.451367) - (xy 206.508499 91.45135) (xy 206.50199 91.390803) (xy 206.501988 91.390795) (xy 206.450978 91.254035) - (xy 206.450889 91.253796) (xy 206.450888 91.253794) (xy 206.450887 91.253792) (xy 206.363261 91.136738) - (xy 206.246207 91.049112) (xy 206.246202 91.04911) (xy 206.109204 90.998011) (xy 206.109196 90.998009) - (xy 206.048649 90.9915) (xy 206.048638 90.9915) (xy 203.951362 90.9915) (xy 203.95135 90.9915) (xy 203.890803 90.998009) - (xy 203.890795 90.998011) (xy 203.753797 91.04911) (xy 203.753792 91.049112) (xy 203.636738 91.136738) - (xy 203.549112 91.253792) (xy 203.54911 91.253797) (xy 203.498011 91.390795) (xy 203.498009 91.390803) - (xy 203.4915 91.45135) (xy 202.508499 91.45135) (xy 202.50199 91.390803) (xy 202.501988 91.390795) - (xy 202.450978 91.254035) (xy 202.450889 91.253796) (xy 202.450888 91.253794) (xy 202.450887 91.253792) - (xy 202.363261 91.136738) (xy 202.246207 91.049112) (xy 202.246202 91.04911) (xy 202.109204 90.998011) - (xy 202.109196 90.998009) (xy 202.048649 90.9915) (xy 202.048638 90.9915) (xy 199.951362 90.9915) - (xy 199.95135 90.9915) (xy 199.890803 90.998009) (xy 199.890795 90.998011) (xy 199.753797 91.04911) - (xy 199.753792 91.049112) (xy 199.636738 91.136738) (xy 199.549112 91.253792) (xy 199.54911 91.253797) - (xy 199.498011 91.390795) (xy 199.498009 91.390803) (xy 199.4915 91.45135) (xy 199.4915 96.334581) - (xy 199.471498 96.402702) (xy 199.417842 96.449195) (xy 199.347568 96.459299) (xy 199.282988 96.429805) - (xy 199.247445 96.378614) (xy 199.200889 96.253797) (xy 199.200887 96.253792) (xy 199.113261 96.136738) - (xy 198.996207 96.049112) (xy 198.996202 96.04911) (xy 198.859204 95.998011) (xy 198.859196 95.998009) - (xy 198.798649 95.9915) (xy 198.798638 95.9915) (xy 195.201362 95.9915) (xy 195.20135 95.9915) (xy 195.140803 95.998009) - (xy 195.140795 95.998011) (xy 195.003797 96.04911) (xy 195.003792 96.049112) (xy 194.886738 96.136738) - (xy 194.799112 96.253792) (xy 194.79911 96.253797) (xy 194.752555 96.378614) (xy 194.710008 96.43545) - (xy 194.643488 96.46026) (xy 194.574114 96.445168) (xy 194.523912 96.394965) (xy 194.5085 96.334581) - (xy 194.5085 91.451367) (xy 194.508499 91.45135) (xy 194.50199 91.390803) (xy 194.501988 91.390795) - (xy 194.450978 91.254035) (xy 194.450889 91.253796) (xy 194.450888 91.253794) (xy 194.450887 91.253792) - (xy 194.363261 91.136738) (xy 194.246207 91.049112) (xy 194.246202 91.04911) (xy 194.109204 90.998011) - (xy 194.109196 90.998009) (xy 194.048649 90.9915) (xy 194.048638 90.9915) (xy 191.951362 90.9915) - (xy 191.95135 90.9915) (xy 191.890803 90.998009) (xy 191.890795 90.998011) (xy 191.753797 91.04911) - (xy 191.753792 91.049112) (xy 191.636738 91.136738) (xy 191.549112 91.253792) (xy 191.54911 91.253797) - (xy 191.498011 91.390795) (xy 191.498009 91.390803) (xy 191.4915 91.45135) (xy 190.508499 91.45135) - (xy 190.50199 91.390803) (xy 190.501988 91.390795) (xy 190.450978 91.254035) (xy 190.450889 91.253796) - (xy 190.450888 91.253794) (xy 190.450887 91.253792) (xy 190.363261 91.136738) (xy 190.246207 91.049112) - (xy 190.246202 91.04911) (xy 190.109204 90.998011) (xy 190.109196 90.998009) (xy 190.048649 90.9915) - (xy 190.048638 90.9915) (xy 187.951362 90.9915) (xy 187.95135 90.9915) (xy 187.890803 90.998009) - (xy 187.890795 90.998011) (xy 187.753797 91.04911) (xy 187.753792 91.049112) (xy 187.636738 91.136738) - (xy 187.549112 91.253792) (xy 187.54911 91.253797) (xy 187.498011 91.390795) (xy 187.498009 91.390803) - (xy 187.4915 91.45135) (xy 187.4915 96.834581) (xy 187.471498 96.902702) (xy 187.417842 96.949195) - (xy 187.347568 96.959299) (xy 187.282988 96.929805) (xy 187.247445 96.878614) (xy 187.200889 96.753797) - (xy 187.200887 96.753792) (xy 187.113261 96.636738) (xy 186.996207 96.549112) (xy 186.996202 96.54911) - (xy 186.859204 96.498011) (xy 186.859196 96.498009) (xy 186.798649 96.4915) (xy 186.798638 96.4915) - (xy 183.201362 96.4915) (xy 183.20135 96.4915) (xy 183.140803 96.498009) (xy 183.140795 96.498011) - (xy 183.003797 96.54911) (xy 183.003792 96.549112) (xy 182.886738 96.636738) (xy 182.799112 96.753792) - (xy 182.79911 96.753797) (xy 182.752555 96.878614) (xy 182.710008 96.93545) (xy 182.643488 96.96026) - (xy 182.574114 96.945168) (xy 182.523912 96.894965) (xy 182.5085 96.834581) (xy 182.5085 91.451367) - (xy 182.508499 91.45135) (xy 182.50199 91.390803) (xy 182.501988 91.390795) (xy 182.450978 91.254035) - (xy 182.450889 91.253796) (xy 182.450888 91.253794) (xy 182.450887 91.253792) (xy 182.363261 91.136738) - (xy 182.246207 91.049112) (xy 182.246202 91.04911) (xy 182.109204 90.998011) (xy 182.109196 90.998009) - (xy 182.048649 90.9915) (xy 182.048638 90.9915) (xy 179.951362 90.9915) (xy 179.95135 90.9915) (xy 179.890803 90.998009) - (xy 179.890795 90.998011) (xy 179.753797 91.04911) (xy 179.753792 91.049112) (xy 179.636738 91.136738) - (xy 179.549112 91.253792) (xy 179.54911 91.253797) (xy 179.498011 91.390795) (xy 179.498009 91.390803) - (xy 179.4915 91.45135) (xy 178.508499 91.45135) (xy 178.50199 91.390803) (xy 178.501988 91.390795) - (xy 178.450978 91.254035) (xy 178.450889 91.253796) (xy 178.450888 91.253794) (xy 178.450887 91.253792) - (xy 178.363261 91.136738) (xy 178.246207 91.049112) (xy 178.246202 91.04911) (xy 178.109204 90.998011) - (xy 178.109196 90.998009) (xy 178.048649 90.9915) (xy 178.048638 90.9915) (xy 175.951362 90.9915) - (xy 175.95135 90.9915) (xy 175.890803 90.998009) (xy 175.890795 90.998011) (xy 175.753797 91.04911) - (xy 175.753792 91.049112) (xy 175.636738 91.136738) (xy 175.549112 91.253792) (xy 175.54911 91.253797) - (xy 175.498011 91.390795) (xy 175.498009 91.390803) (xy 175.4915 91.45135) (xy 175.4915 96.334581) - (xy 175.471498 96.402702) (xy 175.417842 96.449195) (xy 175.347568 96.459299) (xy 175.282988 96.429805) - (xy 175.247445 96.378614) (xy 175.200889 96.253797) (xy 175.200887 96.253792) (xy 175.113261 96.136738) - (xy 174.996207 96.049112) (xy 174.996202 96.04911) (xy 174.859204 95.998011) (xy 174.859196 95.998009) - (xy 174.798649 95.9915) (xy 174.798638 95.9915) (xy 171.201362 95.9915) (xy 171.20135 95.9915) (xy 171.140803 95.998009) - (xy 171.140795 95.998011) (xy 171.003797 96.04911) (xy 171.003792 96.049112) (xy 170.886738 96.136738) - (xy 170.799112 96.253792) (xy 170.79911 96.253797) (xy 170.752555 96.378614) (xy 170.710008 96.43545) - (xy 170.643488 96.46026) (xy 170.574114 96.445168) (xy 170.523912 96.394965) (xy 170.5085 96.334581) - (xy 170.5085 91.451367) (xy 170.508499 91.45135) (xy 170.50199 91.390803) (xy 170.501988 91.390795) - (xy 170.450978 91.254035) (xy 170.450889 91.253796) (xy 170.450888 91.253794) (xy 170.450887 91.253792) - (xy 170.363261 91.136738) (xy 170.246207 91.049112) (xy 170.246202 91.04911) (xy 170.109204 90.998011) - (xy 170.109196 90.998009) (xy 170.048649 90.9915) (xy 170.048638 90.9915) (xy 167.951362 90.9915) - (xy 167.95135 90.9915) (xy 167.890803 90.998009) (xy 167.890795 90.998011) (xy 167.753797 91.04911) - (xy 167.753792 91.049112) (xy 167.636738 91.136738) (xy 167.549112 91.253792) (xy 167.54911 91.253797) - (xy 167.498011 91.390795) (xy 167.498009 91.390803) (xy 167.4915 91.45135) (xy 166.508499 91.45135) - (xy 166.50199 91.390803) (xy 166.501988 91.390795) (xy 166.450978 91.254035) (xy 166.450889 91.253796) - (xy 166.450888 91.253794) (xy 166.450887 91.253792) (xy 166.363261 91.136738) (xy 166.246207 91.049112) - (xy 166.246202 91.04911) (xy 166.109204 90.998011) (xy 166.109196 90.998009) (xy 166.048649 90.9915) - (xy 166.048638 90.9915) (xy 163.951362 90.9915) (xy 163.95135 90.9915) (xy 163.890803 90.998009) - (xy 163.890795 90.998011) (xy 163.753797 91.04911) (xy 163.753792 91.049112) (xy 163.636738 91.136738) - (xy 163.549112 91.253792) (xy 163.54911 91.253797) (xy 163.498011 91.390795) (xy 163.498009 91.390803) - (xy 163.4915 91.45135) (xy 163.4915 96.834581) (xy 163.471498 96.902702) (xy 163.417842 96.949195) - (xy 163.347568 96.959299) (xy 163.282988 96.929805) (xy 163.247445 96.878614) (xy 163.200889 96.753797) - (xy 163.200887 96.753792) (xy 163.113261 96.636738) (xy 162.996207 96.549112) (xy 162.996202 96.54911) - (xy 162.859204 96.498011) (xy 162.859196 96.498009) (xy 162.798649 96.4915) (xy 162.798638 96.4915) - (xy 159.201362 96.4915) (xy 159.20135 96.4915) (xy 159.140803 96.498009) (xy 159.140795 96.498011) - (xy 159.003797 96.54911) (xy 159.003792 96.549112) (xy 158.886738 96.636738) (xy 158.799112 96.753792) - (xy 158.79911 96.753797) (xy 158.752555 96.878614) (xy 158.710008 96.93545) (xy 158.643488 96.96026) - (xy 158.574114 96.945168) (xy 158.523912 96.894965) (xy 158.5085 96.834581) (xy 158.5085 91.451367) - (xy 158.508499 91.45135) (xy 158.50199 91.390803) (xy 158.501988 91.390795) (xy 158.450978 91.254035) - (xy 158.450889 91.253796) (xy 158.450888 91.253794) (xy 158.450887 91.253792) (xy 158.363261 91.136738) - (xy 158.246207 91.049112) (xy 158.246202 91.04911) (xy 158.109204 90.998011) (xy 158.109196 90.998009) - (xy 158.048649 90.9915) (xy 158.048638 90.9915) (xy 155.951362 90.9915) (xy 155.95135 90.9915) (xy 155.890803 90.998009) - (xy 155.890795 90.998011) (xy 155.753797 91.04911) (xy 155.753792 91.049112) (xy 155.636738 91.136738) - (xy 155.549112 91.253792) (xy 155.54911 91.253797) (xy 155.498011 91.390795) (xy 155.498009 91.390803) - (xy 155.4915 91.45135) (xy 154.507993 91.45135) (xy 154.501494 91.390906) (xy 154.450444 91.254035) - (xy 154.450444 91.254034) (xy 154.362904 91.137095) (xy 154.245965 91.049555) (xy 154.109093 90.998505) - (xy 154.048597 90.992) (xy 153.254 90.992) (xy 153.254 92.109025) (xy 153.214905 92.06993) (xy 153.135095 92.023852) - (xy 153.046078 92) (xy 152.953922 92) (xy 152.864905 92.023852) (xy 152.785095 92.06993) (xy 152.746 92.109025) - (xy 152.746 90.992) (xy 151.951402 90.992) (xy 151.890906 90.998505) (xy 151.754035 91.049555) (xy 151.754034 91.049555) - (xy 151.637095 91.137095) (xy 151.549555 91.254034) (xy 151.549555 91.254035) (xy 151.498505 91.390906) - (xy 151.492 91.451402) (xy 151.492 94.746) (xy 152.65 94.746) (xy 152.65 95.254) (xy 151.492 95.254) - (xy 151.492 96.337354) (xy 151.471998 96.405475) (xy 151.418342 96.451968) (xy 151.348068 96.462072) - (xy 151.283488 96.432578) (xy 151.247944 96.381387) (xy 151.200443 96.254033) (xy 151.112904 96.137095) - (xy 150.995965 96.049555) (xy 150.859093 95.998505) (xy 150.798597 95.992) (xy 149.254 95.992) (xy 149.254 97.65) - (xy 148.746 97.65) (xy 148.746 95.992) (xy 147.201402 95.992) (xy 147.140906 95.998505) (xy 147.004035 96.049555) - (xy 147.004034 96.049555) (xy 146.887095 96.137095) (xy 146.799556 96.254033) (xy 146.752056 96.381387) - (xy 146.709509 96.438222) (xy 146.642989 96.463033) (xy 146.573614 96.447941) (xy 146.523412 96.397739) - (xy 146.508 96.337354) (xy 146.508 95.254) (xy 145.35 95.254) (xy 145.35 94.746) (xy 146.508 94.746) - (xy 146.508 91.451414) (xy 146.507999 91.451402) (xy 146.501494 91.390906) (xy 146.450444 91.254035) - (xy 146.450444 91.254034) (xy 146.362904 91.137095) (xy 146.245965 91.049555) (xy 146.109093 90.998505) - (xy 146.048597 90.992) (xy 145.254 90.992) (xy 145.254 92.109025) (xy 145.214905 92.06993) (xy 145.135095 92.023852) - (xy 145.046078 92) (xy 144.953922 92) (xy 144.864905 92.023852) (xy 144.785095 92.06993) (xy 144.746 92.109025) - (xy 144.746 90.992) (xy 143.951402 90.992) (xy 143.890906 90.998505) (xy 143.754035 91.049555) (xy 143.754034 91.049555) - (xy 143.637095 91.137095) (xy 143.549555 91.254034) (xy 143.549555 91.254035) (xy 143.498505 91.390906) - (xy 143.492 91.451402) (xy 133.0755 91.451402) (xy 133.0755 85.499995) (xy 150.986807 85.499995) - (xy 150.986807 85.500004) (xy 151.005556 85.774116) (xy 151.005557 85.774122) (xy 151.005558 85.77413) - (xy 151.036217 85.92167) (xy 151.06146 86.043146) (xy 151.061462 86.043154) (xy 151.153477 86.302058) - (xy 151.279892 86.546028) (xy 151.347797 86.642227) (xy 151.438343 86.770502) (xy 151.625889 86.971314) - (xy 151.839031 87.144718) (xy 152.0738 87.287484) (xy 152.325823 87.396953) (xy 152.590404 87.471085) - (xy 152.685504 87.484156) (xy 152.862604 87.508499) (xy 152.862615 87.5085) (xy 153.137385 87.5085) - (xy 153.137395 87.508499) (xy 153.266945 87.490692) (xy 153.409596 87.471085) (xy 153.674177 87.396953) - (xy 153.9262 87.287484) (xy 154.160969 87.144718) (xy 154.374111 86.971314) (xy 154.561657 86.770502) - (xy 154.720111 86.546023) (xy 154.846523 86.302058) (xy 154.938538 86.043153) (xy 154.994442 85.77413) - (xy 155.013193 85.5) (xy 155.013193 85.499995) (xy 165.986807 85.499995) (xy 165.986807 85.500004) - (xy 166.005556 85.774116) (xy 166.005557 85.774122) (xy 166.005558 85.77413) (xy 166.036217 85.92167) - (xy 166.06146 86.043146) (xy 166.061462 86.043154) (xy 166.153477 86.302058) (xy 166.279892 86.546028) - (xy 166.347797 86.642227) (xy 166.438343 86.770502) (xy 166.625889 86.971314) (xy 166.839031 87.144718) - (xy 167.0738 87.287484) (xy 167.325823 87.396953) (xy 167.590404 87.471085) (xy 167.685504 87.484156) - (xy 167.862604 87.508499) (xy 167.862615 87.5085) (xy 168.137385 87.5085) (xy 168.137395 87.508499) - (xy 168.266945 87.490692) (xy 168.409596 87.471085) (xy 168.674177 87.396953) (xy 168.9262 87.287484) - (xy 169.160969 87.144718) (xy 169.374111 86.971314) (xy 169.561657 86.770502) (xy 169.720111 86.546023) - (xy 169.846523 86.302058) (xy 169.938538 86.043153) (xy 169.994442 85.77413) (xy 170.013193 85.5) - (xy 170.013193 85.499995) (xy 180.986807 85.499995) (xy 180.986807 85.500004) (xy 181.005556 85.774116) - (xy 181.005557 85.774122) (xy 181.005558 85.77413) (xy 181.036217 85.92167) (xy 181.06146 86.043146) - (xy 181.061462 86.043154) (xy 181.153477 86.302058) (xy 181.279892 86.546028) (xy 181.347797 86.642227) - (xy 181.438343 86.770502) (xy 181.625889 86.971314) (xy 181.839031 87.144718) (xy 182.0738 87.287484) - (xy 182.325823 87.396953) (xy 182.590404 87.471085) (xy 182.685504 87.484156) (xy 182.862604 87.508499) - (xy 182.862615 87.5085) (xy 183.137385 87.5085) (xy 183.137395 87.508499) (xy 183.266945 87.490692) - (xy 183.409596 87.471085) (xy 183.674177 87.396953) (xy 183.9262 87.287484) (xy 184.160969 87.144718) - (xy 184.374111 86.971314) (xy 184.561657 86.770502) (xy 184.720111 86.546023) (xy 184.846523 86.302058) - (xy 184.938538 86.043153) (xy 184.994442 85.77413) (xy 185.013193 85.5) (xy 185.013193 85.499995) - (xy 195.486807 85.499995) (xy 195.486807 85.500004) (xy 195.505556 85.774116) (xy 195.505557 85.774122) - (xy 195.505558 85.77413) (xy 195.536217 85.92167) (xy 195.56146 86.043146) (xy 195.561462 86.043154) - (xy 195.653477 86.302058) (xy 195.779892 86.546028) (xy 195.847797 86.642227) (xy 195.938343 86.770502) - (xy 196.125889 86.971314) (xy 196.339031 87.144718) (xy 196.5738 87.287484) (xy 196.825823 87.396953) - (xy 197.090404 87.471085) (xy 197.185504 87.484156) (xy 197.362604 87.508499) (xy 197.362615 87.5085) - (xy 197.637385 87.5085) (xy 197.637395 87.508499) (xy 197.766945 87.490692) (xy 197.909596 87.471085) - (xy 198.174177 87.396953) (xy 198.4262 87.287484) (xy 198.660969 87.144718) (xy 198.874111 86.971314) - (xy 199.061657 86.770502) (xy 199.220111 86.546023) (xy 199.346523 86.302058) (xy 199.438538 86.043153) - (xy 199.494442 85.77413) (xy 199.513193 85.5) (xy 199.50813 85.425988) (xy 199.494443 85.225883) - (xy 199.494442 85.225877) (xy 199.494442 85.22587) (xy 199.438538 84.956847) (xy 199.346523 84.697942) - (xy 199.220111 84.453977) (xy 199.061657 84.229498) (xy 198.874111 84.028686) (xy 198.660969 83.855282) - (xy 198.4262 83.712516) (xy 198.426201 83.712516) (xy 198.426197 83.712514) (xy 198.17418 83.603048) - (xy 198.174178 83.603047) (xy 198.174177 83.603047) (xy 197.973739 83.546887) (xy 197.909593 83.528914) - (xy 197.637395 83.4915) (xy 197.637385 83.4915) (xy 197.362615 83.4915) (xy 197.362604 83.4915) - (xy 197.090406 83.528914) (xy 196.825819 83.603048) (xy 196.573802 83.712514) (xy 196.339028 83.855284) - (xy 196.125886 84.028688) (xy 195.938343 84.229498) (xy 195.779892 84.453971) (xy 195.653477 84.697941) - (xy 195.561462 84.956845) (xy 195.56146 84.956853) (xy 195.505557 85.225877) (xy 195.505556 85.225883) - (xy 195.486807 85.499995) (xy 185.013193 85.499995) (xy 185.00813 85.425988) (xy 184.994443 85.225883) - (xy 184.994442 85.225877) (xy 184.994442 85.22587) (xy 184.938538 84.956847) (xy 184.846523 84.697942) - (xy 184.720111 84.453977) (xy 184.561657 84.229498) (xy 184.374111 84.028686) (xy 184.160969 83.855282) - (xy 183.9262 83.712516) (xy 183.926201 83.712516) (xy 183.926197 83.712514) (xy 183.67418 83.603048) - (xy 183.674178 83.603047) (xy 183.674177 83.603047) (xy 183.473739 83.546887) (xy 183.409593 83.528914) - (xy 183.137395 83.4915) (xy 183.137385 83.4915) (xy 182.862615 83.4915) (xy 182.862604 83.4915) - (xy 182.590406 83.528914) (xy 182.325819 83.603048) (xy 182.073802 83.712514) (xy 181.839028 83.855284) - (xy 181.625886 84.028688) (xy 181.438343 84.229498) (xy 181.279892 84.453971) (xy 181.153477 84.697941) - (xy 181.061462 84.956845) (xy 181.06146 84.956853) (xy 181.005557 85.225877) (xy 181.005556 85.225883) - (xy 180.986807 85.499995) (xy 170.013193 85.499995) (xy 170.00813 85.425988) (xy 169.994443 85.225883) - (xy 169.994442 85.225877) (xy 169.994442 85.22587) (xy 169.938538 84.956847) (xy 169.846523 84.697942) - (xy 169.720111 84.453977) (xy 169.561657 84.229498) (xy 169.374111 84.028686) (xy 169.160969 83.855282) - (xy 168.9262 83.712516) (xy 168.926201 83.712516) (xy 168.926197 83.712514) (xy 168.67418 83.603048) - (xy 168.674178 83.603047) (xy 168.674177 83.603047) (xy 168.473739 83.546887) (xy 168.409593 83.528914) - (xy 168.137395 83.4915) (xy 168.137385 83.4915) (xy 167.862615 83.4915) (xy 167.862604 83.4915) - (xy 167.590406 83.528914) (xy 167.325819 83.603048) (xy 167.073802 83.712514) (xy 166.839028 83.855284) - (xy 166.625886 84.028688) (xy 166.438343 84.229498) (xy 166.279892 84.453971) (xy 166.153477 84.697941) - (xy 166.061462 84.956845) (xy 166.06146 84.956853) (xy 166.005557 85.225877) (xy 166.005556 85.225883) - (xy 165.986807 85.499995) (xy 155.013193 85.499995) (xy 155.00813 85.425988) (xy 154.994443 85.225883) - (xy 154.994442 85.225877) (xy 154.994442 85.22587) (xy 154.938538 84.956847) (xy 154.846523 84.697942) - (xy 154.720111 84.453977) (xy 154.561657 84.229498) (xy 154.374111 84.028686) (xy 154.160969 83.855282) - (xy 153.9262 83.712516) (xy 153.926201 83.712516) (xy 153.926197 83.712514) (xy 153.67418 83.603048) - (xy 153.674178 83.603047) (xy 153.674177 83.603047) (xy 153.473739 83.546887) (xy 153.409593 83.528914) - (xy 153.137395 83.4915) (xy 153.137385 83.4915) (xy 152.862615 83.4915) (xy 152.862604 83.4915) - (xy 152.590406 83.528914) (xy 152.325819 83.603048) (xy 152.073802 83.712514) (xy 151.839028 83.855284) - (xy 151.625886 84.028688) (xy 151.438343 84.229498) (xy 151.279892 84.453971) (xy 151.153477 84.697941) - (xy 151.061462 84.956845) (xy 151.06146 84.956853) (xy 151.005557 85.225877) (xy 151.005556 85.225883) - (xy 150.986807 85.499995) (xy 133.0755 85.499995) (xy 133.0755 75.725281) (xy 134.483499 75.725281) - (xy 134.483499 75.967914) (xy 134.4835 75.967939) (xy 134.4835 77.177278) (xy 134.4835 79.914722) - (xy 134.511256 80.089965) (xy 134.520645 80.149246) (xy 134.593844 80.374528) (xy 134.594018 80.375063) - (xy 134.701815 80.586627) (xy 134.84138 80.778722) (xy 134.841382 80.778724) (xy 134.841384 80.778727) - (xy 135.009272 80.946615) (xy 135.009275 80.946617) (xy 135.009278 80.94662) (xy 135.138185 81.040276) - (xy 135.174836 81.066905) (xy 135.21819 81.123127) (xy 135.224265 81.193864) (xy 135.191134 81.256655) - (xy 135.173048 81.272052) (xy 135.147702 81.289801) (xy 135.147699 81.289803) (xy 135.147697 81.289804) - (xy 134.985804 81.451697) (xy 134.985799 81.451703) (xy 134.854477 81.63925) (xy 134.757717 81.846753) - (xy 134.757716 81.846757) (xy 134.698457 82.067913) (xy 134.678502 82.296) (xy 134.698457 82.524087) - (xy 134.724464 82.621146) (xy 134.757168 82.7432) (xy 134.757716 82.745243) (xy 134.854477 82.952749) - (xy 134.985802 83.1403) (xy 135.1477 83.302198) (xy 135.335251 83.433523) (xy 135.542757 83.530284) - (xy 135.763913 83.589543) (xy 135.992 83.609498) (xy 136.220087 83.589543) (xy 136.441243 83.530284) - (xy 136.648749 83.433523) (xy 136.8363 83.302198) (xy 136.998198 83.1403) (xy 137.129523 82.952749) - (xy 137.226284 82.745243) (xy 137.285543 82.524087) (xy 137.305498 82.296) (xy 137.285543 82.067913) - (xy 137.226284 81.846757) (xy 137.129523 81.639251) (xy 136.998198 81.4517) (xy 136.8363 81.289802) - (xy 136.810953 81.272053) (xy 136.766625 81.216598) (xy 136.759316 81.145978) (xy 136.791346 81.082618) - (xy 136.809159 81.066907) (xy 136.974722 80.94662) (xy 137.14262 80.778722) (xy 137.282185 80.586627) - (xy 137.389982 80.375063) (xy 137.463356 80.149241) (xy 137.5005 79.914722) (xy 137.5005 77.177278) - (xy 137.5005 76.521031) (xy 137.520502 76.45291) (xy 137.537405 76.431936) (xy 137.747936 76.221405) - (xy 137.810248 76.187379) (xy 137.837031 76.1845) (xy 138.148812 76.1845) (xy 138.216933 76.204502) - (xy 138.263426 76.258158) (xy 138.27353 76.328432) (xy 138.244036 76.393012) (xy 138.237907 76.399595) - (xy 138.185804 76.451697) (xy 138.185799 76.451703) (xy 138.054477 76.63925) (xy 137.957717 76.846753) - (xy 137.957716 76.846757) (xy 137.898457 77.067913) (xy 137.878502 77.296) (xy 137.898457 77.524087) - (xy 137.928444 77.636) (xy 137.957715 77.74524) (xy 137.957717 77.745246) (xy 137.974434 77.781095) - (xy 138.054477 77.952749) (xy 138.185802 78.1403) (xy 138.3477 78.302198) (xy 138.347703 78.3022) - (xy 138.535253 78.433525) (xy 138.540015 78.436274) (xy 138.53888 78.438238) (xy 138.584865 78.478745) - (xy 138.604312 78.547026) (xy 138.583756 78.614982) (xy 138.538921 78.653831) (xy 138.540015 78.655726) - (xy 138.535253 78.658474) (xy 138.347703 78.789799) (xy 138.347697 78.789804) (xy 138.185804 78.951697) - (xy 138.185799 78.951703) (xy 138.054477 79.13925) (xy 137.957717 79.346753) (xy 137.957715 79.346759) - (xy 137.918262 79.494) (xy 137.898457 79.567913) (xy 137.878502 79.796) (xy 137.898457 80.024087) - (xy 137.93267 80.151771) (xy 137.957715 80.24524) (xy 137.957717 80.245246) (xy 138.054477 80.452749) - (xy 138.185799 80.640296) (xy 138.185804 80.640302) (xy 138.331139 80.785637) (xy 138.365165 80.847949) - (xy 138.3601 80.918764) (xy 138.317553 80.9756) (xy 138.286078 80.992787) (xy 138.145795 81.045111) - (xy 138.145792 81.045112) (xy 138.028738 81.132738) (xy 137.941112 81.249792) (xy 137.94111 81.249797) - (xy 137.890011 81.386795) (xy 137.890009 81.386803) (xy 137.8835 81.44735) (xy 137.8835 83.144649) - (xy 137.890009 83.205196) (xy 137.890011 83.205204) (xy 137.94111 83.342202) (xy 137.941112 83.342207) - (xy 138.028738 83.459261) (xy 138.145792 83.546887) (xy 138.145794 83.546888) (xy 138.145796 83.546889) - (xy 138.204875 83.568924) (xy 138.282795 83.597988) (xy 138.282803 83.59799) (xy 138.34335 83.604499) - (xy 138.343355 83.604499) (xy 138.343362 83.6045) (xy 138.343368 83.6045) (xy 140.040632 83.6045) - (xy 140.040638 83.6045) (xy 140.040645 83.604499) (xy 140.040649 83.604499) (xy 140.101196 83.59799) - (xy 140.101199 83.597989) (xy 140.101201 83.597989) (xy 140.238204 83.546889) (xy 140.260389 83.530282) - (xy 140.355261 83.459261) (xy 140.442887 83.342207) (xy 140.442887 83.342206) (xy 140.442889 83.342204) - (xy 140.493989 83.205201) (xy 140.497197 83.175367) (xy 140.500499 83.144649) (xy 140.5005 83.144632) - (xy 140.5005 81.447367) (xy 140.500499 81.44735) (xy 140.49399 81.386803) (xy 140.493988 81.386795) - (xy 140.457811 81.289803) (xy 140.442889 81.249796) (xy 140.442888 81.249794) (xy 140.442887 81.249792) - (xy 140.355261 81.132738) (xy 140.238207 81.045112) (xy 140.238202 81.04511) (xy 140.097922 80.992787) - (xy 140.041086 80.95024) (xy 140.016276 80.88372) (xy 140.031368 80.814346) (xy 140.052854 80.785643) - (xy 140.198198 80.6403) (xy 140.329523 80.452749) (xy 140.426284 80.245243) (xy 140.485543 80.024087) - (xy 140.505498 79.796) (xy 140.485543 79.567913) (xy 140.426284 79.346757) (xy 140.329523 79.139251) - (xy 140.198198 78.9517) (xy 140.0363 78.789802) (xy 139.965176 78.74) (xy 139.848746 78.658474) - (xy 139.843985 78.655726) (xy 139.845122 78.653754) (xy 139.799154 78.613287) (xy 139.779687 78.545011) - (xy 139.800223 78.477049) (xy 139.845083 78.438177) (xy 139.843985 78.436274) (xy 139.848746 78.433525) - (xy 139.974528 78.345451) (xy 140.0363 78.302198) (xy 140.198198 78.1403) (xy 140.329523 77.952749) - (xy 140.426284 77.745243) (xy 140.485543 77.524087) (xy 140.505498 77.296) (xy 140.485543 77.067913) - (xy 140.426284 76.846757) (xy 140.329523 76.639251) (xy 140.198198 76.4517) (xy 140.146093 76.399595) - (xy 140.112067 76.337283) (xy 140.117132 76.266468) (xy 140.159679 76.209632) (xy 140.226199 76.184821) - (xy 140.235188 76.1845) (xy 142.070969 76.1845) (xy 142.13909 76.204502) (xy 142.160064 76.221405) - (xy 148.418204 82.479545) (xy 148.418233 82.479576) (xy 148.589272 82.650615) (xy 148.589275 82.650617) - (xy 148.589278 82.65062) (xy 148.781373 82.790185) (xy 148.992937 82.897982) (xy 149.218759 82.971356) - (xy 149.453278 83.0085) (xy 190.376061 83.0085) (xy 190.376085 83.008501) (xy 190.381278 83.008501) - (xy 190.618719 83.008501) (xy 190.618722 83.008501) (xy 190.853241 82.971356) (xy 191.079063 82.897982) - (xy 191.290627 82.790185) (xy 191.352484 82.745243) (xy 191.482722 82.65062) (xy 191.65062 82.482722) - (xy 191.657793 82.475549) (xy 191.657804 82.475535) (xy 192.599339 81.534) (xy 208.694844 81.534) - (xy 208.703565 81.63925) (xy 208.713437 81.758375) (xy 208.768702 81.976612) (xy 208.768703 81.976613) - (xy 208.859141 82.182793) (xy 208.982275 82.371265) (xy 208.982279 82.37127) (xy 209.134762 82.536908) - (xy 209.189331 82.579381) (xy 209.312424 82.675189) (xy 209.34568 82.693186) (xy 209.396071 82.7432) - (xy 209.411423 82.812516) (xy 209.386862 82.879129) (xy 209.34568 82.914813) (xy 209.312426 82.93281) - (xy 209.312424 82.932811) (xy 209.134762 83.071091) (xy 208.982279 83.236729) (xy 208.982275 83.236734) - (xy 208.859141 83.425206) (xy 208.768703 83.631386) (xy 208.768702 83.631387) (xy 208.713437 83.849624) - (xy 208.694844 84.074) (xy 208.713437 84.298375) (xy 208.768702 84.516612) (xy 208.768703 84.516613) - (xy 208.859141 84.722793) (xy 208.982275 84.911265) (xy 208.982279 84.91127) (xy 209.134762 85.076908) - (xy 209.189331 85.119381) (xy 209.312424 85.215189) (xy 209.510426 85.322342) (xy 209.510427 85.322342) - (xy 209.510428 85.322343) (xy 209.622227 85.360723) (xy 209.723365 85.395444) (xy 209.945431 85.4325) - (xy 209.945435 85.4325) (xy 210.170565 85.4325) (xy 210.170569 85.4325) (xy 210.392635 85.395444) - (xy 210.605574 85.322342) (xy 210.803576 85.215189) (xy 210.98124 85.076906) (xy 211.133722 84.911268) - (xy 211.25686 84.722791) (xy 211.347296 84.516616) (xy 211.402564 84.298368) (xy 211.421156 84.074) - (xy 211.402564 83.849632) (xy 211.402562 83.849624) (xy 211.347297 83.631387) (xy 211.347296 83.631386) - (xy 211.347296 83.631384) (xy 211.25686 83.425209) (xy 211.202629 83.342202) (xy 211.133724 83.236734) - (xy 211.13372 83.236729) (xy 210.981237 83.071091) (xy 210.853095 82.971354) (xy 210.803576 82.932811) - (xy 210.770319 82.914813) (xy 210.719929 82.864802) (xy 210.704576 82.795485) (xy 210.729136 82.728872) - (xy 210.77032 82.693186) (xy 210.803576 82.675189) (xy 210.98124 82.536906) (xy 211.133722 82.371268) - (xy 211.25686 82.182791) (xy 211.347296 81.976616) (xy 211.402564 81.758368) (xy 211.421156 81.534) - (xy 212.758844 81.534) (xy 212.767565 81.63925) (xy 212.777437 81.758375) (xy 212.832702 81.976612) - (xy 212.832703 81.976613) (xy 212.923141 82.182793) (xy 213.046275 82.371265) (xy 213.04628 82.37127) - (xy 213.189475 82.52682) (xy 213.220896 82.590485) (xy 213.212909 82.661031) (xy 213.168051 82.71606) - (xy 213.140807 82.730213) (xy 213.025797 82.77311) (xy 213.025792 82.773112) (xy 212.908738 82.860738) - (xy 212.821112 82.977792) (xy 212.82111 82.977797) (xy 212.770011 83.114795) (xy 212.770009 83.114803) - (xy 212.7635 83.17535) (xy 212.7635 84.972649) (xy 212.770009 85.033196) (xy 212.770011 85.033204) - (xy 212.82111 85.170202) (xy 212.821112 85.170207) (xy 212.908738 85.287261) (xy 213.025792 85.374887) - (xy 213.025794 85.374888) (xy 213.025796 85.374889) (xy 213.0809 85.395442) (xy 213.162795 85.425988) - (xy 213.162803 85.42599) (xy 213.22335 85.432499) (xy 213.223355 85.432499) (xy 213.223362 85.4325) - (xy 213.223368 85.4325) (xy 215.020632 85.4325) (xy 215.020638 85.4325) (xy 215.020645 85.432499) - (xy 215.020649 85.432499) (xy 215.081196 85.42599) (xy 215.081199 85.425989) (xy 215.081201 85.425989) - (xy 215.218204 85.374889) (xy 215.288399 85.322342) (xy 215.335261 85.287261) (xy 215.422887 85.170207) - (xy 215.422887 85.170206) (xy 215.422889 85.170204) (xy 215.473989 85.033201) (xy 215.4805 84.972638) - (xy 215.4805 83.175362) (xy 215.480499 83.17535) (xy 215.47399 83.114803) (xy 215.473988 83.114795) - (xy 215.422889 82.977797) (xy 215.422887 82.977792) (xy 215.335261 82.860738) (xy 215.218207 82.773112) - (xy 215.218203 82.77311) (xy 215.103192 82.730213) (xy 215.046356 82.687667) (xy 215.021546 82.621146) - (xy 215.036638 82.551772) (xy 215.054525 82.52682) (xy 215.197714 82.371277) (xy 215.197724 82.371265) - (xy 215.246897 82.296) (xy 215.32086 82.182791) (xy 215.411296 81.976616) (xy 215.466564 81.758368) - (xy 215.485156 81.534) (xy 215.466564 81.309632) (xy 215.451412 81.249797) (xy 215.411297 81.091387) - (xy 215.411296 81.091386) (xy 215.411296 81.091384) (xy 215.32086 80.885209) (xy 215.274563 80.814346) - (xy 215.197724 80.696734) (xy 215.19772 80.696729) (xy 215.08157 80.570559) (xy 215.04524 80.531094) - (xy 215.045239 80.531093) (xy 215.045237 80.531091) (xy 214.936497 80.446455) (xy 214.867576 80.392811) - (xy 214.833792 80.374528) (xy 214.783402 80.324516) (xy 214.76805 80.255199) (xy 214.79261 80.188586) - (xy 214.833793 80.152901) (xy 214.8673 80.134767) (xy 214.867301 80.134767) (xy 215.044902 79.996534) - (xy 215.197325 79.830958) (xy 215.320419 79.642548) (xy 215.41082 79.436456) (xy 215.410823 79.436449) - (xy 215.458544 79.248) (xy 214.552703 79.248) (xy 214.587925 79.186993) (xy 214.622 79.059826) (xy 214.622 78.928174) - (xy 214.587925 78.801007) (xy 214.552703 78.74) (xy 215.458544 78.74) (xy 215.458544 78.739999) - (xy 215.410823 78.55155) (xy 215.41082 78.551543) (xy 215.320419 78.345451) (xy 215.197325 78.157041) - (xy 215.044902 77.991465) (xy 214.867301 77.853232) (xy 214.8673 77.853231) (xy 214.669371 77.746117) - (xy 214.669369 77.746116) (xy 214.456512 77.673043) (xy 214.456501 77.67304) (xy 214.376 77.659606) - (xy 214.376 78.563297) (xy 214.314993 78.528075) (xy 214.187826 78.494) (xy 214.056174 78.494) (xy 213.929007 78.528075) - (xy 213.868 78.563297) (xy 213.868 77.659607) (xy 213.867999 77.659606) (xy 213.787498 77.67304) - (xy 213.787487 77.673043) (xy 213.57463 77.746116) (xy 213.574628 77.746117) (xy 213.376699 77.853231) - (xy 213.376698 77.853232) (xy 213.199097 77.991465) (xy 213.046674 78.157041) (xy 212.92358 78.345451) - (xy 212.833179 78.551543) (xy 212.833176 78.55155) (xy 212.785455 78.739999) (xy 212.785456 78.74) - (xy 213.691297 78.74) (xy 213.656075 78.801007) (xy 213.622 78.928174) (xy 213.622 79.059826) (xy 213.656075 79.186993) - (xy 213.691297 79.248) (xy 212.785455 79.248) (xy 212.833176 79.436449) (xy 212.833179 79.436456) - (xy 212.92358 79.642548) (xy 213.046674 79.830958) (xy 213.199097 79.996534) (xy 213.376698 80.134767) - (xy 213.376704 80.134771) (xy 213.410207 80.152902) (xy 213.460597 80.202915) (xy 213.475949 80.272232) - (xy 213.451388 80.338845) (xy 213.410207 80.374528) (xy 213.37643 80.392807) (xy 213.376424 80.392811) - (xy 213.198762 80.531091) (xy 213.046279 80.696729) (xy 213.046275 80.696734) (xy 212.923141 80.885206) - (xy 212.832703 81.091386) (xy 212.832702 81.091387) (xy 212.777437 81.309624) (xy 212.777436 81.30963) - (xy 212.777436 81.309632) (xy 212.758844 81.534) (xy 211.421156 81.534) (xy 211.402564 81.309632) - (xy 211.387412 81.249797) (xy 211.347297 81.091387) (xy 211.347296 81.091386) (xy 211.347296 81.091384) - (xy 211.25686 80.885209) (xy 211.210563 80.814346) (xy 211.133724 80.696734) (xy 211.133714 80.696722) - (xy 210.990159 80.540782) (xy 210.958737 80.477117) (xy 210.966723 80.406571) (xy 211.011582 80.351542) - (xy 211.038827 80.337388) (xy 211.153965 80.294444) (xy 211.270904 80.206904) (xy 211.358444 80.089965) - (xy 211.358444 80.089964) (xy 211.409494 79.953093) (xy 211.415999 79.892597) (xy 211.416 79.892585) - (xy 211.416 79.248) (xy 210.488703 79.248) (xy 210.523925 79.186993) (xy 210.558 79.059826) (xy 210.558 78.928174) - (xy 210.523925 78.801007) (xy 210.488703 78.74) (xy 211.416 78.74) (xy 211.416 78.095414) (xy 211.415999 78.095402) - (xy 211.409494 78.034906) (xy 211.358444 77.898035) (xy 211.358444 77.898034) (xy 211.270904 77.781095) - (xy 211.153965 77.693555) (xy 211.017093 77.642505) (xy 210.956597 77.636) (xy 210.312 77.636) (xy 210.312 78.563297) - (xy 210.250993 78.528075) (xy 210.123826 78.494) (xy 209.992174 78.494) (xy 209.865007 78.528075) - (xy 209.804 78.563297) (xy 209.804 77.636) (xy 209.159402 77.636) (xy 209.098906 77.642505) (xy 208.962035 77.693555) - (xy 208.962034 77.693555) (xy 208.845095 77.781095) (xy 208.757555 77.898034) (xy 208.757555 77.898035) - (xy 208.706505 78.034906) (xy 208.7 78.095402) (xy 208.7 78.74) (xy 209.627297 78.74) (xy 209.592075 78.801007) - (xy 209.558 78.928174) (xy 209.558 79.059826) (xy 209.592075 79.186993) (xy 209.627297 79.248) (xy 208.7 79.248) - (xy 208.7 79.892597) (xy 208.706505 79.953093) (xy 208.757555 80.089964) (xy 208.757555 80.089965) - (xy 208.845095 80.206904) (xy 208.962034 80.294444) (xy 209.077172 80.337388) (xy 209.134008 80.379935) - (xy 209.158819 80.446455) (xy 209.143728 80.515829) (xy 209.125841 80.540782) (xy 208.98228 80.696729) - (xy 208.982275 80.696734) (xy 208.859141 80.885206) (xy 208.768703 81.091386) (xy 208.768702 81.091387) - (xy 208.713437 81.309624) (xy 208.713436 81.30963) (xy 208.713436 81.309632) (xy 208.694844 81.534) - (xy 192.599339 81.534) (xy 195.587936 78.545405) (xy 195.650248 78.511379) (xy 195.677031 78.5085) - (xy 196.126816 78.5085) (xy 196.194937 78.528502) (xy 196.206334 78.53676) (xy 196.339031 78.644718) - (xy 196.573067 78.787038) (xy 196.573802 78.787485) (xy 196.579141 78.789804) (xy 196.825823 78.896953) - (xy 197.090404 78.971085) (xy 197.185504 78.984156) (xy 197.362604 79.008499) (xy 197.362615 79.0085) - (xy 197.637385 79.0085) (xy 197.637395 79.008499) (xy 197.766945 78.990692) (xy 197.909596 78.971085) - (xy 198.174177 78.896953) (xy 198.4262 78.787484) (xy 198.660969 78.644718) (xy 198.874111 78.471314) - (xy 199.061657 78.270502) (xy 199.220111 78.046023) (xy 199.346523 77.802058) (xy 199.438538 77.543153) - (xy 199.494442 77.27413) (xy 199.494447 77.274051) (xy 199.513193 77.000004) (xy 199.513193 76.999995) - (xy 199.494443 76.725883) (xy 199.494442 76.725877) (xy 199.494442 76.72587) (xy 199.438538 76.456847) - (xy 199.346523 76.197942) (xy 199.220111 75.953977) (xy 199.061657 75.729498) (xy 198.874111 75.528686) - (xy 198.660969 75.355282) (xy 198.4262 75.212516) (xy 198.426201 75.212516) (xy 198.426197 75.212514) - (xy 198.17418 75.103048) (xy 198.174178 75.103047) (xy 198.174177 75.103047) (xy 197.996877 75.05337) - (xy 197.909593 75.028914) (xy 197.637395 74.9915) (xy 197.637385 74.9915) (xy 197.362615 74.9915) - (xy 197.362604 74.9915) (xy 197.090406 75.028914) (xy 196.825819 75.103048) (xy 196.573802 75.212514) - (xy 196.339028 75.355284) (xy 196.206333 75.46324) (xy 196.140868 75.490714) (xy 196.126816 75.4915) - (xy 195.123939 75.4915) (xy 195.123915 75.491499) (xy 195.118722 75.491499) (xy 194.881278 75.491499) - (xy 194.646759 75.528644) (xy 194.646757 75.528644) (xy 194.646754 75.528645) (xy 194.420941 75.602016) - (xy 194.420935 75.602019) (xy 194.209369 75.709817) (xy 194.017277 75.84938) (xy 193.933329 75.933329) - (xy 193.84938 76.017278) (xy 193.849377 76.017281) (xy 191.875194 77.991465) (xy 189.912064 79.954595) - (xy 189.849752 79.988621) (xy 189.822969 79.9915) (xy 150.249031 79.9915) (xy 150.18091 79.971498) - (xy 150.159936 79.954595) (xy 147.205336 76.999995) (xy 150.986807 76.999995) (xy 150.986807 77.000004) - (xy 151.005556 77.274116) (xy 151.005557 77.274122) (xy 151.005558 77.27413) (xy 151.010103 77.296) - (xy 151.06146 77.543146) (xy 151.061462 77.543154) (xy 151.146027 77.781095) (xy 151.153477 77.802058) - (xy 151.251619 77.991465) (xy 151.279892 78.046028) (xy 151.314744 78.095402) (xy 151.438343 78.270502) - (xy 151.625889 78.471314) (xy 151.839031 78.644718) (xy 152.073067 78.787038) (xy 152.073802 78.787485) - (xy 152.079141 78.789804) (xy 152.325823 78.896953) (xy 152.590404 78.971085) (xy 152.685504 78.984156) - (xy 152.862604 79.008499) (xy 152.862615 79.0085) (xy 153.137385 79.0085) (xy 153.137395 79.008499) - (xy 153.266945 78.990692) (xy 153.409596 78.971085) (xy 153.674177 78.896953) (xy 153.9262 78.787484) - (xy 154.160969 78.644718) (xy 154.374111 78.471314) (xy 154.561657 78.270502) (xy 154.720111 78.046023) - (xy 154.846523 77.802058) (xy 154.938538 77.543153) (xy 154.994442 77.27413) (xy 154.994447 77.274051) - (xy 155.013193 77.000004) (xy 155.013193 76.999995) (xy 154.995819 76.745999) (xy 166.004681 76.745999) - (xy 166.004682 76.746) (xy 167.132891 76.746) (xy 167.1 76.911358) (xy 167.1 77.088642) (xy 167.132891 77.254) - (xy 166.004681 77.254) (xy 166.006052 77.27405) (xy 166.006052 77.274051) (xy 166.061942 77.543011) - (xy 166.061944 77.543019) (xy 166.153938 77.801865) (xy 166.280314 78.045756) (xy 166.280322 78.04577) - (xy 166.438729 78.270182) (xy 166.626228 78.470944) (xy 166.626236 78.470951) (xy 166.839325 78.644312) - (xy 167.07403 78.787038) (xy 167.325989 78.89648) (xy 167.590509 78.970595) (xy 167.745998 78.991967) - (xy 167.746 78.991966) (xy 167.746 77.867108) (xy 167.911358 77.9) (xy 168.088642 77.9) (xy 168.254 77.867108) - (xy 168.254 78.991966) (xy 168.254001 78.991967) (xy 168.40949 78.970595) (xy 168.67401 78.89648) - (xy 168.925969 78.787038) (xy 169.160674 78.644312) (xy 169.373763 78.470951) (xy 169.373771 78.470944) - (xy 169.56127 78.270182) (xy 169.719677 78.04577) (xy 169.719685 78.045756) (xy 169.846061 77.801865) - (xy 169.938055 77.543019) (xy 169.938057 77.543011) (xy 169.993947 77.274051) (xy 169.993947 77.27405) - (xy 169.995318 77.254) (xy 168.867109 77.254) (xy 168.9 77.088642) (xy 168.9 76.911358) (xy 168.867109 76.746) - (xy 169.995318 76.746) (xy 169.995318 76.745999) (xy 181.004681 76.745999) (xy 181.004682 76.746) - (xy 182.132891 76.746) (xy 182.1 76.911358) (xy 182.1 77.088642) (xy 182.132891 77.254) (xy 181.004681 77.254) - (xy 181.006052 77.27405) (xy 181.006052 77.274051) (xy 181.061942 77.543011) (xy 181.061944 77.543019) - (xy 181.153938 77.801865) (xy 181.280314 78.045756) (xy 181.280322 78.04577) (xy 181.438729 78.270182) - (xy 181.626228 78.470944) (xy 181.626236 78.470951) (xy 181.839325 78.644312) (xy 182.07403 78.787038) - (xy 182.325989 78.89648) (xy 182.590509 78.970595) (xy 182.745998 78.991967) (xy 182.746 78.991966) - (xy 182.746 77.867108) (xy 182.911358 77.9) (xy 183.088642 77.9) (xy 183.254 77.867108) (xy 183.254 78.991966) - (xy 183.254001 78.991967) (xy 183.40949 78.970595) (xy 183.67401 78.89648) (xy 183.925969 78.787038) - (xy 184.160674 78.644312) (xy 184.373763 78.470951) (xy 184.373771 78.470944) (xy 184.56127 78.270182) - (xy 184.719677 78.04577) (xy 184.719685 78.045756) (xy 184.846061 77.801865) (xy 184.938055 77.543019) - (xy 184.938057 77.543011) (xy 184.993947 77.274051) (xy 184.993947 77.27405) (xy 184.995318 77.254) - (xy 183.867109 77.254) (xy 183.9 77.088642) (xy 183.9 76.911358) (xy 183.867109 76.746) (xy 184.995318 76.746) - (xy 184.995318 76.745999) (xy 184.993947 76.725949) (xy 184.993947 76.725948) (xy 184.938057 76.456988) - (xy 184.938055 76.45698) (xy 184.846061 76.198134) (xy 184.719685 75.954243) (xy 184.719677 75.954229) - (xy 184.56127 75.729817) (xy 184.373771 75.529055) (xy 184.373763 75.529048) (xy 184.160674 75.355687) - (xy 183.925969 75.212961) (xy 183.67401 75.103519) (xy 183.40949 75.029404) (xy 183.254 75.008031) - (xy 183.254 76.132891) (xy 183.088642 76.1) (xy 182.911358 76.1) (xy 182.746 76.132891) (xy 182.746 75.008032) - (xy 182.745999 75.008031) (xy 182.590511 75.029404) (xy 182.590507 75.029404) (xy 182.325989 75.103519) - (xy 182.07403 75.212961) (xy 181.839325 75.355687) (xy 181.626236 75.529048) (xy 181.626228 75.529055) - (xy 181.438729 75.729817) (xy 181.280322 75.954229) (xy 181.280314 75.954243) (xy 181.153938 76.198134) - (xy 181.061944 76.45698) (xy 181.061942 76.456988) (xy 181.006052 76.725948) (xy 181.006052 76.725949) - (xy 181.004681 76.745999) (xy 169.995318 76.745999) (xy 169.993947 76.725949) (xy 169.993947 76.725948) - (xy 169.938057 76.456988) (xy 169.938055 76.45698) (xy 169.846061 76.198134) (xy 169.719685 75.954243) - (xy 169.719677 75.954229) (xy 169.56127 75.729817) (xy 169.373771 75.529055) (xy 169.373763 75.529048) - (xy 169.160674 75.355687) (xy 168.925969 75.212961) (xy 168.67401 75.103519) (xy 168.40949 75.029404) - (xy 168.254 75.008031) (xy 168.254 76.132891) (xy 168.088642 76.1) (xy 167.911358 76.1) (xy 167.746 76.132891) - (xy 167.746 75.008032) (xy 167.745999 75.008031) (xy 167.590511 75.029404) (xy 167.590507 75.029404) - (xy 167.325989 75.103519) (xy 167.07403 75.212961) (xy 166.839325 75.355687) (xy 166.626236 75.529048) - (xy 166.626228 75.529055) (xy 166.438729 75.729817) (xy 166.280322 75.954229) (xy 166.280314 75.954243) - (xy 166.153938 76.198134) (xy 166.061944 76.45698) (xy 166.061942 76.456988) (xy 166.006052 76.725948) - (xy 166.006052 76.725949) (xy 166.004681 76.745999) (xy 154.995819 76.745999) (xy 154.994443 76.725883) - (xy 154.994442 76.725877) (xy 154.994442 76.72587) (xy 154.938538 76.456847) (xy 154.846523 76.197942) - (xy 154.720111 75.953977) (xy 154.561657 75.729498) (xy 154.374111 75.528686) (xy 154.160969 75.355282) - (xy 153.9262 75.212516) (xy 153.926201 75.212516) (xy 153.926197 75.212514) (xy 153.67418 75.103048) - (xy 153.674178 75.103047) (xy 153.674177 75.103047) (xy 153.496877 75.05337) (xy 153.409593 75.028914) - (xy 153.137395 74.9915) (xy 153.137385 74.9915) (xy 152.862615 74.9915) (xy 152.862604 74.9915) - (xy 152.590406 75.028914) (xy 152.325819 75.103048) (xy 152.073802 75.212514) (xy 151.839028 75.355284) - (xy 151.625886 75.528688) (xy 151.438343 75.729498) (xy 151.279892 75.953971) (xy 151.153477 76.197941) - (xy 151.061462 76.456845) (xy 151.06146 76.456853) (xy 151.005557 76.725877) (xy 151.005556 76.725883) - (xy 150.986807 76.999995) (xy 147.205336 76.999995) (xy 143.90303 73.697689) (xy 143.90301 73.697667) - (xy 143.730727 73.525384) (xy 143.730724 73.525382) (xy 143.730722 73.52538) (xy 143.538627 73.385815) - (xy 143.327063 73.278018) (xy 143.32706 73.278017) (xy 143.327058 73.278016) (xy 143.101245 73.204645) - (xy 143.101243 73.204644) (xy 143.101241 73.204644) (xy 142.866722 73.167499) (xy 142.629278 73.167499) - (xy 142.624085 73.167499) (xy 142.624061 73.1675) (xy 140.46572 73.1675) (xy 140.397599 73.147498) - (xy 140.351106 73.093842) (xy 140.341002 73.023568) (xy 140.370496 72.958988) (xy 140.400943 72.933426) - (xy 140.729415 72.736547) (xy 141.045709 72.501967) (xy 141.045715 72.501963) (xy 141.149073 72.408284) - (xy 141.149073 72.408283) (xy 139.544864 70.804074) (xy 139.656331 70.718543) (xy 139.818543 70.556331) - (xy 139.904074 70.444864) (xy 141.508283 72.049073) (xy 141.508284 72.049073) (xy 141.601963 71.945715) - (xy 141.601967 71.945709) (xy 141.836547 71.629415) (xy 142.039001 71.29164) (xy 142.207374 70.935645) - (xy 142.312808 70.640981) (xy 205.6805 70.640981) (xy 205.6805 70.671018) (xy 205.691993 70.698766) - (xy 205.691996 70.69877) (xy 205.713229 70.720003) (xy 205.713233 70.720006) (xy 205.740982 70.7315) - (xy 205.771018 70.7315) (xy 205.798767 70.720006) (xy 205.820006 70.698767) (xy 205.8315 70.671018) - (xy 205.8315 70.640982) (xy 205.820006 70.613233) (xy 205.820003 70.613229) (xy 205.79877 70.591996) - (xy 205.798766 70.591993) (xy 205.771018 70.5805) (xy 205.740982 70.5805) (xy 205.713233 70.591993) - (xy 205.713229 70.591996) (xy 205.691996 70.613229) (xy 205.691993 70.613233) (xy 205.6805 70.640981) - (xy 142.312808 70.640981) (xy 142.340039 70.564875) (xy 142.340039 70.564874) (xy 142.435728 70.182868) - (xy 142.493509 69.793337) (xy 142.49351 69.793323) (xy 142.507921 69.499996) (xy 206.387166 69.499996) - (xy 206.387166 69.500003) (xy 206.406489 69.893323) (xy 206.40649 69.893337) (xy 206.464271 70.282868) - (xy 206.55996 70.664874) (xy 206.55996 70.664875) (xy 206.692625 71.035645) (xy 206.860998 71.39164) - (xy 207.063452 71.729415) (xy 207.298031 72.045708) (xy 207.298036 72.045713) (xy 207.391715 72.149072) - (xy 207.391716 72.149073) (xy 208.995925 70.544863) (xy 209.081457 70.656331) (xy 209.243669 70.818543) - (xy 209.355134 70.904073) (xy 207.750925 72.508283) (xy 207.750925 72.508284) (xy 207.854285 72.601963) - (xy 207.85429 72.601967) (xy 208.170584 72.836547) (xy 208.508359 73.039001) (xy 208.864354 73.207374) - (xy 209.235124 73.340039) (xy 209.617131 73.435728) (xy 210.006662 73.493509) (xy 210.006676 73.49351) - (xy 210.399996 73.512834) (xy 210.400004 73.512834) (xy 210.793323 73.49351) (xy 210.793337 73.493509) - (xy 211.182868 73.435728) (xy 211.564874 73.340039) (xy 211.564875 73.340039) (xy 211.935645 73.207374) - (xy 212.29164 73.039001) (xy 212.629415 72.836547) (xy 212.945709 72.601967) (xy 212.945715 72.601963) - (xy 213.049073 72.508284) (xy 213.049073 72.508283) (xy 211.444864 70.904074) (xy 211.556331 70.818543) - (xy 211.718543 70.656331) (xy 211.804074 70.544864) (xy 213.408283 72.149073) (xy 213.408284 72.149073) - (xy 213.501963 72.045715) (xy 213.501967 72.045709) (xy 213.736547 71.729415) (xy 213.939001 71.39164) - (xy 214.107374 71.035645) (xy 214.240039 70.664875) (xy 214.240039 70.664874) (xy 214.335728 70.282868) - (xy 214.393509 69.893337) (xy 214.39351 69.893323) (xy 214.412834 69.500003) (xy 214.412834 69.499996) - (xy 214.39351 69.106676) (xy 214.393509 69.106662) (xy 214.335728 68.717131) (xy 214.240039 68.335125) - (xy 214.240039 68.335124) (xy 214.107374 67.964354) (xy 213.939001 67.608359) (xy 213.736547 67.270584) - (xy 213.501967 66.95429) (xy 213.501963 66.954285) (xy 213.408283 66.850925) (xy 211.804073 68.455134) - (xy 211.718543 68.343669) (xy 211.556331 68.181457) (xy 211.444864 68.095925) (xy 213.049073 66.491716) - (xy 213.049072 66.491715) (xy 212.945713 66.398036) (xy 212.945708 66.398031) (xy 212.629415 66.163452) - (xy 212.29164 65.960998) (xy 211.935645 65.792625) (xy 211.564875 65.65996) (xy 211.182868 65.564271) - (xy 210.793337 65.50649) (xy 210.793323 65.506489) (xy 210.400004 65.487166) (xy 210.399996 65.487166) - (xy 210.006676 65.506489) (xy 210.006662 65.50649) (xy 209.617131 65.564271) (xy 209.235125 65.65996) - (xy 209.235124 65.65996) (xy 208.864354 65.792625) (xy 208.508359 65.960998) (xy 208.170584 66.163452) - (xy 207.854291 66.398031) (xy 207.854285 66.398036) (xy 207.750926 66.491715) (xy 207.750925 66.491715) - (xy 209.355135 68.095925) (xy 209.243669 68.181457) (xy 209.081457 68.343669) (xy 208.995925 68.455135) - (xy 207.391715 66.850925) (xy 207.391715 66.850926) (xy 207.298036 66.954285) (xy 207.298031 66.954291) - (xy 207.063452 67.270584) (xy 206.860998 67.608359) (xy 206.692625 67.964354) (xy 206.55996 68.335124) - (xy 206.55996 68.335125) (xy 206.464271 68.717131) (xy 206.40649 69.106662) (xy 206.406489 69.106676) - (xy 206.387166 69.499996) (xy 142.507921 69.499996) (xy 142.512834 69.400003) (xy 142.512834 69.399996) - (xy 142.49351 69.006676) (xy 142.493509 69.006662) (xy 142.435728 68.617131) (xy 142.340039 68.235125) - (xy 142.340039 68.235124) (xy 142.207374 67.864354) (xy 142.039001 67.508359) (xy 141.836547 67.170584) - (xy 141.601967 66.85429) (xy 141.601963 66.854285) (xy 141.508283 66.750925) (xy 139.904073 68.355134) - (xy 139.818543 68.243669) (xy 139.656331 68.081457) (xy 139.544864 67.995925) (xy 141.149073 66.391716) - (xy 141.149072 66.391715) (xy 141.045713 66.298036) (xy 141.045708 66.298031) (xy 140.729415 66.063452) - (xy 140.39164 65.860998) (xy 140.035645 65.692625) (xy 139.664875 65.55996) (xy 139.282868 65.464271) - (xy 138.893337 65.40649) (xy 138.893323 65.406489) (xy 138.500004 65.387166) (xy 138.499996 65.387166) - (xy 138.106676 65.406489) (xy 138.106662 65.40649) (xy 137.717131 65.464271) (xy 137.335125 65.55996) - (xy 137.335124 65.55996) (xy 136.964354 65.692625) (xy 136.608359 65.860998) (xy 136.270584 66.063452) - (xy 135.954291 66.298031) (xy 135.954285 66.298036) (xy 135.850926 66.391715) (xy 135.850925 66.391715) - (xy 137.455135 67.995925) (xy 137.343669 68.081457) (xy 137.181457 68.243669) (xy 137.095925 68.355135) - (xy 135.491715 66.750925) (xy 135.491715 66.750926) (xy 135.398036 66.854285) (xy 135.398031 66.854291) - (xy 135.163452 67.170584) (xy 134.960998 67.508359) (xy 134.792625 67.864354) (xy 134.65996 68.235124) - (xy 134.65996 68.235125) (xy 134.564271 68.617131) (xy 134.50649 69.006662) (xy 134.506489 69.006676) - (xy 134.487166 69.399996) (xy 134.487166 69.400003) (xy 134.506489 69.793323) (xy 134.50649 69.793337) - (xy 134.564271 70.182868) (xy 134.65996 70.564874) (xy 134.65996 70.564875) (xy 134.792625 70.935645) - (xy 134.960998 71.29164) (xy 135.163452 71.629415) (xy 135.398031 71.945708) (xy 135.398036 71.945713) - (xy 135.491715 72.049072) (xy 135.491716 72.049073) (xy 137.095925 70.444863) (xy 137.181457 70.556331) - (xy 137.343669 70.718543) (xy 137.455134 70.804073) (xy 135.850925 72.408283) (xy 135.850925 72.408284) - (xy 135.954285 72.501963) (xy 135.95429 72.501967) (xy 136.270584 72.736547) (xy 136.608359 72.939001) - (xy 136.735224 72.999004) (xy 136.788252 73.046211) (xy 136.807341 73.114594) (xy 136.786429 73.182441) - (xy 136.732155 73.228211) (xy 136.720288 73.23274) (xy 136.580941 73.278016) (xy 136.580935 73.278019) - (xy 136.369369 73.385817) (xy 136.177277 73.52538) (xy 136.093329 73.609329) (xy 136.00938 73.693278) - (xy 136.009377 73.693281) (xy 135.009281 74.693377) (xy 135.009278 74.69338) (xy 134.925329 74.777329) - (xy 134.84138 74.861277) (xy 134.719585 75.028912) (xy 134.719586 75.028913) (xy 134.701816 75.05337) - (xy 134.594019 75.264935) (xy 134.594016 75.264941) (xy 134.520645 75.490754) (xy 134.520644 75.490757) - (xy 134.520644 75.490759) (xy 134.485949 75.709815) (xy 134.483499 75.725281) (xy 133.0755 75.725281) - (xy 133.0755 64.2015) (xy 133.095502 64.133379) (xy 133.149158 64.086886) (xy 133.2015 64.0755) - (xy 215.7985 64.0755) - ) - ) - ) - (zone - (net 1) - (net_name "GND") - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-00005cec38fd") - (hatch edge 0.508) - (connect_pads - (clearance 0.508) - ) - (min_thickness 0.254) - (filled_areas_thickness no) - (fill yes - (thermal_gap 0.508) - (thermal_bridge_width 0.508) - ) - (polygon - (pts - (xy 133 159) (xy 216 159) (xy 216 64) (xy 133 64) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 140.308437 101.609302) (xy 140.35493 101.662958) (xy 140.358371 101.671267) (xy 140.36051 101.677002) - (xy 140.360512 101.677007) (xy 140.448138 101.794061) (xy 140.565192 101.881687) (xy 140.565196 101.881689) - (xy 140.680712 101.924775) (xy 140.737548 101.967322) (xy 140.762358 102.033842) (xy 140.747266 102.103216) - (xy 140.729381 102.128167) (xy 140.586074 102.283841) (xy 140.46298 102.472251) (xy 140.372579 102.678343) - (xy 140.372576 102.67835) (xy 140.324855 102.866799) (xy 140.324856 102.8668) (xy 141.230697 102.8668) - (xy 141.195475 102.927807) (xy 141.1614 103.054974) (xy 141.1614 103.186626) (xy 141.195475 103.313793) - (xy 141.230697 103.3748) (xy 140.324855 103.3748) (xy 140.372576 103.563249) (xy 140.372579 103.563256) - (xy 140.46298 103.769348) (xy 140.586074 103.957758) (xy 140.738497 104.123334) (xy 140.916098 104.261567) - (xy 140.916104 104.261571) (xy 140.949607 104.279702) (xy 140.999997 104.329715) (xy 141.015349 104.399032) - (xy 140.990788 104.465645) (xy 140.949607 104.501328) (xy 140.91583 104.519607) (xy 140.915816 104.519616) - (xy 140.779482 104.625731) (xy 140.71344 104.651788) (xy 140.702091 104.6523) (xy 140.043958 104.6523) - (xy 139.975837 104.632298) (xy 139.929344 104.578642) (xy 139.925903 104.570334) (xy 139.923531 104.563975) - (xy 139.914289 104.539196) (xy 139.914287 104.539194) (xy 139.914287 104.539192) (xy 139.826661 104.422138) - (xy 139.709607 104.334512) (xy 139.709604 104.334511) (xy 139.594086 104.291424) (xy 139.537251 104.248877) - (xy 139.512441 104.182357) (xy 139.527533 104.112983) (xy 139.545419 104.088032) (xy 139.688723 103.932361) - (xy 139.811819 103.743948) (xy 139.90222 103.537856) (xy 139.902223 103.537849) (xy 139.949944 103.3494) - (xy 139.044103 103.3494) (xy 139.079325 103.288393) (xy 139.1134 103.161226) (xy 139.1134 103.029574) - (xy 139.079325 102.902407) (xy 139.044103 102.8414) (xy 139.949944 102.8414) (xy 139.949944 102.841399) - (xy 139.902223 102.65295) (xy 139.90222 102.652943) (xy 139.811819 102.446851) (xy 139.688725 102.258441) - (xy 139.536302 102.092865) (xy 139.358701 101.954632) (xy 139.3587 101.954631) (xy 139.325191 101.936497) - (xy 139.274801 101.886483) (xy 139.25945 101.817166) (xy 139.284012 101.750553) (xy 139.32519 101.714872) - (xy 139.358976 101.696589) (xy 139.462684 101.615868) (xy 139.528726 101.589812) (xy 139.540075 101.5893) - (xy 140.240316 101.5893) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 137.978248 93.032347) (xy 138.030275 93.080656) (xy 138.041603 93.105461) (xy 138.065884 93.178735) - (xy 138.065885 93.178738) (xy 138.15897 93.329652) (xy 138.212596 93.383278) (xy 138.24662 93.445588) - (xy 138.2495 93.472372) (xy 138.2495 96.939331) (xy 138.274292 97.063968) (xy 138.288256 97.134169) - (xy 138.341466 97.262629) (xy 138.364279 97.317704) (xy 138.474647 97.482881) (xy 138.474649 97.482883) - (xy 140.334732 99.342966) (xy 140.368758 99.405278) (xy 140.363693 99.476093) (xy 140.363634 99.476222) - (xy 140.358371 99.490333) (xy 140.315824 99.547169) (xy 140.249304 99.571979) (xy 140.240316 99.5723) - (xy 139.605344 99.5723) (xy 139.537223 99.552298) (xy 139.527953 99.545732) (xy 139.364283 99.418342) - (xy 139.358976 99.414211) (xy 139.160974 99.307058) (xy 139.160972 99.307057) (xy 139.160971 99.307056) - (xy 138.948039 99.233957) (xy 138.94803 99.233955) (xy 138.903876 99.226587) (xy 138.725969 99.1969) - (xy 138.500831 99.1969) (xy 138.352611 99.221633) (xy 138.278769 99.233955) (xy 138.27876 99.233957) - (xy 138.065828 99.307056) (xy 138.065826 99.307058) (xy 137.867826 99.41421) (xy 137.867824 99.414211) - (xy 137.690162 99.552491) (xy 137.537679 99.718129) (xy 137.537675 99.718134) (xy 137.414541 99.906606) - (xy 137.324103 100.112786) (xy 137.324102 100.112787) (xy 137.268837 100.331024) (xy 137.268836 100.33103) - (xy 137.268836 100.331032) (xy 137.258904 100.450889) (xy 137.250244 100.5554) (xy 137.268837 100.779775) - (xy 137.324102 100.998012) (xy 137.324103 100.998013) (xy 137.414541 101.204193) (xy 137.537675 101.392665) - (xy 137.537679 101.39267) (xy 137.690162 101.558308) (xy 137.730638 101.589812) (xy 137.867824 101.696589) - (xy 137.901605 101.71487) (xy 137.951996 101.764882) (xy 137.967349 101.834199) (xy 137.942789 101.900812) - (xy 137.901609 101.936496) (xy 137.868104 101.954628) (xy 137.868098 101.954632) (xy 137.690497 102.092865) - (xy 137.538074 102.258441) (xy 137.41498 102.446851) (xy 137.324579 102.652943) (xy 137.324576 102.65295) - (xy 137.276855 102.841399) (xy 137.276856 102.8414) (xy 138.182697 102.8414) (xy 138.147475 102.902407) - (xy 138.1134 103.029574) (xy 138.1134 103.161226) (xy 138.147475 103.288393) (xy 138.182697 103.3494) - (xy 137.276855 103.3494) (xy 137.324576 103.537849) (xy 137.324579 103.537856) (xy 137.41498 103.743948) - (xy 137.538074 103.932358) (xy 137.681381 104.088032) (xy 137.712801 104.151697) (xy 137.704814 104.222243) - (xy 137.659955 104.277272) (xy 137.632713 104.291424) (xy 137.517195 104.334511) (xy 137.517192 104.334512) - (xy 137.40014 104.422137) (xy 137.325811 104.521429) (xy 137.268975 104.563975) (xy 137.198159 104.569039) - (xy 137.135848 104.535014) (xy 136.814005 104.213171) (xy 136.779979 104.150859) (xy 136.7771 104.124076) - (xy 136.7771 97.619325) (xy 136.797102 97.551204) (xy 136.814005 97.53023) (xy 137.082749 97.261485) - (xy 137.369354 96.974881) (xy 137.479722 96.809703) (xy 137.533132 96.680759) (xy 137.555744 96.626169) - (xy 137.5945 96.431329) (xy 137.5945 94.896671) (xy 137.5945 93.472372) (xy 137.614502 93.404251) - (xy 137.6314 93.383281) (xy 137.68503 93.329652) (xy 137.778115 93.178738) (xy 137.802396 93.10546) - (xy 137.842807 93.047092) (xy 137.908363 93.019835) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 215.866621 64.095502) (xy 215.913114 64.149158) (xy 215.9245 64.2015) (xy 215.9245 158.7985) - (xy 215.904498 158.866621) (xy 215.850842 158.913114) (xy 215.7985 158.9245) (xy 133.2015 158.9245) - (xy 133.133379 158.904498) (xy 133.086886 158.850842) (xy 133.0755 158.7985) (xy 133.0755 153.499996) - (xy 134.487166 153.499996) (xy 134.487166 153.500003) (xy 134.506489 153.893323) (xy 134.50649 153.893337) - (xy 134.564271 154.282868) (xy 134.65996 154.664874) (xy 134.65996 154.664875) (xy 134.792625 155.035645) - (xy 134.960998 155.39164) (xy 135.163452 155.729415) (xy 135.398031 156.045708) (xy 135.398036 156.045713) - (xy 135.491715 156.149072) (xy 135.491716 156.149073) (xy 137.095925 154.544863) (xy 137.181457 154.656331) - (xy 137.343669 154.818543) (xy 137.455134 154.904073) (xy 135.850925 156.508283) (xy 135.850925 156.508284) - (xy 135.954285 156.601963) (xy 135.95429 156.601967) (xy 136.270584 156.836547) (xy 136.608359 157.039001) - (xy 136.964354 157.207374) (xy 137.335124 157.340039) (xy 137.717131 157.435728) (xy 138.106662 157.493509) - (xy 138.106676 157.49351) (xy 138.499996 157.512834) (xy 138.500004 157.512834) (xy 138.893323 157.49351) - (xy 138.893337 157.493509) (xy 139.282868 157.435728) (xy 139.664874 157.340039) (xy 139.664875 157.340039) - (xy 140.035645 157.207374) (xy 140.39164 157.039001) (xy 140.729415 156.836547) (xy 141.045709 156.601967) - (xy 141.045715 156.601963) (xy 141.149073 156.508284) (xy 141.149073 156.508283) (xy 139.544864 154.904074) - (xy 139.656331 154.818543) (xy 139.818543 154.656331) (xy 139.904074 154.544864) (xy 141.508283 156.149073) - (xy 141.508284 156.149073) (xy 141.601963 156.045715) (xy 141.601967 156.045709) (xy 141.836547 155.729415) - (xy 142.039001 155.39164) (xy 142.207374 155.035645) (xy 142.340039 154.664875) (xy 142.340039 154.664874) - (xy 142.435728 154.282868) (xy 142.493509 153.893337) (xy 142.49351 153.893323) (xy 142.512834 153.500003) - (xy 142.512834 153.499996) (xy 142.49351 153.106676) (xy 142.493509 153.106662) (xy 142.435728 152.717131) - (xy 142.340039 152.335125) (xy 142.340039 152.335124) (xy 142.207374 151.964354) (xy 142.039001 151.608359) - (xy 141.836547 151.270584) (xy 141.601967 150.95429) (xy 141.601963 150.954285) (xy 141.508283 150.850925) - (xy 139.904073 152.455134) (xy 139.818543 152.343669) (xy 139.656331 152.181457) (xy 139.544864 152.095925) - (xy 141.149073 150.491716) (xy 141.149072 150.491715) (xy 141.045713 150.398036) (xy 141.045708 150.398031) - (xy 140.729415 150.163452) (xy 140.39164 149.960998) (xy 140.035645 149.792625) (xy 139.664875 149.65996) - (xy 139.282868 149.564271) (xy 138.893337 149.50649) (xy 138.893323 149.506489) (xy 138.500004 149.487166) - (xy 138.499996 149.487166) (xy 138.106676 149.506489) (xy 138.106662 149.50649) (xy 137.717131 149.564271) - (xy 137.335125 149.65996) (xy 137.335124 149.65996) (xy 136.964354 149.792625) (xy 136.608359 149.960998) - (xy 136.270584 150.163452) (xy 135.954291 150.398031) (xy 135.954285 150.398036) (xy 135.850926 150.491715) - (xy 135.850925 150.491715) (xy 137.455135 152.095925) (xy 137.343669 152.181457) (xy 137.181457 152.343669) - (xy 137.095925 152.455135) (xy 135.491715 150.850925) (xy 135.491715 150.850926) (xy 135.398036 150.954285) - (xy 135.398031 150.954291) (xy 135.163452 151.270584) (xy 134.960998 151.608359) (xy 134.792625 151.964354) - (xy 134.65996 152.335124) (xy 134.65996 152.335125) (xy 134.564271 152.717131) (xy 134.50649 153.106662) - (xy 134.506489 153.106676) (xy 134.487166 153.499996) (xy 133.0755 153.499996) (xy 133.0755 147.999995) - (xy 150.986807 147.999995) (xy 150.986807 148.000004) (xy 151.005556 148.274116) (xy 151.005557 148.274122) - (xy 151.005558 148.27413) (xy 151.036217 148.42167) (xy 151.06146 148.543146) (xy 151.061462 148.543153) - (xy 151.153477 148.802058) (xy 151.243372 148.975549) (xy 151.279892 149.046028) (xy 151.347797 149.142227) - (xy 151.438343 149.270502) (xy 151.625889 149.471314) (xy 151.839031 149.644718) (xy 152.0738 149.787484) - (xy 152.325823 149.896953) (xy 152.590404 149.971085) (xy 152.685504 149.984156) (xy 152.862604 150.008499) - (xy 152.862615 150.0085) (xy 153.137385 150.0085) (xy 153.137395 150.008499) (xy 153.266945 149.990692) - (xy 153.409596 149.971085) (xy 153.674177 149.896953) (xy 153.9262 149.787484) (xy 154.160969 149.644718) - (xy 154.293667 149.53676) (xy 154.359132 149.509286) (xy 154.373184 149.5085) (xy 154.748061 149.5085) - (xy 154.748085 149.508501) (xy 154.753278 149.508501) (xy 154.990719 149.508501) (xy 154.990722 149.508501) - (xy 155.225241 149.471356) (xy 155.451063 149.397982) (xy 155.662627 149.290185) (xy 155.780346 149.204657) - (xy 155.854722 149.15062) (xy 156.02262 148.982722) (xy 156.029793 148.975549) (xy 156.029804 148.975535) - (xy 157.005345 147.999995) (xy 165.986807 147.999995) (xy 165.986807 148.000004) (xy 166.005556 148.274116) - (xy 166.005557 148.274122) (xy 166.005558 148.27413) (xy 166.036217 148.42167) (xy 166.06146 148.543146) - (xy 166.061462 148.543153) (xy 166.153477 148.802058) (xy 166.243372 148.975549) (xy 166.279892 149.046028) - (xy 166.347797 149.142227) (xy 166.438343 149.270502) (xy 166.625889 149.471314) (xy 166.839031 149.644718) - (xy 167.0738 149.787484) (xy 167.325823 149.896953) (xy 167.590404 149.971085) (xy 167.685504 149.984156) - (xy 167.862604 150.008499) (xy 167.862615 150.0085) (xy 168.137385 150.0085) (xy 168.137395 150.008499) - (xy 168.266945 149.990692) (xy 168.409596 149.971085) (xy 168.674177 149.896953) (xy 168.9262 149.787484) - (xy 169.160969 149.644718) (xy 169.160978 149.644711) (xy 169.163613 149.642852) (xy 169.164577 149.642522) - (xy 169.164646 149.642481) (xy 169.164655 149.642496) (xy 169.230802 149.619915) (xy 169.299726 149.636945) - (xy 169.32536 149.656702) (xy 172.819272 153.150615) (xy 172.819275 153.150617) (xy 172.819278 153.15062) - (xy 173.011373 153.290185) (xy 173.222937 153.397982) (xy 173.448759 153.471356) (xy 173.683278 153.5085) - (xy 173.920722 153.5085) (xy 191.134061 153.5085) (xy 191.134085 153.508501) (xy 191.139278 153.508501) - (xy 191.376719 153.508501) (xy 191.376722 153.508501) (xy 191.430419 153.499996) (xy 206.487166 153.499996) - (xy 206.487166 153.500003) (xy 206.506489 153.893323) (xy 206.50649 153.893337) (xy 206.564271 154.282868) - (xy 206.65996 154.664874) (xy 206.65996 154.664875) (xy 206.792625 155.035645) (xy 206.960998 155.39164) - (xy 207.163452 155.729415) (xy 207.398031 156.045708) (xy 207.398036 156.045713) (xy 207.491715 156.149072) - (xy 207.491716 156.149073) (xy 209.095925 154.544863) (xy 209.181457 154.656331) (xy 209.343669 154.818543) - (xy 209.455134 154.904073) (xy 207.850925 156.508283) (xy 207.850925 156.508284) (xy 207.954285 156.601963) - (xy 207.95429 156.601967) (xy 208.270584 156.836547) (xy 208.608359 157.039001) (xy 208.964354 157.207374) - (xy 209.335124 157.340039) (xy 209.717131 157.435728) (xy 210.106662 157.493509) (xy 210.106676 157.49351) - (xy 210.499996 157.512834) (xy 210.500004 157.512834) (xy 210.893323 157.49351) (xy 210.893337 157.493509) - (xy 211.282868 157.435728) (xy 211.664874 157.340039) (xy 211.664875 157.340039) (xy 212.035645 157.207374) - (xy 212.39164 157.039001) (xy 212.729415 156.836547) (xy 213.045709 156.601967) (xy 213.045715 156.601963) - (xy 213.149073 156.508284) (xy 213.149073 156.508283) (xy 211.544864 154.904074) (xy 211.656331 154.818543) - (xy 211.818543 154.656331) (xy 211.904074 154.544864) (xy 213.508283 156.149073) (xy 213.508284 156.149073) - (xy 213.601963 156.045715) (xy 213.601967 156.045709) (xy 213.836547 155.729415) (xy 214.039001 155.39164) - (xy 214.207374 155.035645) (xy 214.340039 154.664875) (xy 214.340039 154.664874) (xy 214.435728 154.282868) - (xy 214.493509 153.893337) (xy 214.49351 153.893323) (xy 214.512834 153.500003) (xy 214.512834 153.499996) - (xy 214.49351 153.106676) (xy 214.493509 153.106662) (xy 214.435728 152.717131) (xy 214.340039 152.335125) - (xy 214.340039 152.335124) (xy 214.207374 151.964354) (xy 214.039001 151.608359) (xy 213.836547 151.270584) - (xy 213.601967 150.95429) (xy 213.601963 150.954285) (xy 213.508283 150.850925) (xy 211.904073 152.455134) - (xy 211.818543 152.343669) (xy 211.656331 152.181457) (xy 211.544864 152.095925) (xy 213.149073 150.491716) - (xy 213.149072 150.491715) (xy 213.045713 150.398036) (xy 213.045708 150.398031) (xy 212.729415 150.163452) - (xy 212.39164 149.960998) (xy 212.035645 149.792625) (xy 211.664875 149.65996) (xy 211.282868 149.564271) - (xy 210.893337 149.50649) (xy 210.893323 149.506489) (xy 210.500004 149.487166) (xy 210.499996 149.487166) - (xy 210.106676 149.506489) (xy 210.106662 149.50649) (xy 209.717131 149.564271) (xy 209.335125 149.65996) - (xy 209.335124 149.65996) (xy 208.964354 149.792625) (xy 208.608359 149.960998) (xy 208.270584 150.163452) - (xy 207.954291 150.398031) (xy 207.954285 150.398036) (xy 207.850926 150.491715) (xy 207.850925 150.491715) - (xy 209.455135 152.095925) (xy 209.343669 152.181457) (xy 209.181457 152.343669) (xy 209.095925 152.455135) - (xy 207.491715 150.850925) (xy 207.491715 150.850926) (xy 207.398036 150.954285) (xy 207.398031 150.954291) - (xy 207.163452 151.270584) (xy 206.960998 151.608359) (xy 206.792625 151.964354) (xy 206.65996 152.335124) - (xy 206.65996 152.335125) (xy 206.564271 152.717131) (xy 206.50649 153.106662) (xy 206.506489 153.106676) - (xy 206.487166 153.499996) (xy 191.430419 153.499996) (xy 191.611241 153.471356) (xy 191.837063 153.397982) - (xy 192.048627 153.290185) (xy 192.240722 153.15062) (xy 192.40862 152.982722) (xy 192.415793 152.975549) - (xy 192.415804 152.975535) (xy 195.845937 149.545405) (xy 195.908249 149.511379) (xy 195.935032 149.5085) - (xy 196.126816 149.5085) (xy 196.194937 149.528502) (xy 196.206334 149.53676) (xy 196.339031 149.644718) - (xy 196.5738 149.787484) (xy 196.825823 149.896953) (xy 197.090404 149.971085) (xy 197.185504 149.984156) - (xy 197.362604 150.008499) (xy 197.362615 150.0085) (xy 197.637385 150.0085) (xy 197.637395 150.008499) - (xy 197.766945 149.990692) (xy 197.909596 149.971085) (xy 198.174177 149.896953) (xy 198.4262 149.787484) - (xy 198.660969 149.644718) (xy 198.874111 149.471314) (xy 199.061657 149.270502) (xy 199.220111 149.046023) - (xy 199.346523 148.802058) (xy 199.438538 148.543153) (xy 199.494442 148.27413) (xy 199.513193 148) - (xy 199.494442 147.72587) (xy 199.438538 147.456847) (xy 199.346523 147.197942) (xy 199.220111 146.953977) - (xy 199.061657 146.729498) (xy 198.874111 146.528686) (xy 198.660969 146.355282) (xy 198.4262 146.212516) - (xy 198.426201 146.212516) (xy 198.426197 146.212514) (xy 198.17418 146.103048) (xy 198.174178 146.103047) - (xy 198.174177 146.103047) (xy 198.041886 146.065981) (xy 197.909593 146.028914) (xy 197.637395 145.9915) - (xy 197.637385 145.9915) (xy 197.362615 145.9915) (xy 197.362604 145.9915) (xy 197.090406 146.028914) - (xy 196.825819 146.103048) (xy 196.573802 146.212514) (xy 196.423349 146.304007) (xy 196.339035 146.35528) - (xy 196.339028 146.355284) (xy 196.206333 146.46324) (xy 196.140868 146.490714) (xy 196.126816 146.4915) - (xy 195.376722 146.4915) (xy 195.139278 146.4915) (xy 194.904759 146.528644) (xy 194.904753 146.528645) - (xy 194.678941 146.602016) (xy 194.678935 146.602019) (xy 194.467369 146.709817) (xy 194.275275 146.849382) - (xy 194.275272 146.849384) (xy 190.670064 150.454595) (xy 190.607752 150.48862) (xy 190.580969 150.4915) - (xy 174.479032 150.4915) (xy 174.410911 150.471498) (xy 174.389937 150.454595) (xy 170.95703 147.021689) - (xy 170.95701 147.021667) (xy 170.784727 146.849384) (xy 170.784724 146.849382) (xy 170.784722 146.84938) - (xy 170.592627 146.709815) (xy 170.381063 146.602018) (xy 170.38106 146.602017) (xy 170.381058 146.602016) - (xy 170.155245 146.528645) (xy 170.155243 146.528644) (xy 170.155241 146.528644) (xy 169.920722 146.491499) - (xy 169.683278 146.491499) (xy 169.678085 146.491499) (xy 169.678061 146.4915) (xy 169.373184 146.4915) - (xy 169.305063 146.471498) (xy 169.293667 146.46324) (xy 169.195398 146.383292) (xy 169.160969 146.355282) - (xy 168.9262 146.212516) (xy 168.926201 146.212516) (xy 168.926197 146.212514) (xy 168.67418 146.103048) - (xy 168.674178 146.103047) (xy 168.674177 146.103047) (xy 168.541886 146.065981) (xy 168.409593 146.028914) - (xy 168.137395 145.9915) (xy 168.137385 145.9915) (xy 167.862615 145.9915) (xy 167.862604 145.9915) - (xy 167.590406 146.028914) (xy 167.325819 146.103048) (xy 167.073802 146.212514) (xy 166.923349 146.304007) - (xy 166.839035 146.35528) (xy 166.839028 146.355284) (xy 166.625886 146.528688) (xy 166.438343 146.729498) - (xy 166.279892 146.953971) (xy 166.153477 147.197941) (xy 166.061462 147.456845) (xy 166.06146 147.456853) - (xy 166.005557 147.725877) (xy 166.005556 147.725883) (xy 165.986807 147.999995) (xy 157.005345 147.999995) - (xy 159.459937 145.545405) (xy 159.522249 145.511379) (xy 159.549032 145.5085) (xy 176.808969 145.5085) - (xy 176.87709 145.528502) (xy 176.898064 145.545405) (xy 180.503272 149.150615) (xy 180.503275 149.150617) - (xy 180.503278 149.15062) (xy 180.695373 149.290185) (xy 180.906937 149.397982) (xy 181.132759 149.471356) - (xy 181.367278 149.5085) (xy 181.604722 149.5085) (xy 181.626816 149.5085) (xy 181.694937 149.528502) - (xy 181.706334 149.53676) (xy 181.839031 149.644718) (xy 182.0738 149.787484) (xy 182.325823 149.896953) - (xy 182.590404 149.971085) (xy 182.685504 149.984156) (xy 182.862604 150.008499) (xy 182.862615 150.0085) - (xy 183.137385 150.0085) (xy 183.137395 150.008499) (xy 183.266945 149.990692) (xy 183.409596 149.971085) - (xy 183.674177 149.896953) (xy 183.9262 149.787484) (xy 184.160969 149.644718) (xy 184.374111 149.471314) - (xy 184.561657 149.270502) (xy 184.720111 149.046023) (xy 184.846523 148.802058) (xy 184.938538 148.543153) - (xy 184.994442 148.27413) (xy 185.013193 148) (xy 184.994442 147.72587) (xy 184.938538 147.456847) - (xy 184.846523 147.197942) (xy 184.720111 146.953977) (xy 184.561657 146.729498) (xy 184.374111 146.528686) - (xy 184.160969 146.355282) (xy 183.9262 146.212516) (xy 183.926201 146.212516) (xy 183.926197 146.212514) - (xy 183.67418 146.103048) (xy 183.674178 146.103047) (xy 183.674177 146.103047) (xy 183.541886 146.065981) - (xy 183.409593 146.028914) (xy 183.137395 145.9915) (xy 183.137385 145.9915) (xy 182.862615 145.9915) - (xy 182.862604 145.9915) (xy 182.590406 146.028914) (xy 182.325819 146.103048) (xy 182.073801 146.212515) - (xy 182.007918 146.252579) (xy 181.939322 146.270882) (xy 181.871719 146.249194) (xy 181.853357 146.234016) - (xy 178.64103 143.021689) (xy 178.64101 143.021667) (xy 178.468727 142.849384) (xy 178.468724 142.849382) - (xy 178.468722 142.84938) (xy 178.276627 142.709815) (xy 178.065063 142.602018) (xy 178.06506 142.602017) - (xy 178.065058 142.602016) (xy 177.839245 142.528645) (xy 177.839243 142.528644) (xy 177.839241 142.528644) - (xy 177.604722 142.491499) (xy 177.367278 142.491499) (xy 177.362085 142.491499) (xy 177.362061 142.4915) - (xy 158.990722 142.4915) (xy 158.753278 142.4915) (xy 158.518759 142.528644) (xy 158.518753 142.528645) - (xy 158.292941 142.602016) (xy 158.292935 142.602019) (xy 158.081369 142.709817) (xy 157.889275 142.849382) - (xy 157.889272 142.849384) (xy 154.36401 146.374647) (xy 154.301698 146.408673) (xy 154.230883 146.403608) - (xy 154.195399 146.383292) (xy 154.160967 146.35528) (xy 153.9262 146.212516) (xy 153.67418 146.103048) - (xy 153.674178 146.103047) (xy 153.674177 146.103047) (xy 153.541886 146.065981) (xy 153.409593 146.028914) - (xy 153.137395 145.9915) (xy 153.137385 145.9915) (xy 152.862615 145.9915) (xy 152.862604 145.9915) - (xy 152.590406 146.028914) (xy 152.325819 146.103048) (xy 152.073802 146.212514) (xy 151.923349 146.304007) - (xy 151.839035 146.35528) (xy 151.839028 146.355284) (xy 151.625886 146.528688) (xy 151.438343 146.729498) - (xy 151.279892 146.953971) (xy 151.153477 147.197941) (xy 151.061462 147.456845) (xy 151.06146 147.456853) - (xy 151.005557 147.725877) (xy 151.005556 147.725883) (xy 150.986807 147.999995) (xy 133.0755 147.999995) - (xy 133.0755 139.499995) (xy 150.986807 139.499995) (xy 150.986807 139.500004) (xy 151.005556 139.774116) - (xy 151.005557 139.774122) (xy 151.005558 139.77413) (xy 151.036217 139.92167) (xy 151.06146 140.043146) - (xy 151.061462 140.043154) (xy 151.153477 140.302058) (xy 151.279892 140.546028) (xy 151.347797 140.642227) - (xy 151.438343 140.770502) (xy 151.625889 140.971314) (xy 151.839031 141.144718) (xy 152.0738 141.287484) - (xy 152.325823 141.396953) (xy 152.590404 141.471085) (xy 152.685504 141.484156) (xy 152.862604 141.508499) - (xy 152.862615 141.5085) (xy 153.137385 141.5085) (xy 153.137395 141.508499) (xy 153.266945 141.490692) - (xy 153.409596 141.471085) (xy 153.674177 141.396953) (xy 153.9262 141.287484) (xy 154.160969 141.144718) - (xy 154.374111 140.971314) (xy 154.561657 140.770502) (xy 154.720111 140.546023) (xy 154.846523 140.302058) - (xy 154.938538 140.043153) (xy 154.994442 139.77413) (xy 155.013193 139.5) (xy 154.994442 139.22587) - (xy 154.938538 138.956847) (xy 154.846523 138.697942) (xy 154.720111 138.453977) (xy 154.561657 138.229498) - (xy 154.374111 138.028686) (xy 154.160969 137.855282) (xy 153.9262 137.712516) (xy 153.926201 137.712516) - (xy 153.926197 137.712514) (xy 153.67418 137.603048) (xy 153.674178 137.603047) (xy 153.674177 137.603047) - (xy 153.476052 137.547535) (xy 153.409593 137.528914) (xy 153.137395 137.4915) (xy 153.137385 137.4915) - (xy 152.862615 137.4915) (xy 152.862604 137.4915) (xy 152.590406 137.528914) (xy 152.325819 137.603048) - (xy 152.073802 137.712514) (xy 151.839028 137.855284) (xy 151.625886 138.028688) (xy 151.438343 138.229498) - (xy 151.279892 138.453971) (xy 151.153477 138.697941) (xy 151.061462 138.956845) (xy 151.06146 138.956853) - (xy 151.005557 139.225877) (xy 151.005556 139.225883) (xy 150.986807 139.499995) (xy 133.0755 139.499995) - (xy 133.0755 127.45135) (xy 143.4915 127.45135) (xy 143.4915 134.548649) (xy 143.498009 134.609196) - (xy 143.498011 134.609204) (xy 143.54911 134.746202) (xy 143.549112 134.746207) (xy 143.636738 134.863261) - (xy 143.753792 134.950887) (xy 143.753794 134.950888) (xy 143.753796 134.950889) (xy 143.812875 134.972924) - (xy 143.890795 135.001988) (xy 143.890803 135.00199) (xy 143.95135 135.008499) (xy 143.951355 135.008499) - (xy 143.951362 135.0085) (xy 143.951368 135.0085) (xy 146.048632 135.0085) (xy 146.048638 135.0085) - (xy 146.048645 135.008499) (xy 146.048649 135.008499) (xy 146.109196 135.00199) (xy 146.109199 135.001989) - (xy 146.109201 135.001989) (xy 146.246204 134.950889) (xy 146.363261 134.863261) (xy 146.450889 134.746204) - (xy 146.501989 134.609201) (xy 146.5085 134.548638) (xy 146.5085 132.6345) (xy 146.528502 132.56638) - (xy 146.582158 132.519887) (xy 146.6345 132.508501) (xy 146.844719 132.508501) (xy 146.844722 132.508501) - (xy 147.079241 132.471356) (xy 147.305063 132.397982) (xy 147.516627 132.290185) (xy 147.708722 132.15062) - (xy 147.87662 131.982722) (xy 147.883792 131.97555) (xy 147.883802 131.975537) (xy 148.658906 131.200433) - (xy 148.721217 131.16641) (xy 148.792033 131.171475) (xy 148.837095 131.200436) (xy 149.616204 131.979545) - (xy 149.616233 131.979576) (xy 149.787272 132.150615) (xy 149.787275 132.150617) (xy 149.787278 132.15062) - (xy 149.979373 132.290185) (xy 150.190937 132.397982) (xy 150.416759 132.471356) (xy 150.651278 132.508501) - (xy 150.651281 132.508501) (xy 150.893915 132.508501) (xy 150.893939 132.5085) (xy 151.3655 132.5085) - (xy 151.433621 132.528502) (xy 151.480114 132.582158) (xy 151.4915 132.6345) (xy 151.4915 134.548649) - (xy 151.498009 134.609196) (xy 151.498011 134.609204) (xy 151.54911 134.746202) (xy 151.549112 134.746207) - (xy 151.636738 134.863261) (xy 151.753792 134.950887) (xy 151.753794 134.950888) (xy 151.753796 134.950889) - (xy 151.812875 134.972924) (xy 151.890795 135.001988) (xy 151.890803 135.00199) (xy 151.95135 135.008499) - (xy 151.951355 135.008499) (xy 151.951362 135.0085) (xy 151.951368 135.0085) (xy 154.048632 135.0085) - (xy 154.048638 135.0085) (xy 154.048645 135.008499) (xy 154.048649 135.008499) (xy 154.109196 135.00199) - (xy 154.109199 135.001989) (xy 154.109201 135.001989) (xy 154.246204 134.950889) (xy 154.363261 134.863261) - (xy 154.450889 134.746204) (xy 154.501989 134.609201) (xy 154.5085 134.548638) (xy 154.5085 132.6345) - (xy 154.528502 132.566379) (xy 154.582158 132.519886) (xy 154.6345 132.5085) (xy 155.3655 132.5085) - (xy 155.433621 132.528502) (xy 155.480114 132.582158) (xy 155.4915 132.6345) (xy 155.4915 134.548649) - (xy 155.498009 134.609196) (xy 155.498011 134.609204) (xy 155.54911 134.746202) (xy 155.549112 134.746207) - (xy 155.636738 134.863261) (xy 155.753792 134.950887) (xy 155.753794 134.950888) (xy 155.753796 134.950889) - (xy 155.812875 134.972924) (xy 155.890795 135.001988) (xy 155.890803 135.00199) (xy 155.95135 135.008499) - (xy 155.951355 135.008499) (xy 155.951362 135.0085) (xy 155.951368 135.0085) (xy 158.048632 135.0085) - (xy 158.048638 135.0085) (xy 158.048645 135.008499) (xy 158.048649 135.008499) (xy 158.109196 135.00199) - (xy 158.109199 135.001989) (xy 158.109201 135.001989) (xy 158.246204 134.950889) (xy 158.363261 134.863261) - (xy 158.450889 134.746204) (xy 158.501989 134.609201) (xy 158.5085 134.548638) (xy 158.5085 132.6345) - (xy 158.528502 132.566379) (xy 158.582158 132.519886) (xy 158.6345 132.5085) (xy 158.794061 132.5085) - (xy 158.794085 132.508501) (xy 158.799278 132.508501) (xy 159.036719 132.508501) (xy 159.036722 132.508501) - (xy 159.271241 132.471356) (xy 159.497063 132.397982) (xy 159.708627 132.290185) (xy 159.900722 132.15062) - (xy 160.06862 131.982722) (xy 160.075789 131.975553) (xy 160.075799 131.97554) (xy 160.977906 131.073433) - (xy 161.040216 131.03941) (xy 161.111032 131.044475) (xy 161.156094 131.073436) (xy 162.065379 131.982721) - (xy 162.06538 131.982722) (xy 162.233278 132.15062) (xy 162.425373 132.290185) (xy 162.636937 132.397982) - (xy 162.862759 132.471356) (xy 163.097278 132.5085) (xy 163.3655 132.5085) (xy 163.433621 132.528502) - (xy 163.480114 132.582158) (xy 163.4915 132.6345) (xy 163.4915 135.622892) (xy 163.471498 135.691013) - (xy 163.457587 135.708892) (xy 163.438346 135.729493) (xy 163.43834 135.729502) (xy 163.279892 135.953971) - (xy 163.153477 136.197941) (xy 163.061462 136.456845) (xy 163.06146 136.456853) (xy 163.005557 136.725877) - (xy 163.005556 136.725883) (xy 162.986807 136.999995) (xy 162.986807 137.000004) (xy 163.005556 137.274116) - (xy 163.005557 137.274122) (xy 163.005558 137.27413) (xy 163.036217 137.42167) (xy 163.06146 137.543146) - (xy 163.061462 137.543154) (xy 163.153477 137.802058) (xy 163.279892 138.046028) (xy 163.347797 138.142227) - (xy 163.438343 138.270502) (xy 163.625889 138.471314) (xy 163.839031 138.644718) (xy 164.0738 138.787484) - (xy 164.325823 138.896953) (xy 164.590404 138.971085) (xy 164.685504 138.984156) (xy 164.862604 139.008499) - (xy 164.862615 139.0085) (xy 165.137385 139.0085) (xy 165.137395 139.008499) (xy 165.266945 138.990692) - (xy 165.409596 138.971085) (xy 165.674177 138.896953) (xy 165.891271 138.802655) (xy 165.961718 138.793863) - (xy 166.025739 138.824554) (xy 166.063003 138.884984) (xy 166.061746 138.952464) (xy 166.062622 138.95271) - (xy 166.06146 138.956853) (xy 166.005557 139.225877) (xy 166.005556 139.225883) (xy 165.986807 139.499995) - (xy 165.986807 139.500004) (xy 166.005556 139.774116) (xy 166.005557 139.774122) (xy 166.005558 139.77413) - (xy 166.036217 139.92167) (xy 166.06146 140.043146) (xy 166.061462 140.043154) (xy 166.153477 140.302058) - (xy 166.279892 140.546028) (xy 166.347797 140.642227) (xy 166.438343 140.770502) (xy 166.625889 140.971314) - (xy 166.839031 141.144718) (xy 167.0738 141.287484) (xy 167.325823 141.396953) (xy 167.590404 141.471085) - (xy 167.685504 141.484156) (xy 167.862604 141.508499) (xy 167.862615 141.5085) (xy 168.137385 141.5085) - (xy 168.137395 141.508499) (xy 168.266945 141.490692) (xy 168.409596 141.471085) (xy 168.674177 141.396953) - (xy 168.9262 141.287484) (xy 169.160969 141.144718) (xy 169.374111 140.971314) (xy 169.561657 140.770502) - (xy 169.720111 140.546023) (xy 169.846523 140.302058) (xy 169.938538 140.043153) (xy 169.994442 139.77413) - (xy 170.013193 139.5) (xy 170.013193 139.499995) (xy 180.986807 139.499995) (xy 180.986807 139.500004) - (xy 181.005556 139.774116) (xy 181.005557 139.774122) (xy 181.005558 139.77413) (xy 181.036217 139.92167) - (xy 181.06146 140.043146) (xy 181.061462 140.043154) (xy 181.153477 140.302058) (xy 181.279892 140.546028) - (xy 181.347797 140.642227) (xy 181.438343 140.770502) (xy 181.625889 140.971314) (xy 181.839031 141.144718) - (xy 182.0738 141.287484) (xy 182.325823 141.396953) (xy 182.590404 141.471085) (xy 182.685504 141.484156) - (xy 182.862604 141.508499) (xy 182.862615 141.5085) (xy 183.137385 141.5085) (xy 183.137395 141.508499) - (xy 183.266945 141.490692) (xy 183.409596 141.471085) (xy 183.674177 141.396953) (xy 183.9262 141.287484) - (xy 184.160969 141.144718) (xy 184.374111 140.971314) (xy 184.561657 140.770502) (xy 184.720111 140.546023) - (xy 184.846523 140.302058) (xy 184.938538 140.043153) (xy 184.994442 139.77413) (xy 185.013193 139.5) - (xy 185.013193 139.499995) (xy 195.486807 139.499995) (xy 195.486807 139.500004) (xy 195.505556 139.774116) - (xy 195.505557 139.774122) (xy 195.505558 139.77413) (xy 195.536217 139.92167) (xy 195.56146 140.043146) - (xy 195.561462 140.043154) (xy 195.653477 140.302058) (xy 195.779892 140.546028) (xy 195.847797 140.642227) - (xy 195.938343 140.770502) (xy 196.125889 140.971314) (xy 196.339031 141.144718) (xy 196.5738 141.287484) - (xy 196.825823 141.396953) (xy 197.090404 141.471085) (xy 197.185504 141.484156) (xy 197.362604 141.508499) - (xy 197.362615 141.5085) (xy 197.637385 141.5085) (xy 197.637395 141.508499) (xy 197.766945 141.490692) - (xy 197.909596 141.471085) (xy 198.174177 141.396953) (xy 198.4262 141.287484) (xy 198.660969 141.144718) - (xy 198.874111 140.971314) (xy 199.061657 140.770502) (xy 199.220111 140.546023) (xy 199.346523 140.302058) - (xy 199.438538 140.043153) (xy 199.494442 139.77413) (xy 199.513193 139.5) (xy 199.494442 139.22587) - (xy 199.438538 138.956847) (xy 199.346523 138.697942) (xy 199.220111 138.453977) (xy 199.061657 138.229498) - (xy 198.874111 138.028686) (xy 198.660969 137.855282) (xy 198.4262 137.712516) (xy 198.426201 137.712516) - (xy 198.426197 137.712514) (xy 198.17418 137.603048) (xy 198.174178 137.603047) (xy 198.174177 137.603047) - (xy 197.976052 137.547535) (xy 197.909593 137.528914) (xy 197.637395 137.4915) (xy 197.637385 137.4915) - (xy 197.362615 137.4915) (xy 197.362604 137.4915) (xy 197.090406 137.528914) (xy 196.825819 137.603048) - (xy 196.573802 137.712514) (xy 196.339028 137.855284) (xy 196.125886 138.028688) (xy 195.938343 138.229498) - (xy 195.779892 138.453971) (xy 195.653477 138.697941) (xy 195.561462 138.956845) (xy 195.56146 138.956853) - (xy 195.505557 139.225877) (xy 195.505556 139.225883) (xy 195.486807 139.499995) (xy 185.013193 139.499995) - (xy 184.994442 139.22587) (xy 184.938538 138.956847) (xy 184.846523 138.697942) (xy 184.720111 138.453977) - (xy 184.561657 138.229498) (xy 184.374111 138.028686) (xy 184.160969 137.855282) (xy 183.9262 137.712516) - (xy 183.926201 137.712516) (xy 183.926197 137.712514) (xy 183.67418 137.603048) (xy 183.674178 137.603047) - (xy 183.674177 137.603047) (xy 183.476052 137.547535) (xy 183.409593 137.528914) (xy 183.137395 137.4915) - (xy 183.137385 137.4915) (xy 182.862615 137.4915) (xy 182.862604 137.4915) (xy 182.590406 137.528914) - (xy 182.325819 137.603048) (xy 182.073802 137.712514) (xy 181.839028 137.855284) (xy 181.625886 138.028688) - (xy 181.438343 138.229498) (xy 181.279892 138.453971) (xy 181.153477 138.697941) (xy 181.061462 138.956845) - (xy 181.06146 138.956853) (xy 181.005557 139.225877) (xy 181.005556 139.225883) (xy 180.986807 139.499995) - (xy 170.013193 139.499995) (xy 169.994442 139.22587) (xy 169.938538 138.956847) (xy 169.846523 138.697942) - (xy 169.720111 138.453977) (xy 169.561657 138.229498) (xy 169.374111 138.028686) (xy 169.160969 137.855282) - (xy 168.9262 137.712516) (xy 168.926201 137.712516) (xy 168.926197 137.712514) (xy 168.67418 137.603048) - (xy 168.674178 137.603047) (xy 168.674177 137.603047) (xy 168.476052 137.547535) (xy 168.409593 137.528914) - (xy 168.137395 137.4915) (xy 168.137385 137.4915) (xy 167.862615 137.4915) (xy 167.862604 137.4915) - (xy 167.590406 137.528914) (xy 167.325819 137.603048) (xy 167.10873 137.697343) (xy 167.03828 137.706136) - (xy 166.97426 137.675445) (xy 166.936996 137.615014) (xy 166.938252 137.547535) (xy 166.937378 137.54729) - (xy 166.938533 137.543165) (xy 166.938538 137.543153) (xy 166.994442 137.27413) (xy 167.013193 137) - (xy 166.994442 136.72587) (xy 166.938538 136.456847) (xy 166.846523 136.197942) (xy 166.720111 135.953977) - (xy 166.561657 135.729498) (xy 166.561654 135.729495) (xy 166.561653 135.729493) (xy 166.542413 135.708892) - (xy 166.510536 135.645454) (xy 166.5085 135.622892) (xy 166.5085 127.451367) (xy 166.508499 127.45135) - (xy 166.50199 127.390803) (xy 166.501988 127.390795) (xy 166.450889 127.253797) (xy 166.450887 127.253792) - (xy 166.363261 127.136738) (xy 166.246207 127.049112) (xy 166.246202 127.04911) (xy 166.109204 126.998011) - (xy 166.109196 126.998009) (xy 166.048649 126.9915) (xy 166.048638 126.9915) (xy 163.951362 126.9915) - (xy 163.95135 126.9915) (xy 163.890803 126.998009) (xy 163.890795 126.998011) (xy 163.753797 127.04911) - (xy 163.753792 127.049112) (xy 163.636738 127.136738) (xy 163.549112 127.253792) (xy 163.54911 127.253797) - (xy 163.502555 127.378614) (xy 163.460008 127.43545) (xy 163.393488 127.46026) (xy 163.324114 127.445168) - (xy 163.273912 127.394965) (xy 163.2585 127.334581) (xy 163.2585 126.451367) (xy 163.258499 126.45135) - (xy 163.25199 126.390803) (xy 163.251988 126.390795) (xy 163.200889 126.253797) (xy 163.200887 126.253792) - (xy 163.113261 126.136738) (xy 162.996207 126.049112) (xy 162.996202 126.04911) (xy 162.859204 125.998011) - (xy 162.859196 125.998009) (xy 162.798649 125.9915) (xy 162.798638 125.9915) (xy 161.7869 125.9915) - (xy 161.718779 125.971498) (xy 161.672286 125.917842) (xy 161.6609 125.8655) (xy 161.6609 115.7845) - (xy 161.680902 115.716379) (xy 161.734558 115.669886) (xy 161.7869 115.6585) (xy 161.798632 115.6585) - (xy 161.798638 115.6585) (xy 161.798645 115.658499) (xy 161.798649 115.658499) (xy 161.859196 115.65199) - (xy 161.859199 115.651989) (xy 161.859201 115.651989) (xy 161.996204 115.600889) (xy 162.113261 115.513261) - (xy 162.200889 115.396204) (xy 162.251989 115.259201) (xy 162.2585 115.198638) (xy 162.2585 114.101362) - (xy 162.251989 114.040799) (xy 162.251989 114.040798) (xy 162.250177 114.033129) (xy 162.252379 114.032608) - (xy 162.24813 113.97322) (xy 162.25093 113.963682) (xy 162.251989 113.959201) (xy 162.258499 113.898649) - (xy 162.2585 113.898632) (xy 162.2585 112.801367) (xy 162.258499 112.80135) (xy 162.25199 112.740803) - (xy 162.251988 112.740795) (xy 162.200978 112.604035) (xy 162.200889 112.603796) (xy 162.200888 112.603794) - (xy 162.200887 112.603792) (xy 162.113261 112.486738) (xy 161.996207 112.399112) (xy 161.996202 112.39911) - (xy 161.859204 112.348011) (xy 161.859196 112.348009) (xy 161.798649 112.3415) (xy 161.798638 112.3415) - (xy 161.7869 112.3415) (xy 161.718779 112.321498) (xy 161.672286 112.267842) (xy 161.6609 112.2155) - (xy 161.6609 100.6345) (xy 161.680902 100.566379) (xy 161.734558 100.519886) (xy 161.7869 100.5085) - (xy 162.798632 100.5085) (xy 162.798638 100.5085) (xy 162.798645 100.508499) (xy 162.798649 100.508499) - (xy 162.859196 100.50199) (xy 162.859199 100.501989) (xy 162.859201 100.501989) (xy 162.996204 100.450889) - (xy 163.113261 100.363261) (xy 163.200889 100.246204) (xy 163.24496 100.128045) (xy 163.251988 100.109204) - (xy 163.25199 100.109196) (xy 163.258499 100.048649) (xy 163.2585 100.048632) (xy 163.2585 98.665418) - (xy 163.278502 98.597297) (xy 163.332158 98.550804) (xy 163.402432 98.5407) (xy 163.467012 98.570194) - (xy 163.502555 98.621385) (xy 163.54911 98.746203) (xy 163.549112 98.746207) (xy 163.636738 98.863261) - (xy 163.753792 98.950887) (xy 163.753794 98.950888) (xy 163.753796 98.950889) (xy 163.812875 98.972924) - (xy 163.890795 99.001988) (xy 163.890803 99.00199) (xy 163.95135 99.008499) (xy 163.951355 99.008499) - (xy 163.951362 99.0085) (xy 163.951368 99.0085) (xy 166.048632 99.0085) (xy 166.048638 99.0085) - (xy 166.048645 99.008499) (xy 166.048649 99.008499) (xy 166.109196 99.00199) (xy 166.109199 99.001989) - (xy 166.109201 99.001989) (xy 166.246204 98.950889) (xy 166.246799 98.950444) (xy 166.363261 98.863261) - (xy 166.450887 98.746207) (xy 166.450887 98.746206) (xy 166.450889 98.746204) (xy 166.497445 98.621385) - (xy 166.501988 98.609204) (xy 166.50199 98.609196) (xy 166.508499 98.548649) (xy 166.5085 98.548632) - (xy 166.5085 96.6345) (xy 166.528502 96.566379) (xy 166.582158 96.519886) (xy 166.6345 96.5085) - (xy 167.3655 96.5085) (xy 167.433621 96.528502) (xy 167.480114 96.582158) (xy 167.4915 96.6345) - (xy 167.4915 98.548649) (xy 167.498009 98.609196) (xy 167.498011 98.609204) (xy 167.54911 98.746202) - (xy 167.549112 98.746207) (xy 167.636738 98.863261) (xy 167.753792 98.950887) (xy 167.753794 98.950888) - (xy 167.753796 98.950889) (xy 167.812875 98.972924) (xy 167.890795 99.001988) (xy 167.890803 99.00199) - (xy 167.95135 99.008499) (xy 167.951355 99.008499) (xy 167.951362 99.0085) (xy 167.951368 99.0085) - (xy 170.048632 99.0085) (xy 170.048638 99.0085) (xy 170.048645 99.008499) (xy 170.048649 99.008499) - (xy 170.109196 99.00199) (xy 170.109199 99.001989) (xy 170.109201 99.001989) (xy 170.246204 98.950889) - (xy 170.246799 98.950444) (xy 170.363261 98.863261) (xy 170.450887 98.746207) (xy 170.450889 98.746203) - (xy 170.45089 98.746202) (xy 170.497445 98.621385) (xy 170.539992 98.564549) (xy 170.606512 98.539739) - (xy 170.675886 98.554831) (xy 170.726088 98.605033) (xy 170.7415 98.665418) (xy 170.7415 99.548649) - (xy 170.748009 99.609196) (xy 170.748011 99.609204) (xy 170.79911 99.746202) (xy 170.799112 99.746207) - (xy 170.886738 99.863261) (xy 171.003792 99.950887) (xy 171.003794 99.950888) (xy 171.003796 99.950889) - (xy 171.062875 99.972924) (xy 171.140795 100.001988) (xy 171.140803 100.00199) (xy 171.20135 100.008499) - (xy 171.201355 100.008499) (xy 171.201362 100.0085) (xy 172.2131 100.0085) (xy 172.281221 100.028502) - (xy 172.327714 100.082158) (xy 172.3391 100.1345) (xy 172.3391 112.2155) (xy 172.319098 112.283621) - (xy 172.265442 112.330114) (xy 172.2131 112.3415) (xy 172.20135 112.3415) (xy 172.140803 112.348009) - (xy 172.140795 112.348011) (xy 172.003797 112.39911) (xy 172.003792 112.399112) (xy 171.886738 112.486738) - (xy 171.799112 112.603792) (xy 171.79911 112.603797) (xy 171.748011 112.740795) (xy 171.748009 112.740803) - (xy 171.7415 112.80135) (xy 171.7415 113.898649) (xy 171.748009 113.959195) (xy 171.749823 113.966867) - (xy 171.747624 113.967386) (xy 171.751866 114.026799) (xy 171.749068 114.036327) (xy 171.748009 114.040804) - (xy 171.7415 114.10135) (xy 171.7415 115.198649) (xy 171.748009 115.259196) (xy 171.748011 115.259204) - (xy 171.79911 115.396202) (xy 171.799112 115.396207) (xy 171.886738 115.513261) (xy 172.003792 115.600887) - (xy 172.003794 115.600888) (xy 172.003796 115.600889) (xy 172.062875 115.622924) (xy 172.140795 115.651988) - (xy 172.140803 115.65199) (xy 172.20135 115.658499) (xy 172.201355 115.658499) (xy 172.201362 115.6585) - (xy 172.2131 115.6585) (xy 172.281221 115.678502) (xy 172.327714 115.732158) (xy 172.3391 115.7845) - (xy 172.3391 125.3655) (xy 172.319098 125.433621) (xy 172.265442 125.480114) (xy 172.2131 125.4915) - (xy 171.20135 125.4915) (xy 171.140803 125.498009) (xy 171.140795 125.498011) (xy 171.003797 125.54911) - (xy 171.003792 125.549112) (xy 170.886738 125.636738) (xy 170.799112 125.753792) (xy 170.79911 125.753797) - (xy 170.748011 125.890795) (xy 170.748009 125.890803) (xy 170.7415 125.95135) (xy 170.7415 127.334581) - (xy 170.721498 127.402702) (xy 170.667842 127.449195) (xy 170.597568 127.459299) (xy 170.532988 127.429805) - (xy 170.497445 127.378614) (xy 170.450889 127.253797) (xy 170.450887 127.253792) (xy 170.363261 127.136738) - (xy 170.246207 127.049112) (xy 170.246202 127.04911) (xy 170.109204 126.998011) (xy 170.109196 126.998009) - (xy 170.048649 126.9915) (xy 170.048638 126.9915) (xy 167.951362 126.9915) (xy 167.95135 126.9915) - (xy 167.890803 126.998009) (xy 167.890795 126.998011) (xy 167.753797 127.04911) (xy 167.753792 127.049112) - (xy 167.636738 127.136738) (xy 167.549112 127.253792) (xy 167.54911 127.253797) (xy 167.498011 127.390795) - (xy 167.498009 127.390803) (xy 167.4915 127.45135) (xy 167.4915 134.548649) (xy 167.498009 134.609196) - (xy 167.498011 134.609204) (xy 167.54911 134.746202) (xy 167.549112 134.746207) (xy 167.636738 134.863261) - (xy 167.753792 134.950887) (xy 167.753794 134.950888) (xy 167.753796 134.950889) (xy 167.812875 134.972924) - (xy 167.890795 135.001988) (xy 167.890803 135.00199) (xy 167.95135 135.008499) (xy 167.951355 135.008499) - (xy 167.951362 135.0085) (xy 167.951368 135.0085) (xy 170.048632 135.0085) (xy 170.048638 135.0085) - (xy 170.048645 135.008499) (xy 170.048649 135.008499) (xy 170.109196 135.00199) (xy 170.109199 135.001989) - (xy 170.109201 135.001989) (xy 170.246204 134.950889) (xy 170.363261 134.863261) (xy 170.450889 134.746204) - (xy 170.501989 134.609201) (xy 170.5085 134.548638) (xy 170.5085 132.6345) (xy 170.528502 132.56638) - (xy 170.582158 132.519887) (xy 170.6345 132.508501) (xy 170.720719 132.508501) (xy 170.720722 132.508501) - (xy 170.955241 132.471356) (xy 171.181063 132.397982) (xy 171.392627 132.290185) (xy 171.584722 132.15062) - (xy 171.75262 131.982722) (xy 171.759793 131.975549) (xy 171.759804 131.975535) (xy 173.042908 130.692432) - (xy 173.105216 130.658409) (xy 173.176031 130.663474) (xy 173.221094 130.692435) (xy 174.508204 131.979545) - (xy 174.508233 131.979576) (xy 174.679272 132.150615) (xy 174.679275 132.150617) (xy 174.679278 132.15062) - (xy 174.871373 132.290185) (xy 175.082937 132.397982) (xy 175.30876 132.471357) (xy 175.385212 132.483465) - (xy 175.449364 132.513878) (xy 175.486891 132.574146) (xy 175.4915 132.607914) (xy 175.4915 134.548649) - (xy 175.498009 134.609196) (xy 175.498011 134.609204) (xy 175.54911 134.746202) (xy 175.549112 134.746207) - (xy 175.636738 134.863261) (xy 175.753792 134.950887) (xy 175.753794 134.950888) (xy 175.753796 134.950889) - (xy 175.812875 134.972924) (xy 175.890795 135.001988) (xy 175.890803 135.00199) (xy 175.95135 135.008499) - (xy 175.951355 135.008499) (xy 175.951362 135.0085) (xy 175.951368 135.0085) (xy 178.048632 135.0085) - (xy 178.048638 135.0085) (xy 178.048645 135.008499) (xy 178.048649 135.008499) (xy 178.109196 135.00199) - (xy 178.109199 135.001989) (xy 178.109201 135.001989) (xy 178.246204 134.950889) (xy 178.363261 134.863261) - (xy 178.450889 134.746204) (xy 178.501989 134.609201) (xy 178.5085 134.548638) (xy 178.5085 132.6345) - (xy 178.528502 132.566379) (xy 178.582158 132.519886) (xy 178.6345 132.5085) (xy 179.3655 132.5085) - (xy 179.433621 132.528502) (xy 179.480114 132.582158) (xy 179.4915 132.6345) (xy 179.4915 134.548649) - (xy 179.498009 134.609196) (xy 179.498011 134.609204) (xy 179.54911 134.746202) (xy 179.549112 134.746207) - (xy 179.636738 134.863261) (xy 179.753792 134.950887) (xy 179.753794 134.950888) (xy 179.753796 134.950889) - (xy 179.812875 134.972924) (xy 179.890795 135.001988) (xy 179.890803 135.00199) (xy 179.95135 135.008499) - (xy 179.951355 135.008499) (xy 179.951362 135.0085) (xy 179.951368 135.0085) (xy 182.048632 135.0085) - (xy 182.048638 135.0085) (xy 182.048645 135.008499) (xy 182.048649 135.008499) (xy 182.109196 135.00199) - (xy 182.109199 135.001989) (xy 182.109201 135.001989) (xy 182.246204 134.950889) (xy 182.363261 134.863261) - (xy 182.450889 134.746204) (xy 182.501989 134.609201) (xy 182.5085 134.548638) (xy 182.5085 132.599677) - (xy 182.528502 132.531556) (xy 182.582158 132.485063) (xy 182.614785 132.475229) (xy 182.639241 132.471356) - (xy 182.865063 132.397982) (xy 183.076627 132.290185) (xy 183.268722 132.15062) (xy 183.43662 131.982722) - (xy 183.443793 131.975549) (xy 183.443804 131.975535) (xy 184.853905 130.565434) (xy 184.916215 130.53141) - (xy 184.98703 130.536475) (xy 185.032093 130.565436) (xy 186.617272 132.150615) (xy 186.617275 132.150617) - (xy 186.617278 132.15062) (xy 186.809373 132.290185) (xy 187.020937 132.397982) (xy 187.246759 132.471356) - (xy 187.385214 132.493285) (xy 187.449363 132.523695) (xy 187.48689 132.583963) (xy 187.4915 132.617732) - (xy 187.4915 135.622892) (xy 187.471498 135.691013) (xy 187.457587 135.708892) (xy 187.438346 135.729493) - (xy 187.43834 135.729502) (xy 187.279892 135.953971) (xy 187.153477 136.197941) (xy 187.061462 136.456845) - (xy 187.06146 136.456853) (xy 187.005557 136.725877) (xy 187.005556 136.725883) (xy 186.986807 136.999995) - (xy 186.986807 137.000004) (xy 187.005556 137.274116) (xy 187.005557 137.274122) (xy 187.005558 137.27413) - (xy 187.036217 137.42167) (xy 187.06146 137.543146) (xy 187.061462 137.543154) (xy 187.153477 137.802058) - (xy 187.279892 138.046028) (xy 187.347797 138.142227) (xy 187.438343 138.270502) (xy 187.625889 138.471314) - (xy 187.839031 138.644718) (xy 188.0738 138.787484) (xy 188.325823 138.896953) (xy 188.590404 138.971085) - (xy 188.685504 138.984156) (xy 188.862604 139.008499) (xy 188.862615 139.0085) (xy 189.137385 139.0085) - (xy 189.137395 139.008499) (xy 189.266945 138.990692) (xy 189.409596 138.971085) (xy 189.674177 138.896953) - (xy 189.9262 138.787484) (xy 190.160969 138.644718) (xy 190.374111 138.471314) (xy 190.561657 138.270502) - (xy 190.720111 138.046023) (xy 190.846523 137.802058) (xy 190.938538 137.543153) (xy 190.994442 137.27413) - (xy 191.013193 137) (xy 190.994442 136.72587) (xy 190.938538 136.456847) (xy 190.846523 136.197942) - (xy 190.720111 135.953977) (xy 190.561657 135.729498) (xy 190.561654 135.729495) (xy 190.561653 135.729493) - (xy 190.542413 135.708892) (xy 190.510536 135.645454) (xy 190.5085 135.622892) (xy 190.5085 127.451367) - (xy 190.508499 127.45135) (xy 190.50199 127.390803) (xy 190.501988 127.390795) (xy 190.450889 127.253797) - (xy 190.450887 127.253792) (xy 190.363261 127.136738) (xy 190.246207 127.049112) (xy 190.246202 127.04911) - (xy 190.109204 126.998011) (xy 190.109196 126.998009) (xy 190.048649 126.9915) (xy 190.048638 126.9915) - (xy 187.951362 126.9915) (xy 187.95135 126.9915) (xy 187.890803 126.998009) (xy 187.890795 126.998011) - (xy 187.753797 127.04911) (xy 187.753792 127.049112) (xy 187.636738 127.136738) (xy 187.549112 127.253792) - (xy 187.54911 127.253797) (xy 187.502555 127.378614) (xy 187.460008 127.43545) (xy 187.393488 127.46026) - (xy 187.324114 127.445168) (xy 187.273912 127.394965) (xy 187.2585 127.334581) (xy 187.2585 126.451367) - (xy 187.258499 126.45135) (xy 187.25199 126.390803) (xy 187.251988 126.390795) (xy 187.200889 126.253797) - (xy 187.200887 126.253792) (xy 187.113261 126.136738) (xy 186.996207 126.049112) (xy 186.996202 126.04911) - (xy 186.859204 125.998011) (xy 186.859196 125.998009) (xy 186.798649 125.9915) (xy 186.798638 125.9915) - (xy 185.7869 125.9915) (xy 185.718779 125.971498) (xy 185.672286 125.917842) (xy 185.6609 125.8655) - (xy 185.6609 116.1345) (xy 185.680902 116.066379) (xy 185.734558 116.019886) (xy 185.7869 116.0085) - (xy 185.798632 116.0085) (xy 185.798638 116.0085) (xy 185.798645 116.008499) (xy 185.798649 116.008499) - (xy 185.859196 116.00199) (xy 185.859199 116.001989) (xy 185.859201 116.001989) (xy 185.996204 115.950889) - (xy 186.113261 115.863261) (xy 186.200889 115.746204) (xy 186.251989 115.609201) (xy 186.2585 115.548638) - (xy 186.2585 114.451362) (xy 186.251989 114.390799) (xy 186.251989 114.390798) (xy 186.250177 114.383129) - (xy 186.252379 114.382608) (xy 186.24813 114.32322) (xy 186.25093 114.313682) (xy 186.251989 114.309201) - (xy 186.258499 114.248649) (xy 186.2585 114.248632) (xy 186.2585 113.151367) (xy 186.258499 113.15135) - (xy 186.25199 113.090803) (xy 186.251988 113.090795) (xy 186.200889 112.953797) (xy 186.200887 112.953792) - (xy 186.113261 112.836738) (xy 185.996207 112.749112) (xy 185.996202 112.74911) (xy 185.859204 112.698011) - (xy 185.859196 112.698009) (xy 185.798649 112.6915) (xy 185.798638 112.6915) (xy 185.7869 112.6915) - (xy 185.718779 112.671498) (xy 185.672286 112.617842) (xy 185.6609 112.5655) (xy 185.6609 100.6345) - (xy 185.680902 100.566379) (xy 185.734558 100.519886) (xy 185.7869 100.5085) (xy 186.798632 100.5085) - (xy 186.798638 100.5085) (xy 186.798645 100.508499) (xy 186.798649 100.508499) (xy 186.859196 100.50199) - (xy 186.859199 100.501989) (xy 186.859201 100.501989) (xy 186.996204 100.450889) (xy 187.113261 100.363261) - (xy 187.200889 100.246204) (xy 187.24496 100.128045) (xy 187.251988 100.109204) (xy 187.25199 100.109196) - (xy 187.258499 100.048649) (xy 187.2585 100.048632) (xy 187.2585 98.665418) (xy 187.278502 98.597297) - (xy 187.332158 98.550804) (xy 187.402432 98.5407) (xy 187.467012 98.570194) (xy 187.502555 98.621385) - (xy 187.54911 98.746203) (xy 187.549112 98.746207) (xy 187.636738 98.863261) (xy 187.753792 98.950887) - (xy 187.753794 98.950888) (xy 187.753796 98.950889) (xy 187.812875 98.972924) (xy 187.890795 99.001988) - (xy 187.890803 99.00199) (xy 187.95135 99.008499) (xy 187.951355 99.008499) (xy 187.951362 99.0085) - (xy 187.951368 99.0085) (xy 190.048632 99.0085) (xy 190.048638 99.0085) (xy 190.048645 99.008499) - (xy 190.048649 99.008499) (xy 190.109196 99.00199) (xy 190.109199 99.001989) (xy 190.109201 99.001989) - (xy 190.246204 98.950889) (xy 190.246799 98.950444) (xy 190.363261 98.863261) (xy 190.450887 98.746207) - (xy 190.450887 98.746206) (xy 190.450889 98.746204) (xy 190.497445 98.621385) (xy 190.501988 98.609204) - (xy 190.50199 98.609196) (xy 190.508499 98.548649) (xy 190.5085 98.548632) (xy 190.5085 96.6345) - (xy 190.528502 96.566379) (xy 190.582158 96.519886) (xy 190.6345 96.5085) (xy 191.3655 96.5085) - (xy 191.433621 96.528502) (xy 191.480114 96.582158) (xy 191.4915 96.6345) (xy 191.4915 98.548649) - (xy 191.498009 98.609196) (xy 191.498011 98.609204) (xy 191.54911 98.746202) (xy 191.549112 98.746207) - (xy 191.636738 98.863261) (xy 191.753792 98.950887) (xy 191.753794 98.950888) (xy 191.753796 98.950889) - (xy 191.812875 98.972924) (xy 191.890795 99.001988) (xy 191.890803 99.00199) (xy 191.95135 99.008499) - (xy 191.951355 99.008499) (xy 191.951362 99.0085) (xy 191.951368 99.0085) (xy 194.048632 99.0085) - (xy 194.048638 99.0085) (xy 194.048645 99.008499) (xy 194.048649 99.008499) (xy 194.109196 99.00199) - (xy 194.109199 99.001989) (xy 194.109201 99.001989) (xy 194.246204 98.950889) (xy 194.246799 98.950444) - (xy 194.363261 98.863261) (xy 194.450887 98.746207) (xy 194.450889 98.746203) (xy 194.45089 98.746202) - (xy 194.497445 98.621385) (xy 194.539992 98.564549) (xy 194.606512 98.539739) (xy 194.675886 98.554831) - (xy 194.726088 98.605033) (xy 194.7415 98.665418) (xy 194.7415 99.548649) (xy 194.748009 99.609196) - (xy 194.748011 99.609204) (xy 194.79911 99.746202) (xy 194.799112 99.746207) (xy 194.886738 99.863261) - (xy 195.003792 99.950887) (xy 195.003794 99.950888) (xy 195.003796 99.950889) (xy 195.062875 99.972924) - (xy 195.140795 100.001988) (xy 195.140803 100.00199) (xy 195.20135 100.008499) (xy 195.201355 100.008499) - (xy 195.201362 100.0085) (xy 196.2131 100.0085) (xy 196.281221 100.028502) (xy 196.327714 100.082158) - (xy 196.3391 100.1345) (xy 196.3391 112.2155) (xy 196.319098 112.283621) (xy 196.265442 112.330114) - (xy 196.2131 112.3415) (xy 196.20135 112.3415) (xy 196.140803 112.348009) (xy 196.140795 112.348011) - (xy 196.003797 112.39911) (xy 196.003792 112.399112) (xy 195.886738 112.486738) (xy 195.799112 112.603792) - (xy 195.79911 112.603797) (xy 195.748011 112.740795) (xy 195.748009 112.740803) (xy 195.7415 112.80135) - (xy 195.7415 113.898649) (xy 195.748009 113.959195) (xy 195.749823 113.966867) (xy 195.747624 113.967386) - (xy 195.751866 114.026799) (xy 195.749068 114.036327) (xy 195.748009 114.040804) (xy 195.7415 114.10135) - (xy 195.7415 115.198649) (xy 195.748009 115.259196) (xy 195.748011 115.259204) (xy 195.79911 115.396202) - (xy 195.799112 115.396207) (xy 195.886738 115.513261) (xy 196.003792 115.600887) (xy 196.003794 115.600888) - (xy 196.003796 115.600889) (xy 196.062875 115.622924) (xy 196.140795 115.651988) (xy 196.140803 115.65199) - (xy 196.20135 115.658499) (xy 196.201355 115.658499) (xy 196.201362 115.6585) (xy 196.2131 115.6585) - (xy 196.281221 115.678502) (xy 196.327714 115.732158) (xy 196.3391 115.7845) (xy 196.3391 125.3655) - (xy 196.319098 125.433621) (xy 196.265442 125.480114) (xy 196.2131 125.4915) (xy 195.20135 125.4915) - (xy 195.140803 125.498009) (xy 195.140795 125.498011) (xy 195.003797 125.54911) (xy 195.003792 125.549112) - (xy 194.886738 125.636738) (xy 194.799112 125.753792) (xy 194.79911 125.753797) (xy 194.748011 125.890795) - (xy 194.748009 125.890803) (xy 194.7415 125.95135) (xy 194.7415 127.334581) (xy 194.721498 127.402702) - (xy 194.667842 127.449195) (xy 194.597568 127.459299) (xy 194.532988 127.429805) (xy 194.497445 127.378614) - (xy 194.450889 127.253797) (xy 194.450887 127.253792) (xy 194.363261 127.136738) (xy 194.246207 127.049112) - (xy 194.246202 127.04911) (xy 194.109204 126.998011) (xy 194.109196 126.998009) (xy 194.048649 126.9915) - (xy 194.048638 126.9915) (xy 191.951362 126.9915) (xy 191.95135 126.9915) (xy 191.890803 126.998009) - (xy 191.890795 126.998011) (xy 191.753797 127.04911) (xy 191.753792 127.049112) (xy 191.636738 127.136738) - (xy 191.549112 127.253792) (xy 191.54911 127.253797) (xy 191.498011 127.390795) (xy 191.498009 127.390803) - (xy 191.4915 127.45135) (xy 191.4915 134.548649) (xy 191.498009 134.609196) (xy 191.498011 134.609204) - (xy 191.54911 134.746202) (xy 191.549112 134.746207) (xy 191.636738 134.863261) (xy 191.753792 134.950887) - (xy 191.753794 134.950888) (xy 191.753796 134.950889) (xy 191.812875 134.972924) (xy 191.890795 135.001988) - (xy 191.890803 135.00199) (xy 191.95135 135.008499) (xy 191.951355 135.008499) (xy 191.951362 135.0085) - (xy 191.951368 135.0085) (xy 194.048632 135.0085) (xy 194.048638 135.0085) (xy 194.048645 135.008499) - (xy 194.048649 135.008499) (xy 194.109196 135.00199) (xy 194.109199 135.001989) (xy 194.109201 135.001989) - (xy 194.246204 134.950889) (xy 194.363261 134.863261) (xy 194.450889 134.746204) (xy 194.501989 134.609201) - (xy 194.5085 134.548638) (xy 194.5085 132.585235) (xy 194.528502 132.517114) (xy 194.582158 132.470621) - (xy 194.595556 132.465405) (xy 194.803063 132.397982) (xy 195.014627 132.290185) (xy 195.206722 132.15062) - (xy 195.37462 131.982722) (xy 195.381793 131.975549) (xy 195.381804 131.975535) (xy 197.045908 130.311432) - (xy 197.108216 130.277409) (xy 197.179031 130.282474) (xy 197.224094 130.311435) (xy 198.892204 131.979545) - (xy 198.892233 131.979576) (xy 199.063272 132.150615) (xy 199.063275 132.150617) (xy 199.063278 132.15062) - (xy 199.255373 132.290185) (xy 199.422704 132.375444) (xy 199.474318 132.424191) (xy 199.4915 132.48771) - (xy 199.4915 134.548649) (xy 199.498009 134.609196) (xy 199.498011 134.609204) (xy 199.54911 134.746202) - (xy 199.549112 134.746207) (xy 199.636738 134.863261) (xy 199.753792 134.950887) (xy 199.753794 134.950888) - (xy 199.753796 134.950889) (xy 199.812875 134.972924) (xy 199.890795 135.001988) (xy 199.890803 135.00199) - (xy 199.95135 135.008499) (xy 199.951355 135.008499) (xy 199.951362 135.0085) (xy 199.951368 135.0085) - (xy 202.048632 135.0085) (xy 202.048638 135.0085) (xy 202.048645 135.008499) (xy 202.048649 135.008499) - (xy 202.109196 135.00199) (xy 202.109199 135.001989) (xy 202.109201 135.001989) (xy 202.246204 134.950889) - (xy 202.363261 134.863261) (xy 202.450889 134.746204) (xy 202.501989 134.609201) (xy 202.5085 134.548638) - (xy 202.5085 132.6345) (xy 202.528502 132.566379) (xy 202.582158 132.519886) (xy 202.6345 132.5085) - (xy 203.3655 132.5085) (xy 203.433621 132.528502) (xy 203.480114 132.582158) (xy 203.4915 132.6345) - (xy 203.4915 134.548649) (xy 203.498009 134.609196) (xy 203.498011 134.609204) (xy 203.54911 134.746202) - (xy 203.549112 134.746207) (xy 203.636738 134.863261) (xy 203.753792 134.950887) (xy 203.753794 134.950888) - (xy 203.753796 134.950889) (xy 203.812875 134.972924) (xy 203.890795 135.001988) (xy 203.890803 135.00199) - (xy 203.95135 135.008499) (xy 203.951355 135.008499) (xy 203.951362 135.0085) (xy 203.951368 135.0085) - (xy 206.048632 135.0085) (xy 206.048638 135.0085) (xy 206.048645 135.008499) (xy 206.048649 135.008499) - (xy 206.109196 135.00199) (xy 206.109199 135.001989) (xy 206.109201 135.001989) (xy 206.246204 134.950889) - (xy 206.363261 134.863261) (xy 206.450889 134.746204) (xy 206.501989 134.609201) (xy 206.5085 134.548638) - (xy 206.5085 132.6345) (xy 206.528502 132.56638) (xy 206.582158 132.519887) (xy 206.6345 132.508501) - (xy 206.788719 132.508501) (xy 206.788722 132.508501) (xy 207.023241 132.471356) (xy 207.249063 132.397982) - (xy 207.460627 132.290185) (xy 207.652722 132.15062) (xy 207.82062 131.982722) (xy 207.827793 131.975549) - (xy 207.827804 131.975535) (xy 209.110908 130.692432) (xy 209.173216 130.658409) (xy 209.244031 130.663474) - (xy 209.289094 130.692435) (xy 210.576204 131.979545) (xy 210.576233 131.979576) (xy 210.747272 132.150615) - (xy 210.747275 132.150617) (xy 210.747278 132.15062) (xy 210.939373 132.290185) (xy 211.150937 132.397982) - (xy 211.376759 132.471356) (xy 211.385213 132.472694) (xy 211.449364 132.503106) (xy 211.486891 132.563375) - (xy 211.4915 132.597143) (xy 211.4915 135.622892) (xy 211.471498 135.691013) (xy 211.457587 135.708892) - (xy 211.438346 135.729493) (xy 211.43834 135.729502) (xy 211.279892 135.953971) (xy 211.153477 136.197941) - (xy 211.061462 136.456845) (xy 211.06146 136.456853) (xy 211.005557 136.725877) (xy 211.005556 136.725883) - (xy 210.986807 136.999995) (xy 210.986807 137.000004) (xy 211.005556 137.274116) (xy 211.005557 137.274122) - (xy 211.005558 137.27413) (xy 211.036217 137.42167) (xy 211.06146 137.543146) (xy 211.061462 137.543154) - (xy 211.153477 137.802058) (xy 211.279892 138.046028) (xy 211.347797 138.142227) (xy 211.438343 138.270502) - (xy 211.625889 138.471314) (xy 211.839031 138.644718) (xy 212.0738 138.787484) (xy 212.325823 138.896953) - (xy 212.590404 138.971085) (xy 212.685504 138.984156) (xy 212.862604 139.008499) (xy 212.862615 139.0085) - (xy 213.137385 139.0085) (xy 213.137395 139.008499) (xy 213.266945 138.990692) (xy 213.409596 138.971085) - (xy 213.674177 138.896953) (xy 213.9262 138.787484) (xy 214.160969 138.644718) (xy 214.374111 138.471314) - (xy 214.561657 138.270502) (xy 214.720111 138.046023) (xy 214.846523 137.802058) (xy 214.938538 137.543153) - (xy 214.994442 137.27413) (xy 215.013193 137) (xy 214.994442 136.72587) (xy 214.938538 136.456847) - (xy 214.846523 136.197942) (xy 214.720111 135.953977) (xy 214.561657 135.729498) (xy 214.561654 135.729495) - (xy 214.561653 135.729493) (xy 214.542413 135.708892) (xy 214.510536 135.645454) (xy 214.5085 135.622892) - (xy 214.5085 127.451367) (xy 214.508499 127.45135) (xy 214.50199 127.390803) (xy 214.501988 127.390795) - (xy 214.450889 127.253797) (xy 214.450887 127.253792) (xy 214.363261 127.136738) (xy 214.246207 127.049112) - (xy 214.246202 127.04911) (xy 214.109204 126.998011) (xy 214.109196 126.998009) (xy 214.048649 126.9915) - (xy 214.048638 126.9915) (xy 211.951362 126.9915) (xy 211.95135 126.9915) (xy 211.890803 126.998009) - (xy 211.890795 126.998011) (xy 211.753797 127.04911) (xy 211.753792 127.049112) (xy 211.636738 127.136738) - (xy 211.549112 127.253792) (xy 211.54911 127.253797) (xy 211.502555 127.378614) (xy 211.460008 127.43545) - (xy 211.393488 127.46026) (xy 211.324114 127.445168) (xy 211.273912 127.394965) (xy 211.2585 127.334581) - (xy 211.2585 126.451367) (xy 211.258499 126.45135) (xy 211.25199 126.390803) (xy 211.251988 126.390795) - (xy 211.200889 126.253797) (xy 211.200887 126.253792) (xy 211.113261 126.136738) (xy 210.996207 126.049112) - (xy 210.996202 126.04911) (xy 210.859204 125.998011) (xy 210.859196 125.998009) (xy 210.798649 125.9915) - (xy 210.798638 125.9915) (xy 209.7869 125.9915) (xy 209.718779 125.971498) (xy 209.672286 125.917842) - (xy 209.6609 125.8655) (xy 209.6609 115.7845) (xy 209.680902 115.716379) (xy 209.734558 115.669886) - (xy 209.7869 115.6585) (xy 209.798632 115.6585) (xy 209.798638 115.6585) (xy 209.798645 115.658499) - (xy 209.798649 115.658499) (xy 209.859196 115.65199) (xy 209.859199 115.651989) (xy 209.859201 115.651989) - (xy 209.996204 115.600889) (xy 210.113261 115.513261) (xy 210.200889 115.396204) (xy 210.251989 115.259201) - (xy 210.2585 115.198638) (xy 210.2585 114.101362) (xy 210.251989 114.040799) (xy 210.251989 114.040798) - (xy 210.250177 114.033129) (xy 210.252379 114.032608) (xy 210.24813 113.97322) (xy 210.25093 113.963682) - (xy 210.251989 113.959201) (xy 210.258499 113.898649) (xy 210.2585 113.898632) (xy 210.2585 112.801367) - (xy 210.258499 112.80135) (xy 210.25199 112.740803) (xy 210.251988 112.740795) (xy 210.200978 112.604035) - (xy 210.200889 112.603796) (xy 210.200888 112.603794) (xy 210.200887 112.603792) (xy 210.113261 112.486738) - (xy 209.996207 112.399112) (xy 209.996202 112.39911) (xy 209.859204 112.348011) (xy 209.859196 112.348009) - (xy 209.798649 112.3415) (xy 209.798638 112.3415) (xy 209.7869 112.3415) (xy 209.718779 112.321498) - (xy 209.672286 112.267842) (xy 209.6609 112.2155) (xy 209.6609 100.6345) (xy 209.680902 100.566379) - (xy 209.734558 100.519886) (xy 209.7869 100.5085) (xy 210.798632 100.5085) (xy 210.798638 100.5085) - (xy 210.798645 100.508499) (xy 210.798649 100.508499) (xy 210.859196 100.50199) (xy 210.859199 100.501989) - (xy 210.859201 100.501989) (xy 210.996204 100.450889) (xy 211.113261 100.363261) (xy 211.200889 100.246204) - (xy 211.24496 100.128045) (xy 211.251988 100.109204) (xy 211.25199 100.109196) (xy 211.258499 100.048649) - (xy 211.2585 100.048632) (xy 211.2585 98.665418) (xy 211.278502 98.597297) (xy 211.332158 98.550804) - (xy 211.402432 98.5407) (xy 211.467012 98.570194) (xy 211.502555 98.621385) (xy 211.54911 98.746203) - (xy 211.549112 98.746207) (xy 211.636738 98.863261) (xy 211.753792 98.950887) (xy 211.753794 98.950888) - (xy 211.753796 98.950889) (xy 211.812875 98.972924) (xy 211.890795 99.001988) (xy 211.890803 99.00199) - (xy 211.95135 99.008499) (xy 211.951355 99.008499) (xy 211.951362 99.0085) (xy 211.951368 99.0085) - (xy 214.048632 99.0085) (xy 214.048638 99.0085) (xy 214.048645 99.008499) (xy 214.048649 99.008499) - (xy 214.109196 99.00199) (xy 214.109199 99.001989) (xy 214.109201 99.001989) (xy 214.246204 98.950889) - (xy 214.246799 98.950444) (xy 214.363261 98.863261) (xy 214.450887 98.746207) (xy 214.450887 98.746206) - (xy 214.450889 98.746204) (xy 214.497445 98.621385) (xy 214.501988 98.609204) (xy 214.50199 98.609196) - (xy 214.508499 98.548649) (xy 214.5085 98.548632) (xy 214.5085 90.377106) (xy 214.528502 90.308985) - (xy 214.542406 90.291113) (xy 214.561657 90.270502) (xy 214.720111 90.046023) (xy 214.846523 89.802058) - (xy 214.938538 89.543153) (xy 214.994442 89.27413) (xy 215.012849 89.005029) (xy 215.013193 89.000004) - (xy 215.013193 88.999995) (xy 214.994443 88.725883) (xy 214.994442 88.725877) (xy 214.994442 88.72587) - (xy 214.938538 88.456847) (xy 214.846523 88.197942) (xy 214.720111 87.953977) (xy 214.561657 87.729498) - (xy 214.374111 87.528686) (xy 214.160969 87.355282) (xy 213.9262 87.212516) (xy 213.926201 87.212516) - (xy 213.926197 87.212514) (xy 213.67418 87.103048) (xy 213.674178 87.103047) (xy 213.674177 87.103047) - (xy 213.511721 87.057529) (xy 213.409593 87.028914) (xy 213.137395 86.9915) (xy 213.137385 86.9915) - (xy 212.862615 86.9915) (xy 212.862604 86.9915) (xy 212.590406 87.028914) (xy 212.325819 87.103048) - (xy 212.073802 87.212514) (xy 211.926212 87.302266) (xy 211.865525 87.339171) (xy 211.839028 87.355284) - (xy 211.625886 87.528688) (xy 211.454599 87.712092) (xy 211.393485 87.748224) (xy 211.322538 87.74558) - (xy 211.273419 87.715185) (xy 210.897405 87.339171) (xy 210.863379 87.276859) (xy 210.8605 87.250076) - (xy 210.8605 85.23248) (xy 210.880502 85.164359) (xy 210.909108 85.133049) (xy 210.939917 85.109069) - (xy 211.00596 85.083012) (xy 211.017309 85.0825) (xy 212.700916 85.0825) (xy 212.769037 85.102502) - (xy 212.81553 85.156158) (xy 212.818971 85.164467) (xy 212.82111 85.170202) (xy 212.821112 85.170207) - (xy 212.908738 85.287261) (xy 213.025792 85.374887) (xy 213.025794 85.374888) (xy 213.025796 85.374889) - (xy 213.084875 85.396924) (xy 213.162795 85.425988) (xy 213.162803 85.42599) (xy 213.22335 85.432499) - (xy 213.223355 85.432499) (xy 213.223362 85.4325) (xy 213.223368 85.4325) (xy 215.020632 85.4325) - (xy 215.020638 85.4325) (xy 215.020645 85.432499) (xy 215.020649 85.432499) (xy 215.081196 85.42599) - (xy 215.081199 85.425989) (xy 215.081201 85.425989) (xy 215.218204 85.374889) (xy 215.335261 85.287261) - (xy 215.409766 85.187734) (xy 215.422887 85.170207) (xy 215.422887 85.170206) (xy 215.422889 85.170204) - (xy 215.473989 85.033201) (xy 215.4805 84.972638) (xy 215.4805 83.175362) (xy 215.480111 83.171742) - (xy 215.47399 83.114803) (xy 215.473988 83.114795) (xy 215.444924 83.036875) (xy 215.422889 82.977796) - (xy 215.422888 82.977794) (xy 215.422887 82.977792) (xy 215.335261 82.860738) (xy 215.218207 82.773112) - (xy 215.218203 82.77311) (xy 215.103192 82.730213) (xy 215.046356 82.687667) (xy 215.021546 82.621146) - (xy 215.036638 82.551772) (xy 215.054525 82.52682) (xy 215.197714 82.371277) (xy 215.197724 82.371265) - (xy 215.246897 82.296) (xy 215.32086 82.182791) (xy 215.411296 81.976616) (xy 215.466564 81.758368) - (xy 215.485156 81.534) (xy 215.466564 81.309632) (xy 215.451412 81.249797) (xy 215.411297 81.091387) - (xy 215.411296 81.091386) (xy 215.411296 81.091384) (xy 215.32086 80.885209) (xy 215.266628 80.8022) - (xy 215.197724 80.696734) (xy 215.19772 80.696729) (xy 215.08157 80.570559) (xy 215.04524 80.531094) - (xy 215.045239 80.531093) (xy 215.045237 80.531091) (xy 214.936497 80.446455) (xy 214.867576 80.392811) - (xy 214.833792 80.374528) (xy 214.783402 80.324516) (xy 214.76805 80.255199) (xy 214.79261 80.188586) - (xy 214.833793 80.152901) (xy 214.8673 80.134767) (xy 214.867301 80.134767) (xy 215.044902 79.996534) - (xy 215.197325 79.830958) (xy 215.320419 79.642548) (xy 215.41082 79.436456) (xy 215.410823 79.436449) - (xy 215.458544 79.248) (xy 214.552703 79.248) (xy 214.587925 79.186993) (xy 214.622 79.059826) (xy 214.622 78.928174) - (xy 214.587925 78.801007) (xy 214.552703 78.74) (xy 215.458544 78.74) (xy 215.458544 78.739999) - (xy 215.410823 78.55155) (xy 215.41082 78.551543) (xy 215.320419 78.345451) (xy 215.197325 78.157041) - (xy 215.044902 77.991465) (xy 214.867301 77.853232) (xy 214.8673 77.853231) (xy 214.669371 77.746117) - (xy 214.669369 77.746116) (xy 214.456512 77.673043) (xy 214.456501 77.67304) (xy 214.376 77.659606) - (xy 214.376 78.563297) (xy 214.314993 78.528075) (xy 214.187826 78.494) (xy 214.056174 78.494) (xy 213.929007 78.528075) - (xy 213.868 78.563297) (xy 213.868 77.659607) (xy 213.867999 77.659606) (xy 213.787498 77.67304) - (xy 213.787487 77.673043) (xy 213.57463 77.746116) (xy 213.574628 77.746117) (xy 213.376699 77.853231) - (xy 213.376698 77.853232) (xy 213.199097 77.991465) (xy 213.046674 78.157041) (xy 212.92358 78.345451) - (xy 212.833179 78.551543) (xy 212.833176 78.55155) (xy 212.785455 78.739999) (xy 212.785456 78.74) - (xy 213.691297 78.74) (xy 213.656075 78.801007) (xy 213.622 78.928174) (xy 213.622 79.059826) (xy 213.656075 79.186993) - (xy 213.691297 79.248) (xy 212.785455 79.248) (xy 212.833176 79.436449) (xy 212.833179 79.436456) - (xy 212.92358 79.642548) (xy 213.046674 79.830958) (xy 213.199097 79.996534) (xy 213.376698 80.134767) - (xy 213.376704 80.134771) (xy 213.410207 80.152902) (xy 213.460597 80.202915) (xy 213.475949 80.272232) - (xy 213.451388 80.338845) (xy 213.410207 80.374528) (xy 213.37643 80.392807) (xy 213.376424 80.392811) - (xy 213.198762 80.531091) (xy 213.046279 80.696729) (xy 213.046275 80.696734) (xy 212.923141 80.885206) - (xy 212.832703 81.091386) (xy 212.832702 81.091387) (xy 212.777437 81.309624) (xy 212.777436 81.30963) - (xy 212.777436 81.309632) (xy 212.758844 81.534) (xy 212.767565 81.63925) (xy 212.777437 81.758375) - (xy 212.832702 81.976612) (xy 212.832703 81.976613) (xy 212.923141 82.182793) (xy 213.046275 82.371265) - (xy 213.04628 82.37127) (xy 213.189475 82.52682) (xy 213.220896 82.590485) (xy 213.212909 82.661031) - (xy 213.168051 82.71606) (xy 213.140807 82.730213) (xy 213.025797 82.77311) (xy 213.025792 82.773112) - (xy 212.908738 82.860738) (xy 212.821112 82.977792) (xy 212.82111 82.977797) (xy 212.818971 82.983533) - (xy 212.776424 83.040369) (xy 212.709904 83.065179) (xy 212.700916 83.0655) (xy 211.017309 83.0655) - (xy 210.949188 83.045498) (xy 210.939918 83.038931) (xy 210.803583 82.932816) (xy 210.803579 82.932813) - (xy 210.803576 82.932811) (xy 210.770319 82.914813) (xy 210.719929 82.864802) (xy 210.704576 82.795485) - (xy 210.729136 82.728872) (xy 210.77032 82.693186) (xy 210.803576 82.675189) (xy 210.98124 82.536906) - (xy 211.133722 82.371268) (xy 211.25686 82.182791) (xy 211.347296 81.976616) (xy 211.402564 81.758368) - (xy 211.421156 81.534) (xy 211.402564 81.309632) (xy 211.387412 81.249797) (xy 211.347297 81.091387) - (xy 211.347296 81.091386) (xy 211.347296 81.091384) (xy 211.25686 80.885209) (xy 211.202628 80.8022) - (xy 211.133724 80.696734) (xy 211.133714 80.696722) (xy 210.990159 80.540782) (xy 210.958737 80.477117) - (xy 210.966723 80.406571) (xy 211.011582 80.351542) (xy 211.038827 80.337388) (xy 211.153965 80.294444) - (xy 211.270904 80.206904) (xy 211.358444 80.089965) (xy 211.358444 80.089964) (xy 211.409494 79.953093) - (xy 211.415999 79.892597) (xy 211.416 79.892585) (xy 211.416 79.248) (xy 210.488703 79.248) (xy 210.523925 79.186993) - (xy 210.558 79.059826) (xy 210.558 78.928174) (xy 210.523925 78.801007) (xy 210.488703 78.74) (xy 211.416 78.74) - (xy 211.416 78.095414) (xy 211.415999 78.095402) (xy 211.409494 78.034906) (xy 211.358444 77.898035) - (xy 211.358444 77.898034) (xy 211.270904 77.781095) (xy 211.153965 77.693555) (xy 211.017093 77.642505) - (xy 210.956597 77.636) (xy 210.312 77.636) (xy 210.312 78.563297) (xy 210.250993 78.528075) (xy 210.123826 78.494) - (xy 209.992174 78.494) (xy 209.865007 78.528075) (xy 209.804 78.563297) (xy 209.804 77.636) (xy 209.159402 77.636) - (xy 209.098906 77.642505) (xy 208.962035 77.693555) (xy 208.962034 77.693555) (xy 208.845095 77.781095) - (xy 208.757555 77.898034) (xy 208.757555 77.898035) (xy 208.706505 78.034906) (xy 208.7 78.095402) - (xy 208.7 78.74) (xy 209.627297 78.74) (xy 209.592075 78.801007) (xy 209.558 78.928174) (xy 209.558 79.059826) - (xy 209.592075 79.186993) (xy 209.627297 79.248) (xy 208.7 79.248) (xy 208.7 79.892597) (xy 208.706505 79.953093) - (xy 208.757555 80.089964) (xy 208.757555 80.089965) (xy 208.845095 80.206904) (xy 208.962034 80.294444) - (xy 209.077172 80.337388) (xy 209.134008 80.379935) (xy 209.158819 80.446455) (xy 209.143728 80.515829) - (xy 209.125841 80.540782) (xy 208.98228 80.696729) (xy 208.982275 80.696734) (xy 208.859141 80.885206) - (xy 208.768703 81.091386) (xy 208.768702 81.091387) (xy 208.713437 81.309624) (xy 208.713436 81.30963) - (xy 208.713436 81.309632) (xy 208.694844 81.534) (xy 208.703565 81.63925) (xy 208.713437 81.758375) - (xy 208.768702 81.976612) (xy 208.768703 81.976613) (xy 208.859141 82.182793) (xy 208.982275 82.371265) - (xy 208.982279 82.37127) (xy 209.134762 82.536908) (xy 209.189331 82.579381) (xy 209.312424 82.675189) - (xy 209.34568 82.693186) (xy 209.396071 82.7432) (xy 209.411423 82.812516) (xy 209.386862 82.879129) - (xy 209.34568 82.914813) (xy 209.312426 82.93281) (xy 209.312424 82.932811) (xy 209.134762 83.071091) - (xy 208.982279 83.236729) (xy 208.982275 83.236734) (xy 208.859141 83.425206) (xy 208.768703 83.631386) - (xy 208.768702 83.631387) (xy 208.713437 83.849624) (xy 208.694844 84.074) (xy 208.713437 84.298375) - (xy 208.768702 84.516612) (xy 208.768703 84.516613) (xy 208.768704 84.516616) (xy 208.829987 84.656329) - (xy 208.832888 84.662941) (xy 208.8435 84.713554) (xy 208.8435 87.819329) (xy 208.882256 88.014169) - (xy 208.958279 88.197704) (xy 209.068647 88.362881) (xy 210.348647 89.642881) (xy 210.489119 89.783353) - (xy 210.654296 89.893721) (xy 210.837831 89.969744) (xy 211.032671 90.0085) (xy 211.188115 90.0085) - (xy 211.256236 90.028502) (xy 211.291053 90.061839) (xy 211.438343 90.270502) (xy 211.457586 90.291106) - (xy 211.489463 90.354539) (xy 211.4915 90.377106) (xy 211.4915 93.3655) (xy 211.471498 93.433621) - (xy 211.417842 93.480114) (xy 211.3655 93.4915) (xy 211.043939 93.4915) (xy 211.043915 93.491499) - (xy 211.038722 93.491499) (xy 210.801278 93.491499) (xy 210.699924 93.507552) (xy 210.56678 93.52864) - (xy 210.566765 93.528643) (xy 210.566759 93.528644) (xy 210.566757 93.528644) (xy 210.566755 93.528645) - (xy 210.340941 93.602016) (xy 210.340935 93.602019) (xy 210.129369 93.709817) (xy 209.937277 93.84938) - (xy 209.864295 93.922363) (xy 209.76938 94.017278) (xy 209.769377 94.017281) (xy 209.317557 94.469101) - (xy 208.908094 94.878564) (xy 208.845782 94.912589) (xy 208.774966 94.907524) (xy 208.729904 94.878563) - (xy 207.87303 94.021689) (xy 207.87301 94.021667) (xy 207.700727 93.849384) (xy 207.700724 93.849382) - (xy 207.700722 93.84938) (xy 207.508627 93.709815) (xy 207.297063 93.602018) (xy 207.29706 93.602017) - (xy 207.297058 93.602016) (xy 207.071244 93.528645) (xy 207.071241 93.528644) (xy 207.071235 93.528643) - (xy 207.07123 93.528642) (xy 207.071219 93.52864) (xy 206.955136 93.510254) (xy 206.836722 93.491499) - (xy 206.6345 93.491499) (xy 206.566379 93.471497) (xy 206.519886 93.417841) (xy 206.5085 93.365499) - (xy 206.5085 91.451367) (xy 206.508499 91.45135) (xy 206.50199 91.390803) (xy 206.501988 91.390795) - (xy 206.450978 91.254035) (xy 206.450889 91.253796) (xy 206.450888 91.253794) (xy 206.450887 91.253792) - (xy 206.363261 91.136738) (xy 206.246207 91.049112) (xy 206.246202 91.04911) (xy 206.109204 90.998011) - (xy 206.109196 90.998009) (xy 206.048649 90.9915) (xy 206.048638 90.9915) (xy 203.951362 90.9915) - (xy 203.95135 90.9915) (xy 203.890803 90.998009) (xy 203.890795 90.998011) (xy 203.753797 91.04911) - (xy 203.753792 91.049112) (xy 203.636738 91.136738) (xy 203.549112 91.253792) (xy 203.54911 91.253797) - (xy 203.498011 91.390795) (xy 203.498009 91.390803) (xy 203.4915 91.45135) (xy 203.4915 98.548649) - (xy 203.498009 98.609196) (xy 203.498011 98.609204) (xy 203.54911 98.746202) (xy 203.549112 98.746207) - (xy 203.636738 98.863261) (xy 203.753792 98.950887) (xy 203.753794 98.950888) (xy 203.753796 98.950889) - (xy 203.812875 98.972924) (xy 203.890795 99.001988) (xy 203.890803 99.00199) (xy 203.95135 99.008499) - (xy 203.951355 99.008499) (xy 203.951362 99.0085) (xy 203.951368 99.0085) (xy 206.048632 99.0085) - (xy 206.048638 99.0085) (xy 206.048645 99.008499) (xy 206.048649 99.008499) (xy 206.109196 99.00199) - (xy 206.109199 99.001989) (xy 206.109201 99.001989) (xy 206.246204 98.950889) (xy 206.246799 98.950444) - (xy 206.363261 98.863261) (xy 206.450887 98.746207) (xy 206.450889 98.746203) (xy 206.45089 98.746202) - (xy 206.497445 98.621385) (xy 206.539992 98.564549) (xy 206.606512 98.539739) (xy 206.675886 98.554831) - (xy 206.726088 98.605033) (xy 206.7415 98.665418) (xy 206.7415 100.048649) (xy 206.748009 100.109196) - (xy 206.748011 100.109204) (xy 206.79911 100.246202) (xy 206.799112 100.246207) (xy 206.886738 100.363261) - (xy 207.003792 100.450887) (xy 207.003794 100.450888) (xy 207.003796 100.450889) (xy 207.062875 100.472924) - (xy 207.140795 100.501988) (xy 207.140803 100.50199) (xy 207.20135 100.508499) (xy 207.201355 100.508499) - (xy 207.201362 100.5085) (xy 208.2131 100.5085) (xy 208.281221 100.528502) (xy 208.327714 100.582158) - (xy 208.3391 100.6345) (xy 208.3391 112.2155) (xy 208.319098 112.283621) (xy 208.265442 112.330114) - (xy 208.2131 112.3415) (xy 208.20135 112.3415) (xy 208.140803 112.348009) (xy 208.140795 112.348011) - (xy 208.003797 112.39911) (xy 208.003792 112.399112) (xy 207.886738 112.486738) (xy 207.799112 112.603792) - (xy 207.79911 112.603797) (xy 207.748011 112.740795) (xy 207.748009 112.740803) (xy 207.7415 112.80135) - (xy 207.7415 113.898649) (xy 207.748009 113.959195) (xy 207.749823 113.966867) (xy 207.747624 113.967386) - (xy 207.751866 114.026799) (xy 207.749068 114.036327) (xy 207.748009 114.040804) (xy 207.7415 114.10135) - (xy 207.7415 115.198649) (xy 207.748009 115.259196) (xy 207.748011 115.259204) (xy 207.79911 115.396202) - (xy 207.799112 115.396207) (xy 207.886738 115.513261) (xy 208.003792 115.600887) (xy 208.003794 115.600888) - (xy 208.003796 115.600889) (xy 208.062875 115.622924) (xy 208.140795 115.651988) (xy 208.140803 115.65199) - (xy 208.20135 115.658499) (xy 208.201355 115.658499) (xy 208.201362 115.6585) (xy 208.2131 115.6585) - (xy 208.281221 115.678502) (xy 208.327714 115.732158) (xy 208.3391 115.7845) (xy 208.3391 125.8655) - (xy 208.319098 125.933621) (xy 208.265442 125.980114) (xy 208.2131 125.9915) (xy 207.20135 125.9915) - (xy 207.140803 125.998009) (xy 207.140795 125.998011) (xy 207.003797 126.04911) (xy 207.003792 126.049112) - (xy 206.886738 126.136738) (xy 206.799112 126.253792) (xy 206.79911 126.253797) (xy 206.748011 126.390795) - (xy 206.748009 126.390803) (xy 206.7415 126.45135) (xy 206.7415 127.334581) (xy 206.721498 127.402702) - (xy 206.667842 127.449195) (xy 206.597568 127.459299) (xy 206.532988 127.429805) (xy 206.497445 127.378614) - (xy 206.450889 127.253797) (xy 206.450887 127.253792) (xy 206.363261 127.136738) (xy 206.246207 127.049112) - (xy 206.246202 127.04911) (xy 206.109204 126.998011) (xy 206.109196 126.998009) (xy 206.048649 126.9915) - (xy 206.048638 126.9915) (xy 203.951362 126.9915) (xy 203.95135 126.9915) (xy 203.890803 126.998009) - (xy 203.890795 126.998011) (xy 203.753797 127.04911) (xy 203.753792 127.049112) (xy 203.636738 127.136738) - (xy 203.549112 127.253792) (xy 203.54911 127.253797) (xy 203.498011 127.390795) (xy 203.498009 127.390803) - (xy 203.4915 127.45135) (xy 203.4915 129.3655) (xy 203.471498 129.433621) (xy 203.417842 129.480114) - (xy 203.3655 129.4915) (xy 202.6345 129.4915) (xy 202.566379 129.471498) (xy 202.519886 129.417842) - (xy 202.5085 129.3655) (xy 202.5085 127.451367) (xy 202.508499 127.45135) (xy 202.50199 127.390803) - (xy 202.501988 127.390795) (xy 202.450889 127.253797) (xy 202.450887 127.253792) (xy 202.363261 127.136738) - (xy 202.246207 127.049112) (xy 202.246202 127.04911) (xy 202.109204 126.998011) (xy 202.109196 126.998009) - (xy 202.048649 126.9915) (xy 202.048638 126.9915) (xy 199.951362 126.9915) (xy 199.95135 126.9915) - (xy 199.890803 126.998009) (xy 199.890795 126.998011) (xy 199.753797 127.04911) (xy 199.753792 127.049112) - (xy 199.636738 127.136738) (xy 199.549112 127.253792) (xy 199.54911 127.253797) (xy 199.502555 127.378614) - (xy 199.460008 127.43545) (xy 199.393488 127.46026) (xy 199.324114 127.445168) (xy 199.273912 127.394965) - (xy 199.2585 127.334581) (xy 199.2585 125.951367) (xy 199.258499 125.95135) (xy 199.25199 125.890803) - (xy 199.251988 125.890795) (xy 199.200889 125.753797) (xy 199.200887 125.753792) (xy 199.113261 125.636738) - (xy 198.996207 125.549112) (xy 198.996202 125.54911) (xy 198.859204 125.498011) (xy 198.859196 125.498009) - (xy 198.798649 125.4915) (xy 198.798638 125.4915) (xy 197.7869 125.4915) (xy 197.718779 125.471498) - (xy 197.672286 125.417842) (xy 197.6609 125.3655) (xy 197.6609 115.7845) (xy 197.680902 115.716379) - (xy 197.734558 115.669886) (xy 197.7869 115.6585) (xy 197.798632 115.6585) (xy 197.798638 115.6585) - (xy 197.798645 115.658499) (xy 197.798649 115.658499) (xy 197.859196 115.65199) (xy 197.859199 115.651989) - (xy 197.859201 115.651989) (xy 197.996204 115.600889) (xy 198.113261 115.513261) (xy 198.200889 115.396204) - (xy 198.251989 115.259201) (xy 198.2585 115.198638) (xy 198.2585 114.101362) (xy 198.251989 114.040799) - (xy 198.251989 114.040798) (xy 198.250177 114.033129) (xy 198.252379 114.032608) (xy 198.24813 113.97322) - (xy 198.25093 113.963682) (xy 198.251989 113.959201) (xy 198.258499 113.898649) (xy 198.2585 113.898632) - (xy 198.2585 112.801367) (xy 198.258499 112.80135) (xy 198.25199 112.740803) (xy 198.251988 112.740795) - (xy 198.200978 112.604035) (xy 198.200889 112.603796) (xy 198.200888 112.603794) (xy 198.200887 112.603792) - (xy 198.113261 112.486738) (xy 197.996207 112.399112) (xy 197.996202 112.39911) (xy 197.859204 112.348011) - (xy 197.859196 112.348009) (xy 197.798649 112.3415) (xy 197.798638 112.3415) (xy 197.7869 112.3415) - (xy 197.718779 112.321498) (xy 197.672286 112.267842) (xy 197.6609 112.2155) (xy 197.6609 100.1345) - (xy 197.680902 100.066379) (xy 197.734558 100.019886) (xy 197.7869 100.0085) (xy 198.798632 100.0085) - (xy 198.798638 100.0085) (xy 198.798645 100.008499) (xy 198.798649 100.008499) (xy 198.859196 100.00199) - (xy 198.859199 100.001989) (xy 198.859201 100.001989) (xy 198.996204 99.950889) (xy 198.996799 99.950444) - (xy 199.113261 99.863261) (xy 199.200887 99.746207) (xy 199.200887 99.746206) (xy 199.200889 99.746204) - (xy 199.251989 99.609201) (xy 199.258086 99.552494) (xy 199.258499 99.548649) (xy 199.2585 99.548632) - (xy 199.2585 98.665418) (xy 199.278502 98.597297) (xy 199.332158 98.550804) (xy 199.402432 98.5407) - (xy 199.467012 98.570194) (xy 199.502555 98.621385) (xy 199.54911 98.746203) (xy 199.549112 98.746207) - (xy 199.636738 98.863261) (xy 199.753792 98.950887) (xy 199.753794 98.950888) (xy 199.753796 98.950889) - (xy 199.812875 98.972924) (xy 199.890795 99.001988) (xy 199.890803 99.00199) (xy 199.95135 99.008499) - (xy 199.951355 99.008499) (xy 199.951362 99.0085) (xy 199.951368 99.0085) (xy 202.048632 99.0085) - (xy 202.048638 99.0085) (xy 202.048645 99.008499) (xy 202.048649 99.008499) (xy 202.109196 99.00199) - (xy 202.109199 99.001989) (xy 202.109201 99.001989) (xy 202.246204 98.950889) (xy 202.246799 98.950444) - (xy 202.363261 98.863261) (xy 202.450887 98.746207) (xy 202.450887 98.746206) (xy 202.450889 98.746204) - (xy 202.497445 98.621385) (xy 202.501988 98.609204) (xy 202.50199 98.609196) (xy 202.508499 98.548649) - (xy 202.5085 98.548632) (xy 202.5085 90.377106) (xy 202.528502 90.308985) (xy 202.542406 90.291113) - (xy 202.561657 90.270502) (xy 202.720111 90.046023) (xy 202.846523 89.802058) (xy 202.938538 89.543153) - (xy 202.994442 89.27413) (xy 203.012849 89.005029) (xy 203.013193 89.000004) (xy 203.013193 88.999995) - (xy 202.994443 88.725883) (xy 202.994442 88.725877) (xy 202.994442 88.72587) (xy 202.938538 88.456847) - (xy 202.846523 88.197942) (xy 202.720111 87.953977) (xy 202.561657 87.729498) (xy 202.374111 87.528686) - (xy 202.160969 87.355282) (xy 201.9262 87.212516) (xy 201.926201 87.212516) (xy 201.926197 87.212514) - (xy 201.67418 87.103048) (xy 201.674178 87.103047) (xy 201.674177 87.103047) (xy 201.511721 87.057529) - (xy 201.409593 87.028914) (xy 201.137395 86.9915) (xy 201.137385 86.9915) (xy 200.862615 86.9915) - (xy 200.862604 86.9915) (xy 200.590406 87.028914) (xy 200.325819 87.103048) (xy 200.073802 87.212514) - (xy 199.926212 87.302266) (xy 199.865525 87.339171) (xy 199.839028 87.355284) (xy 199.625886 87.528688) - (xy 199.438343 87.729498) (xy 199.279892 87.953971) (xy 199.153477 88.197941) (xy 199.061462 88.456845) - (xy 199.06146 88.456853) (xy 199.005557 88.725877) (xy 199.005556 88.725883) (xy 198.986807 88.999995) - (xy 198.986807 89.000004) (xy 199.005556 89.274116) (xy 199.005557 89.274122) (xy 199.005558 89.27413) - (xy 199.036217 89.42167) (xy 199.06146 89.543146) (xy 199.061462 89.543153) (xy 199.153477 89.802058) - (xy 199.27081 90.028502) (xy 199.279892 90.046028) (xy 199.291053 90.061839) (xy 199.438343 90.270502) - (xy 199.457586 90.291106) (xy 199.489463 90.354539) (xy 199.4915 90.377106) (xy 199.4915 93.3655) - (xy 199.471498 93.433621) (xy 199.417842 93.480114) (xy 199.3655 93.4915) (xy 199.100722 93.4915) - (xy 198.863278 93.4915) (xy 198.628759 93.528644) (xy 198.628753 93.528645) (xy 198.402941 93.602016) - (xy 198.402935 93.602019) (xy 198.191369 93.709817) (xy 197.999275 93.849382) (xy 197.999272 93.849384) - (xy 197.097094 94.751563) (xy 197.034782 94.785589) (xy 196.963967 94.780524) (xy 196.918904 94.751563) - (xy 196.18903 94.021689) (xy 196.18901 94.021667) (xy 196.016727 93.849384) (xy 196.016724 93.849382) - (xy 196.016722 93.84938) (xy 195.824627 93.709815) (xy 195.613063 93.602018) (xy 195.61306 93.602017) - (xy 195.613058 93.602016) (xy 195.387244 93.528645) (xy 195.387241 93.528644) (xy 195.387235 93.528643) - (xy 195.38723 93.528642) (xy 195.387219 93.52864) (xy 195.271136 93.510254) (xy 195.152722 93.491499) - (xy 194.915278 93.491499) (xy 194.910085 93.491499) (xy 194.910061 93.4915) (xy 194.6345 93.4915) - (xy 194.566379 93.471498) (xy 194.519886 93.417842) (xy 194.5085 93.3655) (xy 194.5085 91.451367) - (xy 194.508499 91.45135) (xy 194.50199 91.390803) (xy 194.501988 91.390795) (xy 194.450978 91.254035) - (xy 194.450889 91.253796) (xy 194.450888 91.253794) (xy 194.450887 91.253792) (xy 194.363261 91.136738) - (xy 194.246207 91.049112) (xy 194.246202 91.04911) (xy 194.109204 90.998011) (xy 194.109196 90.998009) - (xy 194.048649 90.9915) (xy 194.048638 90.9915) (xy 191.951362 90.9915) (xy 191.95135 90.9915) (xy 191.890803 90.998009) - (xy 191.890795 90.998011) (xy 191.753797 91.04911) (xy 191.753792 91.049112) (xy 191.636738 91.136738) - (xy 191.549112 91.253792) (xy 191.54911 91.253797) (xy 191.498011 91.390795) (xy 191.498009 91.390803) - (xy 191.4915 91.45135) (xy 191.4915 93.3655) (xy 191.471498 93.433621) (xy 191.417842 93.480114) - (xy 191.3655 93.4915) (xy 190.6345 93.4915) (xy 190.566379 93.471498) (xy 190.519886 93.417842) - (xy 190.5085 93.3655) (xy 190.5085 91.451367) (xy 190.508499 91.45135) (xy 190.50199 91.390803) - (xy 190.501988 91.390795) (xy 190.450978 91.254035) (xy 190.450889 91.253796) (xy 190.450888 91.253794) - (xy 190.450887 91.253792) (xy 190.363261 91.136738) (xy 190.246207 91.049112) (xy 190.246202 91.04911) - (xy 190.109204 90.998011) (xy 190.109196 90.998009) (xy 190.048649 90.9915) (xy 190.048638 90.9915) - (xy 187.951362 90.9915) (xy 187.95135 90.9915) (xy 187.890803 90.998009) (xy 187.890795 90.998011) - (xy 187.753797 91.04911) (xy 187.753792 91.049112) (xy 187.636738 91.136738) (xy 187.549112 91.253792) - (xy 187.54911 91.253797) (xy 187.498011 91.390795) (xy 187.498009 91.390803) (xy 187.4915 91.45135) - (xy 187.4915 93.365499) (xy 187.471498 93.43362) (xy 187.417842 93.480113) (xy 187.3655 93.491499) - (xy 187.179278 93.491499) (xy 187.077924 93.507552) (xy 186.94478 93.52864) (xy 186.944765 93.528643) - (xy 186.944759 93.528644) (xy 186.944757 93.528644) (xy 186.944755 93.528645) (xy 186.718941 93.602016) - (xy 186.718935 93.602019) (xy 186.507369 93.709817) (xy 186.315277 93.84938) (xy 186.242295 93.922363) - (xy 186.14738 94.017278) (xy 186.147377 94.017281) (xy 185.159094 95.005563) (xy 185.096782 95.039589) - (xy 185.025966 95.034524) (xy 184.980904 95.005563) (xy 183.99703 94.021689) (xy 183.99701 94.021667) - (xy 183.824727 93.849384) (xy 183.824724 93.849382) (xy 183.824722 93.84938) (xy 183.632627 93.709815) - (xy 183.421063 93.602018) (xy 183.42106 93.602017) (xy 183.421058 93.602016) (xy 183.195244 93.528645) - (xy 183.195241 93.528644) (xy 183.195235 93.528643) (xy 183.19523 93.528642) (xy 183.195219 93.52864) - (xy 183.079136 93.510254) (xy 182.960722 93.491499) (xy 182.723278 93.491499) (xy 182.718085 93.491499) - (xy 182.718061 93.4915) (xy 182.6345 93.4915) (xy 182.566379 93.471498) (xy 182.519886 93.417842) - (xy 182.5085 93.3655) (xy 182.5085 91.451367) (xy 182.508499 91.45135) (xy 182.50199 91.390803) - (xy 182.501988 91.390795) (xy 182.450978 91.254035) (xy 182.450889 91.253796) (xy 182.450888 91.253794) - (xy 182.450887 91.253792) (xy 182.363261 91.136738) (xy 182.246207 91.049112) (xy 182.246202 91.04911) - (xy 182.109204 90.998011) (xy 182.109196 90.998009) (xy 182.048649 90.9915) (xy 182.048638 90.9915) - (xy 179.951362 90.9915) (xy 179.95135 90.9915) (xy 179.890803 90.998009) (xy 179.890795 90.998011) - (xy 179.753797 91.04911) (xy 179.753792 91.049112) (xy 179.636738 91.136738) (xy 179.549112 91.253792) - (xy 179.54911 91.253797) (xy 179.498011 91.390795) (xy 179.498009 91.390803) (xy 179.4915 91.45135) - (xy 179.4915 98.548649) (xy 179.498009 98.609196) (xy 179.498011 98.609204) (xy 179.54911 98.746202) - (xy 179.549112 98.746207) (xy 179.636738 98.863261) (xy 179.753792 98.950887) (xy 179.753794 98.950888) - (xy 179.753796 98.950889) (xy 179.812875 98.972924) (xy 179.890795 99.001988) (xy 179.890803 99.00199) - (xy 179.95135 99.008499) (xy 179.951355 99.008499) (xy 179.951362 99.0085) (xy 179.951368 99.0085) - (xy 182.048632 99.0085) (xy 182.048638 99.0085) (xy 182.048645 99.008499) (xy 182.048649 99.008499) - (xy 182.109196 99.00199) (xy 182.109199 99.001989) (xy 182.109201 99.001989) (xy 182.246204 98.950889) - (xy 182.246799 98.950444) (xy 182.363261 98.863261) (xy 182.450887 98.746207) (xy 182.450889 98.746203) - (xy 182.45089 98.746202) (xy 182.497445 98.621385) (xy 182.539992 98.564549) (xy 182.606512 98.539739) - (xy 182.675886 98.554831) (xy 182.726088 98.605033) (xy 182.7415 98.665418) (xy 182.7415 100.048649) - (xy 182.748009 100.109196) (xy 182.748011 100.109204) (xy 182.79911 100.246202) (xy 182.799112 100.246207) - (xy 182.886738 100.363261) (xy 183.003792 100.450887) (xy 183.003794 100.450888) (xy 183.003796 100.450889) - (xy 183.062875 100.472924) (xy 183.140795 100.501988) (xy 183.140803 100.50199) (xy 183.20135 100.508499) - (xy 183.201355 100.508499) (xy 183.201362 100.5085) (xy 184.2131 100.5085) (xy 184.281221 100.528502) - (xy 184.327714 100.582158) (xy 184.3391 100.6345) (xy 184.3391 112.5655) (xy 184.319098 112.633621) - (xy 184.265442 112.680114) (xy 184.2131 112.6915) (xy 184.20135 112.6915) (xy 184.140803 112.698009) - (xy 184.140795 112.698011) (xy 184.003797 112.74911) (xy 184.003792 112.749112) (xy 183.886738 112.836738) - (xy 183.799112 112.953792) (xy 183.79911 112.953797) (xy 183.748011 113.090795) (xy 183.748009 113.090803) - (xy 183.7415 113.15135) (xy 183.7415 114.248649) (xy 183.748009 114.309195) (xy 183.749823 114.316867) - (xy 183.747624 114.317386) (xy 183.751866 114.376799) (xy 183.749068 114.386327) (xy 183.748009 114.390804) - (xy 183.7415 114.45135) (xy 183.7415 115.548649) (xy 183.748009 115.609196) (xy 183.748011 115.609204) - (xy 183.79911 115.746202) (xy 183.799112 115.746207) (xy 183.886738 115.863261) (xy 184.003792 115.950887) - (xy 184.003794 115.950888) (xy 184.003796 115.950889) (xy 184.062875 115.972924) (xy 184.140795 116.001988) - (xy 184.140803 116.00199) (xy 184.20135 116.008499) (xy 184.201355 116.008499) (xy 184.201362 116.0085) - (xy 184.2131 116.0085) (xy 184.281221 116.028502) (xy 184.327714 116.082158) (xy 184.3391 116.1345) - (xy 184.3391 125.8655) (xy 184.319098 125.933621) (xy 184.265442 125.980114) (xy 184.2131 125.9915) - (xy 183.20135 125.9915) (xy 183.140803 125.998009) (xy 183.140795 125.998011) (xy 183.003797 126.04911) - (xy 183.003792 126.049112) (xy 182.886738 126.136738) (xy 182.799112 126.253792) (xy 182.79911 126.253797) - (xy 182.748011 126.390795) (xy 182.748009 126.390803) (xy 182.7415 126.45135) (xy 182.7415 127.334581) - (xy 182.721498 127.402702) (xy 182.667842 127.449195) (xy 182.597568 127.459299) (xy 182.532988 127.429805) - (xy 182.497445 127.378614) (xy 182.450889 127.253797) (xy 182.450887 127.253792) (xy 182.363261 127.136738) - (xy 182.246207 127.049112) (xy 182.246202 127.04911) (xy 182.109204 126.998011) (xy 182.109196 126.998009) - (xy 182.048649 126.9915) (xy 182.048638 126.9915) (xy 179.951362 126.9915) (xy 179.95135 126.9915) - (xy 179.890803 126.998009) (xy 179.890795 126.998011) (xy 179.753797 127.04911) (xy 179.753792 127.049112) - (xy 179.636738 127.136738) (xy 179.549112 127.253792) (xy 179.54911 127.253797) (xy 179.498011 127.390795) - (xy 179.498009 127.390803) (xy 179.4915 127.45135) (xy 179.4915 129.3655) (xy 179.471498 129.433621) - (xy 179.417842 129.480114) (xy 179.3655 129.4915) (xy 178.6345 129.4915) (xy 178.566379 129.471498) - (xy 178.519886 129.417842) (xy 178.5085 129.3655) (xy 178.5085 127.451367) (xy 178.508499 127.45135) - (xy 178.50199 127.390803) (xy 178.501988 127.390795) (xy 178.450889 127.253797) (xy 178.450887 127.253792) - (xy 178.363261 127.136738) (xy 178.246207 127.049112) (xy 178.246202 127.04911) (xy 178.109204 126.998011) - (xy 178.109196 126.998009) (xy 178.048649 126.9915) (xy 178.048638 126.9915) (xy 175.951362 126.9915) - (xy 175.95135 126.9915) (xy 175.890803 126.998009) (xy 175.890795 126.998011) (xy 175.753797 127.04911) - (xy 175.753792 127.049112) (xy 175.636738 127.136738) (xy 175.549112 127.253792) (xy 175.54911 127.253797) - (xy 175.502555 127.378614) (xy 175.460008 127.43545) (xy 175.393488 127.46026) (xy 175.324114 127.445168) - (xy 175.273912 127.394965) (xy 175.2585 127.334581) (xy 175.2585 125.951367) (xy 175.258499 125.95135) - (xy 175.25199 125.890803) (xy 175.251988 125.890795) (xy 175.200889 125.753797) (xy 175.200887 125.753792) - (xy 175.113261 125.636738) (xy 174.996207 125.549112) (xy 174.996202 125.54911) (xy 174.859204 125.498011) - (xy 174.859196 125.498009) (xy 174.798649 125.4915) (xy 174.798638 125.4915) (xy 173.7869 125.4915) - (xy 173.718779 125.471498) (xy 173.672286 125.417842) (xy 173.6609 125.3655) (xy 173.6609 115.7845) - (xy 173.680902 115.716379) (xy 173.734558 115.669886) (xy 173.7869 115.6585) (xy 173.798632 115.6585) - (xy 173.798638 115.6585) (xy 173.798645 115.658499) (xy 173.798649 115.658499) (xy 173.859196 115.65199) - (xy 173.859199 115.651989) (xy 173.859201 115.651989) (xy 173.996204 115.600889) (xy 174.113261 115.513261) - (xy 174.200889 115.396204) (xy 174.251989 115.259201) (xy 174.2585 115.198638) (xy 174.2585 114.101362) - (xy 174.251989 114.040799) (xy 174.251989 114.040798) (xy 174.250177 114.033129) (xy 174.252379 114.032608) - (xy 174.24813 113.97322) (xy 174.25093 113.963682) (xy 174.251989 113.959201) (xy 174.258499 113.898649) - (xy 174.2585 113.898632) (xy 174.2585 112.801367) (xy 174.258499 112.80135) (xy 174.25199 112.740803) - (xy 174.251988 112.740795) (xy 174.200978 112.604035) (xy 174.200889 112.603796) (xy 174.200888 112.603794) - (xy 174.200887 112.603792) (xy 174.113261 112.486738) (xy 173.996207 112.399112) (xy 173.996202 112.39911) - (xy 173.859204 112.348011) (xy 173.859196 112.348009) (xy 173.798649 112.3415) (xy 173.798638 112.3415) - (xy 173.7869 112.3415) (xy 173.718779 112.321498) (xy 173.672286 112.267842) (xy 173.6609 112.2155) - (xy 173.6609 100.1345) (xy 173.680902 100.066379) (xy 173.734558 100.019886) (xy 173.7869 100.0085) - (xy 174.798632 100.0085) (xy 174.798638 100.0085) (xy 174.798645 100.008499) (xy 174.798649 100.008499) - (xy 174.859196 100.00199) (xy 174.859199 100.001989) (xy 174.859201 100.001989) (xy 174.996204 99.950889) - (xy 174.996799 99.950444) (xy 175.113261 99.863261) (xy 175.200887 99.746207) (xy 175.200887 99.746206) - (xy 175.200889 99.746204) (xy 175.251989 99.609201) (xy 175.258086 99.552494) (xy 175.258499 99.548649) - (xy 175.2585 99.548632) (xy 175.2585 98.665418) (xy 175.278502 98.597297) (xy 175.332158 98.550804) - (xy 175.402432 98.5407) (xy 175.467012 98.570194) (xy 175.502555 98.621385) (xy 175.54911 98.746203) - (xy 175.549112 98.746207) (xy 175.636738 98.863261) (xy 175.753792 98.950887) (xy 175.753794 98.950888) - (xy 175.753796 98.950889) (xy 175.812875 98.972924) (xy 175.890795 99.001988) (xy 175.890803 99.00199) - (xy 175.95135 99.008499) (xy 175.951355 99.008499) (xy 175.951362 99.0085) (xy 175.951368 99.0085) - (xy 178.048632 99.0085) (xy 178.048638 99.0085) (xy 178.048645 99.008499) (xy 178.048649 99.008499) - (xy 178.109196 99.00199) (xy 178.109199 99.001989) (xy 178.109201 99.001989) (xy 178.246204 98.950889) - (xy 178.246799 98.950444) (xy 178.363261 98.863261) (xy 178.450887 98.746207) (xy 178.450887 98.746206) - (xy 178.450889 98.746204) (xy 178.497445 98.621385) (xy 178.501988 98.609204) (xy 178.50199 98.609196) - (xy 178.508499 98.548649) (xy 178.5085 98.548632) (xy 178.5085 90.377106) (xy 178.528502 90.308985) - (xy 178.542406 90.291113) (xy 178.561657 90.270502) (xy 178.720111 90.046023) (xy 178.846523 89.802058) - (xy 178.938538 89.543153) (xy 178.994442 89.27413) (xy 179.012849 89.005029) (xy 179.013193 89.000004) - (xy 179.013193 88.999995) (xy 178.994443 88.725883) (xy 178.994442 88.725877) (xy 178.994442 88.72587) - (xy 178.938538 88.456847) (xy 178.846523 88.197942) (xy 178.720111 87.953977) (xy 178.561657 87.729498) - (xy 178.374111 87.528686) (xy 178.160969 87.355282) (xy 177.9262 87.212516) (xy 177.926201 87.212516) - (xy 177.926197 87.212514) (xy 177.67418 87.103048) (xy 177.674178 87.103047) (xy 177.674177 87.103047) - (xy 177.511721 87.057529) (xy 177.409593 87.028914) (xy 177.137395 86.9915) (xy 177.137385 86.9915) - (xy 176.862615 86.9915) (xy 176.862604 86.9915) (xy 176.590406 87.028914) (xy 176.325819 87.103048) - (xy 176.073802 87.212514) (xy 175.926212 87.302266) (xy 175.865525 87.339171) (xy 175.839028 87.355284) - (xy 175.625886 87.528688) (xy 175.438343 87.729498) (xy 175.279892 87.953971) (xy 175.153477 88.197941) - (xy 175.061462 88.456845) (xy 175.06146 88.456853) (xy 175.005557 88.725877) (xy 175.005556 88.725883) - (xy 174.986807 88.999995) (xy 174.986807 89.000004) (xy 175.005556 89.274116) (xy 175.005557 89.274122) - (xy 175.005558 89.27413) (xy 175.036217 89.42167) (xy 175.06146 89.543146) (xy 175.061462 89.543153) - (xy 175.153477 89.802058) (xy 175.27081 90.028502) (xy 175.279892 90.046028) (xy 175.291053 90.061839) - (xy 175.438343 90.270502) (xy 175.457586 90.291106) (xy 175.489463 90.354539) (xy 175.4915 90.377106) - (xy 175.4915 93.3655) (xy 175.471498 93.433621) (xy 175.417842 93.480114) (xy 175.3655 93.4915) - (xy 174.467939 93.4915) (xy 174.467915 93.491499) (xy 174.462722 93.491499) (xy 174.225278 93.491499) - (xy 174.123924 93.507552) (xy 173.99078 93.52864) (xy 173.990765 93.528643) (xy 173.990759 93.528644) - (xy 173.990757 93.528644) (xy 173.990755 93.528645) (xy 173.764941 93.602016) (xy 173.764935 93.602019) - (xy 173.553369 93.709817) (xy 173.361277 93.84938) (xy 173.288295 93.922363) (xy 173.19338 94.017278) - (xy 173.193377 94.017281) (xy 173.012184 94.198474) (xy 172.967095 94.243563) (xy 172.904783 94.277588) - (xy 172.833967 94.272523) (xy 172.788905 94.243563) (xy 172.567025 94.021684) (xy 172.567007 94.021664) - (xy 172.394727 93.849384) (xy 172.394724 93.849382) (xy 172.394722 93.84938) (xy 172.202627 93.709815) - (xy 171.991063 93.602018) (xy 171.99106 93.602017) (xy 171.991058 93.602016) (xy 171.765244 93.528645) - (xy 171.765241 93.528644) (xy 171.765235 93.528643) (xy 171.76523 93.528642) (xy 171.765219 93.52864) - (xy 171.649136 93.510254) (xy 171.530722 93.491499) (xy 171.293278 93.491499) (xy 171.288085 93.491499) - (xy 171.288061 93.4915) (xy 170.6345 93.4915) (xy 170.566379 93.471498) (xy 170.519886 93.417842) - (xy 170.5085 93.3655) (xy 170.5085 91.451367) (xy 170.508499 91.45135) (xy 170.50199 91.390803) - (xy 170.501988 91.390795) (xy 170.450978 91.254035) (xy 170.450889 91.253796) (xy 170.450888 91.253794) - (xy 170.450887 91.253792) (xy 170.363261 91.136738) (xy 170.246207 91.049112) (xy 170.246202 91.04911) - (xy 170.109204 90.998011) (xy 170.109196 90.998009) (xy 170.048649 90.9915) (xy 170.048638 90.9915) - (xy 167.951362 90.9915) (xy 167.95135 90.9915) (xy 167.890803 90.998009) (xy 167.890795 90.998011) - (xy 167.753797 91.04911) (xy 167.753792 91.049112) (xy 167.636738 91.136738) (xy 167.549112 91.253792) - (xy 167.54911 91.253797) (xy 167.498011 91.390795) (xy 167.498009 91.390803) (xy 167.4915 91.45135) - (xy 167.4915 93.3655) (xy 167.471498 93.433621) (xy 167.417842 93.480114) (xy 167.3655 93.4915) - (xy 166.6345 93.4915) (xy 166.566379 93.471498) (xy 166.519886 93.417842) (xy 166.5085 93.3655) - (xy 166.5085 91.451367) (xy 166.508499 91.45135) (xy 166.50199 91.390803) (xy 166.501988 91.390795) - (xy 166.450978 91.254035) (xy 166.450889 91.253796) (xy 166.450888 91.253794) (xy 166.450887 91.253792) - (xy 166.363261 91.136738) (xy 166.246207 91.049112) (xy 166.246202 91.04911) (xy 166.109204 90.998011) - (xy 166.109196 90.998009) (xy 166.048649 90.9915) (xy 166.048638 90.9915) (xy 163.951362 90.9915) - (xy 163.95135 90.9915) (xy 163.890803 90.998009) (xy 163.890795 90.998011) (xy 163.753797 91.04911) - (xy 163.753792 91.049112) (xy 163.636738 91.136738) (xy 163.549112 91.253792) (xy 163.54911 91.253797) - (xy 163.498011 91.390795) (xy 163.498009 91.390803) (xy 163.4915 91.45135) (xy 163.4915 93.3655) - (xy 163.471498 93.433621) (xy 163.417842 93.480114) (xy 163.3655 93.4915) (xy 162.783939 93.4915) - (xy 162.783915 93.491499) (xy 162.778722 93.491499) (xy 162.541279 93.491499) (xy 162.306759 93.528643) - (xy 162.306756 93.528643) (xy 162.306755 93.528644) (xy 162.080938 93.602017) (xy 161.869369 93.709817) - (xy 161.677277 93.84938) (xy 161.604295 93.922363) (xy 161.50938 94.017278) (xy 161.509377 94.017281) - (xy 161.194 94.332658) (xy 160.902094 94.624564) (xy 160.839782 94.658589) (xy 160.768966 94.653524) - (xy 160.723904 94.624563) (xy 160.12103 94.021689) (xy 160.12101 94.021667) (xy 159.948727 93.849384) - (xy 159.948724 93.849382) (xy 159.948722 93.84938) (xy 159.756627 93.709815) (xy 159.545063 93.602018) - (xy 159.54506 93.602017) (xy 159.545058 93.602016) (xy 159.319244 93.528645) (xy 159.319241 93.528644) - (xy 159.319235 93.528643) (xy 159.31923 93.528642) (xy 159.319219 93.52864) (xy 159.203136 93.510254) - (xy 159.084722 93.491499) (xy 158.847278 93.491499) (xy 158.842085 93.491499) (xy 158.842061 93.4915) - (xy 158.6345 93.4915) (xy 158.566379 93.471498) (xy 158.519886 93.417842) (xy 158.5085 93.3655) - (xy 158.5085 91.451367) (xy 158.508499 91.45135) (xy 158.50199 91.390803) (xy 158.501988 91.390795) - (xy 158.450978 91.254035) (xy 158.450889 91.253796) (xy 158.450888 91.253794) (xy 158.450887 91.253792) - (xy 158.363261 91.136738) (xy 158.246207 91.049112) (xy 158.246202 91.04911) (xy 158.109204 90.998011) - (xy 158.109196 90.998009) (xy 158.048649 90.9915) (xy 158.048638 90.9915) (xy 155.951362 90.9915) - (xy 155.95135 90.9915) (xy 155.890803 90.998009) (xy 155.890795 90.998011) (xy 155.753797 91.04911) - (xy 155.753792 91.049112) (xy 155.636738 91.136738) (xy 155.549112 91.253792) (xy 155.54911 91.253797) - (xy 155.498011 91.390795) (xy 155.498009 91.390803) (xy 155.4915 91.45135) (xy 155.4915 98.548649) - (xy 155.498009 98.609196) (xy 155.498011 98.609204) (xy 155.54911 98.746202) (xy 155.549112 98.746207) - (xy 155.636738 98.863261) (xy 155.753792 98.950887) (xy 155.753794 98.950888) (xy 155.753796 98.950889) - (xy 155.812875 98.972924) (xy 155.890795 99.001988) (xy 155.890803 99.00199) (xy 155.95135 99.008499) - (xy 155.951355 99.008499) (xy 155.951362 99.0085) (xy 155.951368 99.0085) (xy 158.048632 99.0085) - (xy 158.048638 99.0085) (xy 158.048645 99.008499) (xy 158.048649 99.008499) (xy 158.109196 99.00199) - (xy 158.109199 99.001989) (xy 158.109201 99.001989) (xy 158.246204 98.950889) (xy 158.246799 98.950444) - (xy 158.363261 98.863261) (xy 158.450887 98.746207) (xy 158.450889 98.746203) (xy 158.45089 98.746202) - (xy 158.497445 98.621385) (xy 158.539992 98.564549) (xy 158.606512 98.539739) (xy 158.675886 98.554831) - (xy 158.726088 98.605033) (xy 158.7415 98.665418) (xy 158.7415 100.048649) (xy 158.748009 100.109196) - (xy 158.748011 100.109204) (xy 158.79911 100.246202) (xy 158.799112 100.246207) (xy 158.886738 100.363261) - (xy 159.003792 100.450887) (xy 159.003794 100.450888) (xy 159.003796 100.450889) (xy 159.062875 100.472924) - (xy 159.140795 100.501988) (xy 159.140803 100.50199) (xy 159.20135 100.508499) (xy 159.201355 100.508499) - (xy 159.201362 100.5085) (xy 160.2131 100.5085) (xy 160.281221 100.528502) (xy 160.327714 100.582158) - (xy 160.3391 100.6345) (xy 160.3391 112.2155) (xy 160.319098 112.283621) (xy 160.265442 112.330114) - (xy 160.2131 112.3415) (xy 160.20135 112.3415) (xy 160.140803 112.348009) (xy 160.140795 112.348011) - (xy 160.003797 112.39911) (xy 160.003792 112.399112) (xy 159.886738 112.486738) (xy 159.799112 112.603792) - (xy 159.79911 112.603797) (xy 159.748011 112.740795) (xy 159.748009 112.740803) (xy 159.7415 112.80135) - (xy 159.7415 113.898649) (xy 159.748009 113.959195) (xy 159.749823 113.966867) (xy 159.747624 113.967386) - (xy 159.751866 114.026799) (xy 159.749068 114.036327) (xy 159.748009 114.040804) (xy 159.7415 114.10135) - (xy 159.7415 115.198649) (xy 159.748009 115.259196) (xy 159.748011 115.259204) (xy 159.79911 115.396202) - (xy 159.799112 115.396207) (xy 159.886738 115.513261) (xy 160.003792 115.600887) (xy 160.003794 115.600888) - (xy 160.003796 115.600889) (xy 160.062875 115.622924) (xy 160.140795 115.651988) (xy 160.140803 115.65199) - (xy 160.20135 115.658499) (xy 160.201355 115.658499) (xy 160.201362 115.6585) (xy 160.2131 115.6585) - (xy 160.281221 115.678502) (xy 160.327714 115.732158) (xy 160.3391 115.7845) (xy 160.3391 125.8655) - (xy 160.319098 125.933621) (xy 160.265442 125.980114) (xy 160.2131 125.9915) (xy 159.20135 125.9915) - (xy 159.140803 125.998009) (xy 159.140795 125.998011) (xy 159.003797 126.04911) (xy 159.003792 126.049112) - (xy 158.886738 126.136738) (xy 158.799112 126.253792) (xy 158.79911 126.253797) (xy 158.748011 126.390795) - (xy 158.748009 126.390803) (xy 158.7415 126.45135) (xy 158.7415 127.334581) (xy 158.721498 127.402702) - (xy 158.667842 127.449195) (xy 158.597568 127.459299) (xy 158.532988 127.429805) (xy 158.497445 127.378614) - (xy 158.450889 127.253797) (xy 158.450887 127.253792) (xy 158.363261 127.136738) (xy 158.246207 127.049112) - (xy 158.246202 127.04911) (xy 158.109204 126.998011) (xy 158.109196 126.998009) (xy 158.048649 126.9915) - (xy 158.048638 126.9915) (xy 155.951362 126.9915) (xy 155.95135 126.9915) (xy 155.890803 126.998009) - (xy 155.890795 126.998011) (xy 155.753797 127.04911) (xy 155.753792 127.049112) (xy 155.636738 127.136738) - (xy 155.549112 127.253792) (xy 155.54911 127.253797) (xy 155.498011 127.390795) (xy 155.498009 127.390803) - (xy 155.4915 127.45135) (xy 155.4915 129.3655) (xy 155.471498 129.433621) (xy 155.417842 129.480114) - (xy 155.3655 129.4915) (xy 154.6345 129.4915) (xy 154.566379 129.471498) (xy 154.519886 129.417842) - (xy 154.5085 129.3655) (xy 154.5085 127.451367) (xy 154.508499 127.45135) (xy 154.50199 127.390803) - (xy 154.501988 127.390795) (xy 154.450889 127.253797) (xy 154.450887 127.253792) (xy 154.363261 127.136738) - (xy 154.246207 127.049112) (xy 154.246202 127.04911) (xy 154.109204 126.998011) (xy 154.109196 126.998009) - (xy 154.048649 126.9915) (xy 154.048638 126.9915) (xy 151.951362 126.9915) (xy 151.95135 126.9915) - (xy 151.890803 126.998009) (xy 151.890795 126.998011) (xy 151.753797 127.04911) (xy 151.753792 127.049112) - (xy 151.636738 127.136738) (xy 151.549112 127.253792) (xy 151.54911 127.253797) (xy 151.502555 127.378614) - (xy 151.460008 127.43545) (xy 151.393488 127.46026) (xy 151.324114 127.445168) (xy 151.273912 127.394965) - (xy 151.2585 127.334581) (xy 151.2585 125.951367) (xy 151.258499 125.95135) (xy 151.25199 125.890803) - (xy 151.251988 125.890795) (xy 151.200889 125.753797) (xy 151.200887 125.753792) (xy 151.113261 125.636738) - (xy 150.996207 125.549112) (xy 150.996202 125.54911) (xy 150.859204 125.498011) (xy 150.859196 125.498009) - (xy 150.798649 125.4915) (xy 150.798638 125.4915) (xy 149.7869 125.4915) (xy 149.718779 125.471498) - (xy 149.672286 125.417842) (xy 149.6609 125.3655) (xy 149.6609 115.7845) (xy 149.680902 115.716379) - (xy 149.734558 115.669886) (xy 149.7869 115.6585) (xy 149.798632 115.6585) (xy 149.798638 115.6585) - (xy 149.798645 115.658499) (xy 149.798649 115.658499) (xy 149.859196 115.65199) (xy 149.859199 115.651989) - (xy 149.859201 115.651989) (xy 149.996204 115.600889) (xy 150.113261 115.513261) (xy 150.200889 115.396204) - (xy 150.251989 115.259201) (xy 150.2585 115.198638) (xy 150.2585 114.101362) (xy 150.251989 114.040799) - (xy 150.251989 114.040798) (xy 150.250177 114.033129) (xy 150.252166 114.032658) (xy 150.247863 113.972502) - (xy 150.250236 113.964419) (xy 150.251494 113.959094) (xy 150.257999 113.898597) (xy 150.258 113.898585) - (xy 150.258 113.604) (xy 147.742 113.604) (xy 147.742 113.898597) (xy 147.748505 113.959096) (xy 147.750318 113.966766) - (xy 147.747938 113.967328) (xy 147.752133 114.026082) (xy 147.748833 114.037319) (xy 147.748009 114.040804) - (xy 147.7415 114.10135) (xy 147.7415 115.198649) (xy 147.748009 115.259196) (xy 147.748011 115.259204) - (xy 147.79911 115.396202) (xy 147.799112 115.396207) (xy 147.886738 115.513261) (xy 148.003792 115.600887) - (xy 148.003794 115.600888) (xy 148.003796 115.600889) (xy 148.062875 115.622924) (xy 148.140795 115.651988) - (xy 148.140803 115.65199) (xy 148.20135 115.658499) (xy 148.201355 115.658499) (xy 148.201362 115.6585) - (xy 148.2131 115.6585) (xy 148.281221 115.678502) (xy 148.327714 115.732158) (xy 148.3391 115.7845) - (xy 148.3391 125.3655) (xy 148.319098 125.433621) (xy 148.265442 125.480114) (xy 148.2131 125.4915) - (xy 147.20135 125.4915) (xy 147.140803 125.498009) (xy 147.140795 125.498011) (xy 147.003797 125.54911) - (xy 147.003792 125.549112) (xy 146.886738 125.636738) (xy 146.799112 125.753792) (xy 146.79911 125.753797) - (xy 146.748011 125.890795) (xy 146.748009 125.890803) (xy 146.7415 125.95135) (xy 146.7415 127.334581) - (xy 146.721498 127.402702) (xy 146.667842 127.449195) (xy 146.597568 127.459299) (xy 146.532988 127.429805) - (xy 146.497445 127.378614) (xy 146.450889 127.253797) (xy 146.450887 127.253792) (xy 146.363261 127.136738) - (xy 146.246207 127.049112) (xy 146.246202 127.04911) (xy 146.109204 126.998011) (xy 146.109196 126.998009) - (xy 146.048649 126.9915) (xy 146.048638 126.9915) (xy 143.951362 126.9915) (xy 143.95135 126.9915) - (xy 143.890803 126.998009) (xy 143.890795 126.998011) (xy 143.753797 127.04911) (xy 143.753792 127.049112) - (xy 143.636738 127.136738) (xy 143.549112 127.253792) (xy 143.54911 127.253797) (xy 143.498011 127.390795) - (xy 143.498009 127.390803) (xy 143.4915 127.45135) (xy 133.0755 127.45135) (xy 133.0755 112.801402) - (xy 147.742 112.801402) (xy 147.742 113.096) (xy 148.746 113.096) (xy 149.254 113.096) (xy 150.258 113.096) - (xy 150.258 112.801414) (xy 150.257999 112.801402) (xy 150.251494 112.740906) (xy 150.200444 112.604035) - (xy 150.200444 112.604034) (xy 150.112904 112.487095) (xy 149.995965 112.399555) (xy 149.859093 112.348505) - (xy 149.798597 112.342) (xy 149.254 112.342) (xy 149.254 113.096) (xy 148.746 113.096) (xy 148.746 112.342) - (xy 148.201402 112.342) (xy 148.140906 112.348505) (xy 148.004035 112.399555) (xy 148.004034 112.399555) - (xy 147.887095 112.487095) (xy 147.799555 112.604034) (xy 147.799555 112.604035) (xy 147.748505 112.740906) - (xy 147.742 112.801402) (xy 133.0755 112.801402) (xy 133.0755 95.521516) (xy 133.678 95.521516) - (xy 133.688605 95.625318) (xy 133.688606 95.625321) (xy 133.744342 95.793525) (xy 133.837365 95.944339) - (xy 133.83737 95.944345) (xy 133.962654 96.069629) (xy 133.96266 96.069634) (xy 134.113474 96.162657) - (xy 134.281678 96.218393) (xy 134.281681 96.218394) (xy 134.385483 96.228999) (xy 134.385483 96.229) - (xy 134.432 96.229) (xy 134.432 95.25) (xy 133.678 95.25) (xy 133.678 95.521516) (xy 133.0755 95.521516) - (xy 133.0755 92.005446) (xy 133.4275 92.005446) (xy 133.4275 92.906544) (xy 133.438112 93.010425) - (xy 133.493885 93.178738) (xy 133.58697 93.329652) (xy 133.586975 93.329658) (xy 133.712341 93.455024) - (xy 133.712347 93.455029) (xy 133.712348 93.45503) (xy 133.863262 93.548115) (xy 134.031574 93.603887) - (xy 134.046153 93.605376) (xy 134.111886 93.632195) (xy 134.152687 93.690297) (xy 134.155598 93.761234) - (xy 134.119696 93.822484) (xy 134.099496 93.837963) (xy 133.962662 93.922363) (xy 133.962654 93.92237) - (xy 133.83737 94.047654) (xy 133.837365 94.04766) (xy 133.744342 94.198474) (xy 133.688606 94.366678) - (xy 133.688605 94.366681) (xy 133.678 94.470483) (xy 133.678 94.742) (xy 134.814 94.742) (xy 134.882121 94.762002) - (xy 134.928614 94.815658) (xy 134.94 94.868) (xy 134.94 96.229) (xy 134.958576 96.229) (xy 135.026697 96.249002) - (xy 135.07319 96.302658) (xy 135.083294 96.372932) (xy 135.0538 96.437512) (xy 135.047671 96.444095) - (xy 134.971349 96.520416) (xy 134.971344 96.520423) (xy 134.860979 96.685596) (xy 134.784958 96.869126) - (xy 134.784956 96.869131) (xy 134.7462 97.063968) (xy 134.7462 97.262629) (xy 134.757679 97.320337) - (xy 134.7601 97.344919) (xy 134.7601 104.693329) (xy 134.798856 104.888169) (xy 134.874879 105.071704) - (xy 134.985247 105.236881) (xy 136.026647 106.278281) (xy 136.167119 106.418753) (xy 136.332296 106.529121) - (xy 136.515831 106.605144) (xy 136.710671 106.6439) (xy 137.192316 106.6439) (xy 137.260437 106.663902) - (xy 137.30693 106.717558) (xy 137.310371 106.725867) (xy 137.31251 106.731602) (xy 137.312512 106.731607) - (xy 137.400138 106.848661) (xy 137.517192 106.936287) (xy 137.517194 106.936288) (xy 137.517196 106.936289) - (xy 137.576275 106.958324) (xy 137.654195 106.987388) (xy 137.654203 106.98739) (xy 137.71475 106.993899) - (xy 137.714755 106.993899) (xy 137.714762 106.9939) (xy 137.714768 106.9939) (xy 139.512032 106.9939) - (xy 139.512038 106.9939) (xy 139.512045 106.993899) (xy 139.512049 106.993899) (xy 139.572596 106.98739) - (xy 139.572599 106.987389) (xy 139.572601 106.987389) (xy 139.586401 106.982242) (xy 139.591445 106.98036) - (xy 139.709604 106.936289) (xy 139.74587 106.909141) (xy 139.826661 106.848661) (xy 139.91969 106.72439) - (xy 139.921587 106.72581) (xy 139.962679 106.684715) (xy 140.023069 106.6693) (xy 140.702091 106.6693) - (xy 140.770212 106.689302) (xy 140.779482 106.695869) (xy 140.825394 106.731604) (xy 140.915824 106.801989) - (xy 141.113826 106.909142) (xy 141.113827 106.909142) (xy 141.113828 106.909143) (xy 141.225627 106.947523) - (xy 141.326765 106.982244) (xy 141.548831 107.0193) (xy 141.548835 107.0193) (xy 141.773965 107.0193) - (xy 141.773969 107.0193) (xy 141.996035 106.982244) (xy 142.208974 106.909142) (xy 142.406976 106.801989) - (xy 142.58464 106.663706) (xy 142.737122 106.498068) (xy 142.86026 106.309591) (xy 142.950696 106.103416) - (xy 143.005964 105.885168) (xy 143.024556 105.6608) (xy 143.005964 105.436432) (xy 142.955431 105.236881) - (xy 142.950697 105.218187) (xy 142.950696 105.218186) (xy 142.950696 105.218184) (xy 142.86026 105.012009) - (xy 142.779355 104.888174) (xy 142.737124 104.823534) (xy 142.73712 104.823529) (xy 142.584637 104.657891) - (xy 142.463974 104.563975) (xy 142.406976 104.519611) (xy 142.373192 104.501328) (xy 142.322802 104.451316) - (xy 142.30745 104.381999) (xy 142.33201 104.315386) (xy 142.373193 104.279701) (xy 142.4067 104.261567) - (xy 142.406701 104.261567) (xy 142.584302 104.123334) (xy 142.736725 103.957758) (xy 142.859819 103.769348) - (xy 142.95022 103.563256) (xy 142.950223 103.563249) (xy 142.997944 103.3748) (xy 142.092103 103.3748) - (xy 142.127325 103.313793) (xy 142.1614 103.186626) (xy 142.1614 103.054974) (xy 142.127325 102.927807) - (xy 142.092103 102.8668) (xy 142.997944 102.8668) (xy 142.997944 102.866799) (xy 142.950223 102.67835) - (xy 142.95022 102.678343) (xy 142.859819 102.472251) (xy 142.736725 102.283841) (xy 142.593418 102.128167) - (xy 142.561998 102.064502) (xy 142.569985 101.993956) (xy 142.614844 101.938927) (xy 142.642079 101.924777) - (xy 142.757604 101.881689) (xy 142.874661 101.794061) (xy 142.947629 101.696588) (xy 142.962287 101.677007) - (xy 142.962287 101.677006) (xy 142.962289 101.677004) (xy 143.013389 101.540001) (xy 143.0199 101.479438) - (xy 143.0199 99.682162) (xy 143.019899 99.68215) (xy 143.01339 99.621603) (xy 143.013388 99.621595) - (xy 142.984324 99.543675) (xy 142.962289 99.484596) (xy 142.962288 99.484594) (xy 142.962287 99.484592) - (xy 142.874661 99.367538) (xy 142.757603 99.27991) (xy 142.751862 99.277769) (xy 142.695028 99.235219) - (xy 142.670221 99.168698) (xy 142.6699 99.159715) (xy 142.6699 99.144072) (xy 142.669899 99.144068) - (xy 142.642933 99.0085) (xy 142.631144 98.949231) (xy 142.593562 98.8585) (xy 142.555122 98.765696) - (xy 142.444753 98.600519) (xy 142.444748 98.600513) (xy 140.303405 96.45917) (xy 140.269379 96.396858) - (xy 140.2665 96.370075) (xy 140.2665 96.19167) (xy 140.286502 96.123549) (xy 140.340158 96.077056) - (xy 140.410432 96.066952) (xy 140.458647 96.084429) (xy 140.585474 96.162657) (xy 140.753678 96.218393) - (xy 140.753681 96.218394) (xy 140.857483 96.228999) (xy 140.857483 96.229) (xy 140.904 96.229) (xy 141.412 96.229) - (xy 141.458517 96.229) (xy 141.458516 96.228999) (xy 141.562318 96.218394) (xy 141.562321 96.218393) - (xy 141.730525 96.162657) (xy 141.881339 96.069634) (xy 141.881345 96.069629) (xy 142.006629 95.944345) - (xy 142.006634 95.944339) (xy 142.099657 95.793525) (xy 142.155393 95.625321) (xy 142.155394 95.625318) - (xy 142.165999 95.521516) (xy 142.166 95.521516) (xy 142.166 95.25) (xy 141.412 95.25) (xy 141.412 96.229) - (xy 140.904 96.229) (xy 140.904 94.868) (xy 140.924002 94.799879) (xy 140.977658 94.753386) (xy 141.03 94.742) - (xy 142.166 94.742) (xy 142.166 94.470483) (xy 142.155394 94.366681) (xy 142.155393 94.366678) (xy 142.099657 94.198474) - (xy 142.006634 94.04766) (xy 142.006629 94.047654) (xy 141.881345 93.92237) (xy 141.881339 93.922365) - (xy 141.744504 93.837965) (xy 141.697026 93.785179) (xy 141.685623 93.715104) (xy 141.713915 93.649989) - (xy 141.772921 93.610506) (xy 141.797847 93.605376) (xy 141.812426 93.603887) (xy 141.980738 93.548115) - (xy 142.131652 93.45503) (xy 142.25703 93.329652) (xy 142.350115 93.178738) (xy 142.405887 93.010426) - (xy 142.4165 92.906545) (xy 142.416499 92.005456) (xy 142.405887 91.901574) (xy 142.350115 91.733262) - (xy 142.25703 91.582348) (xy 142.257029 91.582347) (xy 142.257024 91.582341) (xy 142.131658 91.456975) - (xy 142.131652 91.45697) (xy 142.122625 91.451402) (xy 143.492 91.451402) (xy 143.492 94.746) (xy 144.65 94.746) - (xy 144.65 95.254) (xy 143.492 95.254) (xy 143.492 98.548597) (xy 143.498505 98.609093) (xy 143.549555 98.745964) - (xy 143.549555 98.745965) (xy 143.637095 98.862904) (xy 143.754034 98.950444) (xy 143.890906 99.001494) - (xy 143.951402 99.007999) (xy 143.951415 99.008) (xy 144.746 99.008) (xy 144.746 97.890975) (xy 144.785095 97.93007) - (xy 144.864905 97.976148) (xy 144.953922 98) (xy 145.046078 98) (xy 145.135095 97.976148) (xy 145.214905 97.93007) - (xy 145.254 97.890975) (xy 145.254 99.008) (xy 146.048585 99.008) (xy 146.048597 99.007999) (xy 146.109093 99.001494) - (xy 146.245964 98.950444) (xy 146.245965 98.950444) (xy 146.362904 98.862904) (xy 146.450444 98.745965) - (xy 146.450444 98.745964) (xy 146.497944 98.618613) (xy 146.540491 98.561777) (xy 146.607011 98.536966) - (xy 146.676385 98.552057) (xy 146.726587 98.60226) (xy 146.742 98.662645) (xy 146.742 99.548597) - (xy 146.748505 99.609093) (xy 146.799555 99.745964) (xy 146.799555 99.745965) (xy 146.887095 99.862904) - (xy 147.004034 99.950444) (xy 147.140906 100.001494) (xy 147.201402 100.007999) (xy 147.201415 100.008) - (xy 148.746 100.008) (xy 148.746 98.35) (xy 149.254 98.35) (xy 149.254 100.008) (xy 150.798585 100.008) - (xy 150.798597 100.007999) (xy 150.859093 100.001494) (xy 150.995964 99.950444) (xy 150.995965 99.950444) - (xy 151.112904 99.862904) (xy 151.200444 99.745965) (xy 151.200444 99.745964) (xy 151.251494 99.609093) - (xy 151.257999 99.548597) (xy 151.258 99.548585) (xy 151.258 98.662645) (xy 151.278002 98.594524) - (xy 151.331658 98.548031) (xy 151.401932 98.537927) (xy 151.466512 98.567421) (xy 151.502056 98.618613) - (xy 151.549555 98.745964) (xy 151.549555 98.745965) (xy 151.637095 98.862904) (xy 151.754034 98.950444) - (xy 151.890906 99.001494) (xy 151.951402 99.007999) (xy 151.951415 99.008) (xy 152.746 99.008) (xy 152.746 97.890975) - (xy 152.785095 97.93007) (xy 152.864905 97.976148) (xy 152.953922 98) (xy 153.046078 98) (xy 153.135095 97.976148) - (xy 153.214905 97.93007) (xy 153.254 97.890975) (xy 153.254 99.008) (xy 154.048585 99.008) (xy 154.048597 99.007999) - (xy 154.109093 99.001494) (xy 154.245964 98.950444) (xy 154.245965 98.950444) (xy 154.362904 98.862904) - (xy 154.450444 98.745965) (xy 154.450444 98.745964) (xy 154.501494 98.609093) (xy 154.507999 98.548597) - (xy 154.508 98.548585) (xy 154.508 95.254) (xy 153.35 95.254) (xy 153.35 94.746) (xy 154.508 94.746) - (xy 154.508 91.451414) (xy 154.507999 91.451402) (xy 154.501494 91.390906) (xy 154.450444 91.254035) - (xy 154.450444 91.254034) (xy 154.362904 91.137095) (xy 154.245965 91.049555) (xy 154.109093 90.998505) - (xy 154.048597 90.992) (xy 153.254 90.992) (xy 153.254 92.109025) (xy 153.214905 92.06993) (xy 153.135095 92.023852) - (xy 153.046078 92) (xy 152.953922 92) (xy 152.864905 92.023852) (xy 152.785095 92.06993) (xy 152.746 92.109025) - (xy 152.746 90.992) (xy 151.951402 90.992) (xy 151.890906 90.998505) (xy 151.754035 91.049555) (xy 151.754034 91.049555) - (xy 151.637095 91.137095) (xy 151.549555 91.254034) (xy 151.549555 91.254035) (xy 151.498505 91.390906) - (xy 151.492 91.451402) (xy 151.492 94.746) (xy 152.65 94.746) (xy 152.65 95.254) (xy 151.492 95.254) - (xy 151.492 96.337354) (xy 151.471998 96.405475) (xy 151.418342 96.451968) (xy 151.348068 96.462072) - (xy 151.283488 96.432578) (xy 151.247944 96.381387) (xy 151.200443 96.254033) (xy 151.112904 96.137095) - (xy 150.995965 96.049555) (xy 150.859093 95.998505) (xy 150.798597 95.992) (xy 149.254 95.992) (xy 149.254 97.65) - (xy 148.746 97.65) (xy 148.746 95.992) (xy 147.201402 95.992) (xy 147.140906 95.998505) (xy 147.004035 96.049555) - (xy 147.004034 96.049555) (xy 146.887095 96.137095) (xy 146.799556 96.254033) (xy 146.752056 96.381387) - (xy 146.709509 96.438222) (xy 146.642989 96.463033) (xy 146.573614 96.447941) (xy 146.523412 96.397739) - (xy 146.508 96.337354) (xy 146.508 95.254) (xy 145.35 95.254) (xy 145.35 94.746) (xy 146.508 94.746) - (xy 146.508 91.451414) (xy 146.507999 91.451402) (xy 146.501494 91.390906) (xy 146.450444 91.254035) - (xy 146.450444 91.254034) (xy 146.362904 91.137095) (xy 146.245965 91.049555) (xy 146.109093 90.998505) - (xy 146.048597 90.992) (xy 145.254 90.992) (xy 145.254 92.109025) (xy 145.214905 92.06993) (xy 145.135095 92.023852) - (xy 145.046078 92) (xy 144.953922 92) (xy 144.864905 92.023852) (xy 144.785095 92.06993) (xy 144.746 92.109025) - (xy 144.746 90.992) (xy 143.951402 90.992) (xy 143.890906 90.998505) (xy 143.754035 91.049555) (xy 143.754034 91.049555) - (xy 143.637095 91.137095) (xy 143.549555 91.254034) (xy 143.549555 91.254035) (xy 143.498505 91.390906) - (xy 143.492 91.451402) (xy 142.122625 91.451402) (xy 142.122541 91.45135) (xy 141.980738 91.363885) - (xy 141.896582 91.335999) (xy 141.812427 91.308113) (xy 141.81242 91.308112) (xy 141.708553 91.2975) - (xy 138.707455 91.2975) (xy 138.603574 91.308112) (xy 138.435261 91.363885) (xy 138.284347 91.45697) - (xy 138.284341 91.456975) (xy 138.158975 91.582341) (xy 138.15897 91.582347) (xy 138.065885 91.733261) - (xy 138.041605 91.806537) (xy 138.001191 91.864908) (xy 137.935634 91.892164) (xy 137.865749 91.879651) - (xy 137.813723 91.831341) (xy 137.802395 91.806537) (xy 137.778115 91.733262) (xy 137.68503 91.582348) - (xy 137.685029 91.582347) (xy 137.685024 91.582341) (xy 137.559658 91.456975) (xy 137.559652 91.45697) - (xy 137.550541 91.45135) (xy 137.408738 91.363885) (xy 137.324582 91.335999) (xy 137.240427 91.308113) - (xy 137.24042 91.308112) (xy 137.136553 91.2975) (xy 134.135455 91.2975) (xy 134.031574 91.308112) - (xy 133.863261 91.363885) (xy 133.712347 91.45697) (xy 133.712341 91.456975) (xy 133.586975 91.582341) - (xy 133.58697 91.582347) (xy 133.493885 91.733262) (xy 133.438113 91.901572) (xy 133.438112 91.901579) - (xy 133.4275 92.005446) (xy 133.0755 92.005446) (xy 133.0755 87.555446) (xy 133.4275 87.555446) - (xy 133.4275 88.456544) (xy 133.438112 88.560425) (xy 133.493885 88.728738) (xy 133.58697 88.879652) - (xy 133.586975 88.879658) (xy 133.712341 89.005024) (xy 133.712347 89.005029) (xy 133.712348 89.00503) - (xy 133.863262 89.098115) (xy 134.031574 89.153887) (xy 134.135455 89.1645) (xy 137.136544 89.164499) - (xy 137.240426 89.153887) (xy 137.408738 89.098115) (xy 137.559652 89.00503) (xy 137.68503 88.879652) - (xy 137.778115 88.728738) (xy 137.802396 88.65546) (xy 137.842807 88.597092) (xy 137.908363 88.569835) - (xy 137.978248 88.582347) (xy 138.030275 88.630656) (xy 138.041603 88.655461) (xy 138.064935 88.72587) - (xy 138.065885 88.728738) (xy 138.15897 88.879652) (xy 138.158975 88.879658) (xy 138.284341 89.005024) - (xy 138.284347 89.005029) (xy 138.284348 89.00503) (xy 138.435262 89.098115) (xy 138.603574 89.153887) - (xy 138.707455 89.1645) (xy 141.708544 89.164499) (xy 141.812426 89.153887) (xy 141.980738 89.098115) - (xy 142.131652 89.00503) (xy 142.25703 88.879652) (xy 142.350115 88.728738) (xy 142.405887 88.560426) - (xy 142.4165 88.456545) (xy 142.416499 87.555456) (xy 142.405887 87.451574) (xy 142.350115 87.283262) - (xy 142.25703 87.132348) (xy 142.257029 87.132347) (xy 142.257024 87.132341) (xy 142.131658 87.006975) - (xy 142.131652 87.00697) (xy 142.106571 86.9915) (xy 142.008191 86.930818) (xy 141.960715 86.878034) - (xy 141.949312 86.807959) (xy 141.967099 86.757432) (xy 142.033657 86.649525) (xy 142.089393 86.481321) - (xy 142.089394 86.481318) (xy 142.099999 86.377516) (xy 142.1 86.377516) (xy 142.1 86.106) (xy 140.964 86.106) - (xy 140.895879 86.085998) (xy 140.849386 86.032342) (xy 140.838 85.98) (xy 140.838 85.598) (xy 141.346 85.598) - (xy 142.1 85.598) (xy 142.1 85.499995) (xy 150.986807 85.499995) (xy 150.986807 85.500004) (xy 151.005556 85.774116) - (xy 151.005557 85.774122) (xy 151.005558 85.77413) (xy 151.036217 85.92167) (xy 151.06146 86.043146) - (xy 151.061462 86.043154) (xy 151.076689 86.085998) (xy 151.153477 86.302058) (xy 151.246363 86.481321) - (xy 151.279892 86.546028) (xy 151.298413 86.572266) (xy 151.438343 86.770502) (xy 151.625889 86.971314) - (xy 151.839031 87.144718) (xy 152.0738 87.287484) (xy 152.073802 87.287485) (xy 152.157807 87.323973) - (xy 152.325823 87.396953) (xy 152.590404 87.471085) (xy 152.685504 87.484156) (xy 152.862604 87.508499) - (xy 152.862615 87.5085) (xy 153.137385 87.5085) (xy 153.137395 87.508499) (xy 153.266945 87.490692) - (xy 153.409596 87.471085) (xy 153.674177 87.396953) (xy 153.9262 87.287484) (xy 154.160969 87.144718) - (xy 154.374111 86.971314) (xy 154.561657 86.770502) (xy 154.720111 86.546023) (xy 154.846523 86.302058) - (xy 154.938538 86.043153) (xy 154.994442 85.77413) (xy 155.013193 85.5) (xy 155.013193 85.499995) - (xy 165.986807 85.499995) (xy 165.986807 85.500004) (xy 166.005556 85.774116) (xy 166.005557 85.774122) - (xy 166.005558 85.77413) (xy 166.036217 85.92167) (xy 166.06146 86.043146) (xy 166.061462 86.043154) - (xy 166.076689 86.085998) (xy 166.153477 86.302058) (xy 166.246363 86.481321) (xy 166.279892 86.546028) - (xy 166.298413 86.572266) (xy 166.438343 86.770502) (xy 166.625889 86.971314) (xy 166.839031 87.144718) - (xy 167.0738 87.287484) (xy 167.073802 87.287485) (xy 167.157807 87.323973) (xy 167.325823 87.396953) - (xy 167.590404 87.471085) (xy 167.685504 87.484156) (xy 167.862604 87.508499) (xy 167.862615 87.5085) - (xy 168.137385 87.5085) (xy 168.137395 87.508499) (xy 168.266945 87.490692) (xy 168.409596 87.471085) - (xy 168.674177 87.396953) (xy 168.9262 87.287484) (xy 169.160969 87.144718) (xy 169.374111 86.971314) - (xy 169.561657 86.770502) (xy 169.720111 86.546023) (xy 169.846523 86.302058) (xy 169.938538 86.043153) - (xy 169.994442 85.77413) (xy 170.013193 85.5) (xy 170.013193 85.499995) (xy 180.986807 85.499995) - (xy 180.986807 85.500004) (xy 181.005556 85.774116) (xy 181.005557 85.774122) (xy 181.005558 85.77413) - (xy 181.036217 85.92167) (xy 181.06146 86.043146) (xy 181.061462 86.043154) (xy 181.076689 86.085998) - (xy 181.153477 86.302058) (xy 181.246363 86.481321) (xy 181.279892 86.546028) (xy 181.298413 86.572266) - (xy 181.438343 86.770502) (xy 181.625889 86.971314) (xy 181.839031 87.144718) (xy 182.0738 87.287484) - (xy 182.073802 87.287485) (xy 182.157807 87.323973) (xy 182.325823 87.396953) (xy 182.590404 87.471085) - (xy 182.685504 87.484156) (xy 182.862604 87.508499) (xy 182.862615 87.5085) (xy 183.137385 87.5085) - (xy 183.137395 87.508499) (xy 183.266945 87.490692) (xy 183.409596 87.471085) (xy 183.674177 87.396953) - (xy 183.9262 87.287484) (xy 184.160969 87.144718) (xy 184.374111 86.971314) (xy 184.561657 86.770502) - (xy 184.720111 86.546023) (xy 184.846523 86.302058) (xy 184.938538 86.043153) (xy 184.994442 85.77413) - (xy 185.013193 85.5) (xy 185.013193 85.499995) (xy 195.486807 85.499995) (xy 195.486807 85.500004) - (xy 195.505556 85.774116) (xy 195.505557 85.774122) (xy 195.505558 85.77413) (xy 195.536217 85.92167) - (xy 195.56146 86.043146) (xy 195.561462 86.043154) (xy 195.576689 86.085998) (xy 195.653477 86.302058) - (xy 195.746363 86.481321) (xy 195.779892 86.546028) (xy 195.798413 86.572266) (xy 195.938343 86.770502) - (xy 196.125889 86.971314) (xy 196.339031 87.144718) (xy 196.5738 87.287484) (xy 196.573802 87.287485) - (xy 196.657807 87.323973) (xy 196.825823 87.396953) (xy 197.090404 87.471085) (xy 197.185504 87.484156) - (xy 197.362604 87.508499) (xy 197.362615 87.5085) (xy 197.637385 87.5085) (xy 197.637395 87.508499) - (xy 197.766945 87.490692) (xy 197.909596 87.471085) (xy 198.174177 87.396953) (xy 198.4262 87.287484) - (xy 198.660969 87.144718) (xy 198.874111 86.971314) (xy 199.061657 86.770502) (xy 199.220111 86.546023) - (xy 199.346523 86.302058) (xy 199.438538 86.043153) (xy 199.494442 85.77413) (xy 199.513193 85.5) - (xy 199.50813 85.425988) (xy 199.494443 85.225883) (xy 199.494442 85.225877) (xy 199.494442 85.22587) - (xy 199.438538 84.956847) (xy 199.346523 84.697942) (xy 199.220111 84.453977) (xy 199.061657 84.229498) - (xy 198.874111 84.028686) (xy 198.660969 83.855282) (xy 198.4262 83.712516) (xy 198.426201 83.712516) - (xy 198.426197 83.712514) (xy 198.17418 83.603048) (xy 198.174178 83.603047) (xy 198.174177 83.603047) - (xy 197.973746 83.546889) (xy 197.909593 83.528914) (xy 197.637395 83.4915) (xy 197.637385 83.4915) - (xy 197.362615 83.4915) (xy 197.362604 83.4915) (xy 197.090406 83.528914) (xy 196.825819 83.603048) - (xy 196.573802 83.712514) (xy 196.339028 83.855284) (xy 196.125886 84.028688) (xy 195.938343 84.229498) - (xy 195.779892 84.453971) (xy 195.653477 84.697941) (xy 195.561462 84.956845) (xy 195.56146 84.956853) - (xy 195.535351 85.0825) (xy 195.506222 85.222678) (xy 195.505557 85.225877) (xy 195.505556 85.225883) - (xy 195.486807 85.499995) (xy 185.013193 85.499995) (xy 185.00813 85.425988) (xy 184.994443 85.225883) - (xy 184.994442 85.225877) (xy 184.994442 85.22587) (xy 184.938538 84.956847) (xy 184.846523 84.697942) - (xy 184.720111 84.453977) (xy 184.561657 84.229498) (xy 184.374111 84.028686) (xy 184.160969 83.855282) - (xy 183.9262 83.712516) (xy 183.926201 83.712516) (xy 183.926197 83.712514) (xy 183.67418 83.603048) - (xy 183.674178 83.603047) (xy 183.674177 83.603047) (xy 183.473746 83.546889) (xy 183.409593 83.528914) - (xy 183.137395 83.4915) (xy 183.137385 83.4915) (xy 182.862615 83.4915) (xy 182.862604 83.4915) - (xy 182.590406 83.528914) (xy 182.325819 83.603048) (xy 182.073802 83.712514) (xy 181.839028 83.855284) - (xy 181.625886 84.028688) (xy 181.438343 84.229498) (xy 181.279892 84.453971) (xy 181.153477 84.697941) - (xy 181.061462 84.956845) (xy 181.06146 84.956853) (xy 181.035351 85.0825) (xy 181.006222 85.222678) - (xy 181.005557 85.225877) (xy 181.005556 85.225883) (xy 180.986807 85.499995) (xy 170.013193 85.499995) - (xy 170.00813 85.425988) (xy 169.994443 85.225883) (xy 169.994442 85.225877) (xy 169.994442 85.22587) - (xy 169.938538 84.956847) (xy 169.846523 84.697942) (xy 169.720111 84.453977) (xy 169.561657 84.229498) - (xy 169.374111 84.028686) (xy 169.160969 83.855282) (xy 168.9262 83.712516) (xy 168.926201 83.712516) - (xy 168.926197 83.712514) (xy 168.67418 83.603048) (xy 168.674178 83.603047) (xy 168.674177 83.603047) - (xy 168.473746 83.546889) (xy 168.409593 83.528914) (xy 168.137395 83.4915) (xy 168.137385 83.4915) - (xy 167.862615 83.4915) (xy 167.862604 83.4915) (xy 167.590406 83.528914) (xy 167.325819 83.603048) - (xy 167.073802 83.712514) (xy 166.839028 83.855284) (xy 166.625886 84.028688) (xy 166.438343 84.229498) - (xy 166.279892 84.453971) (xy 166.153477 84.697941) (xy 166.061462 84.956845) (xy 166.06146 84.956853) - (xy 166.035351 85.0825) (xy 166.006222 85.222678) (xy 166.005557 85.225877) (xy 166.005556 85.225883) - (xy 165.986807 85.499995) (xy 155.013193 85.499995) (xy 155.00813 85.425988) (xy 154.994443 85.225883) - (xy 154.994442 85.225877) (xy 154.994442 85.22587) (xy 154.938538 84.956847) (xy 154.846523 84.697942) - (xy 154.720111 84.453977) (xy 154.561657 84.229498) (xy 154.374111 84.028686) (xy 154.160969 83.855282) - (xy 153.9262 83.712516) (xy 153.926201 83.712516) (xy 153.926197 83.712514) (xy 153.67418 83.603048) - (xy 153.674178 83.603047) (xy 153.674177 83.603047) (xy 153.473746 83.546889) (xy 153.409593 83.528914) - (xy 153.137395 83.4915) (xy 153.137385 83.4915) (xy 152.862615 83.4915) (xy 152.862604 83.4915) - (xy 152.590406 83.528914) (xy 152.325819 83.603048) (xy 152.073802 83.712514) (xy 151.839028 83.855284) - (xy 151.625886 84.028688) (xy 151.438343 84.229498) (xy 151.279892 84.453971) (xy 151.153477 84.697941) - (xy 151.061462 84.956845) (xy 151.06146 84.956853) (xy 151.035351 85.0825) (xy 151.006222 85.222678) - (xy 151.005557 85.225877) (xy 151.005556 85.225883) (xy 150.986807 85.499995) (xy 142.1 85.499995) - (xy 142.1 85.326483) (xy 142.089394 85.22268) (xy 142.089393 85.222678) (xy 142.033657 85.054474) - (xy 141.940634 84.90366) (xy 141.940629 84.903654) (xy 141.815345 84.77837) (xy 141.815339 84.778365) - (xy 141.664525 84.685342) (xy 141.496321 84.629606) (xy 141.496318 84.629605) (xy 141.392516 84.619) - (xy 141.346 84.619) (xy 141.346 85.598) (xy 140.838 85.598) (xy 140.838 84.619) (xy 140.791483 84.619) - (xy 140.687681 84.629605) (xy 140.687678 84.629606) (xy 140.519472 84.685343) (xy 140.392646 84.76357) - (xy 140.324167 84.782307) (xy 140.256428 84.761047) (xy 140.210937 84.70654) (xy 140.2005 84.656329) - (xy 140.2005 83.638185) (xy 140.220502 83.570064) (xy 140.250991 83.537317) (xy 140.355261 83.459261) - (xy 140.442887 83.342207) (xy 140.442887 83.342206) (xy 140.442889 83.342204) (xy 140.493989 83.205201) - (xy 140.497197 83.175367) (xy 140.500499 83.144649) (xy 140.5005 83.144632) (xy 140.5005 81.447367) - (xy 140.500499 81.44735) (xy 140.49399 81.386803) (xy 140.493988 81.386795) (xy 140.457811 81.289804) - (xy 140.442889 81.249796) (xy 140.442888 81.249794) (xy 140.442887 81.249792) (xy 140.355261 81.132738) - (xy 140.261981 81.06291) (xy 140.219434 81.006074) (xy 140.21437 80.935259) (xy 140.248393 80.872948) - (xy 140.34262 80.778722) (xy 140.482185 80.586627) (xy 140.589982 80.375063) (xy 140.663356 80.149241) - (xy 140.7005 79.914722) (xy 140.7005 78.6345) (xy 140.720502 78.566379) (xy 140.774158 78.519886) - (xy 140.8265 78.5085) (xy 151.626816 78.5085) (xy 151.694937 78.528502) (xy 151.706334 78.53676) - (xy 151.839031 78.644718) (xy 152.073067 78.787038) (xy 152.073802 78.787485) (xy 152.079141 78.789804) - (xy 152.325823 78.896953) (xy 152.590404 78.971085) (xy 152.685504 78.984156) (xy 152.862604 79.008499) - (xy 152.862615 79.0085) (xy 153.137385 79.0085) (xy 153.137395 79.008499) (xy 153.266945 78.990692) - (xy 153.409596 78.971085) (xy 153.674177 78.896953) (xy 153.9262 78.787484) (xy 154.160969 78.644718) - (xy 154.374111 78.471314) (xy 154.561657 78.270502) (xy 154.720111 78.046023) (xy 154.846523 77.802058) - (xy 154.938538 77.543153) (xy 154.994442 77.27413) (xy 154.994447 77.274051) (xy 155.013193 77.000004) - (xy 155.013193 76.999995) (xy 154.995819 76.745999) (xy 166.004681 76.745999) (xy 166.004682 76.746) - (xy 167.132891 76.746) (xy 167.1 76.911358) (xy 167.1 77.088642) (xy 167.132891 77.254) (xy 166.004681 77.254) - (xy 166.006052 77.27405) (xy 166.006052 77.274051) (xy 166.061942 77.543011) (xy 166.061944 77.543019) - (xy 166.153938 77.801865) (xy 166.280314 78.045756) (xy 166.280322 78.04577) (xy 166.438729 78.270182) - (xy 166.626228 78.470944) (xy 166.626236 78.470951) (xy 166.839325 78.644312) (xy 167.07403 78.787038) - (xy 167.325989 78.89648) (xy 167.590509 78.970595) (xy 167.745998 78.991967) (xy 167.746 78.991966) - (xy 167.746 77.867108) (xy 167.911358 77.9) (xy 168.088642 77.9) (xy 168.254 77.867108) (xy 168.254 78.991966) - (xy 168.254001 78.991967) (xy 168.40949 78.970595) (xy 168.67401 78.89648) (xy 168.925969 78.787038) - (xy 169.160674 78.644312) (xy 169.373763 78.470951) (xy 169.373771 78.470944) (xy 169.56127 78.270182) - (xy 169.719677 78.04577) (xy 169.719685 78.045756) (xy 169.846061 77.801865) (xy 169.938055 77.543019) - (xy 169.938057 77.543011) (xy 169.993947 77.274051) (xy 169.993947 77.27405) (xy 169.995318 77.254) - (xy 168.867109 77.254) (xy 168.9 77.088642) (xy 168.9 76.911358) (xy 168.867109 76.746) (xy 169.995318 76.746) - (xy 169.995318 76.745999) (xy 181.004681 76.745999) (xy 181.004682 76.746) (xy 182.132891 76.746) - (xy 182.1 76.911358) (xy 182.1 77.088642) (xy 182.132891 77.254) (xy 181.004681 77.254) (xy 181.006052 77.27405) - (xy 181.006052 77.274051) (xy 181.061942 77.543011) (xy 181.061944 77.543019) (xy 181.153938 77.801865) - (xy 181.280314 78.045756) (xy 181.280322 78.04577) (xy 181.438729 78.270182) (xy 181.626228 78.470944) - (xy 181.626236 78.470951) (xy 181.839325 78.644312) (xy 182.07403 78.787038) (xy 182.325989 78.89648) - (xy 182.590509 78.970595) (xy 182.745998 78.991967) (xy 182.746 78.991966) (xy 182.746 77.867108) - (xy 182.911358 77.9) (xy 183.088642 77.9) (xy 183.254 77.867108) (xy 183.254 78.991966) (xy 183.254001 78.991967) - (xy 183.40949 78.970595) (xy 183.67401 78.89648) (xy 183.925969 78.787038) (xy 184.160674 78.644312) - (xy 184.373763 78.470951) (xy 184.373771 78.470944) (xy 184.56127 78.270182) (xy 184.719677 78.04577) - (xy 184.719685 78.045756) (xy 184.846061 77.801865) (xy 184.938055 77.543019) (xy 184.938057 77.543011) - (xy 184.993947 77.274051) (xy 184.993947 77.27405) (xy 184.995318 77.254) (xy 183.867109 77.254) - (xy 183.9 77.088642) (xy 183.9 76.999995) (xy 195.486807 76.999995) (xy 195.486807 77.000004) (xy 195.505556 77.274116) - (xy 195.505557 77.274122) (xy 195.505558 77.27413) (xy 195.510103 77.296) (xy 195.56146 77.543146) - (xy 195.561462 77.543154) (xy 195.646027 77.781095) (xy 195.653477 77.802058) (xy 195.751619 77.991465) - (xy 195.779892 78.046028) (xy 195.814744 78.095402) (xy 195.938343 78.270502) (xy 196.125889 78.471314) - (xy 196.339031 78.644718) (xy 196.573067 78.787038) (xy 196.573802 78.787485) (xy 196.579141 78.789804) - (xy 196.825823 78.896953) (xy 197.090404 78.971085) (xy 197.185504 78.984156) (xy 197.362604 79.008499) - (xy 197.362615 79.0085) (xy 197.637385 79.0085) (xy 197.637395 79.008499) (xy 197.766945 78.990692) - (xy 197.909596 78.971085) (xy 198.174177 78.896953) (xy 198.4262 78.787484) (xy 198.660969 78.644718) - (xy 198.874111 78.471314) (xy 199.061657 78.270502) (xy 199.220111 78.046023) (xy 199.346523 77.802058) - (xy 199.438538 77.543153) (xy 199.494442 77.27413) (xy 199.494447 77.274051) (xy 199.513193 77.000004) - (xy 199.513193 76.999995) (xy 199.494443 76.725883) (xy 199.494442 76.725877) (xy 199.494442 76.72587) - (xy 199.438538 76.456847) (xy 199.346523 76.197942) (xy 199.220111 75.953977) (xy 199.061657 75.729498) - (xy 198.874111 75.528686) (xy 198.660969 75.355282) (xy 198.4262 75.212516) (xy 198.426201 75.212516) - (xy 198.426197 75.212514) (xy 198.17418 75.103048) (xy 198.174178 75.103047) (xy 198.174177 75.103047) - (xy 198.041886 75.065981) (xy 197.909593 75.028914) (xy 197.637395 74.9915) (xy 197.637385 74.9915) - (xy 197.362615 74.9915) (xy 197.362604 74.9915) (xy 197.090406 75.028914) (xy 196.825819 75.103048) - (xy 196.573802 75.212514) (xy 196.339028 75.355284) (xy 196.125886 75.528688) (xy 195.938343 75.729498) - (xy 195.779892 75.953971) (xy 195.653477 76.197941) (xy 195.561462 76.456845) (xy 195.56146 76.456853) - (xy 195.526599 76.624614) (xy 195.507414 76.716941) (xy 195.505557 76.725877) (xy 195.505556 76.725883) - (xy 195.486807 76.999995) (xy 183.9 76.999995) (xy 183.9 76.911358) (xy 183.867109 76.746) (xy 184.995318 76.746) - (xy 184.995318 76.745999) (xy 184.993947 76.725949) (xy 184.993947 76.725948) (xy 184.938057 76.456988) - (xy 184.938055 76.45698) (xy 184.846061 76.198134) (xy 184.719685 75.954243) (xy 184.719677 75.954229) - (xy 184.56127 75.729817) (xy 184.373771 75.529055) (xy 184.373763 75.529048) (xy 184.160674 75.355687) - (xy 183.925969 75.212961) (xy 183.67401 75.103519) (xy 183.40949 75.029404) (xy 183.254 75.008031) - (xy 183.254 76.132891) (xy 183.088642 76.1) (xy 182.911358 76.1) (xy 182.746 76.132891) (xy 182.746 75.008032) - (xy 182.745999 75.008031) (xy 182.590511 75.029404) (xy 182.590507 75.029404) (xy 182.325989 75.103519) - (xy 182.07403 75.212961) (xy 181.839325 75.355687) (xy 181.626236 75.529048) (xy 181.626228 75.529055) - (xy 181.438729 75.729817) (xy 181.280322 75.954229) (xy 181.280314 75.954243) (xy 181.153938 76.198134) - (xy 181.061944 76.45698) (xy 181.061942 76.456988) (xy 181.006052 76.725948) (xy 181.006052 76.725949) - (xy 181.004681 76.745999) (xy 169.995318 76.745999) (xy 169.993947 76.725949) (xy 169.993947 76.725948) - (xy 169.938057 76.456988) (xy 169.938055 76.45698) (xy 169.846061 76.198134) (xy 169.719685 75.954243) - (xy 169.719677 75.954229) (xy 169.56127 75.729817) (xy 169.373771 75.529055) (xy 169.373763 75.529048) - (xy 169.160674 75.355687) (xy 168.925969 75.212961) (xy 168.67401 75.103519) (xy 168.40949 75.029404) - (xy 168.254 75.008031) (xy 168.254 76.132891) (xy 168.088642 76.1) (xy 167.911358 76.1) (xy 167.746 76.132891) - (xy 167.746 75.008032) (xy 167.745999 75.008031) (xy 167.590511 75.029404) (xy 167.590507 75.029404) - (xy 167.325989 75.103519) (xy 167.07403 75.212961) (xy 166.839325 75.355687) (xy 166.626236 75.529048) - (xy 166.626228 75.529055) (xy 166.438729 75.729817) (xy 166.280322 75.954229) (xy 166.280314 75.954243) - (xy 166.153938 76.198134) (xy 166.061944 76.45698) (xy 166.061942 76.456988) (xy 166.006052 76.725948) - (xy 166.006052 76.725949) (xy 166.004681 76.745999) (xy 154.995819 76.745999) (xy 154.994443 76.725883) - (xy 154.994442 76.725877) (xy 154.994442 76.72587) (xy 154.938538 76.456847) (xy 154.846523 76.197942) - (xy 154.720111 75.953977) (xy 154.561657 75.729498) (xy 154.374111 75.528686) (xy 154.160969 75.355282) - (xy 153.9262 75.212516) (xy 153.926201 75.212516) (xy 153.926197 75.212514) (xy 153.67418 75.103048) - (xy 153.674178 75.103047) (xy 153.674177 75.103047) (xy 153.541886 75.065981) (xy 153.409593 75.028914) - (xy 153.137395 74.9915) (xy 153.137385 74.9915) (xy 152.862615 74.9915) (xy 152.862604 74.9915) - (xy 152.590406 75.028914) (xy 152.325819 75.103048) (xy 152.073802 75.212514) (xy 151.839028 75.355284) - (xy 151.706333 75.46324) (xy 151.640868 75.490714) (xy 151.626816 75.4915) (xy 139.606722 75.4915) - (xy 139.369278 75.4915) (xy 139.134759 75.528644) (xy 139.134753 75.528645) (xy 138.908941 75.602016) - (xy 138.908935 75.602019) (xy 138.697369 75.709817) (xy 138.505277 75.84938) (xy 138.400687 75.953971) - (xy 138.20928 76.145378) (xy 138.209278 76.14538) (xy 138.156717 76.197941) (xy 138.04138 76.313277) - (xy 137.962089 76.422413) (xy 137.901817 76.505369) (xy 137.794019 76.716935) (xy 137.794016 76.716941) - (xy 137.720645 76.942754) (xy 137.683499 77.177281) (xy 137.683499 77.419914) (xy 137.6835 77.419939) - (xy 137.6835 79.914722) (xy 137.711256 80.089965) (xy 137.720645 80.149246) (xy 137.793844 80.374528) - (xy 137.794018 80.375063) (xy 137.901815 80.586627) (xy 138.04138 80.778722) (xy 138.041382 80.778724) - (xy 138.041384 80.778727) (xy 138.135604 80.872947) (xy 138.16963 80.935259) (xy 138.164565 81.006074) - (xy 138.122019 81.06291) (xy 138.028737 81.13274) (xy 137.941112 81.249792) (xy 137.94111 81.249797) - (xy 137.890011 81.386795) (xy 137.890009 81.386803) (xy 137.8835 81.44735) (xy 137.8835 83.144649) - (xy 137.890009 83.205196) (xy 137.890011 83.205204) (xy 137.94111 83.342202) (xy 137.941112 83.342207) - (xy 138.028738 83.459261) (xy 138.133009 83.537317) (xy 138.175556 83.594153) (xy 138.1835 83.638185) - (xy 138.1835 87.057529) (xy 138.163498 87.12565) (xy 138.160588 87.129724) (xy 138.065885 87.283261) - (xy 138.059588 87.302266) (xy 138.042021 87.355282) (xy 138.041605 87.356537) (xy 138.001191 87.414908) - (xy 137.935634 87.442164) (xy 137.865749 87.429651) (xy 137.813723 87.381341) (xy 137.802395 87.356537) - (xy 137.80198 87.355284) (xy 137.778115 87.283262) (xy 137.68503 87.132348) (xy 137.685029 87.132347) - (xy 137.685024 87.132341) (xy 137.631405 87.078722) (xy 137.597379 87.01641) (xy 137.5945 86.989627) - (xy 137.5945 84.670672) (xy 137.594499 84.670668) (xy 137.591125 84.653704) (xy 137.555744 84.475831) - (xy 137.533477 84.422075) (xy 137.479722 84.292296) (xy 137.369354 84.127119) (xy 137.037405 83.79517) - (xy 137.003379 83.732858) (xy 137.0005 83.706075) (xy 137.0005 83.176739) (xy 137.020502 83.108618) - (xy 137.023271 83.104491) (xy 137.129523 82.952749) (xy 137.226284 82.745243) (xy 137.285543 82.524087) - (xy 137.305498 82.296) (xy 137.285543 82.067913) (xy 137.226284 81.846757) (xy 137.129523 81.639251) - (xy 136.998198 81.4517) (xy 136.8363 81.289802) (xy 136.836296 81.289799) (xy 136.648746 81.158474) - (xy 136.643985 81.155726) (xy 136.645122 81.153754) (xy 136.599154 81.113287) (xy 136.579687 81.045011) - (xy 136.600223 80.977049) (xy 136.645083 80.938177) (xy 136.643985 80.936274) (xy 136.648746 80.933525) - (xy 136.717748 80.885209) (xy 136.8363 80.802198) (xy 136.998198 80.6403) (xy 137.129523 80.452749) - (xy 137.226284 80.245243) (xy 137.285543 80.024087) (xy 137.305498 79.796) (xy 137.285543 79.567913) - (xy 137.226284 79.346757) (xy 137.129523 79.139251) (xy 136.998198 78.9517) (xy 136.8363 78.789802) - (xy 136.765176 78.74) (xy 136.648746 78.658474) (xy 136.643985 78.655726) (xy 136.645122 78.653754) - (xy 136.599154 78.613287) (xy 136.579687 78.545011) (xy 136.600223 78.477049) (xy 136.645083 78.438177) - (xy 136.643985 78.436274) (xy 136.648746 78.433525) (xy 136.774528 78.345451) (xy 136.8363 78.302198) - (xy 136.998198 78.1403) (xy 137.129523 77.952749) (xy 137.226284 77.745243) (xy 137.285543 77.524087) - (xy 137.305498 77.296) (xy 137.285543 77.067913) (xy 137.226284 76.846757) (xy 137.129523 76.639251) - (xy 136.998198 76.4517) (xy 136.8363 76.289802) (xy 136.648749 76.158477) (xy 136.523344 76.1) (xy 136.441246 76.061717) - (xy 136.44124 76.061715) (xy 136.347771 76.03667) (xy 136.220087 76.002457) (xy 135.992 75.982502) - (xy 135.763913 76.002457) (xy 135.542759 76.061715) (xy 135.542753 76.061717) (xy 135.33525 76.158477) - (xy 135.147703 76.289799) (xy 135.147697 76.289804) (xy 134.985804 76.451697) (xy 134.985799 76.451703) - (xy 134.854477 76.63925) (xy 134.757717 76.846753) (xy 134.757716 76.846757) (xy 134.698457 77.067913) - (xy 134.678502 77.296) (xy 134.698457 77.524087) (xy 134.728444 77.636) (xy 134.757715 77.74524) - (xy 134.757717 77.745246) (xy 134.774434 77.781095) (xy 134.854477 77.952749) (xy 134.985802 78.1403) - (xy 135.1477 78.302198) (xy 135.147703 78.3022) (xy 135.335253 78.433525) (xy 135.340015 78.436274) - (xy 135.33888 78.438238) (xy 135.384865 78.478745) (xy 135.404312 78.547026) (xy 135.383756 78.614982) - (xy 135.338921 78.653831) (xy 135.340015 78.655726) (xy 135.335253 78.658474) (xy 135.147703 78.789799) - (xy 135.147697 78.789804) (xy 134.985804 78.951697) (xy 134.985799 78.951703) (xy 134.854477 79.13925) - (xy 134.757717 79.346753) (xy 134.757715 79.346759) (xy 134.718262 79.494) (xy 134.698457 79.567913) - (xy 134.678502 79.796) (xy 134.698457 80.024087) (xy 134.73267 80.151771) (xy 134.757715 80.24524) - (xy 134.757717 80.245246) (xy 134.854477 80.452749) (xy 134.916118 80.540782) (xy 134.985802 80.6403) - (xy 135.1477 80.802198) (xy 135.147703 80.8022) (xy 135.335253 80.933525) (xy 135.340015 80.936274) - (xy 135.33888 80.938238) (xy 135.384865 80.978745) (xy 135.404312 81.047026) (xy 135.383756 81.114982) - (xy 135.338921 81.153831) (xy 135.340015 81.155726) (xy 135.335253 81.158474) (xy 135.147703 81.289799) - (xy 135.147697 81.289804) (xy 134.985804 81.451697) (xy 134.985799 81.451703) (xy 134.854477 81.63925) - (xy 134.757717 81.846753) (xy 134.757716 81.846757) (xy 134.698457 82.067913) (xy 134.678502 82.296) - (xy 134.698457 82.524087) (xy 134.724464 82.621146) (xy 134.757715 82.74524) (xy 134.757717 82.745246) - (xy 134.836788 82.914814) (xy 134.854477 82.952749) (xy 134.960713 83.104469) (xy 134.983401 83.171742) - (xy 134.9835 83.176739) (xy 134.9835 84.275331) (xy 135.021908 84.468418) (xy 135.01558 84.539132) - (xy 134.972026 84.5952) (xy 134.959314 84.599684) (xy 134.94 84.618999) (xy 134.94 85.98) (xy 134.919998 86.048121) - (xy 134.866342 86.094614) (xy 134.814 86.106) (xy 133.678 86.106) (xy 133.678 86.377516) (xy 133.688605 86.481318) - (xy 133.688606 86.481321) (xy 133.744343 86.649527) (xy 133.829089 86.786923) (xy 133.847826 86.855402) - (xy 133.826566 86.923141) (xy 133.787996 86.960309) (xy 133.712349 87.006968) (xy 133.712341 87.006975) - (xy 133.586975 87.132341) (xy 133.58697 87.132347) (xy 133.493885 87.283262) (xy 133.438113 87.451572) - (xy 133.438112 87.451579) (xy 133.4275 87.555446) (xy 133.0755 87.555446) (xy 133.0755 85.326483) - (xy 133.678 85.326483) (xy 133.678 85.598) (xy 134.432 85.598) (xy 134.432 84.619) (xy 134.385483 84.619) - (xy 134.281681 84.629605) (xy 134.281678 84.629606) (xy 134.113474 84.685342) (xy 133.96266 84.778365) - (xy 133.962654 84.77837) (xy 133.83737 84.903654) (xy 133.837365 84.90366) (xy 133.744342 85.054474) - (xy 133.688606 85.222678) (xy 133.688606 85.22268) (xy 133.678 85.326483) (xy 133.0755 85.326483) - (xy 133.0755 69.399996) (xy 134.487166 69.399996) (xy 134.487166 69.400003) (xy 134.506489 69.793323) - (xy 134.50649 69.793337) (xy 134.564271 70.182868) (xy 134.65996 70.564874) (xy 134.65996 70.564875) - (xy 134.792625 70.935645) (xy 134.960998 71.29164) (xy 135.163452 71.629415) (xy 135.398031 71.945708) - (xy 135.398036 71.945713) (xy 135.491715 72.049072) (xy 135.491716 72.049073) (xy 137.095925 70.444863) - (xy 137.181457 70.556331) (xy 137.343669 70.718543) (xy 137.455134 70.804073) (xy 135.850925 72.408283) - (xy 135.850925 72.408284) (xy 135.954285 72.501963) (xy 135.95429 72.501967) (xy 136.270584 72.736547) - (xy 136.608359 72.939001) (xy 136.964354 73.107374) (xy 137.335124 73.240039) (xy 137.717131 73.335728) - (xy 138.106662 73.393509) (xy 138.106676 73.39351) (xy 138.499996 73.412834) (xy 138.500004 73.412834) - (xy 138.893323 73.39351) (xy 138.893337 73.393509) (xy 139.282868 73.335728) (xy 139.664874 73.240039) - (xy 139.664875 73.240039) (xy 140.035645 73.107374) (xy 140.39164 72.939001) (xy 140.729415 72.736547) - (xy 141.045709 72.501967) (xy 141.045715 72.501963) (xy 141.149073 72.408284) (xy 141.149073 72.408283) - (xy 139.544864 70.804074) (xy 139.656331 70.718543) (xy 139.818543 70.556331) (xy 139.904074 70.444864) - (xy 141.508283 72.049073) (xy 141.508284 72.049073) (xy 141.601963 71.945715) (xy 141.601967 71.945709) - (xy 141.836547 71.629415) (xy 142.039001 71.29164) (xy 142.207374 70.935645) (xy 142.312808 70.640981) - (xy 205.6805 70.640981) (xy 205.6805 70.671018) (xy 205.691993 70.698766) (xy 205.691996 70.69877) - (xy 205.713229 70.720003) (xy 205.713233 70.720006) (xy 205.740982 70.7315) (xy 205.771018 70.7315) - (xy 205.798767 70.720006) (xy 205.820006 70.698767) (xy 205.8315 70.671018) (xy 205.8315 70.640982) - (xy 205.820006 70.613233) (xy 205.820003 70.613229) (xy 205.79877 70.591996) (xy 205.798766 70.591993) - (xy 205.771018 70.5805) (xy 205.740982 70.5805) (xy 205.713233 70.591993) (xy 205.713229 70.591996) - (xy 205.691996 70.613229) (xy 205.691993 70.613233) (xy 205.6805 70.640981) (xy 142.312808 70.640981) - (xy 142.340039 70.564875) (xy 142.340039 70.564874) (xy 142.435728 70.182868) (xy 142.493509 69.793337) - (xy 142.49351 69.793323) (xy 142.507921 69.499996) (xy 206.387166 69.499996) (xy 206.387166 69.500003) - (xy 206.406489 69.893323) (xy 206.40649 69.893337) (xy 206.464271 70.282868) (xy 206.55996 70.664874) - (xy 206.55996 70.664875) (xy 206.692625 71.035645) (xy 206.860998 71.39164) (xy 207.063452 71.729415) - (xy 207.298031 72.045708) (xy 207.298036 72.045713) (xy 207.391715 72.149072) (xy 207.391716 72.149073) - (xy 208.995925 70.544863) (xy 209.081457 70.656331) (xy 209.243669 70.818543) (xy 209.355134 70.904073) - (xy 207.750925 72.508283) (xy 207.750925 72.508284) (xy 207.854285 72.601963) (xy 207.85429 72.601967) - (xy 208.170584 72.836547) (xy 208.508359 73.039001) (xy 208.864354 73.207374) (xy 209.235124 73.340039) - (xy 209.617131 73.435728) (xy 210.006662 73.493509) (xy 210.006676 73.49351) (xy 210.399996 73.512834) - (xy 210.400004 73.512834) (xy 210.793323 73.49351) (xy 210.793337 73.493509) (xy 211.182868 73.435728) - (xy 211.564874 73.340039) (xy 211.564875 73.340039) (xy 211.935645 73.207374) (xy 212.29164 73.039001) - (xy 212.629415 72.836547) (xy 212.945709 72.601967) (xy 212.945715 72.601963) (xy 213.049073 72.508284) - (xy 213.049073 72.508283) (xy 211.444864 70.904074) (xy 211.556331 70.818543) (xy 211.718543 70.656331) - (xy 211.804074 70.544864) (xy 213.408283 72.149073) (xy 213.408284 72.149073) (xy 213.501963 72.045715) - (xy 213.501967 72.045709) (xy 213.736547 71.729415) (xy 213.939001 71.39164) (xy 214.107374 71.035645) - (xy 214.240039 70.664875) (xy 214.240039 70.664874) (xy 214.335728 70.282868) (xy 214.393509 69.893337) - (xy 214.39351 69.893323) (xy 214.412834 69.500003) (xy 214.412834 69.499996) (xy 214.39351 69.106676) - (xy 214.393509 69.106662) (xy 214.335728 68.717131) (xy 214.240039 68.335125) (xy 214.240039 68.335124) - (xy 214.107374 67.964354) (xy 213.939001 67.608359) (xy 213.736547 67.270584) (xy 213.501967 66.95429) - (xy 213.501963 66.954285) (xy 213.408283 66.850925) (xy 211.804073 68.455134) (xy 211.718543 68.343669) - (xy 211.556331 68.181457) (xy 211.444864 68.095925) (xy 213.049073 66.491716) (xy 213.049072 66.491715) - (xy 212.945713 66.398036) (xy 212.945708 66.398031) (xy 212.629415 66.163452) (xy 212.29164 65.960998) - (xy 211.935645 65.792625) (xy 211.564875 65.65996) (xy 211.182868 65.564271) (xy 210.793337 65.50649) - (xy 210.793323 65.506489) (xy 210.400004 65.487166) (xy 210.399996 65.487166) (xy 210.006676 65.506489) - (xy 210.006662 65.50649) (xy 209.617131 65.564271) (xy 209.235125 65.65996) (xy 209.235124 65.65996) - (xy 208.864354 65.792625) (xy 208.508359 65.960998) (xy 208.170584 66.163452) (xy 207.854291 66.398031) - (xy 207.854285 66.398036) (xy 207.750926 66.491715) (xy 207.750925 66.491715) (xy 209.355135 68.095925) - (xy 209.243669 68.181457) (xy 209.081457 68.343669) (xy 208.995925 68.455135) (xy 207.391715 66.850925) - (xy 207.391715 66.850926) (xy 207.298036 66.954285) (xy 207.298031 66.954291) (xy 207.063452 67.270584) - (xy 206.860998 67.608359) (xy 206.692625 67.964354) (xy 206.55996 68.335124) (xy 206.55996 68.335125) - (xy 206.464271 68.717131) (xy 206.40649 69.106662) (xy 206.406489 69.106676) (xy 206.387166 69.499996) - (xy 142.507921 69.499996) (xy 142.512834 69.400003) (xy 142.512834 69.399996) (xy 142.49351 69.006676) - (xy 142.493509 69.006662) (xy 142.435728 68.617131) (xy 142.340039 68.235125) (xy 142.340039 68.235124) - (xy 142.207374 67.864354) (xy 142.039001 67.508359) (xy 141.836547 67.170584) (xy 141.601967 66.85429) - (xy 141.601963 66.854285) (xy 141.508283 66.750925) (xy 139.904073 68.355134) (xy 139.818543 68.243669) - (xy 139.656331 68.081457) (xy 139.544864 67.995925) (xy 141.149073 66.391716) (xy 141.149072 66.391715) - (xy 141.045713 66.298036) (xy 141.045708 66.298031) (xy 140.729415 66.063452) (xy 140.39164 65.860998) - (xy 140.035645 65.692625) (xy 139.664875 65.55996) (xy 139.282868 65.464271) (xy 138.893337 65.40649) - (xy 138.893323 65.406489) (xy 138.500004 65.387166) (xy 138.499996 65.387166) (xy 138.106676 65.406489) - (xy 138.106662 65.40649) (xy 137.717131 65.464271) (xy 137.335125 65.55996) (xy 137.335124 65.55996) - (xy 136.964354 65.692625) (xy 136.608359 65.860998) (xy 136.270584 66.063452) (xy 135.954291 66.298031) - (xy 135.954285 66.298036) (xy 135.850926 66.391715) (xy 135.850925 66.391715) (xy 137.455135 67.995925) - (xy 137.343669 68.081457) (xy 137.181457 68.243669) (xy 137.095925 68.355135) (xy 135.491715 66.750925) - (xy 135.491715 66.750926) (xy 135.398036 66.854285) (xy 135.398031 66.854291) (xy 135.163452 67.170584) - (xy 134.960998 67.508359) (xy 134.792625 67.864354) (xy 134.65996 68.235124) (xy 134.65996 68.235125) - (xy 134.564271 68.617131) (xy 134.50649 69.006662) (xy 134.506489 69.006676) (xy 134.487166 69.399996) - (xy 133.0755 69.399996) (xy 133.0755 64.2015) (xy 133.095502 64.133379) (xy 133.149158 64.086886) - (xy 133.2015 64.0755) (xy 215.7985 64.0755) - ) - ) - ) -) diff --git a/Hardware/PowerSupply/PowerSupply.kicad_prl b/Hardware/PowerSupply/PowerSupply.kicad_prl deleted file mode 100644 index 3148509..0000000 --- a/Hardware/PowerSupply/PowerSupply.kicad_prl +++ /dev/null @@ -1,85 +0,0 @@ -{ - "board": { - "active_layer": 0, - "active_layer_preset": "", - "auto_track_width": true, - "hidden_netclasses": [], - "hidden_nets": [], - "high_contrast_mode": 0, - "net_color_mode": 1, - "opacity": { - "images": 0.6, - "pads": 1.0, - "tracks": 1.0, - "vias": 1.0, - "zones": 0.6 - }, - "ratsnest_display_mode": 0, - "selection_filter": { - "dimensions": true, - "footprints": true, - "graphics": true, - "keepouts": true, - "lockedItems": true, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true - }, - "visible_items": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 32, - 33, - 34, - 35, - 36 - ], - "visible_layers": "0001017_80000001", - "zone_display_mode": 0 - }, - "git": { - "repo_password": "", - "repo_type": "", - "repo_username": "", - "ssh_key": "" - }, - "meta": { - "filename": "PowerSupply.kicad_prl", - "version": 3 - }, - "project": { - "files": [] - } -} diff --git a/Hardware/PowerSupply/PowerSupply.kicad_sch b/Hardware/PowerSupply/PowerSupply.kicad_sch deleted file mode 100644 index 7e7366f..0000000 --- a/Hardware/PowerSupply/PowerSupply.kicad_sch +++ /dev/null @@ -1,2434 +0,0 @@ -(kicad_sch (version 20210621) (generator eeschema) - - (uuid 51b38b64-0629-4b79-94d6-5ec3d95b2708) - - (paper "A4") - - (lib_symbols - (symbol "Connector:Conn_01x03_Female" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x03_Female" (id 1) (at 0 -5.08 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" "connector" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_Female_1_1" - (arc (start 0 -2.032) (end 0 -3.048) (radius (at 0 -2.54) (length 0.508) (angles 90.1 -90.1)) - (stroke (width 0.1524)) (fill (type none)) - ) - (arc (start 0 0.508) (end 0 -0.508) (radius (at 0 0) (length 0.508) (angles 90.1 -90.1)) - (stroke (width 0.1524)) (fill (type none)) - ) - (arc (start 0 3.048) (end 0 2.032) (radius (at 0 2.54) (length 0.508) (angles 90.1 -90.1)) - (stroke (width 0.1524)) (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524)) (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524)) (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524)) (fill (type none)) - ) - (pin passive line (at -5.08 2.54 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -2.54 0) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:Conn_01x03_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (id 0) (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x03_Male" (id 1) (at 0 -5.08 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" "connector" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_Male_1_1" - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524)) (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524)) (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524)) (fill (type outline)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524)) (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524)) (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524)) (fill (type none)) - ) - (pin passive line (at 5.08 2.54 180) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (id 0) (at 0 6.858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint" (id 1) (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (id 2) (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_0_1" - (circle (center 0 3.302) (radius 0.762) (stroke (width 0)) (fill (type none))) - ) - (symbol "TestPoint_1_1" - (pin passive line (at 0 0 90) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Battery_Cell" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "BT" (id 0) (at 2.54 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Battery_Cell" (id 1) (at 2.54 0 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (id 2) (at 0 1.524 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 0 1.524 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "battery cell" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Single-cell battery" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Battery_Cell_0_1" - (rectangle (start -2.286 1.778) (end 2.286 1.524) - (stroke (width 0)) (fill (type outline)) - ) - (rectangle (start -1.5748 1.1938) (end 1.4732 0.6858) - (stroke (width 0)) (fill (type outline)) - ) - (polyline - (pts - (xy 0 0.762) - (xy 0 0) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 0 1.778) - (xy 0 2.54) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 0.508 3.429) - (xy 1.524 3.429) - ) - (stroke (width 0.254)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 3.937) - (xy 1.016 2.921) - ) - (stroke (width 0.254)) (fill (type none)) - ) - ) - (symbol "Battery_Cell_1_1" - (pin passive line (at 0 5.08 270) (length 2.54) - (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.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (id 1) (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (id 2) (at 0.9652 -3.81 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" "cap capacitor" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (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_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508)) (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508)) (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:L_Core_Ferrite" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (id 0) (at -1.27 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "L_Core_Ferrite" (id 1) (at 2.794 0 90) - (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" "inductor choke coil reactor magnetic" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Inductor with ferrite core" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "L_Core_Ferrite_0_1" - (arc (start 0 -2.54) (end 0 -1.27) (radius (at 0 -1.905) (length 0.635) (angles -89.9 89.9)) - (stroke (width 0)) (fill (type none)) - ) - (arc (start 0 -1.27) (end 0 0) (radius (at 0 -0.635) (length 0.635) (angles -89.9 89.9)) - (stroke (width 0)) (fill (type none)) - ) - (arc (start 0 0) (end 0 1.27) (radius (at 0 0.635) (length 0.635) (angles -89.9 89.9)) - (stroke (width 0)) (fill (type none)) - ) - (arc (start 0 1.27) (end 0 2.54) (radius (at 0 1.905) (length 0.635) (angles -89.9 89.9)) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 -2.794) - (xy 1.016 -2.286) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 -1.778) - (xy 1.016 -1.27) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 -0.762) - (xy 1.016 -0.254) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 0.254) - (xy 1.016 0.762) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 1.27) - (xy 1.016 1.778) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.016 2.286) - (xy 1.016 2.794) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.524 -2.286) - (xy 1.524 -2.794) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.524 -1.27) - (xy 1.524 -1.778) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.524 -0.254) - (xy 1.524 -0.762) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.524 0.762) - (xy 1.524 0.254) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.524 1.778) - (xy 1.524 1.27) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 1.524 2.794) - (xy 1.524 2.286) - ) - (stroke (width 0)) (fill (type none)) - ) - ) - (symbol "L_Core_Ferrite_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -3.81 90) (length 1.27) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Jumper:Jumper_2_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "JP" (id 0) (at 0 2.794 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 0 -2.286 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" "Jumper SPST" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Jumper, 2-pole, open" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Jumper* TestPoint*2Pads* TestPoint*Bridge*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Jumper_2_Open_0_0" - (circle (center -2.032 0) (radius 0.508) (stroke (width 0)) (fill (type none))) - (circle (center 2.032 0) (radius 0.508) (stroke (width 0)) (fill (type none))) - ) - (symbol "Jumper_2_Open_0_1" - (arc (start -1.524 1.27) (end 1.524 1.27) (radius (at 0 -0.762) (length 2.54) (angles 126.9 53.1)) - (stroke (width 0)) (fill (type none)) - ) - ) - (symbol "Jumper_2_Open_1_1" - (pin passive line (at -5.08 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "H" (id 0) (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 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" "mounting hole" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_Pad_0_1" - (circle (center 0 1.27) (radius 1.27) (stroke (width 1.27)) (fill (type none))) - ) - (symbol "MountingHole_Pad_1_1" - (pin input line (at 0 -2.54 90) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Switch:SW_DPDT_x2" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (id 0) (at 0 4.318 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SW_DPDT_x2" (id 1) (at 0 -5.08 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" "switch dual-pole double-throw DPDT spdt ON-ON" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Switch, dual pole double throw, separate symbols" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SW*DPDT*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SW_DPDT_x2_0_0" - (circle (center -2.032 0) (radius 0.508) (stroke (width 0)) (fill (type none))) - (circle (center 2.032 -2.54) (radius 0.508) (stroke (width 0)) (fill (type none))) - ) - (symbol "SW_DPDT_x2_0_1" - (circle (center 2.032 2.54) (radius 0.508) (stroke (width 0)) (fill (type none))) - (polyline - (pts - (xy -1.524 0.254) - (xy 1.651 2.286) - ) - (stroke (width 0)) (fill (type none)) - ) - ) - (symbol "SW_DPDT_x2_1_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "SW_DPDT_x2_2_1" - (pin passive line (at 5.08 2.54 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 0 0) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -2.54 180) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+BATT" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+BATT" (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 battery" (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 \"+BATT\"" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+BATT_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 "+BATT_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+BATT" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:-BATT" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-BATT" (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 battery" (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 \"-BATT\"" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "-BATT_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0)) (fill (type none)) - ) - (polyline - (pts - (xy 0.762 1.27) - (xy -0.762 1.27) - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0)) (fill (type outline)) - ) - ) - (symbol "-BATT_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "-BATT" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (id 0) (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "Special symbol for telling ERC where power comes from" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0)) (fill (type none)) - ) - ) - ) - ) - - (junction (at 22.86 82.55) (diameter 1.016) (color 0 0 0 0)) - (junction (at 35.56 63.5) (diameter 1.016) (color 0 0 0 0)) - (junction (at 35.56 82.55) (diameter 1.016) (color 0 0 0 0)) - (junction (at 35.56 102.87) (diameter 1.016) (color 0 0 0 0)) - (junction (at 41.91 102.87) (diameter 1.016) (color 0 0 0 0)) - (junction (at 43.18 63.5) (diameter 1.016) (color 0 0 0 0)) - (junction (at 66.04 66.04) (diameter 1.016) (color 0 0 0 0)) - (junction (at 66.04 82.55) (diameter 1.016) (color 0 0 0 0)) - (junction (at 66.04 105.41) (diameter 1.016) (color 0 0 0 0)) - (junction (at 82.55 66.04) (diameter 1.016) (color 0 0 0 0)) - (junction (at 82.55 105.41) (diameter 1.016) (color 0 0 0 0)) - (junction (at 86.36 66.04) (diameter 1.016) (color 0 0 0 0)) - (junction (at 86.36 82.55) (diameter 1.016) (color 0 0 0 0)) - (junction (at 86.36 105.41) (diameter 1.016) (color 0 0 0 0)) - (junction (at 91.44 66.04) (diameter 1.016) (color 0 0 0 0)) - (junction (at 91.44 105.41) (diameter 1.016) (color 0 0 0 0)) - (junction (at 102.87 66.04) (diameter 1.016) (color 0 0 0 0)) - (junction (at 102.87 105.41) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 40.64) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 55.88) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 69.85) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 83.82) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 97.79) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 111.76) (diameter 1.016) (color 0 0 0 0)) - (junction (at 168.91 125.73) (diameter 1.016) (color 0 0 0 0)) - (junction (at 179.07 40.64) (diameter 1.016) (color 0 0 0 0)) - (junction (at 179.07 55.88) (diameter 1.016) (color 0 0 0 0)) - (junction (at 179.07 69.85) (diameter 1.016) (color 0 0 0 0)) - (junction (at 179.07 83.82) (diameter 1.016) (color 0 0 0 0)) - (junction (at 179.07 97.79) (diameter 1.016) (color 0 0 0 0)) - (junction (at 179.07 111.76) (diameter 1.016) (color 0 0 0 0)) - (junction (at 232.41 33.02) (diameter 1.016) (color 0 0 0 0)) - - (no_connect (at 226.06 52.07) (uuid 7d2f21f3-8e8b-4a70-93b1-ffa41919b0b7)) - (no_connect (at 254 52.07) (uuid 54e61af2-3daa-4401-9663-c48827761c0f)) - - (wire (pts (xy 15.24 82.55) (xy 15.24 85.09)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid f70698c6-fed1-4b52-ac0c-79862ad6721c) - ) - (wire (pts (xy 15.24 82.55) (xy 22.86 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 9959fcac-423a-4c55-8236-7fb2bb968b6f) - ) - (wire (pts (xy 22.86 82.55) (xy 35.56 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid f3cfeb5d-f8dc-4948-9a85-c904b781d0e8) - ) - (wire (pts (xy 22.86 85.09) (xy 22.86 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid ae1d64fc-0b5a-4a29-b8f0-380db2946883) - ) - (wire (pts (xy 35.56 63.5) (xy 35.56 62.23)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid c6005ed6-61d0-4bcd-afea-007351649ec1) - ) - (wire (pts (xy 35.56 63.5) (xy 35.56 64.77)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0edc5c23-be82-4318-befe-846e1568c240) - ) - (wire (pts (xy 35.56 63.5) (xy 43.18 63.5)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 528dd71c-eb94-4267-9c2f-780db2b2fada) - ) - (wire (pts (xy 35.56 72.39) (xy 35.56 73.66)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 85263f09-8bbf-4f84-a405-3d625616aa61) - ) - (wire (pts (xy 35.56 81.28) (xy 35.56 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1927f1a6-1831-4687-9b66-6e1a35bed419) - ) - (wire (pts (xy 35.56 82.55) (xy 35.56 83.82)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 3044dd5f-a56f-4148-9803-7be5b8406c32) - ) - (wire (pts (xy 35.56 91.44) (xy 35.56 92.71)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 251d971e-a1d6-49b8-968f-93f91ccdcff9) - ) - (wire (pts (xy 35.56 100.33) (xy 35.56 102.87)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 67d6c416-7574-4be6-b73f-43bb0dc04016) - ) - (wire (pts (xy 35.56 102.87) (xy 41.91 102.87)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid dfc2ed81-f126-49ac-a169-60aa705ae86b) - ) - (wire (pts (xy 35.56 104.14) (xy 35.56 102.87)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid f6ab7ff7-c74e-4c90-b501-d63c5172d87b) - ) - (wire (pts (xy 41.91 102.87) (xy 44.45 102.87)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1131543a-5a80-4d08-bb09-1a352d3a7a7e) - ) - (wire (pts (xy 41.91 107.95) (xy 41.91 102.87)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 896d3181-aa11-49c9-8cbf-32c0586235de) - ) - (wire (pts (xy 43.18 63.5) (xy 44.45 63.5)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid fe05f5df-5667-44ba-8665-a5aaab627d0d) - ) - (wire (pts (xy 43.18 68.58) (xy 43.18 63.5)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 95bff822-f269-42a5-bb3b-d4fa69b1e867) - ) - (wire (pts (xy 54.61 60.96) (xy 58.42 60.96)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 8f7319cc-b285-49b8-816d-b70fc82735a7) - ) - (wire (pts (xy 54.61 100.33) (xy 58.42 100.33)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5d81eee8-8d41-4363-a411-2fb278743cc5) - ) - (wire (pts (xy 54.61 105.41) (xy 55.88 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid e46a07b6-c470-43ad-9a85-f62340d01765) - ) - (wire (pts (xy 55.88 66.04) (xy 54.61 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 6ce919b4-7695-42ed-96d4-e3bcf690af59) - ) - (wire (pts (xy 55.88 66.04) (xy 55.88 68.58)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1573ebf3-5eb0-494d-a1d3-69d1a45a9711) - ) - (wire (pts (xy 55.88 68.58) (xy 43.18 68.58)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 319f45e6-19ca-49e5-a8a0-e1364a099143) - ) - (wire (pts (xy 55.88 105.41) (xy 55.88 107.95)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 9744adfe-0ffa-4027-a187-014fc878a00b) - ) - (wire (pts (xy 55.88 107.95) (xy 41.91 107.95)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0b88cfe5-9fb1-4e02-9533-dadd7e206f39) - ) - (wire (pts (xy 57.15 82.55) (xy 57.15 86.36)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid bb9a85db-6481-4734-8a91-badf1d16e233) - ) - (wire (pts (xy 58.42 60.96) (xy 58.42 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 4e2e1e89-28cf-4195-a946-75e341cd9070) - ) - (wire (pts (xy 58.42 66.04) (xy 66.04 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 49b9d346-3331-4109-a250-59a8dec3faa7) - ) - (wire (pts (xy 58.42 100.33) (xy 58.42 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid bfd06b2d-8c1b-4c4a-8f35-bfa9a7405eb5) - ) - (wire (pts (xy 58.42 105.41) (xy 66.04 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 18067ff0-5542-44b7-b34e-6f7616533962) - ) - (wire (pts (xy 66.04 66.04) (xy 66.04 71.12)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 6fc1bece-78f9-406c-bb1a-62ed8915ac27) - ) - (wire (pts (xy 66.04 78.74) (xy 66.04 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid a31b6f74-6f7b-4255-8c7e-14bb3cf57898) - ) - (wire (pts (xy 66.04 82.55) (xy 57.15 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 4a035e52-dae2-4800-8962-cc7652984413) - ) - (wire (pts (xy 66.04 82.55) (xy 86.36 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 53fadd41-322e-4ba4-8836-4434ab65075e) - ) - (wire (pts (xy 66.04 91.44) (xy 66.04 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5c362277-fce6-4095-aadc-5e20f5b1a167) - ) - (wire (pts (xy 66.04 105.41) (xy 66.04 99.06)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid fe3f48c1-c44f-4ee5-92ca-eebfa3ffb809) - ) - (wire (pts (xy 69.85 66.04) (xy 66.04 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid d4054831-5e76-48a4-a669-25e1db9e3a30) - ) - (wire (pts (xy 69.85 105.41) (xy 66.04 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5314340f-528f-41cb-af30-cceaca5f6151) - ) - (wire (pts (xy 77.47 66.04) (xy 82.55 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5faca684-da41-470e-a8b9-af553c2e5340) - ) - (wire (pts (xy 77.47 105.41) (xy 82.55 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 7afe1096-1f5b-4355-8ea8-8bf310756967) - ) - (wire (pts (xy 82.55 66.04) (xy 82.55 63.5)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid ef632bcf-1d45-401b-881a-e65d53680785) - ) - (wire (pts (xy 82.55 66.04) (xy 86.36 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid c5a4ada8-f749-44cf-abd8-ca05b3aa6041) - ) - (wire (pts (xy 82.55 105.41) (xy 86.36 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0560b4f0-92e7-4a51-8c0d-293195f36cd0) - ) - (wire (pts (xy 82.55 107.95) (xy 82.55 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 8f90572e-1abc-40f4-954e-fe926b8f8e10) - ) - (wire (pts (xy 86.36 66.04) (xy 86.36 71.12)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid b79fc823-d3ca-4b6e-9d89-f92b1eda9dcb) - ) - (wire (pts (xy 86.36 66.04) (xy 91.44 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 26456f8b-dbb3-4345-add0-ddd635fac428) - ) - (wire (pts (xy 86.36 78.74) (xy 86.36 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 633f6539-1817-41a9-b7c1-46324967ccf4) - ) - (wire (pts (xy 86.36 82.55) (xy 86.36 90.17)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 61e1f5f6-f9f9-495b-b983-307059755607) - ) - (wire (pts (xy 86.36 97.79) (xy 86.36 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid e5d3816b-129c-4161-a225-45372a45ae22) - ) - (wire (pts (xy 86.36 105.41) (xy 91.44 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1bacab6e-d4f3-437f-80c1-4ff80def271d) - ) - (wire (pts (xy 91.44 66.04) (xy 91.44 63.5)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5710a249-0ca3-453c-b096-c8adccd4deef) - ) - (wire (pts (xy 91.44 66.04) (xy 102.87 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid a28161a0-c919-4518-b519-862d08d3182b) - ) - (wire (pts (xy 91.44 107.95) (xy 91.44 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 114b8890-4d52-4fcb-b182-19476395f036) - ) - (wire (pts (xy 96.52 85.09) (xy 96.52 87.63)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 3379f4c9-7695-4bce-9b28-c81bb444e9b9) - ) - (wire (pts (xy 96.52 85.09) (xy 105.41 85.09)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 2e43f8fd-a0c2-4605-8c31-4cac98775a93) - ) - (wire (pts (xy 96.52 157.48) (xy 96.52 156.21)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 4c0a979f-26d8-490e-b53d-1868dec0f303) - ) - (wire (pts (xy 96.52 171.45) (xy 96.52 170.18)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0977b69c-662a-423b-bf69-eb805c69f48c) - ) - (wire (pts (xy 102.87 66.04) (xy 102.87 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid a74b1e49-b049-4b0b-afcb-02d2e0d6000c) - ) - (wire (pts (xy 102.87 66.04) (xy 127 66.04)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 2bf3a72b-4ef4-49e5-bd07-bc225addbc38) - ) - (wire (pts (xy 102.87 82.55) (xy 105.41 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0b2701d6-4ecb-4a2e-98c6-9c1d5f3dfd67) - ) - (wire (pts (xy 102.87 87.63) (xy 102.87 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid f775ddfa-e902-440a-9ef8-13f3cbfcfa83) - ) - (wire (pts (xy 102.87 105.41) (xy 91.44 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 208284c8-3e5f-477d-885c-cc2313c9ec6b) - ) - (wire (pts (xy 105.41 87.63) (xy 102.87 87.63)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 4db6ed35-73e4-4937-9175-06d5aab56ab0) - ) - (wire (pts (xy 120.65 157.48) (xy 120.65 156.21)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1f5831e8-11c3-4ac1-8d58-cdbe47541cc7) - ) - (wire (pts (xy 120.65 171.45) (xy 120.65 170.18)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 59d7fcef-3b40-44fb-8a26-f4c6fbfb9fc0) - ) - (wire (pts (xy 124.46 85.09) (xy 124.46 87.63)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 36f1365a-6ffe-44be-80a9-0697d5ea184c) - ) - (wire (pts (xy 127 66.04) (xy 127 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid cf1d2544-8422-4b81-ba01-358f6c6318b8) - ) - (wire (pts (xy 127 82.55) (xy 130.81 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 55ca607d-ee7b-4db6-a682-c56fd6b98df5) - ) - (wire (pts (xy 127 87.63) (xy 127 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid dfb9e6ce-d668-433e-abfb-dbf4da1f5e7e) - ) - (wire (pts (xy 127 105.41) (xy 102.87 105.41)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid c49e1102-6a7a-4939-8b8c-28e20ad9df89) - ) - (wire (pts (xy 130.81 85.09) (xy 124.46 85.09)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid eb16e32d-0f7f-4018-8936-a8a86bc82c36) - ) - (wire (pts (xy 130.81 87.63) (xy 127 87.63)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 4d074ef5-7865-4cd8-b21e-c8f7f4b6ad9f) - ) - (wire (pts (xy 168.91 33.02) (xy 168.91 40.64)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid f46a4227-302a-45de-8e98-e6a8ceffe26e) - ) - (wire (pts (xy 168.91 33.02) (xy 232.41 33.02)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 8dff6c39-6c20-43ad-8427-825ad35cf1da) - ) - (wire (pts (xy 168.91 40.64) (xy 168.91 45.72)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid da8fb07b-93a0-4d94-94c1-b37154d2be2d) - ) - (wire (pts (xy 168.91 53.34) (xy 168.91 55.88)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 6fe0fb26-ebe6-4b9f-9d40-bff6aa355ebb) - ) - (wire (pts (xy 168.91 55.88) (xy 168.91 59.69)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid dea836bd-62ef-4d7c-a763-e46e2d0c4999) - ) - (wire (pts (xy 168.91 69.85) (xy 168.91 67.31)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 632fd743-77b1-4ce2-8b86-03218d344e56) - ) - (wire (pts (xy 168.91 73.66) (xy 168.91 69.85)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 6a8e0808-07b6-43ce-b55d-05b00a9708e7) - ) - (wire (pts (xy 168.91 83.82) (xy 168.91 81.28)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1525ce46-597e-4a32-8d76-8af88bddda54) - ) - (wire (pts (xy 168.91 87.63) (xy 168.91 83.82)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 32dd2726-58a9-4af4-ba36-d8809767621b) - ) - (wire (pts (xy 168.91 97.79) (xy 168.91 95.25)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid bc6c8579-b937-4db1-a001-683e3f55526f) - ) - (wire (pts (xy 168.91 101.6) (xy 168.91 97.79)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5a5d25ad-b434-493c-b37c-a4551d3eed5e) - ) - (wire (pts (xy 168.91 111.76) (xy 168.91 109.22)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 407641c4-f045-4f97-a561-4a16b6a85ce7) - ) - (wire (pts (xy 168.91 115.57) (xy 168.91 111.76)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 4c586d00-bfeb-4e5c-9c10-9802ebe59085) - ) - (wire (pts (xy 168.91 123.19) (xy 168.91 125.73)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid dc5db2b0-3f1b-4396-bd6a-c234c3c7edf5) - ) - (wire (pts (xy 168.91 125.73) (xy 168.91 128.27)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0a0abb92-ef4b-4844-b71e-4bddc82b4b32) - ) - (wire (pts (xy 179.07 40.64) (xy 168.91 40.64)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 7d70c6c5-a8ad-4eec-a4ed-8e3e944e2269) - ) - (wire (pts (xy 179.07 44.45) (xy 179.07 40.64)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid a5a335a1-4a5b-4d7b-9e62-5387d4d0304d) - ) - (wire (pts (xy 179.07 54.61) (xy 179.07 55.88)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 5477aa90-b816-4716-ac47-360709629e58) - ) - (wire (pts (xy 179.07 55.88) (xy 168.91 55.88)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 266d3275-fac9-4ae2-a9d3-8214140fcbfe) - ) - (wire (pts (xy 179.07 55.88) (xy 179.07 58.42)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid ec740d56-5056-44ad-87dd-41fd91de37f9) - ) - (wire (pts (xy 179.07 69.85) (xy 168.91 69.85)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 536200d1-a16c-457c-ac42-5c1879be5553) - ) - (wire (pts (xy 179.07 69.85) (xy 179.07 68.58)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid d2d9aa6d-ab6b-49f4-b0b8-247e1f674e42) - ) - (wire (pts (xy 179.07 72.39) (xy 179.07 69.85)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid e6afd2dd-00a2-4202-9b87-585bce2e70c1) - ) - (wire (pts (xy 179.07 83.82) (xy 168.91 83.82)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid f36bf32a-c47b-4b09-a6d5-77ffcef11710) - ) - (wire (pts (xy 179.07 83.82) (xy 179.07 82.55)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 204f109b-d3ce-4637-b2dd-4bb32b7673ad) - ) - (wire (pts (xy 179.07 86.36) (xy 179.07 83.82)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 0492725c-9fb0-449a-b4ef-9688ad883f2e) - ) - (wire (pts (xy 179.07 97.79) (xy 168.91 97.79)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid d24acde6-3153-48db-86c8-f6150e45a624) - ) - (wire (pts (xy 179.07 97.79) (xy 179.07 96.52)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 7316595b-5106-4f8d-b5dc-f48844d30e33) - ) - (wire (pts (xy 179.07 100.33) (xy 179.07 97.79)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 9b14be1a-f499-4aa4-aae0-a8bb32b21f62) - ) - (wire (pts (xy 179.07 111.76) (xy 168.91 111.76)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid d0551190-62f4-40d3-9195-25e2f7902365) - ) - (wire (pts (xy 179.07 111.76) (xy 179.07 110.49)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid a05d625e-3194-47cf-a83e-65d7f7d61f2b) - ) - (wire (pts (xy 179.07 111.76) (xy 201.93 111.76)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 70f3c645-6ffe-439d-9954-d2beeda9a17b) - ) - (wire (pts (xy 179.07 114.3) (xy 179.07 111.76)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 730a6d21-913c-4a81-9aca-9a639dc8ef29) - ) - (wire (pts (xy 179.07 124.46) (xy 179.07 125.73)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 9b405ccf-6bc4-4bda-adc7-705356e0fc54) - ) - (wire (pts (xy 179.07 125.73) (xy 168.91 125.73)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 297a61e3-9843-4ae0-81b1-4a8c804cfc07) - ) - (wire (pts (xy 201.93 40.64) (xy 179.07 40.64)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 295f4120-082a-423a-b632-a25fe8325d0c) - ) - (wire (pts (xy 201.93 55.88) (xy 179.07 55.88)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid d5165ca5-6123-4f46-88ce-d359ffef0594) - ) - (wire (pts (xy 201.93 69.85) (xy 179.07 69.85)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 52a4d230-dde5-49e8-9fab-a9281a67fee1) - ) - (wire (pts (xy 201.93 83.82) (xy 179.07 83.82)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 04982899-bf5b-4728-a17c-ad4f42776b00) - ) - (wire (pts (xy 201.93 97.79) (xy 179.07 97.79)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid ee09f64f-d0f4-4a36-8943-b05196253e62) - ) - (wire (pts (xy 226.06 52.07) (xy 234.95 52.07)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 131d3c69-6243-4646-b2de-0e2d454909b0) - ) - (wire (pts (xy 229.87 54.61) (xy 229.87 57.15)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 8c60ccb0-46ca-44a7-857c-a426bfcf551e) - ) - (wire (pts (xy 229.87 54.61) (xy 234.95 54.61)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 97eda323-5ff3-4f23-942d-cfface830316) - ) - (wire (pts (xy 232.41 33.02) (xy 232.41 49.53)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 93a5020c-4962-4a5b-b6e1-8885cf055054) - ) - (wire (pts (xy 232.41 33.02) (xy 256.54 33.02)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 84d52b81-84c2-4fd7-a388-e6b7737702a6) - ) - (wire (pts (xy 232.41 49.53) (xy 234.95 49.53)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 7794683c-f434-48f8-876f-73446252d4c5) - ) - (wire (pts (xy 256.54 33.02) (xy 256.54 49.53)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 134b9180-def3-4649-8d85-cb27a0f0552a) - ) - (wire (pts (xy 256.54 49.53) (xy 260.35 49.53)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 18f626af-22f4-405f-93ee-fc8ed6f62728) - ) - (wire (pts (xy 256.54 54.61) (xy 256.54 57.15)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 1cf46a71-91b1-4f2d-83b9-dd2848c1f666) - ) - (wire (pts (xy 260.35 52.07) (xy 254 52.07)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid cc3e309c-e6b6-412f-ad92-1f884dfbe4e2) - ) - (wire (pts (xy 260.35 54.61) (xy 256.54 54.61)) - (stroke (width 0) (type solid) (color 0 0 0 0)) - (uuid 55b2aa05-f4d8-44c4-a3d0-d2f7694974c0) - ) - - (text "Power supply= +2*3V6m -2*3V6" (at 22.86 181.61 0) - (effects (font (size 2.4892 2.4892) (thickness 0.4978) bold) (justify left bottom)) - (uuid befacd29-e4a3-470c-a12d-e4e5b225a04d) - ) - - (symbol (lib_id "power:+BATT") (at 91.44 63.5 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cfe9a02) - (property "Reference" "#PWR049" (id 0) (at 91.44 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+BATT" (id 1) (at 91.821 59.1058 0)) - (property "Footprint" "" (id 2) (at 91.44 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 91.44 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1bdd11a6-3932-4db4-ba66-58743f901a26)) - ) - - (symbol (lib_id "power:-BATT") (at 91.44 107.95 180) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cfeab3f) - (property "Reference" "#PWR050" (id 0) (at 91.44 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "-BATT" (id 1) (at 91.059 112.3442 0)) - (property "Footprint" "" (id 2) (at 91.44 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 91.44 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f90c8f73-887a-4071-8cff-fd67296b0960)) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 22.86 85.09 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f49a53) - (property "Reference" "#FLG0101" (id 0) (at 22.86 86.995 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (id 1) (at 22.86 89.5096 0)) - (property "Footprint" "" (id 2) (at 22.86 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 22.86 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid feaf3d6d-c9e5-44a9-b9a3-0956f9710638)) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 35.56 62.23 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cd9e263) - (property "Reference" "#FLG032" (id 0) (at 35.56 60.325 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (id 1) (at 35.56 57.8104 0)) - (property "Footprint" "" (id 2) (at 35.56 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 35.56 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d0e94bd7-ed41-42b4-ac43-a42fa55ef2e2)) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 35.56 104.14 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cd97e81) - (property "Reference" "#FLG033" (id 0) (at 35.56 106.045 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (id 1) (at 35.56 108.5596 0)) - (property "Footprint" "" (id 2) (at 35.56 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 35.56 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c61c1ce1-8c03-409b-b683-818c0019f0db)) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 82.55 63.5 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005ce2ccd8) - (property "Reference" "#FLG034" (id 0) (at 82.55 61.595 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (id 1) (at 82.55 59.0804 0)) - (property "Footprint" "" (id 2) (at 82.55 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 82.55 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b4d6ec59-d037-4f13-8ee9-90fa2ad47f40)) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 82.55 107.95 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005ce2d1ae) - (property "Reference" "#FLG035" (id 0) (at 82.55 109.855 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (id 1) (at 82.55 112.3696 0)) - (property "Footprint" "" (id 2) (at 82.55 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 82.55 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5552c215-06ae-435f-ad3c-187ca099fb84)) - ) - - (symbol (lib_id "Connector:TestPoint") (at 201.93 40.64 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e2d53f) - (property "Reference" "TP5" (id 0) (at 206.7052 39.4716 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (id 1) (at 206.7052 41.783 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D3.0mm" (id 2) (at 201.93 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 201.93 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71716cb7-f113-4b5c-b542-091bd4b94f32)) - ) - - (symbol (lib_id "Connector:TestPoint") (at 201.93 55.88 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060efde02) - (property "Reference" "TP1" (id 0) (at 206.7052 54.7116 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (id 1) (at 206.7052 57.023 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D3.0mm" (id 2) (at 201.93 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 201.93 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d9a9c87-c6fe-48ff-a6fc-6e39f26af7ac)) - ) - - (symbol (lib_id "Connector:TestPoint") (at 201.93 69.85 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060efc13d) - (property "Reference" "TP2" (id 0) (at 206.7052 68.6816 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (id 1) (at 206.7052 70.993 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D3.0mm" (id 2) (at 201.93 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 201.93 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 83a8674f-6316-4ce9-8bca-6170e01d281c)) - ) - - (symbol (lib_id "Connector:TestPoint") (at 201.93 83.82 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060efa153) - (property "Reference" "TP3" (id 0) (at 206.7052 82.6516 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (id 1) (at 206.7052 84.963 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D3.0mm" (id 2) (at 201.93 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 201.93 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cb2dc80f-a856-4ff2-9244-7f2b39632742)) - ) - - (symbol (lib_id "Connector:TestPoint") (at 201.93 97.79 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ef82f9) - (property "Reference" "TP4" (id 0) (at 206.7052 96.6216 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (id 1) (at 206.7052 98.933 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D3.0mm" (id 2) (at 201.93 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 201.93 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d46cd740-e9ec-46e0-9e2a-b0d2ef8a3a95)) - ) - - (symbol (lib_id "Connector:TestPoint") (at 201.93 111.76 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005d77df7d) - (property "Reference" "TP31" (id 0) (at 206.7052 110.5916 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (id 1) (at 206.7052 112.903 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D3.0mm" (id 2) (at 201.93 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 201.93 116.84 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7a7efb4f-f35f-4ebd-a355-82ad900f2a38)) - ) - - (symbol (lib_id "power:GND") (at 15.24 85.09 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cdf8594) - (property "Reference" "#PWR033" (id 0) (at 15.24 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 15.113 89.4842 0)) - (property "Footprint" "" (id 2) (at 15.24 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 15.24 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 77896830-711c-47d1-8339-9c8d872a7605)) - ) - - (symbol (lib_id "power:GND") (at 57.15 86.36 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cdf8d9c) - (property "Reference" "#PWR042" (id 0) (at 57.15 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 57.023 90.7542 0)) - (property "Footprint" "" (id 2) (at 57.15 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 57.15 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 41472586-8c7c-48df-8553-3780bd350216)) - ) - - (symbol (lib_id "power:GND") (at 96.52 87.63 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ed4c97) - (property "Reference" "#PWR08" (id 0) (at 96.52 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 96.393 92.0242 0)) - (property "Footprint" "" (id 2) (at 96.52 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 96.52 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6350e989-4621-49e7-b2b5-571b491a262f)) - ) - - (symbol (lib_id "power:GND") (at 96.52 157.48 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f141ba) - (property "Reference" "#PWR02" (id 0) (at 96.52 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 96.393 161.8742 0)) - (property "Footprint" "" (id 2) (at 96.52 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 96.52 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8dadbb9b-653a-4fee-87be-93d5a6ad1d3c)) - ) - - (symbol (lib_id "power:GND") (at 96.52 171.45 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f1aa9e) - (property "Reference" "#PWR04" (id 0) (at 96.52 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 96.393 175.8442 0)) - (property "Footprint" "" (id 2) (at 96.52 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 96.52 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 88348e8b-529a-4df8-a9e4-bdbecb4354b8)) - ) - - (symbol (lib_id "power:GND") (at 120.65 157.48 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f188dd) - (property "Reference" "#PWR03" (id 0) (at 120.65 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 120.523 161.8742 0)) - (property "Footprint" "" (id 2) (at 120.65 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 120.65 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bdb47c96-30b2-4344-948d-bab74bd2db01)) - ) - - (symbol (lib_id "power:GND") (at 120.65 171.45 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f1ce65) - (property "Reference" "#PWR05" (id 0) (at 120.65 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 120.523 175.8442 0)) - (property "Footprint" "" (id 2) (at 120.65 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 120.65 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 61092313-c238-4776-a35e-f268acdd1d39)) - ) - - (symbol (lib_id "power:GND") (at 124.46 87.63 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ed8588) - (property "Reference" "#PWR09" (id 0) (at 124.46 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 124.333 92.0242 0)) - (property "Footprint" "" (id 2) (at 124.46 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 124.46 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5e16e655-a4eb-4185-83e8-aa3bcec8fbcd)) - ) - - (symbol (lib_id "power:GND") (at 168.91 128.27 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ea85c5) - (property "Reference" "#PWR01" (id 0) (at 168.91 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 168.783 132.6642 0)) - (property "Footprint" "" (id 2) (at 168.91 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 168.91 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a89d67dc-51ae-4acd-814f-1664563d7151)) - ) - - (symbol (lib_id "power:GND") (at 229.87 57.15 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ee213c) - (property "Reference" "#PWR06" (id 0) (at 229.87 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 229.743 61.5442 0)) - (property "Footprint" "" (id 2) (at 229.87 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 229.87 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8cfb7119-113a-443b-be93-ffccbfb42f68)) - ) - - (symbol (lib_id "power:GND") (at 256.54 57.15 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ee2142) - (property "Reference" "#PWR07" (id 0) (at 256.54 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (id 1) (at 256.413 61.5442 0)) - (property "Footprint" "" (id 2) (at 256.54 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (id 3) (at 256.54 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fcea9ba3-f21a-4633-98a2-cddeb886c7dc)) - ) - - (symbol (lib_id "Device:L_Core_Ferrite") (at 73.66 66.04 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cd96e48) - (property "Reference" "L32" (id 0) (at 73.66 60.325 90)) - (property "Value" "u68" (id 1) (at 73.66 62.6364 90)) - (property "Footprint" "Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder" (id 2) (at 73.66 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 73.66 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 97a2f910-0940-40b9-8875-d834b6e20d18)) - (pin "2" (uuid 7bd46463-8ba5-43d0-b091-5b7c29ff41c6)) - ) - - (symbol (lib_id "Device:L_Core_Ferrite") (at 73.66 105.41 270) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cd9781a) - (property "Reference" "L33" (id 0) (at 73.66 107.6706 90)) - (property "Value" "u68" (id 1) (at 73.66 109.982 90)) - (property "Footprint" "Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder" (id 2) (at 73.66 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 73.66 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aeca8968-e8e9-448e-a215-743754719515)) - (pin "2" (uuid 86c2f989-3f86-4afc-8a5e-70dd3caae947)) - ) - - (symbol (lib_id "Mechanical:MountingHole_Pad") (at 96.52 153.67 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f12c7e) - (property "Reference" "H1" (id 0) (at 99.06 152.4254 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole_Pad" (id 1) (at 99.06 154.7368 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" (id 2) (at 96.52 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 96.52 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1c1bad04-aaf3-43c8-84f4-efa68b72353f)) - ) - - (symbol (lib_id "Mechanical:MountingHole_Pad") (at 96.52 167.64 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f1aa98) - (property "Reference" "H3" (id 0) (at 99.06 166.3954 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole_Pad" (id 1) (at 99.06 168.7068 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" (id 2) (at 96.52 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 96.52 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9a008f93-b717-4e9c-9c6f-d80c5171a3a4)) - ) - - (symbol (lib_id "Mechanical:MountingHole_Pad") (at 120.65 153.67 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f188d7) - (property "Reference" "H2" (id 0) (at 123.19 152.4254 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole_Pad" (id 1) (at 123.19 154.7368 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" (id 2) (at 120.65 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 120.65 153.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 03a5cc5c-6292-4b3c-9a7c-bc9cdad0dda1)) - ) - - (symbol (lib_id "Mechanical:MountingHole_Pad") (at 120.65 167.64 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060f1ce5f) - (property "Reference" "H4" (id 0) (at 123.19 166.3954 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole_Pad" (id 1) (at 123.19 168.7068 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" (id 2) (at 120.65 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 120.65 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a29eb26d-93ae-40d5-8c87-0f52a77104de)) - ) - - (symbol (lib_id "Jumper:Jumper_2_Open") (at 179.07 49.53 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e77bbb) - (property "Reference" "JP1" (id 0) (at 181.5592 48.3616 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 181.5592 50.673 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" (id 2) (at 179.07 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2926647f-9f22-42a8-85a1-26a737f2c253)) - (pin "2" (uuid a832096b-80f4-46d8-8e51-ea05a74bfd61)) - ) - - (symbol (lib_id "Jumper:Jumper_2_Open") (at 179.07 63.5 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e79259) - (property "Reference" "JP2" (id 0) (at 181.5592 62.3316 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 181.5592 64.643 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" (id 2) (at 179.07 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 988c62a4-0a4f-4912-8967-fc658cfca918)) - (pin "2" (uuid 30e9cdc7-1403-48a1-8f22-c16ccfa233d2)) - ) - - (symbol (lib_id "Jumper:Jumper_2_Open") (at 179.07 77.47 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e7a521) - (property "Reference" "JP3" (id 0) (at 181.5592 76.3016 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 181.5592 78.613 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" (id 2) (at 179.07 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 64c66dd3-bd54-4aec-9b45-e6c2e6228bd7)) - (pin "2" (uuid 9bde98ec-26a0-4fa8-9a01-b76e87140d1e)) - ) - - (symbol (lib_id "Jumper:Jumper_2_Open") (at 179.07 91.44 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e7b3e5) - (property "Reference" "JP4" (id 0) (at 181.5592 90.2716 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 181.5592 92.583 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" (id 2) (at 179.07 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cd985168-4ed3-4e20-8073-fdb08ecc5f21)) - (pin "2" (uuid 6fa723b2-3cf3-462a-aed6-4c8982da1e0a)) - ) - - (symbol (lib_id "Jumper:Jumper_2_Open") (at 179.07 105.41 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e7e191) - (property "Reference" "JP5" (id 0) (at 181.5592 104.2416 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 181.5592 106.553 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" (id 2) (at 179.07 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9f100601-6f27-4978-9790-a34afd04cdc4)) - (pin "2" (uuid ba345e6f-7595-4619-8db9-22ef7892b8cf)) - ) - - (symbol (lib_id "Jumper:Jumper_2_Open") (at 179.07 119.38 270) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e7e197) - (property "Reference" "JP6" (id 0) (at 181.5592 118.2116 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Jumper_2_Open" (id 1) (at 181.5592 120.523 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" (id 2) (at 179.07 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 45cbb003-0637-4b53-a90d-b454e97bb4dc)) - (pin "2" (uuid cc370ca9-5812-4f31-aede-b09e1b7af214)) - ) - - (symbol (lib_id "Connector:Conn_01x03_Male") (at 110.49 85.09 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e8bfdf) - (property "Reference" "J3" (id 0) (at 111.2012 84.4804 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Conn_01x03_Male" (id 1) (at 102.87 90.17 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 110.49 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 110.49 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b44f7820-f430-418a-8eef-16459fd48920)) - (pin "2" (uuid 61d9870a-f1dd-4b8b-b211-b877642f857a)) - (pin "3" (uuid 796d1333-61cb-44cc-829a-bdc9d8cee5d5)) - ) - - (symbol (lib_id "Connector:Conn_01x03_Male") (at 240.03 52.07 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ee211e) - (property "Reference" "J1" (id 0) (at 240.7412 51.4604 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Conn_01x03_Male" (id 1) (at 232.41 57.15 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 240.03 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 240.03 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23d099d5-67dc-4943-af9e-62e46c83b0b2)) - (pin "2" (uuid 3e15732c-0fc4-4996-b4a8-65aa637baf67)) - (pin "3" (uuid 850835d4-c175-4e2c-85a4-a9b2d72c7c94)) - ) - - (symbol (lib_id "Connector:Conn_01x03_Female") (at 135.89 85.09 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e8d1c3) - (property "Reference" "J4" (id 0) (at 136.6012 85.7504 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Conn_01x03_Female" (id 1) (at 128.27 80.01 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" (id 2) (at 135.89 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 135.89 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cdbe63fe-a9ba-4204-84d8-5cf356ab3651)) - (pin "2" (uuid b13d0ac1-64fd-47da-b1f0-5701080c25e0)) - (pin "3" (uuid b0bc25af-f45d-4728-8bd4-3802d95cdc2a)) - ) - - (symbol (lib_id "Connector:Conn_01x03_Female") (at 265.43 52.07 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060ee2124) - (property "Reference" "J2" (id 0) (at 266.1412 52.7304 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Conn_01x03_Female" (id 1) (at 257.81 46.99 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" (id 2) (at 265.43 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 265.43 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3e3e1a0a-9b69-4f8e-917b-28cf84c22a54)) - (pin "2" (uuid c5643b01-9991-4413-bb2a-6ea3bd6c3bb9)) - (pin "3" (uuid 7b01f921-a77c-4770-ab47-2ba374e451a2)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 35.56 69.85 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00006104dbba) - (property "Reference" "BT2" (id 0) (at 32.5628 67.4116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "3V6" (id 1) (at 32.5628 69.723 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:MR18650BatteryHolder" (id 2) (at 35.56 68.326 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 35.56 68.326 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c819b478-4f39-4537-99dc-bffa6e749fcb)) - (pin "2" (uuid d55b7755-770b-4d66-9fc2-8a4d57023614)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 35.56 78.74 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610491a7) - (property "Reference" "BT4" (id 0) (at 32.5628 76.3016 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "3V6" (id 1) (at 32.5628 78.613 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:MR18650BatteryHolder" (id 2) (at 35.56 77.216 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 35.56 77.216 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e2c9a3b2-03ea-438e-827a-cee556d02827)) - (pin "2" (uuid 58f6a8e6-afc1-4462-b060-5da153921a47)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 35.56 88.9 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-0000610447d9) - (property "Reference" "BT5" (id 0) (at 32.5628 86.4616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "3V6" (id 1) (at 32.5628 88.773 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:MR18650BatteryHolder" (id 2) (at 35.56 87.376 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 35.56 87.376 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d742fd4-19a5-4db0-8bc4-30183bf0bd7c)) - (pin "2" (uuid 9df3c693-e328-4d8b-866d-55a649de51f7)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 35.56 97.79 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cd816bd) - (property "Reference" "BT32" (id 0) (at 32.5628 95.3516 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "3V6" (id 1) (at 32.5628 97.663 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:MR18650BatteryHolder" (id 2) (at 35.56 96.266 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 35.56 96.266 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51c0fa24-7d34-413c-bef0-68f2c0485328)) - (pin "2" (uuid a791790f-f6bf-4cff-b5b5-06e2cdb6f0cc)) - ) - - (symbol (lib_id "Device:C") (at 66.04 74.93 180) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e7da67) - (property "Reference" "C2" (id 0) (at 68.961 73.7616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100n" (id 1) (at 68.961 76.073 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 65.0748 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 66.04 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 35210e99-297c-4e60-8291-691ff60dff7c)) - (pin "2" (uuid 1014d9b7-b6c6-4af3-9f58-e7418d8def38)) - ) - - (symbol (lib_id "Device:C") (at 66.04 95.25 180) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e7aedc) - (property "Reference" "C3" (id 0) (at 68.961 94.0816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100n" (id 1) (at 68.961 96.393 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 65.0748 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 66.04 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eb40b78a-3723-45d6-be01-4fa95e582d30)) - (pin "2" (uuid 21394792-6e91-4b8c-90ec-881d861ea3fe)) - ) - - (symbol (lib_id "Device:C") (at 86.36 74.93 180) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cd36164) - (property "Reference" "C40" (id 0) (at 89.281 73.7616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100n" (id 1) (at 89.281 76.073 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 85.3948 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 86.36 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0ab85acb-b28e-416d-936c-bb9691fa293b)) - (pin "2" (uuid 04950244-5e3c-47d6-be24-f08e14bb2c9b)) - ) - - (symbol (lib_id "Device:C") (at 86.36 93.98 180) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e42f76) - (property "Reference" "C1" (id 0) (at 89.281 92.8116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "100n" (id 1) (at 89.281 95.123 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 85.3948 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 86.36 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 612de517-1649-4ed7-a8b2-d71b46900ea5)) - (pin "2" (uuid 2f82c197-ecee-4646-a837-f65be9425ac1)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 168.91 50.8 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060fa2573) - (property "Reference" "BT3" (id 0) (at 165.9128 48.3616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "12V" (id 1) (at 165.9128 50.673 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:27ABatteryHolder" (id 2) (at 168.91 49.276 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 168.91 49.276 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c159a5fb-d08b-409e-a4f2-1451ece8f9d8)) - (pin "2" (uuid 9459e1e5-b6ff-408e-b704-c3418694d980)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e59f0c) - (property "Reference" "BT6" (id 0) (at 171.9072 62.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "12V" (id 1) (at 171.9072 64.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "PowerSupply:27ABatteryHolder" (id 2) (at 168.91 63.246 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 168.91 63.246 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4a66d478-9afa-480d-b911-2f8a08be6f62)) - (pin "2" (uuid 9cad41b8-9352-4a5d-babb-5684b2fa16fa)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 168.91 78.74 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e5aa84) - (property "Reference" "BT1" (id 0) (at 165.9128 76.3016 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "12V" (id 1) (at 165.9128 78.613 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:27ABatteryHolder" (id 2) (at 168.91 77.216 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 168.91 77.216 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 863deb46-0b2c-42e0-81a5-c9bf2f801e57)) - (pin "2" (uuid f22599e2-f886-4129-97b2-7ab26c8c45c7)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 168.91 92.71 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e5b66a) - (property "Reference" "BT7" (id 0) (at 165.9128 90.2716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "12V" (id 1) (at 165.9128 92.583 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:27ABatteryHolder" (id 2) (at 168.91 91.186 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 168.91 91.186 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 378f5dd9-66ce-469a-8266-09c9003a1d8b)) - (pin "2" (uuid 13dc4812-1972-4edd-961f-7a29fd561168)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 168.91 106.68 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e707f2) - (property "Reference" "BT8" (id 0) (at 165.9128 104.2416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "12V" (id 1) (at 165.9128 106.553 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:27ABatteryHolder" (id 2) (at 168.91 105.156 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 168.91 105.156 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6565f36f-5948-4a6a-ae03-05c35dda1233)) - (pin "2" (uuid 3c1cdc8c-bba5-486b-8d6d-379dc1dd1b69)) - ) - - (symbol (lib_id "Device:Battery_Cell") (at 168.91 120.65 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000060e707f8) - (property "Reference" "BT9" (id 0) (at 165.9128 118.2116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "12V" (id 1) (at 165.9128 120.523 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "PowerSupply:27ABatteryHolder" (id 2) (at 168.91 119.126 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 168.91 119.126 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 948b4768-093b-4fc3-b9eb-f6a9d463106c)) - (pin "2" (uuid 29effd67-10c4-4d1b-8cbe-4ea4c9930dcc)) - ) - - (symbol (lib_id "Switch:SW_DPDT_x2") (at 49.53 63.5 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cf2c564) - (property "Reference" "SW31" (id 0) (at 49.53 56.261 0)) - (property "Value" "SW_DPDT_x2" (id 1) (at 49.53 58.5724 0)) - (property "Footprint" "Button_Switch_THT:SW_E-Switch_EG1271_DPDT" (id 2) (at 49.53 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 49.53 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a3e5d24b-ee88-4a48-8c50-c120ce962045)) - (pin "2" (uuid 414dd1b1-7c34-4e64-ab01-d20766892045)) - (pin "3" (uuid a1c5eaff-d871-4e68-af70-88b67486492a)) - ) - - (symbol (lib_id "Switch:SW_DPDT_x2") (at 49.53 102.87 0) (unit 2) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005cf2d41f) - (property "Reference" "SW31" (id 0) (at 49.53 95.631 0)) - (property "Value" "SW_DPDT_x2" (id 1) (at 49.53 97.9424 0)) - (property "Footprint" "Button_Switch_THT:SW_E-Switch_EG1271_DPDT" (id 2) (at 49.53 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 49.53 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "4" (uuid 7ffd64fd-7cf2-47b9-bc76-784f25350ae4)) - (pin "5" (uuid 58bab209-b2ea-48f4-b7fc-86f852cbec5a)) - (pin "6" (uuid 1e52cfdb-2e00-4df4-b508-d89d46ca3912)) - ) - - (sheet_instances - (path "/" (page "1")) - ) - - (symbol_instances - (path "/00000000-0000-0000-0000-00005cd9e263" - (reference "#FLG032") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cd97e81" - (reference "#FLG033") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005ce2ccd8" - (reference "#FLG034") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005ce2d1ae" - (reference "#FLG035") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060f49a53" - (reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060ea85c5" - (reference "#PWR01") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060f141ba" - (reference "#PWR02") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060f188dd" - (reference "#PWR03") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060f1aa9e" - (reference "#PWR04") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060f1ce65" - (reference "#PWR05") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060ee213c" - (reference "#PWR06") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060ee2142" - (reference "#PWR07") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060ed4c97" - (reference "#PWR08") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060ed8588" - (reference "#PWR09") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cdf8594" - (reference "#PWR033") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cdf8d9c" - (reference "#PWR042") (unit 1) (value "GND") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cfe9a02" - (reference "#PWR049") (unit 1) (value "+BATT") (footprint "") - ) - (path "/00000000-0000-0000-0000-00005cfeab3f" - (reference "#PWR050") (unit 1) (value "-BATT") (footprint "") - ) - (path "/00000000-0000-0000-0000-000060e5aa84" - (reference "BT1") (unit 1) (value "12V") (footprint "PowerSupply:27ABatteryHolder") - ) - (path "/00000000-0000-0000-0000-00006104dbba" - (reference "BT2") (unit 1) (value "3V6") (footprint "PowerSupply:MR18650BatteryHolder") - ) - (path "/00000000-0000-0000-0000-000060fa2573" - (reference "BT3") (unit 1) (value "12V") (footprint "PowerSupply:27ABatteryHolder") - ) - (path "/00000000-0000-0000-0000-0000610491a7" - (reference "BT4") (unit 1) (value "3V6") (footprint "PowerSupply:MR18650BatteryHolder") - ) - (path "/00000000-0000-0000-0000-0000610447d9" - (reference "BT5") (unit 1) (value "3V6") (footprint "PowerSupply:MR18650BatteryHolder") - ) - (path "/00000000-0000-0000-0000-000060e59f0c" - (reference "BT6") (unit 1) (value "12V") (footprint "PowerSupply:27ABatteryHolder") - ) - (path "/00000000-0000-0000-0000-000060e5b66a" - (reference "BT7") (unit 1) (value "12V") (footprint "PowerSupply:27ABatteryHolder") - ) - (path "/00000000-0000-0000-0000-000060e707f2" - (reference "BT8") (unit 1) (value "12V") (footprint "PowerSupply:27ABatteryHolder") - ) - (path "/00000000-0000-0000-0000-000060e707f8" - (reference "BT9") (unit 1) (value "12V") (footprint "PowerSupply:27ABatteryHolder") - ) - (path "/00000000-0000-0000-0000-00005cd816bd" - (reference "BT32") (unit 1) (value "3V6") (footprint "PowerSupply:MR18650BatteryHolder") - ) - (path "/00000000-0000-0000-0000-000060e42f76" - (reference "C1") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-000060e7da67" - (reference "C2") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-000060e7aedc" - (reference "C3") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005cd36164" - (reference "C40") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-000060f12c7e" - (reference "H1") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.5mm_Pad") - ) - (path "/00000000-0000-0000-0000-000060f188d7" - (reference "H2") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.5mm_Pad") - ) - (path "/00000000-0000-0000-0000-000060f1aa98" - (reference "H3") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.5mm_Pad") - ) - (path "/00000000-0000-0000-0000-000060f1ce5f" - (reference "H4") (unit 1) (value "MountingHole_Pad") (footprint "MountingHole:MountingHole_3.5mm_Pad") - ) - (path "/00000000-0000-0000-0000-000060ee211e" - (reference "J1") (unit 1) (value "Conn_01x03_Male") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-000060ee2124" - (reference "J2") (unit 1) (value "Conn_01x03_Female") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-000060e8bfdf" - (reference "J3") (unit 1) (value "Conn_01x03_Male") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-000060e8d1c3" - (reference "J4") (unit 1) (value "Conn_01x03_Female") (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical") - ) - (path "/00000000-0000-0000-0000-000060e77bbb" - (reference "JP1") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm") - ) - (path "/00000000-0000-0000-0000-000060e79259" - (reference "JP2") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm") - ) - (path "/00000000-0000-0000-0000-000060e7a521" - (reference "JP3") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm") - ) - (path "/00000000-0000-0000-0000-000060e7b3e5" - (reference "JP4") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm") - ) - (path "/00000000-0000-0000-0000-000060e7e191" - (reference "JP5") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm") - ) - (path "/00000000-0000-0000-0000-000060e7e197" - (reference "JP6") (unit 1) (value "Jumper_2_Open") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm") - ) - (path "/00000000-0000-0000-0000-00005cd96e48" - (reference "L32") (unit 1) (value "u68") (footprint "Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder") - ) - (path "/00000000-0000-0000-0000-00005cd9781a" - (reference "L33") (unit 1) (value "u68") (footprint "Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder") - ) - (path "/00000000-0000-0000-0000-00005cf2c564" - (reference "SW31") (unit 1) (value "SW_DPDT_x2") (footprint "Button_Switch_THT:SW_E-Switch_EG1271_DPDT") - ) - (path "/00000000-0000-0000-0000-00005cf2d41f" - (reference "SW31") (unit 2) (value "SW_DPDT_x2") (footprint "Button_Switch_THT:SW_E-Switch_EG1271_DPDT") - ) - (path "/00000000-0000-0000-0000-000060efde02" - (reference "TP1") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D3.0mm") - ) - (path "/00000000-0000-0000-0000-000060efc13d" - (reference "TP2") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D3.0mm") - ) - (path "/00000000-0000-0000-0000-000060efa153" - (reference "TP3") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D3.0mm") - ) - (path "/00000000-0000-0000-0000-000060ef82f9" - (reference "TP4") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D3.0mm") - ) - (path "/00000000-0000-0000-0000-000060e2d53f" - (reference "TP5") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D3.0mm") - ) - (path "/00000000-0000-0000-0000-00005d77df7d" - (reference "TP31") (unit 1) (value "TestPoint") (footprint "TestPoint:TestPoint_Pad_D3.0mm") - ) - ) -) diff --git a/Hardware/PowerSupply/PowerSupply.pretty/27ABatteryHolder.kicad_mod b/Hardware/PowerSupply/PowerSupply.pretty/27ABatteryHolder.kicad_mod deleted file mode 100644 index 0bf0ad8..0000000 --- a/Hardware/PowerSupply/PowerSupply.pretty/27ABatteryHolder.kicad_mod +++ /dev/null @@ -1,48 +0,0 @@ -(module 27ABatteryHolder (layer F.Cu) (tedit 60E17ED9) - (fp_text reference REF** (at 21 -1.5) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 27ABatteryHolder (at 21 -2.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.5 -4) (end 43 -4) (layer Dwgs.User) (width 0.12)) - (fp_line (start 3.5 -4) (end 7 -4) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 0) (end 0 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 -8) (end 7 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 0 0) (end 7 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 0 0) (end 0 -8) (layer F.SilkS) (width 0.12)) - (fp_line (start 43 0) (end 0 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 43 -8) (end 43 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -8) (end 43 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 0 -8) (end 0 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 -8) (end 0 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 0) (end 7 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 0) (end 0 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 36.5 -8) (end 36.5 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 43 -8) (end 43 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 36.5 0) (end 43 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 36.5 -8) (end 43 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 34 0) (end 7 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 34 -8) (end 34 0) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 -8) (end 34 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 7 0) (end 7 -8) (layer Dwgs.User) (width 0.12)) - (fp_text user "battery size 8.0 × 28.2" (at 21 -6) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user - (at 32.5 -4) (layer F.SilkS) - (effects (font (size 4 4) (thickness 0.8))) - ) - (fp_text user + (at 10.5 -4) (layer F.SilkS) - (effects (font (size 4 4) (thickness 0.8))) - ) - (fp_line (start 43 1) (end 43 -9) (layer F.SilkS) (width 0.12)) - (fp_line (start 43 -9) (end 0 -9) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -9) (end 0 1) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 1) (end 43 1) (layer F.SilkS) (width 0.12)) - (pad 1 thru_hole rect (at 7 -4) (size 3 3.5) (drill oval 0.7 2.8) (layers *.Cu *.Mask)) - (pad 2 thru_hole rect (at 36.5 -4) (size 3 3.5) (drill oval 0.7 2.8) (layers *.Cu *.Mask)) - (pad 2 thru_hole rect (at 39.5 0 90) (size 2 7) (drill oval 0.7 6) (layers *.Cu *.Mask)) - (pad 2 thru_hole rect (at 39.5 -8 90) (size 2 7) (drill oval 0.7 6) (layers *.Cu *.Mask)) - (pad 1 thru_hole rect (at 3.5 -8 90) (size 2 7) (drill oval 0.7 6) (layers *.Cu *.Mask)) - (pad 1 thru_hole rect (at 3.5 0 90) (size 2 7) (drill oval 0.7 6) (layers *.Cu *.Mask)) -) diff --git a/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberShield.kicad_mod b/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberShield.kicad_mod deleted file mode 100644 index a8ea752..0000000 --- a/Hardware/PowerSupply/PowerSupply.pretty/IonizationChamberShield.kicad_mod +++ /dev/null @@ -1,76 +0,0 @@ -(module PowerSupplyShield (layer F.Cu) (tedit 5CE96624) - (fp_text reference REF** (at 40 25) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value PowerSupplyShield (at 40 30) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_poly (pts (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 35.5) (xy 0 35.5)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 35.5) (xy 0 35.5)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5)) (layer B.Cu) (width 0.1)) - (fp_poly (pts (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 35.5) (xy 0 35.5)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5)) (layer B.Mask) (width 0.1)) - (fp_poly (pts (xy 7.5 0) (xy 7.5 7.5) (xy 0 7.5) (xy 0 0)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 80 55) (xy 80 53.5) (xy 0 53.5)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 80 7.5) (xy 72.5 7.5) (xy 72.5 0) (xy 80 0)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 1.5 1.5) (xy 1.5 35.5) (xy 0 35.5)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 0 53.5) (xy 1.5 53.5) (xy 1.5 50) (xy 0 50)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 0 55) (xy 0 47.5) (xy 7.5 47.5) (xy 7.5 55)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 0 1.5) (xy 80 1.5) (xy 80 0) (xy 0 0)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 80 0) (xy 78.5 0) (xy 78.5 53.5) (xy 80 53.5)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 80 55) (xy 72.5 55) (xy 72.5 47.5) (xy 80 47.5)) (layer F.Mask) (width 0.1)) - (pad "" np_thru_hole circle (at -3 26) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 4.75 5) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 75.25 5) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 4.75 50) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 75.25 50) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 82.5 39) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 82.5 16) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 15 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 25 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 35 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 45 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 55 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 65 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 75 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 79.25 10) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 79.25 30) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 79.25 20) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 79.25 40) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 79.25 50) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 65 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad 1 thru_hole circle (at 55 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 45 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 35 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 25 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 15 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 5 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 0.75 10) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 0.75 20) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 0.75 30) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 0.75 35) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 5 0.75) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 75 54.25) (size 1 1) (drill 0.5) (layers *.Cu *.Mask)) -) diff --git a/Hardware/PowerSupply/PowerSupply.pretty/MR18650BatteryHolder.kicad_mod b/Hardware/PowerSupply/PowerSupply.pretty/MR18650BatteryHolder.kicad_mod deleted file mode 100644 index 3e07eb2..0000000 --- a/Hardware/PowerSupply/PowerSupply.pretty/MR18650BatteryHolder.kicad_mod +++ /dev/null @@ -1,30 +0,0 @@ -(module MR18650BatteryHolder (layer F.Cu) (tedit 60E179B1) - (fp_text reference REF** (at 36 -8.5) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MR18650BatteryHolder (at 36 -9.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 0 -21) (end 10.5 -21) (layer F.SilkS) (width 0.12)) - (fp_line (start 75 -21) (end 64.5 -21) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 0) (end 10.5 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 75 0) (end 64.5 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 -8) (end 2 -8) (layer Dwgs.User) (width 0.12)) - (fp_line (start 64.5 -12.5) (end 75 -12.5) (layer Dwgs.User) (width 0.12)) - (fp_line (start 0 -11.5) (end 10.5 -11.5) (layer Dwgs.User) (width 0.12)) - (fp_line (start -5 -10.5) (end 81.5 -10.5) (layer Dwgs.User) (width 0.12)) - (fp_line (start -5 0) (end -5 -10.5) (layer Dwgs.User) (width 0.12)) - (fp_line (start 75 0) (end 75 -21) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 0) (end 0 -21) (layer F.SilkS) (width 0.12)) - (fp_line (start 73 -8.5) (end 75 -8.5) (layer Dwgs.User) (width 0.12)) - (fp_text user + (at -2 -11) (layer F.SilkS) - (effects (font (size 3 3) (thickness 0.75))) - ) - (fp_text user - (at 77 -11) (layer F.SilkS) - (effects (font (size 3 3) (thickness 0.75))) - ) - (pad "" np_thru_hole oval (at 10.5 -10.5) (size 3 3) (drill 3) (layers *.Cu *.Mask)) - (pad "" np_thru_hole oval (at 64.5 -10.5) (size 3 3) (drill 3) (layers *.Cu *.Mask)) - (pad 1 thru_hole oval (at 2 -10.5) (size 3 3) (drill 1.8) (layers *.Cu *.Mask)) - (pad 2 thru_hole oval (at 73 -10.5) (size 3 3) (drill 1.8) (layers *.Cu *.Mask)) -) diff --git a/Hardware/PowerSupply/fp-info-cache b/Hardware/PowerSupply/fp-info-cache deleted file mode 100644 index 573541a..0000000 --- a/Hardware/PowerSupply/fp-info-cache +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/Hardware/Sensor/.gitignore b/Hardware/Sensor/.gitignore deleted file mode 100644 index c625609..0000000 --- a/Hardware/Sensor/.gitignore +++ /dev/null @@ -1,29 +0,0 @@ -# For PCBs designed using KiCad: http://www.kicad-pcb.org/ -# Format documentation: http://kicad-pcb.org/help/file-formats/ - -# Temporary files -*.000 -*.bak -*.bck -*.kicad_pcb-bak -*~ -_autosave-* -*.tmp -*-cache.lib -*-rescue.lib -*-save.pro -*-save.kicad_pcb - -# Netlist files (exported from Eeschema) -*.net - -# Autorouter files (exported from Pcbnew) -*.dsn -*.ses - -# Exported BOM files -*.xml -*.csv - -*.zip -chamber-backups diff --git a/Hardware/Sensor/ADC.kicad_sch b/Hardware/Sensor/ADC.kicad_sch deleted file mode 100644 index 9e96fae..0000000 --- a/Hardware/Sensor/ADC.kicad_sch +++ /dev/null @@ -1,2050 +0,0 @@ -(kicad_sch - (version 20231120) - (generator "eeschema") - (generator_version "8.0") - (uuid "e3e14aeb-3698-40de-b470-0655b7e3c7e4") - (paper "A4") - (lib_symbols - (symbol "Analog_ADC:MCP3425A0T-ECH" - (pin_names - (offset 1.016) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at -10.16 7.62 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "MCP3425A0T-ECH" - (at 2.54 7.62 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (hide yes) - ) - ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/22072b.pdf" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Single Delta-Sigma 16bit Analog to Digital Converter, I2C Interface, SOT-23-6" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "Sigma-Delta ADC Converter 16bit I2C 1ch" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "SOT?23* SOT?23*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "MCP3425A0T-ECH_0_1" - (polyline - (pts - (xy -5.08 6.35) (xy 8.89 6.35) (xy 8.89 0) (xy 8.89 -6.35) (xy -5.08 -6.35) (xy -11.43 0) (xy -5.08 6.35) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - ) - (symbol "MCP3425A0T-ECH_1_1" - (pin passive line - (at -12.7 2.54 0) - (length 3.81) - (name "Vin+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 0 -10.16 90) - (length 3.81) - (name "Vss" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at 12.7 2.54 180) - (length 3.81) - (name "SCL" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 12.7 0 180) - (length 3.81) - (name "SDA" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at 0 10.16 270) - (length 3.81) - (name "Vdd" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -12.7 -2.54 0) - (length 3.81) - (name "Vin-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:C" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "C" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Unpolarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "C_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) (xy 2.032 -0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.032 0.762) (xy 2.032 0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "C_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:CP" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "CP" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Polarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "CP_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "CP_0_1" - (rectangle - (start -2.286 0.508) - (end 2.286 1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.778 2.286) (xy -0.762 2.286) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 2.794) (xy -1.27 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 2.286 -0.508) - (end -2.286 -1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "CP_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:R" - (pin_numbers hide) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "R" - (at 2.032 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "R" - (at 0 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at -1.778 0 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "R res resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "R_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "R_0_1" - (rectangle - (start -1.016 -2.54) - (end 1.016 2.54) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "R_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:+5V" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 0 3.556 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 0) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 2.54) (xy 0.762 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "+5V_1_1" - (pin power_in line - (at 0 0 90) - (length 0) hide - (name "+5V" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:GND" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "GND_1_1" - (pin power_in line - (at 0 0 270) - (length 0) hide - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - ) - (junction - (at 115.57 80.01) - (diameter 1.016) - (color 0 0 0 0) - (uuid "3c3364a2-d91e-4454-9436-50ab4a172870") - ) - (junction - (at 78.74 104.14) - (diameter 1.016) - (color 0 0 0 0) - (uuid "4d7a2586-8b6f-4de0-ab47-8cd1800f48cd") - ) - (junction - (at 115.57 90.17) - (diameter 1.016) - (color 0 0 0 0) - (uuid "680ef1bd-638e-4db8-a9c2-889605df5705") - ) - (junction - (at 78.74 115.57) - (diameter 1.016) - (color 0 0 0 0) - (uuid "ec469671-6181-4bac-bba3-9a9e492e774c") - ) - (wire - (pts - (xy 86.36 109.22) (xy 86.36 115.57) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "007eb0c2-37c3-46e9-9782-35c0f38a10dd") - ) - (wire - (pts - (xy 78.74 115.57) (xy 78.74 114.3) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "19b93ab6-633f-49ea-940e-31603f8c0241") - ) - (wire - (pts - (xy 78.74 92.71) (xy 74.93 92.71) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "26f27a74-8bc1-4ff5-9644-f2d4a17a5f4f") - ) - (wire - (pts - (xy 124.46 80.01) (xy 127 80.01) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "393c8bf4-3101-4800-b851-d783b4bf11b5") - ) - (wire - (pts - (xy 93.98 109.22) (xy 96.52 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3aed427e-e4b5-4697-b44c-ffac9976d0ac") - ) - (wire - (pts - (xy 78.74 93.98) (xy 78.74 92.71) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "44c82ca3-b251-4dec-8729-b019f7a1f633") - ) - (wire - (pts - (xy 101.6 104.14) (xy 96.52 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4d9a7d5c-76d8-4ccc-ab9f-d27027d69351") - ) - (wire - (pts - (xy 115.57 96.52) (xy 115.57 90.17) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "53402aec-30da-4b88-ae0f-e6bf1fb19dfa") - ) - (wire - (pts - (xy 127 90.17) (xy 127 92.71) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "641ad7b9-11ea-41d7-bae4-1a2017ea2f13") - ) - (wire - (pts - (xy 128.27 106.68) (xy 132.08 106.68) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "65abd6b5-9202-4884-b38d-0d95e8aebc1b") - ) - (wire - (pts - (xy 96.52 104.14) (xy 101.6 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "727a2dda-c6e6-41b9-b247-c61674c71c08") - ) - (wire - (pts - (xy 93.98 104.14) (xy 96.52 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7288a656-f9f8-4cac-bdc5-22c7a5bca770") - ) - (wire - (pts - (xy 78.74 104.14) (xy 78.74 101.6) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7f1a0e5a-28e2-48c3-a59c-42e02512d0a9") - ) - (wire - (pts - (xy 124.46 90.17) (xy 127 90.17) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8054bcab-9a6b-47b3-bf26-2489413a8509") - ) - (wire - (pts - (xy 116.84 80.01) (xy 115.57 80.01) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "87967639-2bdb-4ff4-9528-0f8ef095216c") - ) - (wire - (pts - (xy 101.6 104.14) (xy 102.87 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8b9679de-ce64-415d-8387-825e320d6836") - ) - (wire - (pts - (xy 115.57 78.74) (xy 115.57 80.01) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8f5bb48c-1114-49ce-923e-dd6b0601e27f") - ) - (wire - (pts - (xy 101.6 109.22) (xy 102.87 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "973c863a-da98-4c90-9d46-572a8db70b48") - ) - (wire - (pts - (xy 86.36 115.57) (xy 78.74 115.57) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a6bc8a93-d07f-4e86-83f2-ba6b5821b3b7") - ) - (wire - (pts - (xy 115.57 118.11) (xy 115.57 116.84) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ab234d3d-e6ea-4112-8800-6c5805fb1489") - ) - (wire - (pts - (xy 78.74 104.14) (xy 78.74 106.68) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b01da7f2-9470-4c01-8983-748b5f6ba2f5") - ) - (wire - (pts - (xy 115.57 80.01) (xy 115.57 90.17) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "be86423c-4bf1-4fbe-887b-9afa31179e19") - ) - (wire - (pts - (xy 127 80.01) (xy 127 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cffbaa8d-417f-476d-a36e-feda52b3cd1b") - ) - (wire - (pts - (xy 116.84 90.17) (xy 115.57 90.17) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d2678d65-8bad-4cb4-8b40-70b83f3a7cd0") - ) - (wire - (pts - (xy 86.36 104.14) (xy 78.74 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e96a516c-146f-4b54-8f70-5eec1f332ab3") - ) - (wire - (pts - (xy 78.74 118.11) (xy 78.74 115.57) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f53ce9db-5456-422f-a449-14da068e39d3") - ) - (wire - (pts - (xy 128.27 104.14) (xy 132.08 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fbb0c0d3-9cae-4a42-813b-1f7396e14d40") - ) - (global_label "analog_output" - (shape input) - (at 74.93 92.71 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "9c0d75dd-c18e-4e38-9253-f4e8801e8569") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "SCL" - (shape input) - (at 132.08 104.14 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "c458c284-dabd-4a1d-9ce7-ca21618da4c7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "SDA" - (shape bidirectional) - (at 132.08 106.68 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "f9ab8ccc-cd03-48ac-858f-66b529b67496") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (symbol - (lib_id "Analog_ADC:MCP3425A0T-ECH") - (at 115.57 106.68 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006171620c") - (property "Reference" "U2" - (at 106.68 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "MCP3425A0T-ECH" - (at 106.68 96.52 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6_Handsoldering" - (at 115.57 106.68 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (hide yes) - ) - ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/22072b.pdf" - (at 115.57 106.68 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 115.57 106.68 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "59a2b83e-7f4b-41ae-8885-9c29a737f13f") - ) - (pin "2" - (uuid "1a9443c5-f7a0-47a7-b64a-0ca9ec609fbb") - ) - (pin "3" - (uuid "20b9f3e4-0396-4146-8368-e70cad073ae7") - ) - (pin "4" - (uuid "ff71924d-9739-43bd-8420-b28cbfa0f046") - ) - (pin "5" - (uuid "885e7085-b97e-4b78-9e37-93edc668dad2") - ) - (pin "6" - (uuid "3071e38e-27e8-46a8-8d0a-3efc60a58b97") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "U2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 120.65 90.17 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716212") - (property "Reference" "C2" - (at 120.65 83.7692 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100n" - (at 120.65 86.0806 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 116.84 91.1352 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 120.65 90.17 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 120.65 90.17 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 120.65 90.17 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "277aa265-9f15-4013-97e2-0fb726b211bd") - ) - (pin "2" - (uuid "afccb886-70fe-456d-8810-a22bb180439d") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "C2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 127 92.71 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716218") - (property "Reference" "#PWR03" - (at 127 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 127.127 97.1042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 127 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 127 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 127 92.71 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6aab813d-45be-4b35-b7ba-a358dfc76d45") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "#PWR03") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 115.57 78.74 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006171621e") - (property "Reference" "#PWR01" - (at 115.57 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 114.0968 77.8002 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 115.57 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 115.57 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 115.57 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "468cd254-26b5-41c5-ae57-c0aa05b48a3d") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "#PWR01") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 115.57 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716229") - (property "Reference" "#PWR05" - (at 115.57 124.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 115.697 122.5042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 115.57 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 115.57 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 115.57 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f0e32f48-0a32-42c7-8d8c-9e183e293d69") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "#PWR05") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:CP") - (at 120.65 80.01 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716230") - (property "Reference" "C1" - (at 120.65 73.533 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10u" - (at 120.65 75.8444 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" - (at 124.46 79.0448 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 120.65 80.01 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 120.65 80.01 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "de713a24-507b-4dd6-9f72-4cf3c834a84d") - ) - (pin "2" - (uuid "4db88510-6816-4a05-acad-9ba6cc00bc5c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "C1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 90.17 104.14 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716236") - (property "Reference" "R2" - (at 90.17 98.8822 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "0R" - (at 90.17 101.1936 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 90.17 102.362 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 90.17 104.14 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 90.17 104.14 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17477" - (at 90.17 104.14 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6563620d-3933-4735-b5b4-673528d58d02") - ) - (pin "2" - (uuid "6d5f9fcb-26fc-4d75-84dd-23a859893dec") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "R2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 90.17 109.22 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006171623c") - (property "Reference" "R3" - (at 90.17 112.141 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "0R" - (at 90.17 114.4524 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 90.17 107.442 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 90.17 109.22 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 90.17 109.22 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17477" - (at 90.17 109.22 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7328d159-19cf-49d1-b0c0-2f9d26820eee") - ) - (pin "2" - (uuid "4d95f3d4-8b3b-4010-9763-1641921317e8") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "R3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 78.74 110.49 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716242") - (property "Reference" "R4" - (at 80.518 109.3216 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "27k" - (at 80.518 111.633 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 80.518 110.49 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 78.74 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 78.74 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17593" - (at 78.74 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7996c112-0336-437a-b61f-cc6ffe7057dc") - ) - (pin "2" - (uuid "186dc555-6226-49d5-8e75-34ff4c70bb6a") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "R4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 78.74 97.79 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716248") - (property "Reference" "R1" - (at 80.518 96.6216 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "0R" - (at 80.518 98.933 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 80.518 97.79 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 78.74 97.79 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 78.74 97.79 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17477" - (at 78.74 97.79 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2b04b9c1-23fe-4a86-a151-82d1d986e823") - ) - (pin "2" - (uuid "06bb9b2d-2a4a-4e97-b94a-d58fae715cd0") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "R1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 127 82.55 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716252") - (property "Reference" "#PWR02" - (at 127 88.9 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 127.127 86.9442 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 127 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 127 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 127 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "c57e3d3e-9e7f-4720-84f0-eb46e02e605e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "#PWR02") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 78.74 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061716263") - (property "Reference" "#PWR04" - (at 78.74 124.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 78.867 122.5042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 78.74 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 78.74 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 78.74 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e3a8bed8-ad40-434f-a847-a9d9b521710f") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000616ff04d" - (reference "#PWR04") - (unit 1) - ) - ) - ) - ) -) diff --git a/Hardware/Sensor/AnalogFrontend.kicad_sch b/Hardware/Sensor/AnalogFrontend.kicad_sch deleted file mode 100644 index d5315b2..0000000 --- a/Hardware/Sensor/AnalogFrontend.kicad_sch +++ /dev/null @@ -1,9033 +0,0 @@ -(kicad_sch - (version 20231120) - (generator "eeschema") - (generator_version "8.0") - (uuid "cad85374-bc84-48ae-b09d-d14ce899ae0f") - (paper "A4") - (lib_symbols - (symbol "Connector:Conn_01x03_Male" - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "J" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 0 -5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "connector" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Conn_01x03_Male_1_1" - (polyline - (pts - (xy 1.27 -2.54) (xy 0.8636 -2.54) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 0) (xy 0.8636 0) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 2.54) (xy 0.8636 2.54) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 0.8636 -2.413) - (end 0 -2.667) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type outline) - ) - ) - (rectangle - (start 0.8636 0.127) - (end 0 -0.127) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type outline) - ) - ) - (rectangle - (start 0.8636 2.667) - (end 0 2.413) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type outline) - ) - ) - (pin passive line - (at 5.08 2.54 180) - (length 3.81) - (name "Pin_1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 5.08 0 180) - (length 3.81) - (name "Pin_2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 5.08 -2.54 180) - (length 3.81) - (name "Pin_3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Connector:Conn_Coaxial" - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "J" - (at 0.254 3.048 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Conn_Coaxial" - (at 2.921 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" " ~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "BNC SMA SMB SMC coaxial connector CINCH RCA" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Conn_Coaxial_0_1" - (arc - (start -1.778 -0.508) - (mid 0.2311 -1.8066) - (end 1.778 0) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.54 0) (xy -0.508 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 -2.54) (xy 0 -1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 0 0) - (radius 0.508) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 1.778 0) - (mid 0.2099 1.8101) - (end -1.778 0.508) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Conn_Coaxial_1_1" - (pin passive line - (at -5.08 0 0) - (length 2.54) - (name "In" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -5.08 90) - (length 2.54) - (name "Ext" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Connector:TestPoint" - (pin_numbers hide) - (pin_names - (offset 0.762) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "TP" - (at 0 6.858 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "test point" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "test point tp" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Pin* Test*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "TestPoint_0_1" - (circle - (center 0 3.302) - (radius 0.762) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "TestPoint_1_1" - (pin passive line - (at 0 0 90) - (length 2.54) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:C" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "C" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Unpolarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "C_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) (xy 2.032 -0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.032 0.762) (xy 2.032 0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "C_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:CP" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "CP" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Polarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "CP_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "CP_0_1" - (rectangle - (start -2.286 0.508) - (end 2.286 1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.778 2.286) (xy -0.762 2.286) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 2.794) (xy -1.27 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 2.286 -0.508) - (end -2.286 -1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "CP_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Opamp_Dual_Generic" - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Opamp_Dual_Generic" - (at 0 -5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Dual operational amplifier" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_locked" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_keywords" "dual opamp" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* MSOP*3x3mm*P0.65mm* SSOP*2.95x2.8mm*P0.65mm* TSSOP*3x3mm*P0.65mm* VSSOP*P0.5mm* TO?99*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Opamp_Dual_Generic_1_1" - (polyline - (pts - (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - (pin output line - (at 7.62 0 180) - (length 2.54) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -7.62 -2.54 0) - (length 2.54) - (name "-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -7.62 2.54 0) - (length 2.54) - (name "+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "Opamp_Dual_Generic_2_1" - (polyline - (pts - (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - (pin input line - (at -7.62 2.54 0) - (length 2.54) - (name "+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -7.62 -2.54 0) - (length 2.54) - (name "-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin output line - (at 7.62 0 180) - (length 2.54) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "Opamp_Dual_Generic_3_1" - (pin power_in line - (at -2.54 -7.62 90) - (length 3.81) - (name "V-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -2.54 7.62 270) - (length 3.81) - (name "V+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "8" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Q_NMOS_GDS" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "N-MOSFET transistor, gate/drain/source" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_NMOS_GDS_0_1" - (polyline - (pts - (xy 0.254 0) (xy -2.54 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 2.286) (xy 0.762 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 2.54) (xy 2.54 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.651 0) - (radius 2.794) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.54 -1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 2.54 1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Q_NMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "S" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Q_PMOS_GDS" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "P-MOSFET transistor, gate/drain/source" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor PMOS P-MOS P-MOSFET" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_PMOS_GDS_0_1" - (polyline - (pts - (xy 0.254 0) (xy -2.54 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 2.286) (xy 0.762 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 2.54) (xy 2.54 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.651 0) - (radius 2.794) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.54 -1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 2.54 1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Q_PMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "S" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:R" - (pin_numbers hide) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "R" - (at 2.032 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "R" - (at 0 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at -1.778 0 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "R res resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "R_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "R_0_1" - (rectangle - (start -1.016 -2.54) - (end 1.016 2.54) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "R_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:RF_Shield_One_Piece" - (pin_names - (offset 1.016) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "J" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "RF_Shield_One_Piece" - (at 0 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "One-piece EMI RF shielding cabinet" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "RF EMI shielding cabinet" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "RF_Shield_One_Piece_0_1" - (polyline - (pts - (xy -15.24 -5.08) (xy -15.24 -2.54) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -15.24 -1.27) (xy -15.24 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -15.24 2.54) (xy -15.24 5.08) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -12.7 7.62) (xy -10.16 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -10.16 -7.62) (xy -12.7 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -6.35 -7.62) (xy -8.89 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -6.35 7.62) (xy -8.89 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.54 -7.62) (xy -5.08 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.54 7.62) (xy -5.08 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -7.62) (xy 1.27 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 7.62) (xy -1.27 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -7.62) (xy 5.08 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 5.08 7.62) (xy 2.54 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 6.35 -7.62) (xy 8.89 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 8.89 7.62) (xy 6.35 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 10.16 -7.62) (xy 12.7 -7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 12.7 7.62) (xy 10.16 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 15.24 -5.08) (xy 15.24 -2.54) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 15.24 -1.27) (xy 15.24 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 15.24 2.54) (xy 15.24 5.08) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -15.24 6.35) (xy -15.24 7.62) (xy -13.97 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -13.97 -7.62) (xy -15.24 -7.62) (xy -15.24 -6.35) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 13.97 -7.62) (xy 15.24 -7.62) (xy 15.24 -6.35) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 15.24 6.35) (xy 15.24 7.62) (xy 13.97 7.62) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "RF_Shield_One_Piece_1_1" - (pin passive line - (at 0 -10.16 90) - (length 2.54) - (name "Shield" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Sensor:Nuclear-Radiation_Detector" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "V" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Nuclear-Radiation_Detector" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Generic radiation detector" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "nuclear ionising radiation sensor geiger mueller muller tube neutron counter ionization chamber" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Nuclear-Radiation_Detector_0_0" - (text "+" - (at 2.032 3.175 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (symbol "Nuclear-Radiation_Detector_0_1" - (arc - (start -2.794 3.302) - (mid -2.891 3.713) - (end -3.302 3.81) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.143 -1.524) (xy 1.143 -1.524) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.143 1.524) (xy 1.143 1.524) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 -1.524) (xy 0 -2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 2.54) (xy 0 1.524) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.54 3.556) (xy -3.048 3.048) (xy -2.032 2.54) (xy -2.54 3.556) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 0 0) - (radius 2.8194) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.397 -0.889) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Nuclear-Radiation_Detector_1_1" - (arc - (start -4.826 3.302) - (mid -4.923 3.713) - (end -5.334 3.81) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start -4.826 3.302) - (mid -4.729 2.891) - (end -4.318 2.794) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start -3.81 2.286) - (mid -3.907 2.697) - (end -4.318 2.794) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start -3.81 4.318) - (mid -3.907 4.729) - (end -4.318 4.826) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start -3.81 4.318) - (mid -3.713 3.907) - (end -3.302 3.81) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.556 2.54) (xy -4.064 2.032) (xy -3.048 1.524) (xy -3.556 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (pin passive line - (at 0 5.08 270) - (length 2.54) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -5.08 90) - (length 2.54) - (name "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:+BATT" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+BATT" - (at 0 3.556 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+BATT\"" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag battery" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "+BATT_0_1" - (polyline - (pts - (xy -0.762 1.27) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 0) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 2.54) (xy 0.762 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "+BATT_1_1" - (pin power_in line - (at 0 0 90) - (length 0) hide - (name "+BATT" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:-BATT" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "-BATT" - (at 0 3.556 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"-BATT\"" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag battery" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "-BATT_0_1" - (polyline - (pts - (xy 0 0) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 1.27) (xy -0.762 1.27) (xy 0 2.54) (xy 0.762 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "-BATT_1_1" - (pin power_in line - (at 0 0 90) - (length 0) hide - (name "-BATT" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:GND" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "GND_1_1" - (pin power_in line - (at 0 0 270) - (length 0) hide - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:PWR_FLAG" - (power) - (pin_numbers hide) - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#FLG" - (at 0 1.905 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "PWR_FLAG" - (at 0 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Special symbol for telling ERC where power comes from" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line - (at 0 0 90) - (length 0) - (name "pwr" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - ) - ) - (junction - (at 91.44 58.42) - (diameter 1.016) - (color 0 0 0 0) - (uuid "01d5cb82-d2e4-4e73-a5f1-72094fc2adad") - ) - (junction - (at 45.72 50.8) - (diameter 1.016) - (color 0 0 0 0) - (uuid "09bb1838-b03d-49b7-ad60-a16a48d3bf73") - ) - (junction - (at 72.39 58.42) - (diameter 1.016) - (color 0 0 0 0) - (uuid "201c1090-cce5-4b36-ad96-2709a5066a46") - ) - (junction - (at 132.08 48.26) - (diameter 1.016) - (color 0 0 0 0) - (uuid "20a80e96-24b8-4773-850c-0c89d8f2ce03") - ) - (junction - (at 212.09 30.48) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2f0c4f3c-e0e3-4812-b028-4aa724d18585") - ) - (junction - (at 132.08 55.88) - (diameter 1.016) - (color 0 0 0 0) - (uuid "34f17946-2e08-43e8-b85c-c8545e57affa") - ) - (junction - (at 260.35 72.39) - (diameter 1.016) - (color 0 0 0 0) - (uuid "38cd5b69-c428-4647-821f-e11b3ac4ec58") - ) - (junction - (at 49.53 152.4) - (diameter 1.016) - (color 0 0 0 0) - (uuid "38e8da94-783d-4af6-8de0-ff6e74e61401") - ) - (junction - (at 223.52 73.66) - (diameter 1.016) - (color 0 0 0 0) - (uuid "3dabaded-4658-4fff-88bf-27d894bf5d60") - ) - (junction - (at 194.31 20.32) - (diameter 1.016) - (color 0 0 0 0) - (uuid "4119dd62-ca75-4edf-ae76-f9e7d24a9e02") - ) - (junction - (at 200.66 40.64) - (diameter 1.016) - (color 0 0 0 0) - (uuid "4cbcdb65-dc30-4af4-af68-dfa16411ca07") - ) - (junction - (at 71.12 149.86) - (diameter 1.016) - (color 0 0 0 0) - (uuid "4da88d34-d460-475d-949c-5b13a4735ba1") - ) - (junction - (at 212.09 20.32) - (diameter 1.016) - (color 0 0 0 0) - (uuid "595a7f16-9203-4dcf-9b1e-e6d35e4a879b") - ) - (junction - (at 36.83 33.02) - (diameter 1.016) - (color 0 0 0 0) - (uuid "59e1d1ec-4a7a-4d5f-b1b6-4179483bc654") - ) - (junction - (at 194.31 40.64) - (diameter 1.016) - (color 0 0 0 0) - (uuid "5f97a6f2-6695-4bb5-884a-0c59ae723725") - ) - (junction - (at 91.44 48.26) - (diameter 1.016) - (color 0 0 0 0) - (uuid "62bfbaa0-7b57-4e03-8671-f77fa8e1d4a3") - ) - (junction - (at 60.96 133.35) - (diameter 1.016) - (color 0 0 0 0) - (uuid "69a2d153-9eb2-444d-a617-a8cc21d046fa") - ) - (junction - (at 111.76 55.88) - (diameter 1.016) - (color 0 0 0 0) - (uuid "6ad24244-1996-4d24-a163-eb287b062513") - ) - (junction - (at 246.38 64.77) - (diameter 1.016) - (color 0 0 0 0) - (uuid "6f899557-5ab2-4dce-8640-76a5409cbb95") - ) - (junction - (at 210.82 64.77) - (diameter 1.016) - (color 0 0 0 0) - (uuid "72d25bf3-7b36-49c4-9d4b-970e6b42b045") - ) - (junction - (at 200.66 30.48) - (diameter 1.016) - (color 0 0 0 0) - (uuid "871bdb14-af38-431a-a98f-456f55619177") - ) - (junction - (at 210.82 82.55) - (diameter 1.016) - (color 0 0 0 0) - (uuid "93cd349d-355d-4bc0-933c-b1c2b4cc6c9e") - ) - (junction - (at 152.4 48.26) - (diameter 1.016) - (color 0 0 0 0) - (uuid "94388764-a11e-4c6a-b00a-2c602dcd84c9") - ) - (junction - (at 72.39 63.5) - (diameter 1.016) - (color 0 0 0 0) - (uuid "a2953fa9-c992-4b8f-bba5-2890c16b4df6") - ) - (junction - (at 212.09 40.64) - (diameter 1.016) - (color 0 0 0 0) - (uuid "a8dd1275-540e-4045-8e5d-e4dd75ed8d5c") - ) - (junction - (at 161.29 130.81) - (diameter 1.016) - (color 0 0 0 0) - (uuid "b4b5937e-072f-41ee-81fb-bb7d555a7574") - ) - (junction - (at 246.38 82.55) - (diameter 1.016) - (color 0 0 0 0) - (uuid "bbc3e58e-7f5d-419e-a577-63865d886a70") - ) - (junction - (at 171.45 147.32) - (diameter 1.016) - (color 0 0 0 0) - (uuid "cbb7ef97-bb5b-4eeb-ac71-d737ae379ea0") - ) - (junction - (at 149.86 149.86) - (diameter 1.016) - (color 0 0 0 0) - (uuid "d05eaf78-56d7-485b-8fd6-e1c94556f6fb") - ) - (junction - (at 200.66 20.32) - (diameter 1.016) - (color 0 0 0 0) - (uuid "d8b4979c-dc1d-4553-82d4-e4650266180c") - ) - (junction - (at 171.45 120.65) - (diameter 1.016) - (color 0 0 0 0) - (uuid "e6e8dee4-9765-49d8-8911-57689a3ec11c") - ) - (junction - (at 63.5 48.26) - (diameter 1.016) - (color 0 0 0 0) - (uuid "f06c028d-07c5-4d19-ad8a-5863619fec32") - ) - (junction - (at 71.12 123.19) - (diameter 1.016) - (color 0 0 0 0) - (uuid "f54de528-0858-48a2-8b64-219e91ce5d32") - ) - (junction - (at 111.76 50.8) - (diameter 1.016) - (color 0 0 0 0) - (uuid "f6e2b5f0-c323-441e-8c27-d4a2d761b5df") - ) - (no_connect - (at 256.54 34.29) - (uuid "8cd35c85-e002-4395-9608-47d3027d204a") - ) - (no_connect - (at 256.54 31.75) - (uuid "96fd9fdd-b4a6-41d8-85f5-a33f1ee8b008") - ) - (wire - (pts - (xy 149.86 149.86) (xy 148.59 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "032b2829-ba87-4a92-9ef2-40a4e92f4101") - ) - (wire - (pts - (xy 194.31 40.64) (xy 190.5 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0755d7a6-2b28-4b4a-b694-3e92e01c27ee") - ) - (wire - (pts - (xy 36.83 50.8) (xy 36.83 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "07aae786-d28f-4403-830f-ffba9f61d872") - ) - (wire - (pts - (xy 72.39 58.42) (xy 72.39 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "08dbecec-0353-4360-b14f-136b001436a6") - ) - (wire - (pts - (xy 72.39 83.82) (xy 72.39 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "08e7662b-f8b3-4cc7-b657-362cafa31b77") - ) - (wire - (pts - (xy 246.38 82.55) (xy 246.38 85.09) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "09b7ab91-60e6-49ca-a278-6c04ca0f4539") - ) - (wire - (pts - (xy 132.08 55.88) (xy 132.08 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "11257275-5d70-40b8-a37b-665b4fdd5fff") - ) - (wire - (pts - (xy 194.31 20.32) (xy 200.66 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1178d840-0a1f-4a62-a78a-6db2b3320cdf") - ) - (wire - (pts - (xy 71.12 123.19) (xy 71.12 120.65) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1307d0a5-fd97-4555-8d27-36b1e0e84eb7") - ) - (wire - (pts - (xy 158.75 54.61) (xy 158.75 53.34) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "141892b5-7921-4714-bef8-0d10f787eadb") - ) - (wire - (pts - (xy 46.99 50.8) (xy 45.72 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "14f52cb8-3955-4c4b-be35-c3a9ff4b259e") - ) - (wire - (pts - (xy 223.52 82.55) (xy 223.52 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1aa3db63-95ff-4833-97cb-f9395d32790c") - ) - (wire - (pts - (xy 60.96 133.35) (xy 60.96 132.08) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1c6fdc80-fe73-41a9-9f1d-1af3cd3b4564") - ) - (wire - (pts - (xy 246.38 64.77) (xy 246.38 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "21491dee-59fe-40a8-9f4e-19f1ef6c9cd1") - ) - (wire - (pts - (xy 200.66 39.37) (xy 200.66 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2190576a-090d-4b13-89d9-46422f49a408") - ) - (wire - (pts - (xy 212.09 20.32) (xy 224.79 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2326484b-c904-4836-8e1d-622f55284301") - ) - (wire - (pts - (xy 226.06 74.93) (xy 226.06 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "233c02cc-8e4d-446a-b758-a070317bf431") - ) - (wire - (pts - (xy 71.12 149.86) (xy 71.12 151.13) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "23cc8aa6-ccf6-49ee-b4ad-2634042bb26e") - ) - (wire - (pts - (xy 118.11 66.04) (xy 111.76 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "24d4028f-1995-4f7c-a930-e83d0e194025") - ) - (wire - (pts - (xy 210.82 62.23) (xy 210.82 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "255ef449-562a-4103-afcd-e6d55d619f6f") - ) - (wire - (pts - (xy 200.66 29.21) (xy 200.66 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "27474f8e-4e2e-4fa1-986e-b26dc49d5adb") - ) - (wire - (pts - (xy 224.79 20.32) (xy 224.79 19.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2e1d41c3-6ea2-424d-b0f8-4f6d995e14c5") - ) - (wire - (pts - (xy 260.35 72.39) (xy 260.35 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2f472afe-5ec4-40f3-a8c6-406d737ef1bc") - ) - (wire - (pts - (xy 90.17 48.26) (xy 91.44 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3117e196-b466-4a53-a0e6-fbc5385b453b") - ) - (wire - (pts - (xy 194.31 43.18) (xy 194.31 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "36270f57-bd5d-477f-93c8-7a6097681bbf") - ) - (wire - (pts - (xy 186.69 30.48) (xy 200.66 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "378c535f-5fc1-44e0-b0cc-ca6c092bd7e0") - ) - (wire - (pts - (xy 257.81 82.55) (xy 260.35 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3f84abf2-08ee-4435-bff5-afd597a250f7") - ) - (wire - (pts - (xy 250.19 64.77) (xy 246.38 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "41ccbfa9-953d-442b-b74c-4c5eb465f4ac") - ) - (wire - (pts - (xy 132.08 55.88) (xy 125.73 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "461c5509-d1c3-4578-b30b-e61a5b54d118") - ) - (wire - (pts - (xy 224.79 33.02) (xy 224.79 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "47ba346a-9c16-421e-a686-27516416cb78") - ) - (wire - (pts - (xy 149.86 146.05) (xy 149.86 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4926a6f8-70a2-4020-8634-824bc600f2b8") - ) - (wire - (pts - (xy 60.96 124.46) (xy 60.96 123.19) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4c99de35-cdeb-4554-ade8-79dc5760681c") - ) - (wire - (pts - (xy 190.5 40.64) (xy 190.5 33.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "541f46f5-3359-45c7-8d5f-ddba9eab8d88") - ) - (wire - (pts - (xy 72.39 63.5) (xy 72.39 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5591f0e7-4337-461b-ad61-9926788f475f") - ) - (wire - (pts - (xy 163.83 130.81) (xy 161.29 130.81) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5887379c-5dce-4d53-bab0-051d72b65232") - ) - (wire - (pts - (xy 111.76 40.64) (xy 106.68 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5973cc27-f1f0-41df-978f-4c7dd11c05a5") - ) - (wire - (pts - (xy 72.39 58.42) (xy 72.39 63.5) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5b97bc7f-d151-4a20-9d88-a9188b86f761") - ) - (wire - (pts - (xy 200.66 40.64) (xy 212.09 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5ce7d47f-3334-4b1d-80c8-67bf4808b0bf") - ) - (wire - (pts - (xy 60.96 157.48) (xy 60.96 160.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5ecf7e7c-caf4-494c-b50d-a0043b77376f") - ) - (wire - (pts - (xy 72.39 50.8) (xy 74.93 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "610a277a-d086-4178-b499-e4bee214e652") - ) - (wire - (pts - (xy 200.66 30.48) (xy 200.66 31.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "617b4259-d172-486e-8a1b-617e460c5f49") - ) - (wire - (pts - (xy 53.34 152.4) (xy 49.53 152.4) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "639f62df-e810-4525-8ffa-620d1dd86417") - ) - (wire - (pts - (xy 194.31 17.78) (xy 194.31 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "669b0daa-4fa9-406d-9c96-42f960239914") - ) - (wire - (pts - (xy 71.12 149.86) (xy 81.28 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6846ebcf-626d-44f3-ae15-10e6d5b99400") - ) - (wire - (pts - (xy 248.92 34.29) (xy 256.54 34.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6a3c64ee-ae04-4f7e-816e-e7d754234568") - ) - (wire - (pts - (xy 171.45 156.21) (xy 171.45 157.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6ac11ae8-55ee-49b9-8034-32bbc0610047") - ) - (wire - (pts - (xy 210.82 82.55) (xy 210.82 81.28) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6b3b09eb-75ef-4734-ae82-72478236f42f") - ) - (wire - (pts - (xy 171.45 120.65) (xy 171.45 118.11) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6c627ba4-fb79-464e-a6b8-8f14a1b3d611") - ) - (wire - (pts - (xy 240.03 116.84) (xy 240.03 115.57) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6d8e4cda-3a29-4b51-9d0f-475a1882c96d") - ) - (wire - (pts - (xy 46.99 45.72) (xy 40.64 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6e6a7791-0561-4e80-af90-2f71621f9a51") - ) - (wire - (pts - (xy 260.35 82.55) (xy 260.35 72.39) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "709aebb0-5c4a-41a5-9d99-74cbf4de3d43") - ) - (wire - (pts - (xy 63.5 48.26) (xy 62.23 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7304c50d-a0ca-4cac-a93b-32783241adbd") - ) - (wire - (pts - (xy 171.45 147.32) (xy 180.34 147.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7ade8113-0789-428f-82d3-4f2fbd5bea1f") - ) - (wire - (pts - (xy 190.5 33.02) (xy 186.69 33.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7d2aa22a-0e4e-41e2-8693-31e4c1444a16") - ) - (wire - (pts - (xy 260.35 64.77) (xy 257.81 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7e0874ae-3c56-4192-a56d-32599e8be21b") - ) - (wire - (pts - (xy 41.91 31.75) (xy 41.91 33.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7ebda39c-2b43-420e-972e-a77c167131d9") - ) - (wire - (pts - (xy 71.12 158.75) (xy 71.12 160.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7f1ca275-3423-45e9-9861-fbbf845a9f1b") - ) - (wire - (pts - (xy 36.83 20.32) (xy 36.83 33.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8349166a-69d6-470a-a019-4de96d4d94f5") - ) - (wire - (pts - (xy 111.76 45.72) (xy 111.76 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "87d45bbc-1b6a-4fb8-b596-cb52ab06d624") - ) - (wire - (pts - (xy 67.31 48.26) (xy 67.31 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "88e8af95-319c-4541-a5b2-13143f9b0599") - ) - (wire - (pts - (xy 49.53 148.59) (xy 49.53 152.4) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "896b004f-b1e1-4b11-898b-60eb4ae92882") - ) - (wire - (pts - (xy 135.89 50.8) (xy 134.62 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "897d9ea3-17a2-4772-80d3-95cb77b4900e") - ) - (wire - (pts - (xy 132.08 66.04) (xy 132.08 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "89b09efa-2059-488e-96d9-c9f395cebf28") - ) - (wire - (pts - (xy 200.66 30.48) (xy 212.09 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8a92c143-4885-486f-a650-1c7e55e70aa3") - ) - (wire - (pts - (xy 152.4 48.26) (xy 151.13 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8c6bb50b-1da9-4e6b-9022-18f229002c60") - ) - (wire - (pts - (xy 210.82 64.77) (xy 210.82 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8cb54c99-f53b-4894-8084-48d1f886c308") - ) - (wire - (pts - (xy 248.92 31.75) (xy 256.54 31.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8d0b4f88-a1f5-4ca9-820d-a3b8e91caafd") - ) - (wire - (pts - (xy 212.09 31.75) (xy 212.09 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8d96e173-3475-4043-b887-3911b8a58b10") - ) - (wire - (pts - (xy 45.72 50.8) (xy 45.72 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8e5206e1-a45e-4fc3-bce6-572abad49380") - ) - (wire - (pts - (xy 226.06 73.66) (xy 223.52 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8f8f0b3c-5c70-4421-b090-baf5d9f2b65d") - ) - (wire - (pts - (xy 161.29 144.78) (xy 161.29 130.81) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "91b9897f-72be-43fd-a196-bc7993ff3280") - ) - (wire - (pts - (xy 190.5 27.94) (xy 190.5 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9411d46a-07e1-48ac-b495-7a10458639ee") - ) - (wire - (pts - (xy 224.79 40.64) (xy 224.79 41.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9476b2da-3d9b-424a-9292-d8b6e87cb993") - ) - (wire - (pts - (xy 41.91 33.02) (xy 36.83 33.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "947d1170-a765-4346-b047-86e3f6453454") - ) - (wire - (pts - (xy 63.5 133.35) (xy 60.96 133.35) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "96468509-36a4-4f16-b053-0541b76d1b42") - ) - (wire - (pts - (xy 262.89 73.66) (xy 262.89 72.39) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "96b78c7f-9fe0-4070-8332-ef7799583d17") - ) - (wire - (pts - (xy 49.53 152.4) (xy 48.26 152.4) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9ab5370d-72f1-4eea-a772-af45781b954a") - ) - (wire - (pts - (xy 63.5 48.26) (xy 63.5 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9c02c36e-d963-40ec-a235-a7f0814336aa") - ) - (wire - (pts - (xy 111.76 50.8) (xy 111.76 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9ef9db4f-fabf-4bf9-ad40-24c73d894d57") - ) - (wire - (pts - (xy 210.82 64.77) (xy 213.36 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a13a3fd3-52e1-4db7-b3c5-8a4ce1e8cf69") - ) - (wire - (pts - (xy 250.19 82.55) (xy 246.38 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a309a8af-6611-4f99-be84-432acc8293df") - ) - (wire - (pts - (xy 134.62 45.72) (xy 135.89 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a86901aa-c5c1-4977-ae31-e5048d41159e") - ) - (wire - (pts - (xy 212.09 40.64) (xy 212.09 39.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a8a60730-b79b-40c4-8d29-82dd1c21e8ea") - ) - (wire - (pts - (xy 223.52 64.77) (xy 220.98 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a90b7dcf-d38e-45e2-8d08-c61ecdcb4593") - ) - (wire - (pts - (xy 40.64 53.34) (xy 40.64 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a95b1617-aac2-4323-8398-7ee7069b809a") - ) - (wire - (pts - (xy 134.62 55.88) (xy 152.4 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "aa26a46a-7635-4436-b64f-55335de8d818") - ) - (wire - (pts - (xy 171.45 147.32) (xy 171.45 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "aa5b1fa5-c3a2-43e2-b833-dd52571794b3") - ) - (wire - (pts - (xy 111.76 50.8) (xy 110.49 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "aaa5200a-008d-4468-a9cb-f0c8df998624") - ) - (wire - (pts - (xy 200.66 20.32) (xy 200.66 21.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ac08fe76-835c-4db3-a501-ca8dbcb4c945") - ) - (wire - (pts - (xy 246.38 82.55) (xy 246.38 81.28) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ac6d0a5d-78d4-479c-9663-68621049933c") - ) - (wire - (pts - (xy 91.44 63.5) (xy 91.44 58.42) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "af3e783b-747c-4c25-9de1-74b49eaebc79") - ) - (wire - (pts - (xy 114.3 45.72) (xy 111.76 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b174daf7-564b-49dc-9714-35af5e2c3d91") - ) - (wire - (pts - (xy 50.8 55.88) (xy 45.72 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b17eabfe-4797-4522-9810-4f797da55533") - ) - (wire - (pts - (xy 134.62 50.8) (xy 134.62 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b1d2c7c6-3e58-44a3-a9a5-c00d51c9f81b") - ) - (wire - (pts - (xy 152.4 55.88) (xy 152.4 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b326dccc-b460-4cd0-869f-83f2fb30eaa6") - ) - (wire - (pts - (xy 186.69 27.94) (xy 190.5 27.94) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b962fb95-8a5f-464e-9b20-6df7a101dcc3") - ) - (wire - (pts - (xy 67.31 45.72) (xy 74.93 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ba46e9af-1442-4dcb-84d5-668073a2c2ab") - ) - (wire - (pts - (xy 114.3 50.8) (xy 111.76 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "baf373da-869b-41aa-abc8-1826da2de490") - ) - (wire - (pts - (xy 78.74 58.42) (xy 72.39 58.42) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bb347614-2b1d-4996-9716-79b0b4f4998b") - ) - (wire - (pts - (xy 45.72 50.8) (xy 36.83 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bb3676d0-6b06-478e-b468-3f89b8a3ffd1") - ) - (wire - (pts - (xy 93.98 50.8) (xy 92.71 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bbf7b6cc-f503-4132-8b23-fc42ad526c88") - ) - (wire - (pts - (xy 210.82 82.55) (xy 213.36 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bf2289cb-9b0b-4fa9-b760-80fc4c58319f") - ) - (wire - (pts - (xy 78.74 63.5) (xy 72.39 63.5) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c3943efb-ffe2-46c1-8237-7468bffb3bd4") - ) - (wire - (pts - (xy 171.45 135.89) (xy 171.45 137.16) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c7c97e0e-aa60-4de0-bd5c-c20136d8de7c") - ) - (wire - (pts - (xy 91.44 58.42) (xy 86.36 58.42) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c984f68d-82db-4766-85f1-7ef9e7c4490f") - ) - (wire - (pts - (xy 58.42 55.88) (xy 63.5 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cc1551d4-0e4f-46f4-b8c2-11dd622fcb2e") - ) - (wire - (pts - (xy 262.89 72.39) (xy 260.35 72.39) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ccf18090-7395-41ed-84a7-0687cf6b2f86") - ) - (wire - (pts - (xy 200.66 20.32) (xy 212.09 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cee5534e-20b8-40ac-8711-bff32bb1903d") - ) - (wire - (pts - (xy 190.5 20.32) (xy 194.31 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d37a1b26-9a45-4ac2-958d-3385839b7433") - ) - (wire - (pts - (xy 161.29 121.92) (xy 161.29 120.65) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d59dcd82-1b0e-4934-adca-b7c5b51d2fc1") - ) - (wire - (pts - (xy 60.96 147.32) (xy 60.96 133.35) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d6d3184d-cc7c-44db-bded-48984e8bd97c") - ) - (wire - (pts - (xy 223.52 73.66) (xy 223.52 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d71d627f-d54b-449f-8032-99a50cec721e") - ) - (wire - (pts - (xy 92.71 48.26) (xy 91.44 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d759f3bc-2ba3-46f6-9754-b233c332cde7") - ) - (wire - (pts - (xy 71.12 123.19) (xy 71.12 128.27) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d88aa5d3-0455-464b-ba5f-4822767c1913") - ) - (wire - (pts - (xy 153.67 48.26) (xy 152.4 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d8bc4b20-a79f-45d4-8205-3ccf20186a0e") - ) - (wire - (pts - (xy 106.68 40.64) (xy 106.68 43.18) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d8d715bf-6752-4b06-a428-4301af431bae") - ) - (wire - (pts - (xy 132.08 48.26) (xy 134.62 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "dc6c2757-6268-4712-baa5-b64600127ac7") - ) - (wire - (pts - (xy 92.71 50.8) (xy 92.71 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ddae4299-11b9-4848-bb02-6ed1d294f236") - ) - (wire - (pts - (xy 118.11 55.88) (xy 111.76 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "deb355b6-a3e6-47be-8e33-8caa353a5825") - ) - (wire - (pts - (xy 132.08 48.26) (xy 129.54 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "dee4adae-3682-49ad-ad0f-53c1a1358d90") - ) - (wire - (pts - (xy 60.96 123.19) (xy 71.12 123.19) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "dff722b3-3d5b-4968-a819-855591bbfb02") - ) - (wire - (pts - (xy 246.38 64.77) (xy 246.38 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e0affa55-8f3a-44d7-9fa2-81cd1bef02f4") - ) - (wire - (pts - (xy 248.92 29.21) (xy 256.54 29.21) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e0bcb581-e38b-4cd5-9834-907d83d06396") - ) - (wire - (pts - (xy 134.62 48.26) (xy 134.62 45.72) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e0d116d6-f8bc-4959-ab80-900ba6f6dad6") - ) - (wire - (pts - (xy 220.98 82.55) (xy 223.52 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e2296ca7-5d5a-453e-ac0e-eb3d0c87542d") - ) - (wire - (pts - (xy 91.44 48.26) (xy 91.44 58.42) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e33a1aaf-2cfc-4ce4-ac67-d02162dfe797") - ) - (wire - (pts - (xy 86.36 63.5) (xy 91.44 63.5) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e33bd1a1-9be6-41f0-9bdf-7452a5b983e8") - ) - (wire - (pts - (xy 210.82 85.09) (xy 210.82 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e3a3ec24-e1e6-48ca-825e-5734f5dc648b") - ) - (wire - (pts - (xy 153.67 149.86) (xy 149.86 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e3e7df0b-6d82-42a7-bb6e-9a0f9922e506") - ) - (wire - (pts - (xy 212.09 30.48) (xy 224.79 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e42d3425-0e25-496e-a120-25c3fe609e27") - ) - (wire - (pts - (xy 125.73 66.04) (xy 132.08 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ea37771f-81ac-43a9-97c5-2ebbc07014d4") - ) - (wire - (pts - (xy 212.09 40.64) (xy 224.79 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "eacfe7dd-fbfb-4634-9456-6d1450a88665") - ) - (wire - (pts - (xy 212.09 20.32) (xy 212.09 21.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ec37a612-b20a-4b56-9a36-e8fef4905bc9") - ) - (wire - (pts - (xy 71.12 138.43) (xy 71.12 139.7) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ec632986-ad6b-46b3-9896-0f0d33a0c347") - ) - (wire - (pts - (xy 36.83 33.02) (xy 36.83 35.56) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ee6def7a-6d83-4bcf-8b3e-c04eb95cdb8d") - ) - (wire - (pts - (xy 152.4 48.26) (xy 152.4 43.18) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f0184cc1-9327-42de-98b0-9a2cbc313af9") - ) - (wire - (pts - (xy 102.87 50.8) (xy 101.6 50.8) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f07ad908-7195-45fe-8932-3d996d66cbaf") - ) - (wire - (pts - (xy 161.29 154.94) (xy 161.29 157.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f0895461-63a3-484c-ac1e-aa9f05496633") - ) - (wire - (pts - (xy 212.09 29.21) (xy 212.09 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f08cf03b-c942-4d17-b545-7cd7b1b54834") - ) - (wire - (pts - (xy 200.66 40.64) (xy 194.31 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f0d86121-9bf7-41c0-8b3f-721073d63970") - ) - (wire - (pts - (xy 171.45 120.65) (xy 171.45 125.73) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f156655c-bb02-424f-af6f-2bc163dbb15c") - ) - (wire - (pts - (xy 161.29 120.65) (xy 171.45 120.65) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f3afc7a3-cb31-48cd-bc3e-55b3e969feca") - ) - (wire - (pts - (xy 63.5 48.26) (xy 67.31 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f4f98b54-acc3-495a-a92e-fa552e958827") - ) - (wire - (pts - (xy 72.39 74.93) (xy 72.39 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f6619ce7-8d36-45be-82b2-11cdc85d6ca0") - ) - (wire - (pts - (xy 111.76 66.04) (xy 111.76 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f7f2acb8-a18d-4cbc-a4a6-c4aff45a7b43") - ) - (wire - (pts - (xy 161.29 130.81) (xy 161.29 129.54) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fb6abace-4df0-447a-8edc-d14934266643") - ) - (wire - (pts - (xy 171.45 144.78) (xy 171.45 147.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fc76cc44-c098-41be-a489-a6a3a8f43b4b") - ) - (wire - (pts - (xy 71.12 147.32) (xy 71.12 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fd9b8537-283d-4302-805e-3a8d4d9eee8d") - ) - (text "toto\nremove holes fro; sensor\nadd 10M resistor for high vooltage" - (exclude_from_sim no) - (at 106.68 95.25 0) - (effects - (font - (size 2.9972 2.9972) - (thickness 0.5994) - (bold yes) - ) - (justify left bottom) - ) - (uuid "e40a718e-7692-4dc6-89cb-392b26e1c2cb") - ) - (label "CHAMBER_VOLTAGE" - (at 256.54 29.21 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "17f7ed44-5c17-4686-8d36-dc040da33651") - ) - (label "CHAMBER_VOLTAGE" - (at 71.12 120.65 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "8db519a8-d5fa-423f-be4e-b2a43c2eecfe") - ) - (label "CHAMBER_VOLTAGE" - (at 36.83 20.32 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "aed708ce-3de0-41f0-918b-699b70a30adf") - ) - (global_label "BATTERY_MEASSURE_ENA" - (shape input) - (at 148.59 149.86 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "6af7d43e-9e88-41db-b700-2abeb9f9e45f") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "CHAMBER_VOLTAGE_MEASSURE_ENA" - (shape input) - (at 48.26 152.4 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "782207ed-1880-4a6b-8811-c7b01f235ab5") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "BATTERY_MEASSURE_VALUE" - (shape output) - (at 180.34 147.32 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "964ed9d0-3e95-484a-af6d-7d62e411225f") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "analog_output" - (shape input) - (at 152.4 43.18 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "9e58cf7e-75c6-40a3-aa73-1e5b89de320c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "CHAMBER_VOLTAGE_MEASSURE_VALUE" - (shape output) - (at 81.28 149.86 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "bb6f112b-4d90-4050-a48e-2815844b6ca9") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 71.12 154.94 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef1e8b") - (property "Reference" "R17" - (at 72.898 153.7716 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "TBD" - (at 72.898 156.083 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 72.898 154.94 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 71.12 154.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 71.12 154.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "884e1b2c-de34-4f0d-bdd9-11cfe871fc7b") - ) - (pin "2" - (uuid "886e68c0-f6c7-4390-bd2c-f0f6508595e8") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R17") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 60.96 128.27 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef1e91") - (property "Reference" "R6" - (at 59.2074 127.1016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TBD" - (at 59.2074 129.413 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 62.738 128.27 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 60.96 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 60.96 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "" - (at 60.96 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "24fb2f70-9e55-475f-b37d-4b25098c36e8") - ) - (pin "2" - (uuid "84d9f65d-64cb-47c9-9c04-57f85ecdd4bc") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R6") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_NMOS_GDS") - (at 58.42 152.4 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef1e97") - (property "Reference" "Q4" - (at 50.8 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 45.72 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 63.5 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 58.42 152.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 58.42 152.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "64a047de-d6fc-4ec4-a13d-9125dadbb4cd") - ) - (pin "2" - (uuid "bc422d02-99ea-4948-a786-be1b2b916715") - ) - (pin "3" - (uuid "c3c02ae0-8267-4af2-a230-e0be10ba5ce4") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_PMOS_GDS") - (at 68.58 133.35 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef1e9d") - (property "Reference" "Q2" - (at 73.787 132.1816 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 73.787 134.493 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 73.66 130.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 68.58 133.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 68.58 133.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "743534f5-2ea8-45ef-8310-4513d33066d7") - ) - (pin "2" - (uuid "30092c89-ac1c-4451-a279-b37471cc94e8") - ) - (pin "3" - (uuid "ed8464dd-acf0-478b-bd4f-3c05e70180ac") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 60.96 160.02 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef1ea3") - (property "Reference" "#PWR031" - (at 60.96 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 61.087 164.4142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 60.96 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 60.96 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 60.96 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4d64397f-adc8-419e-a8d3-1c007ab08ac3") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR031") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 71.12 143.51 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef1ea9") - (property "Reference" "R15" - (at 72.898 142.3416 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "TBD" - (at 72.898 144.653 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 72.898 143.51 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 71.12 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 71.12 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "fc446d32-e856-46da-86bc-015783e91258") - ) - (pin "2" - (uuid "3cedfb75-e4be-4ece-bc0a-936cbd7a6685") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R15") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 71.12 160.02 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ef56eb") - (property "Reference" "#PWR032" - (at 71.12 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 71.247 164.4142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 71.12 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 71.12 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 71.12 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7161a531-f29e-49a3-9a78-4a53c9d4e1c4") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR032") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 54.61 48.26 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050c2") - (property "Reference" "U3" - (at 54.61 38.9382 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "LMC662" - (at 54.61 41.2496 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" - (at 54.61 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 54.61 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 54.61 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a230fb2e-b385-4350-8400-964b2f1be7b7") - ) - (pin "2" - (uuid "687fa810-871a-4392-b3c3-2b973420f00a") - ) - (pin "3" - (uuid "c7aa2a73-78d1-403f-b440-fc9c9960a3f4") - ) - (pin "8" - (uuid "b4ee3043-849e-41dd-8b42-8001e81663b5") - ) - (pin "4" - (uuid "9d67a82a-1307-4009-97b3-7361fc6dadf5") - ) - (pin "5" - (uuid "cf67bdea-45d4-40f6-9a65-f1fcc9bfa214") - ) - (pin "6" - (uuid "4378e9e2-c6a3-4a4a-b92e-7bd642d52481") - ) - (pin "7" - (uuid "bea722ff-02a2-45e7-ad0d-4ef0879625fb") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 82.55 48.26 0) - (unit 2) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050c8") - (property "Reference" "U3" - (at 82.55 38.9382 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "LMC662" - (at 82.55 41.2496 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" - (at 82.55 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 82.55 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 82.55 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "5" - (uuid "b62d13ef-7b4a-4e42-bce3-d289c136be18") - ) - (pin "6" - (uuid "5777b6dd-bfa7-4b49-a46f-9977a1c871af") - ) - (pin "7" - (uuid "717578ee-991e-4eef-aeb0-7ee18b5e118c") - ) - (pin "4" - (uuid "d7a204bb-9fde-414e-a448-48d0c385c553") - ) - (pin "1" - (uuid "ae54dd43-6032-4b3e-be5e-c27c5d121b2d") - ) - (pin "8" - (uuid "af877fb4-cf4e-48b1-ae02-a886e9af2758") - ) - (pin "2" - (uuid "072496c3-ec40-40b9-9067-380905286122") - ) - (pin "3" - (uuid "fb3d4a43-1408-4e62-9bf6-0f5656f040e6") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U3") - (unit 2) - ) - ) - ) - ) - (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 213.36 73.66 0) - (unit 3) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050ce") - (property "Reference" "U3" - (at 208.5848 72.4916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "LMC662" - (at 208.5848 74.803 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" - (at 213.36 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 213.36 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 213.36 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "4" - (uuid "9364c6c0-561d-4d53-abca-7f1054d9d4ec") - ) - (pin "8" - (uuid "3963dd73-39bc-45dd-9b28-1832a2f50e5c") - ) - (pin "3" - (uuid "0444aa71-447a-437e-9f52-7a799da49427") - ) - (pin "5" - (uuid "bf218848-bbb1-436e-8844-2d169a111f3e") - ) - (pin "6" - (uuid "e96fa62d-3e78-4a4a-8b48-ae22a7b4e629") - ) - (pin "7" - (uuid "d34b0a85-6c48-4b61-b8c7-d7db9d34d0c4") - ) - (pin "2" - (uuid "d60dc45a-3c35-466d-abab-d88f19478bd6") - ) - (pin "1" - (uuid "f1e5a7a3-4398-4759-be78-2325818ad84b") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U3") - (unit 3) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 54.61 55.88 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050d4") - (property "Reference" "R11" - (at 54.61 58.801 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "2*50G" - (at 54.61 61.1124 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 54.61 54.102 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 54.61 55.88 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 54.61 55.88 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f2521335-58f2-44f5-9723-fdd8c9cc3d7a") - ) - (pin "2" - (uuid "a60347fb-47d1-4d8b-83ce-a6aa71313ac7") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R11") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 72.39 69.85 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050e2") - (property "Reference" "R14" - (at 70.6374 68.6816 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10k" - (at 70.6374 70.993 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 74.168 69.85 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 72.39 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 72.39 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC " "C25744" - (at 72.39 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e0b53427-ff78-4404-b8ea-3850e5516051") - ) - (pin "2" - (uuid "8e4d042c-c97f-4806-96dd-47f84ef5e8c4") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R14") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 82.55 58.42 270) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050e8") - (property "Reference" "R13" - (at 82.55 53.1622 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "120k" - (at 82.55 55.4736 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 82.55 60.198 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 82.55 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 82.55 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17436" - (at 82.55 58.42 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "70ceeabd-8bf1-41de-848f-07ff915333e4") - ) - (pin "2" - (uuid "aeac731b-ca06-47e8-8e41-7868195d1912") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R13") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 72.39 78.74 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050ee") - (property "Reference" "C14" - (at 75.311 77.5716 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "0R resistor" - (at 75.311 79.883 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 71.4248 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 72.39 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 72.39 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "263c473a-06c5-4556-b222-8738488ec514") - ) - (pin "2" - (uuid "31f824bd-cf0f-4fcb-8634-dc4eb87451eb") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C14") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 72.39 83.82 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f050f4") - (property "Reference" "#PWR028" - (at 72.39 90.17 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 72.263 88.2142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 72.39 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 72.39 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 72.39 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "b905399f-12a3-4656-97b1-40c8afb72c86") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR028") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 121.92 48.26 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05105") - (property "Reference" "U4" - (at 121.92 38.9382 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "LM358" - (at 121.92 41.2496 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" - (at 121.92 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 121.92 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 121.92 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C7950" - (at 121.92 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2b0ed4ab-9933-4937-9a95-ed06ebfec9ef") - ) - (pin "2" - (uuid "3119adc3-3a96-4200-a3a7-c5df74ff5db6") - ) - (pin "3" - (uuid "4b0358d4-e74f-4355-8671-efc9ac7fdd6f") - ) - (pin "5" - (uuid "78c088bd-ea5b-4b67-aef7-94ea8f2507ab") - ) - (pin "8" - (uuid "35be044e-d265-4b01-8b9f-d2478eb881ea") - ) - (pin "7" - (uuid "a7b5b9a5-6f8d-4ab1-9ea3-095a19ff52f1") - ) - (pin "6" - (uuid "80c59d4b-1dc1-490f-9ec0-badd5d868065") - ) - (pin "4" - (uuid "cf15e2e5-5488-4c1a-8759-d678b6dfebd1") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 143.51 48.26 0) - (unit 2) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0510b") - (property "Reference" "U4" - (at 143.51 38.9382 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "LM358" - (at 143.51 41.2496 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" - (at 143.51 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 143.51 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 143.51 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "5" - (uuid "e09908a7-06c0-4390-9134-64cda4c6ea19") - ) - (pin "6" - (uuid "58d2cc67-ca33-4acb-a34d-dab5829866e2") - ) - (pin "7" - (uuid "11e91dfa-f624-42a6-b19d-33031a8e9662") - ) - (pin "1" - (uuid "6adee7ed-8f32-4ec5-8d9f-3fd745294674") - ) - (pin "3" - (uuid "ea1de4ae-256f-49f3-aabd-b81ca9127797") - ) - (pin "2" - (uuid "ff0857c4-5490-4a29-8a0d-4065994c0224") - ) - (pin "4" - (uuid "91b8cf89-9ee1-4898-a319-54cd3a00a5f9") - ) - (pin "8" - (uuid "414902a3-5e74-42c5-83f0-2b70ab28e0e5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U4") - (unit 2) - ) - ) - ) - ) - (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 248.92 73.66 0) - (unit 3) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05111") - (property "Reference" "U4" - (at 244.1448 72.4916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "LM358" - (at 244.1448 74.803 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" - (at 248.92 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 248.92 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 248.92 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "4" - (uuid "c6d40080-7d1f-44c2-a142-91bc81f37cf0") - ) - (pin "8" - (uuid "2e6f55c7-9d86-4576-951f-9b8da8274d49") - ) - (pin "1" - (uuid "ca0bbd8c-ec5f-4ead-aa81-24c08a4ccdef") - ) - (pin "6" - (uuid "88f6c5e4-70bd-4a1a-b8cb-76a9a592adc1") - ) - (pin "7" - (uuid "f55e6a31-40de-47d5-b50e-8734b755ab7e") - ) - (pin "2" - (uuid "89d68df2-9471-43a4-ab18-8dd7aa9b8da6") - ) - (pin "3" - (uuid "9b1a7e73-1b80-46e3-868a-eb4c5a9dd40b") - ) - (pin "5" - (uuid "a07db315-fb5b-4bca-8a8c-7c0e586c21e0") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U4") - (unit 3) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 217.17 64.77 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05117") - (property "Reference" "C7" - (at 217.17 58.3692 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100n" - (at 217.17 60.6806 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 220.98 63.8048 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 217.17 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 217.17 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 217.17 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8e8f523b-747f-4de8-80d2-b05604ee8377") - ) - (pin "2" - (uuid "8ec28cc6-f00a-4e1d-ac63-bbc8666ac35e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 254 64.77 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0511d") - (property "Reference" "C8" - (at 254 58.3692 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100n" - (at 254 60.6806 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 257.81 63.8048 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 254 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 254 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 254 64.77 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a5a1cd30-243c-491b-9973-a67751109176") - ) - (pin "2" - (uuid "3bbb0b70-9c16-415e-a1f0-bf050c327095") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C8") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 158.75 54.61 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05140") - (property "Reference" "#PWR023" - (at 158.75 60.96 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 158.623 59.0042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 158.75 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 158.75 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 158.75 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4d175890-6e4b-4460-8de9-9428e7539e06") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR023") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:Conn_Coaxial") - (at 158.75 48.26 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05146") - (property "Reference" "J4" - (at 156.21 44.45 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Conn_Coaxial" - (at 158.75 44.45 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Connector_Coaxial:SMA_Molex_73251-2200_Horizontal" - (at 158.75 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" " ~" - (at 158.75 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 158.75 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2adad9a1-8ab6-4148-8cf7-1112991894d9") - ) - (pin "2" - (uuid "4136dcce-214b-4285-83e5-7b83f8677ac4") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 106.68 50.8 270) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0514f") - (property "Reference" "R10" - (at 106.68 53.721 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10k" - (at 106.68 56.0324 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 106.68 52.578 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 106.68 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 106.68 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C25744" - (at 106.68 50.8 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "1d6c518d-78ac-4955-9bb6-38603c75f2d9") - ) - (pin "2" - (uuid "77d33670-cc33-4284-a2e6-fb4220eb139e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R10") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 121.92 55.88 270) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05155") - (property "Reference" "R12" - (at 121.92 58.801 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "120k" - (at 121.92 61.1124 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 121.92 57.658 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 121.92 55.88 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 121.92 55.88 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17436" - (at 121.92 55.88 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f6d4bc4a-6e81-4a2a-86c1-432ff013bcd4") - ) - (pin "2" - (uuid "cfca2102-f7cc-4e29-a9d1-712f387bf41a") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R12") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 97.79 50.8 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0515b") - (property "Reference" "C6" - (at 96.6216 47.879 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "0R resistor" - (at 98.933 47.879 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 101.6 51.7652 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 97.79 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 97.79 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "c704b696-0756-4912-a515-1301e19150a4") - ) - (pin "2" - (uuid "33d87b01-0998-49db-93f7-121410bad1c8") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C6") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 40.64 53.34 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0516f") - (property "Reference" "#PWR022" - (at 40.64 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 40.513 57.7342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 40.64 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 40.64 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 40.64 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7084050e-fd1f-4daa-b79f-21db23b67c99") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR022") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Sensor:Nuclear-Radiation_Detector") - (at 36.83 40.64 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05176") - (property "Reference" "V1" - (at 27.94 41.91 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "Nuclear-Radiation_Detector" - (at 30.7848 41.783 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "IonizationChamber:IonizationChamberSensor" - (at 41.91 38.1 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 36.83 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 36.83 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d78848e1-9a5e-4f2e-a43f-82b4302c7e73") - ) - (pin "2" - (uuid "235ec54d-2fc0-4721-b19c-eac70904e813") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "V1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+BATT") - (at 210.82 62.23 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0517f") - (property "Reference" "#PWR020" - (at 210.82 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+BATT" - (at 211.201 57.8358 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 210.82 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 210.82 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 210.82 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "dd7a66fa-5405-4d6d-9e79-8401829b2150") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR020") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+BATT") - (at 246.38 62.23 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05185") - (property "Reference" "#PWR021" - (at 246.38 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+BATT" - (at 246.761 57.8358 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 246.38 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 246.38 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 246.38 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2467b598-1dc8-42aa-987a-63a001e4cc91") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR021") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:-BATT") - (at 210.82 85.09 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0518b") - (property "Reference" "#PWR026" - (at 210.82 81.28 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "-BATT" - (at 210.439 89.4842 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 210.82 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 210.82 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 210.82 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "ab7f6f9d-75e0-41e5-b3fa-a37a0c65ed66") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR026") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:-BATT") - (at 246.38 85.09 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f05191") - (property "Reference" "#PWR027" - (at 246.38 81.28 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "-BATT" - (at 245.999 89.4842 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 246.38 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 246.38 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 246.38 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7ecda2fb-d5c7-43bd-ab56-db116d6f8da5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR027") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 106.68 43.18 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f0519d") - (property "Reference" "#PWR019" - (at 106.68 49.53 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 106.553 47.5742 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 106.68 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 106.68 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 106.68 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "55686156-9f8a-4881-9017-a985c593e9ee") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR019") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 217.17 82.55 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051b0") - (property "Reference" "C12" - (at 217.17 76.1492 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100n" - (at 217.17 78.4606 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 220.98 81.5848 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 217.17 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 217.17 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 217.17 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "623bb547-ab72-4875-bab8-b060eaba17e7") - ) - (pin "2" - (uuid "8d344ef3-d1c8-4ca2-93e0-ef0ae4dc446e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C12") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 226.06 74.93 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051b6") - (property "Reference" "#PWR025" - (at 226.06 81.28 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 225.933 79.3242 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 226.06 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 226.06 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 226.06 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "9b1f1961-311d-4e0b-882c-c2ee2fb80c33") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR025") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 254 82.55 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051c5") - (property "Reference" "C13" - (at 254 76.1492 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100n" - (at 254 78.4606 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 257.81 81.5848 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 254 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 254 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 254 82.55 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "3c552ef2-e1da-4089-b98d-0ec6f80b212f") - ) - (pin "2" - (uuid "b5600565-600f-424a-9a61-2ae10985b185") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C13") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 262.89 73.66 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051cb") - (property "Reference" "#PWR024" - (at 262.89 80.01 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 262.763 78.0542 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 262.89 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 262.89 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 262.89 73.66 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "bfedaf7a-0f92-4af8-9da4-c3e1d63a9d3a") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR024") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 41.91 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051d8") - (property "Reference" "TP6" - (at 41.91 23.495 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TestPoint" - (at 41.91 25.8064 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" - (at 46.99 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 46.99 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 41.91 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7f0e211f-12a1-4df4-8a73-e296007202f8") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "TP6") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 121.92 66.04 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051e2") - (property "Reference" "C11" - (at 121.92 70.104 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10n" - (at 121.92 72.4154 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 125.73 67.0052 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 121.92 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 121.92 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C1710" - (at 121.92 66.04 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e0c19faa-7bf2-4efc-bbaf-0175777db1e7") - ) - (pin "2" - (uuid "0c2b7deb-2cdc-40fb-b12f-aaeff81bcd39") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C11") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 82.55 63.5 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f051e8") - (property "Reference" "C9" - (at 82.55 67.564 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10n" - (at 82.55 69.8754 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 86.36 64.4652 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 82.55 63.5 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 82.55 63.5 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C1710" - (at 82.55 63.5 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f080740c-32f8-44df-93a3-c42fe3ce7b6c") - ) - (pin "2" - (uuid "f55a161b-c68a-43ad-8368-01bbd0376e63") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:RF_Shield_One_Piece") - (at 240.03 105.41 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f3bfed") - (property "Reference" "J3" - (at 256.032 105.6894 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "RF_Shield_One_Piece" - (at 256.032 108.0008 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "IonizationChamber:RFShield" - (at 240.03 107.95 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 240.03 107.95 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 240.03 105.41 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6c46caa6-19b2-44bf-b93c-425b70097717") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 240.03 116.84 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f3de7f") - (property "Reference" "#PWR011" - (at 240.03 123.19 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 239.903 121.2342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 240.03 116.84 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 240.03 116.84 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 240.03 116.84 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "be624b40-a6f2-428f-8ae1-3b3e6aff9460") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR011") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:Conn_01x03_Male") - (at 243.84 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f51c72") - (property "Reference" "J5" - (at 246.5832 24.6126 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 246.5832 26.924 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (at 243.84 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 243.84 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 243.84 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e4a6dd74-72b0-441c-b9b4-33323b1cdc3a") - ) - (pin "2" - (uuid "6ae25ae2-b6aa-4453-90c4-e337a5961ee9") - ) - (pin "3" - (uuid "c7447bf0-29be-4d1d-924a-ee6a9da74331") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J5") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:Conn_01x03_Male") - (at 181.61 30.48 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f56c32") - (property "Reference" "J6" - (at 181.61 22.86 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 181.61 25.4 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (at 181.61 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 181.61 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 181.61 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4114c6ac-e2bb-406d-93e5-1d7caab99d1a") - ) - (pin "2" - (uuid "cc91ae7e-4afb-43df-bc59-70faeabc9607") - ) - (pin "3" - (uuid "74ea7d75-46e3-4de1-a449-5904834c0f81") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J6") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 171.45 152.4 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f0a") - (property "Reference" "R16" - (at 173.228 151.2316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "TBD" - (at 173.228 153.543 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 173.228 152.4 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 171.45 152.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 171.45 152.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "9fe46e3f-f8af-4fd1-bcd3-9a8393c6b014") - ) - (pin "2" - (uuid "0126b500-194e-4f4e-9680-edd424b9f2c1") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R16") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 161.29 125.73 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f10") - (property "Reference" "R5" - (at 159.5374 124.5616 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TBD" - (at 159.5374 126.873 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 163.068 125.73 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 161.29 125.73 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 161.29 125.73 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "57fa1995-3c21-495d-833f-0602a6427f5d") - ) - (pin "2" - (uuid "8cbde62d-5a7c-4c05-ad0b-247abe05906b") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R5") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_NMOS_GDS") - (at 158.75 149.86 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f16") - (property "Reference" "Q3" - (at 151.13 153.67 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 146.05 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 163.83 147.32 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 158.75 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 158.75 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "b2c2db6a-a753-49af-b5ac-e1698e079bec") - ) - (pin "2" - (uuid "ee84792b-747d-4a7e-aa0b-15903580f644") - ) - (pin "3" - (uuid "1e026f89-60c2-4e16-9433-43cdb20ab6f5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_PMOS_GDS") - (at 168.91 130.81 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f1c") - (property "Reference" "Q1" - (at 174.117 129.6416 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 174.117 131.953 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 173.99 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 168.91 130.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 168.91 130.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "16cc7295-d932-4236-a03a-a25239479cdf") - ) - (pin "2" - (uuid "cf45c490-c0a3-4782-85a4-7308ef4d8813") - ) - (pin "3" - (uuid "cae0c709-73d1-4829-86e2-c26904199a2a") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 161.29 157.48 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f22") - (property "Reference" "#PWR029" - (at 161.29 163.83 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 161.417 161.8742 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 161.29 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 161.29 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 161.29 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8034b1f2-2d58-4fb4-8e98-9be146229f05") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR029") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 171.45 140.97 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f28") - (property "Reference" "R9" - (at 173.228 139.8016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "TBD" - (at 173.228 142.113 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 173.228 140.97 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 171.45 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 171.45 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f9f554ec-46d7-40aa-84e1-b02a413c6c9a") - ) - (pin "2" - (uuid "bfefcf40-c4ce-4be9-9225-2fa8c9bd13a7") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 171.45 157.48 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f70f2e") - (property "Reference" "#PWR030" - (at 171.45 163.83 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 171.577 161.8742 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 171.45 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 171.45 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 171.45 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "0413df2e-29f0-4e92-b270-cbf40ea761f7") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR030") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+BATT") - (at 171.45 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060fdb61a") - (property "Reference" "#PWR018" - (at 171.45 121.92 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+BATT" - (at 171.831 113.7158 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 171.45 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 171.45 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 171.45 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "01c59866-0fbc-4ae1-a9dc-2266c2918a7c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR018") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+BATT") - (at 224.79 41.91 0) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000610471fd") - (property "Reference" "#PWR0101" - (at 224.79 38.1 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+BATT" - (at 225.171 46.3042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 224.79 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 224.79 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 224.79 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "125c2d75-e856-44c5-8f9d-3a076266066e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR0101") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:-BATT") - (at 224.79 19.05 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006104c660") - (property "Reference" "#PWR0103" - (at 224.79 22.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "-BATT" - (at 224.409 14.6558 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 224.79 19.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 224.79 19.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 224.79 19.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "0ec0cb05-5bbd-463b-b984-79c56e027951") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR0103") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 224.79 33.02 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061051d82") - (property "Reference" "#PWR0102" - (at 224.79 39.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 224.917 37.4142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 224.79 33.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 224.79 33.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 224.79 33.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "662d808b-33d5-4bcb-9f32-1ff0544cf3c0") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR0102") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 200.66 35.56 0) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061057058") - (property "Reference" "C4" - (at 197.739 34.3916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "100n" - (at 197.739 36.703 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 201.6252 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 200.66 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 200.66 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 200.66 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e0e6867e-cf8b-4782-ad60-26c144f7e088") - ) - (pin "2" - (uuid "2e399dfb-0cf2-43d2-8051-34a104df0c7c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 200.66 25.4 0) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061074785") - (property "Reference" "C3" - (at 197.739 24.2316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "100n" - (at 197.739 26.543 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 201.6252 21.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 200.66 25.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 200.66 25.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 200.66 25.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "44ef9f5b-978f-4d7a-9cfa-36123132db24") - ) - (pin "2" - (uuid "3b0a85e1-e1ba-46bd-a193-dd32cb329c7e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:CP") - (at 212.09 25.4 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006118941b") - (property "Reference" "C5" - (at 215.0872 24.2316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "CP" - (at 215.0872 26.543 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" - (at 213.0552 29.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 212.09 25.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 212.09 25.4 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "fee468cd-dced-49ec-bf27-ae90a73c9384") - ) - (pin "2" - (uuid "5f763353-db9a-443b-a71e-4d9042b99c2a") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C5") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:CP") - (at 212.09 35.56 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006118a879") - (property "Reference" "C10" - (at 215.0872 34.3916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "CP" - (at 215.0872 36.703 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" - (at 213.0552 39.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 212.09 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 212.09 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "1060d89e-9657-41cd-88c1-6e06f09279c7") - ) - (pin "2" - (uuid "be0c5ec7-047e-4b98-917b-bb278947aaf1") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C10") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 49.53 148.59 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061337bcd") - (property "Reference" "TP7" - (at 51.0032 145.5928 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 51.0032 147.9042 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 54.61 148.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 54.61 148.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 49.53 148.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "57807475-8b5e-46d9-8e97-4b7e75d010a5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "TP7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 149.86 146.05 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000613425f7") - (property "Reference" "TP5" - (at 151.3332 143.0528 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 151.3332 145.3642 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 154.94 146.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 154.94 146.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 149.86 146.05 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "eaa144b7-d390-4a8b-92af-466cebec11f0") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "TP5") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:PWR_FLAG") - (at 194.31 17.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006157b5fb") - (property "Reference" "#FLG03" - (at 194.31 15.875 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "PWR_FLAG" - (at 194.31 13.3858 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 194.31 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 194.31 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 194.31 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e10e682f-aec6-4b90-82fd-6b97d280f291") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#FLG03") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:PWR_FLAG") - (at 194.31 43.18 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006157bd46") - (property "Reference" "#FLG04" - (at 194.31 45.085 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "PWR_FLAG" - (at 194.31 47.5742 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 194.31 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 194.31 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 194.31 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "3b6fd1a5-e951-4255-a5b9-bb89c519a917") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#FLG04") - (unit 1) - ) - ) - ) - ) -) diff --git a/Hardware/Sensor/DataAcquisition.kicad_prl b/Hardware/Sensor/DataAcquisition.kicad_prl deleted file mode 100644 index 5fa2fe7..0000000 --- a/Hardware/Sensor/DataAcquisition.kicad_prl +++ /dev/null @@ -1,83 +0,0 @@ -{ - "board": { - "active_layer": 0, - "active_layer_preset": "", - "auto_track_width": true, - "hidden_netclasses": [], - "hidden_nets": [], - "high_contrast_mode": 0, - "net_color_mode": 1, - "opacity": { - "images": 0.6, - "pads": 1.0, - "tracks": 1.0, - "vias": 1.0, - "zones": 0.6 - }, - "selection_filter": { - "dimensions": true, - "footprints": true, - "graphics": true, - "keepouts": true, - "lockedItems": false, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true - }, - "visible_items": [ - 0, - 1, - 2, - 3, - 4, - 5, - 8, - 9, - 10, - 11, - 12, - 13, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 32, - 33, - 34, - 35, - 36, - 39, - 40 - ], - "visible_layers": "fffffff_ffffffff", - "zone_display_mode": 0 - }, - "git": { - "repo_password": "", - "repo_type": "", - "repo_username": "", - "ssh_key": "" - }, - "meta": { - "filename": "DataAcquisition.kicad_prl", - "version": 3 - }, - "project": { - "files": [] - } -} diff --git a/Hardware/Sensor/DataAcquisition.kicad_pro b/Hardware/Sensor/DataAcquisition.kicad_pro deleted file mode 100644 index 0f0f1ee..0000000 --- a/Hardware/Sensor/DataAcquisition.kicad_pro +++ /dev/null @@ -1,100 +0,0 @@ -{ - "board": { - "3dviewports": [], - "design_settings": { - "defaults": { - "board_outline_line_width": 0.1, - "copper_line_width": 0.2, - "copper_text_size_h": 1.5, - "copper_text_size_v": 1.5, - "copper_text_thickness": 0.3, - "other_line_width": 0.15, - "silk_line_width": 0.15, - "silk_text_size_h": 1.0, - "silk_text_size_v": 1.0, - "silk_text_thickness": 0.15 - }, - "diff_pair_dimensions": [], - "drc_exclusions": [], - "rules": { - "solder_mask_clearance": 0.0, - "solder_mask_min_width": 0.0 - }, - "track_widths": [], - "via_dimensions": [] - }, - "ipc2581": { - "dist": "", - "distpn": "", - "internal_id": "", - "mfg": "", - "mpn": "" - }, - "layer_presets": [], - "viewports": [] - }, - "boards": [], - "cvpcb": { - "equivalence_files": [] - }, - "libraries": { - "pinned_footprint_libs": [], - "pinned_symbol_libs": [] - }, - "meta": { - "filename": "DataAcquisition.kicad_pro", - "version": 1 - }, - "net_settings": { - "classes": [ - { - "bus_width": 12, - "clearance": 0.2, - "diff_pair_gap": 0.25, - "diff_pair_via_gap": 0.25, - "diff_pair_width": 0.2, - "line_style": 0, - "microvia_diameter": 0.3, - "microvia_drill": 0.1, - "name": "Default", - "pcb_color": "rgba(0, 0, 0, 0.000)", - "schematic_color": "rgba(0, 0, 0, 0.000)", - "track_width": 0.2, - "via_diameter": 0.6, - "via_drill": 0.3, - "wire_width": 6 - } - ], - "meta": { - "version": 3 - }, - "net_colors": null, - "netclass_assignments": null, - "netclass_patterns": [] - }, - "pcbnew": { - "last_paths": { - "gencad": "", - "idf": "", - "netlist": "", - "plot": "", - "pos_files": "", - "specctra_dsn": "", - "step": "", - "svg": "", - "vrml": "" - }, - "page_layout_descr_file": "" - }, - "schematic": { - "drawing": { - "label_size_ratio": 0.25, - "pin_symbol_size": 0, - "text_offset_ratio": 0.08 - }, - "legacy_lib_dir": "", - "legacy_lib_list": [] - }, - "sheets": [], - "text_variables": {} -} diff --git a/Hardware/Sensor/DataAcquisition.kicad_sch b/Hardware/Sensor/DataAcquisition.kicad_sch deleted file mode 100644 index 47f5406..0000000 --- a/Hardware/Sensor/DataAcquisition.kicad_sch +++ /dev/null @@ -1,11453 +0,0 @@ -(kicad_sch - (version 20231120) - (generator "eeschema") - (generator_version "8.0") - (uuid "a6a1292e-fd26-4f65-8c9f-d7d01637a3c8") - (paper "A4") - (lib_symbols - (symbol "Connector:Conn_01x16_Female" - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "J" - (at 0 20.32 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Conn_01x16_Female" - (at 0 -22.86 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Generic connector, single row, 01x16, script generated (kicad-library-utils/schlib/autogen/connector/)" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "connector" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Conn_01x16_Female_1_1" - (arc - (start 0 -19.812) - (mid -0.5058 -20.32) - (end 0 -20.828) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -17.272) - (mid -0.5058 -17.78) - (end 0 -18.288) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -14.732) - (mid -0.5058 -15.24) - (end 0 -15.748) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -12.192) - (mid -0.5058 -12.7) - (end 0 -13.208) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -9.652) - (mid -0.5058 -10.16) - (end 0 -10.668) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -7.112) - (mid -0.5058 -7.62) - (end 0 -8.128) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -4.572) - (mid -0.5058 -5.08) - (end 0 -5.588) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -2.032) - (mid -0.5058 -2.54) - (end 0 -3.048) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -20.32) (xy -0.508 -20.32) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -17.78) (xy -0.508 -17.78) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -15.24) (xy -0.508 -15.24) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -12.7) (xy -0.508 -12.7) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -10.16) (xy -0.508 -10.16) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -7.62) (xy -0.508 -7.62) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -5.08) (xy -0.508 -5.08) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 -2.54) (xy -0.508 -2.54) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 0) (xy -0.508 0) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 2.54) (xy -0.508 2.54) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 5.08) (xy -0.508 5.08) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 7.62) (xy -0.508 7.62) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 10.16) (xy -0.508 10.16) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 12.7) (xy -0.508 12.7) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 15.24) (xy -0.508 15.24) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 17.78) (xy -0.508 17.78) - ) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 0.508) - (mid -0.5058 0) - (end 0 -0.508) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 3.048) - (mid -0.5058 2.54) - (end 0 2.032) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 5.588) - (mid -0.5058 5.08) - (end 0 4.572) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 8.128) - (mid -0.5058 7.62) - (end 0 7.112) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 10.668) - (mid -0.5058 10.16) - (end 0 9.652) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 13.208) - (mid -0.5058 12.7) - (end 0 12.192) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 15.748) - (mid -0.5058 15.24) - (end 0 14.732) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 18.288) - (mid -0.5058 17.78) - (end 0 17.272) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (pin passive line - (at -5.08 17.78 0) - (length 3.81) - (name "Pin_1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -5.08 0) - (length 3.81) - (name "Pin_10" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "10" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -7.62 0) - (length 3.81) - (name "Pin_11" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "11" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -10.16 0) - (length 3.81) - (name "Pin_12" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "12" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -12.7 0) - (length 3.81) - (name "Pin_13" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "13" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -15.24 0) - (length 3.81) - (name "Pin_14" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "14" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -17.78 0) - (length 3.81) - (name "Pin_15" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "15" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -20.32 0) - (length 3.81) - (name "Pin_16" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "16" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 15.24 0) - (length 3.81) - (name "Pin_2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 12.7 0) - (length 3.81) - (name "Pin_3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 10.16 0) - (length 3.81) - (name "Pin_4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 7.62 0) - (length 3.81) - (name "Pin_5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 5.08 0) - (length 3.81) - (name "Pin_6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 2.54 0) - (length 3.81) - (name "Pin_7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 0 0) - (length 3.81) - (name "Pin_8" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "8" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -2.54 0) - (length 3.81) - (name "Pin_9" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "9" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Connector:TestPoint" - (pin_numbers hide) - (pin_names - (offset 0.762) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "TP" - (at 0 6.858 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "test point" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "test point tp" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Pin* Test*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "TestPoint_0_1" - (circle - (center 0 3.302) - (radius 0.762) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "TestPoint_1_1" - (pin passive line - (at 0 0 90) - (length 2.54) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Connector:USB_B_Micro" - (pin_names - (offset 1.016) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "J" - (at -5.08 11.43 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "USB_B_Micro" - (at -5.08 8.89 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 3.81 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 3.81 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "USB Micro Type B connector" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "connector USB micro" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "USB*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "USB_B_Micro_0_1" - (rectangle - (start -5.08 -7.62) - (end 5.08 7.62) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - (circle - (center -3.81 2.159) - (radius 0.635) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center -0.635 3.429) - (radius 0.381) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) - ) - ) - (rectangle - (start -0.127 -7.62) - (end 0.127 -6.858) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.905 2.159) (xy 0.635 2.159) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -3.175 2.159) (xy -2.54 2.159) (xy -1.27 3.429) (xy -0.635 3.429) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.54 2.159) (xy -1.905 2.159) (xy -1.27 0.889) (xy 0 0.889) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.635 2.794) (xy 0.635 1.524) (xy 1.905 2.159) (xy 0.635 2.794) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy -4.318 5.588) (xy -1.778 5.588) (xy -2.032 4.826) (xy -4.064 4.826) (xy -4.318 5.588) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy -4.699 5.842) (xy -4.699 5.588) (xy -4.445 4.826) (xy -4.445 4.572) (xy -1.651 4.572) (xy -1.651 4.826) - (xy -1.397 5.588) (xy -1.397 5.842) (xy -4.699 5.842) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 0.254 1.27) - (end -0.508 0.508) - (stroke - (width 0.254) - (type default) - ) - (fill - (type outline) - ) - ) - (rectangle - (start 5.08 -5.207) - (end 4.318 -4.953) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 5.08 -2.667) - (end 4.318 -2.413) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 5.08 -0.127) - (end 4.318 0.127) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 5.08 4.953) - (end 4.318 5.207) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "USB_B_Micro_1_1" - (pin power_out line - (at 7.62 5.08 180) - (length 2.54) - (name "VBUS" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 7.62 -2.54 180) - (length 2.54) - (name "D-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 7.62 0 180) - (length 2.54) - (name "D+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 7.62 -5.08 180) - (length 2.54) - (name "ID" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_out line - (at 0 -10.16 90) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -2.54 -10.16 90) - (length 2.54) - (name "Shield" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Connector_Generic:Conn_01x04" - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "J" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Conn_01x04" - (at 0 -7.62 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "connector" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Conn_01x04_1_1" - (rectangle - (start -1.27 -4.953) - (end 0 -5.207) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start -1.27 -2.413) - (end 0 -2.667) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start -1.27 0.127) - (end 0 -0.127) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start -1.27 2.667) - (end 0 2.413) - (stroke - (width 0.1524) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start -1.27 3.81) - (end 1.27 -6.35) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - (pin passive line - (at -5.08 2.54 0) - (length 3.81) - (name "Pin_1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 0 0) - (length 3.81) - (name "Pin_2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -2.54 0) - (length 3.81) - (name "Pin_3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -5.08 -5.08 0) - (length 3.81) - (name "Pin_4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:C" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "C" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Unpolarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "C_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) (xy 2.032 -0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.032 0.762) (xy 2.032 0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "C_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:CP" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "CP" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Polarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "CP_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "CP_0_1" - (rectangle - (start -2.286 0.508) - (end 2.286 1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.778 2.286) (xy -0.762 2.286) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.27 2.794) (xy -1.27 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (rectangle - (start 2.286 -0.508) - (end -2.286 -1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "CP_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Crystal" - (pin_numbers hide) - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Y" - (at 0 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Crystal" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Two pin crystal" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "quartz ceramic resonator oscillator" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Crystal*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Crystal_0_1" - (rectangle - (start -1.143 2.54) - (end 1.143 -2.54) - (stroke - (width 0.3048) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.54 0) (xy -1.905 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.905 -1.27) (xy -1.905 1.27) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.905 -1.27) (xy 1.905 1.27) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 0) (xy 1.905 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Crystal_1_1" - (pin passive line - (at -3.81 0 0) - (length 1.27) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 3.81 0 180) - (length 1.27) - (name "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Q_NMOS_GDS" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "N-MOSFET transistor, gate/drain/source" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_NMOS_GDS_0_1" - (polyline - (pts - (xy 0.254 0) (xy -2.54 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 2.286) (xy 0.762 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 2.54) (xy 2.54 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.651 0) - (radius 2.794) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.54 -1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 2.54 1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Q_NMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "S" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Q_PMOS_GDS" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "P-MOSFET transistor, gate/drain/source" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor PMOS P-MOS P-MOSFET" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_PMOS_GDS_0_1" - (polyline - (pts - (xy 0.254 0) (xy -2.54 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 2.286) (xy 0.762 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 2.54) (xy 2.54 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.651 0) - (radius 2.794) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.54 -1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 2.54 1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Q_PMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "S" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:R" - (pin_numbers hide) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "R" - (at 2.032 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "R" - (at 0 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at -1.778 0 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "R res resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "R_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "R_0_1" - (rectangle - (start -1.016 -2.54) - (end 1.016 2.54) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "R_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Thermistor" - (pin_numbers hide) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "TH" - (at 2.54 1.27 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Thermistor" - (at -2.54 0 90) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Temperature dependent resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "R res thermistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "R_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Thermistor_0_1" - (rectangle - (start -1.016 2.54) - (end 1.016 -2.54) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.905 3.175) (xy -1.905 1.905) (xy 1.905 -1.905) (xy 1.905 -3.175) (xy 1.905 -3.175) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Thermistor_1_1" - (pin passive line - (at 0 5.08 270) - (length 2.54) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -5.08 90) - (length 2.54) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "IonizationChamber:STM8S105K4B6" - (pin_names - (offset 1.016) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "STM8S105K4B6" - (at 0 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "IonizationChamber:DIP-32_400_ELL" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "https://www.farnell.com/datasheets/1973125.pdf" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "STM8S105K4B6_0_1" - (rectangle - (start -31.75 0) - (end 34.29 -40.64) - (stroke - (width 0) - (type default) - ) - (fill - (type background) - ) - ) - ) - (symbol "STM8S105K4B6_1_1" - (pin bidirectional line - (at -34.29 -1.27 0) - (length 2.54) - (name "ADC_ETR/TIM2_CH2/(HS)_PD3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -24.13 0) - (length 2.54) - (name "VCAP" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "10" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -34.29 -26.67 0) - (length 2.54) - (name "VDD" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "11" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -34.29 -29.21 0) - (length 2.54) - (name "VDDIO" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "12" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -31.75 0) - (length 2.54) - (name "AIN12/PF4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "13" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -34.29 -34.29 0) - (length 2.54) - (name "VDDA" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "14" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -34.29 -36.83 0) - (length 2.54) - (name "VSSA" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "15" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -39.37 0) - (length 2.54) - (name "[I2C_SDA]_AIN5/PB5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "16" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -39.37 180) - (length 2.54) - (name "PB4/AIN4_[I2C_SCL]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "17" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -36.83 180) - (length 2.54) - (name "PB3/AIN3_[TIM1_ETR]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "18" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -34.29 180) - (length 2.54) - (name "PB2/AIN2_[TIM1_CH3N]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "19" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -3.81 0) - (length 2.54) - (name "[BEEP]_TIM2_CH1/(HS)_PD4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -31.75 180) - (length 2.54) - (name "PB1/AIN1__[TIM1_CH2N]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "20" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -29.21 180) - (length 2.54) - (name "PB0/AIN0_[TIM1_CH1N]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "21" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -26.67 180) - (length 2.54) - (name "PE5/SPI_NSS" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "22" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -24.13 180) - (length 2.54) - (name "PC1_(HS)/TIM1_CH1/UART2_CK" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "23" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -21.59 180) - (length 2.54) - (name "PC2_(HS)/TIM1_CH2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "24" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -19.05 180) - (length 2.54) - (name "PC3_(HS)/TIM1_CH3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "25" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -16.51 180) - (length 2.54) - (name "PC4_(HS)/TIM1_CH4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "26" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -13.97 180) - (length 2.54) - (name "PC5_(HS)/SPI_SCK" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "27" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -11.43 180) - (length 2.54) - (name "PC6_(HS)/SPI_MOSI" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "28" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -8.89 180) - (length 2.54) - (name "PC7_(HS)/SPI_MISO" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "29" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -6.35 0) - (length 2.54) - (name "UART2_TX/PD5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -6.35 180) - (length 2.54) - (name "PD0_(HS)/TIM3_CH2_[TIM1_BKIN]_[CLK_CCO]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "30" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -3.81 180) - (length 2.54) - (name "PD1_(HS)/SWIM" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "31" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at 36.83 -1.27 180) - (length 2.54) - (name "PD2_(HS)/TIM3_CH1_[TIM2_CH3]" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "32" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -8.89 0) - (length 2.54) - (name "UART2_RX/PD6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -11.43 0) - (length 2.54) - (name "[TIM1_CH4]_TLI/PD7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -13.97 0) - (length 2.54) - (name "NRST" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -16.51 0) - (length 2.54) - (name "OSCIN/PA1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -34.29 -19.05 0) - (length 2.54) - (name "OSCOUT/PA2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "8" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -34.29 -21.59 0) - (length 2.54) - (name "VSS" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "9" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Jumper:Jumper_2_Open" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "JP" - (at 0 2.794 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 -2.286 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Jumper, 2-pole, open" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "Jumper SPST" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Jumper* TestPoint*2Pads* TestPoint*Bridge*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Jumper_2_Open_0_0" - (circle - (center -2.032 0) - (radius 0.508) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.032 0) - (radius 0.508) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Jumper_2_Open_0_1" - (arc - (start 1.524 1.27) - (mid 0 1.778) - (end -1.524 1.27) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Jumper_2_Open_1_1" - (pin passive line - (at -5.08 0 0) - (length 2.54) - (name "A" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 5.08 0 180) - (length 2.54) - (name "B" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:+5V" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 0 3.556 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 0) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 2.54) (xy 0.762 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "+5V_1_1" - (pin power_in line - (at 0 0 90) - (length 0) hide - (name "+5V" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:GND" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "GND_1_1" - (pin power_in line - (at 0 0 270) - (length 0) hide - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:GNDPWR" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GNDPWR" - (at 0 -3.302 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GNDPWR\" , power ground" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "GNDPWR_0_1" - (polyline - (pts - (xy 0 -1.27) (xy 0 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.016 -1.27) (xy -1.27 -2.032) (xy -1.27 -2.032) - ) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -0.508 -1.27) (xy -0.762 -2.032) (xy -0.762 -2.032) - ) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 -1.27) (xy -0.254 -2.032) (xy -0.254 -2.032) - ) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.508 -1.27) (xy 0.254 -2.032) (xy 0.254 -2.032) - ) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.016 -1.27) (xy -1.016 -1.27) (xy -1.016 -1.27) - ) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.016 -1.27) (xy 0.762 -2.032) (xy 0.762 -2.032) (xy 0.762 -2.032) - ) - (stroke - (width 0.2032) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "GNDPWR_1_1" - (pin power_in line - (at 0 0 270) - (length 0) hide - (name "GNDPWR" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - ) - (junction - (at 233.68 104.14) - (diameter 1.016) - (color 0 0 0 0) - (uuid "0f21195a-bc4c-4f4e-bdc7-9dba5151ed26") - ) - (junction - (at 31.75 168.91) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2439d942-9534-4781-8dc1-1efbde862eb5") - ) - (junction - (at 181.61 148.59) - (diameter 1.016) - (color 0 0 0 0) - (uuid "294ff903-d90c-48b6-9eb2-05f39a1d12ab") - ) - (junction - (at 54.61 44.45) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2aa96b4e-08aa-414d-a159-808b241ae5af") - ) - (junction - (at 73.66 106.68) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2d060aaa-4b32-4163-8e88-896548924e70") - ) - (junction - (at 46.99 59.69) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2d111a59-0e58-4734-a3d1-44aced2b9390") - ) - (junction - (at 86.36 101.6) - (diameter 1.016) - (color 0 0 0 0) - (uuid "31cb4698-8b1d-4f6c-a3a9-3faf6817844c") - ) - (junction - (at 55.88 62.23) - (diameter 1.016) - (color 0 0 0 0) - (uuid "3f5b75b8-f107-464b-a04a-94c022030cec") - ) - (junction - (at 240.03 109.22) - (diameter 1.016) - (color 0 0 0 0) - (uuid "4136d681-c0fe-45a4-8141-17799f94155d") - ) - (junction - (at 54.61 46.99) - (diameter 1.016) - (color 0 0 0 0) - (uuid "476b8f92-43c0-4451-bfe6-5710443c2d00") - ) - (junction - (at 52.07 139.7) - (diameter 1.016) - (color 0 0 0 0) - (uuid "481fd6d7-b85f-444e-af45-4ed70ee3ae9d") - ) - (junction - (at 54.61 41.91) - (diameter 1.016) - (color 0 0 0 0) - (uuid "50f6892c-89e7-48d6-844a-2afc956001a9") - ) - (junction - (at 52.07 166.37) - (diameter 1.016) - (color 0 0 0 0) - (uuid "5210c1fb-a5c8-4c29-8de3-80332c6350ff") - ) - (junction - (at 62.23 83.82) - (diameter 1.016) - (color 0 0 0 0) - (uuid "6fa6f15d-8aea-4ced-9ba1-950baf4de57b") - ) - (junction - (at 62.23 71.12) - (diameter 1.016) - (color 0 0 0 0) - (uuid "ac792d15-0451-4cb4-8e71-981108e20f21") - ) - (junction - (at 68.58 49.53) - (diameter 1.016) - (color 0 0 0 0) - (uuid "b292bbb0-0de9-4f91-853d-6677a638bca4") - ) - (junction - (at 213.36 132.08) - (diameter 1.016) - (color 0 0 0 0) - (uuid "b970408b-1799-4bd0-a817-3a17d35dbd30") - ) - (junction - (at 201.93 132.08) - (diameter 1.016) - (color 0 0 0 0) - (uuid "bcce00b1-53f9-45da-a8ec-f40033af055e") - ) - (junction - (at 62.23 20.32) - (diameter 1.016) - (color 0 0 0 0) - (uuid "c4a3f221-c7c9-466c-8f5e-e6367f6182f9") - ) - (junction - (at 41.91 149.86) - (diameter 1.016) - (color 0 0 0 0) - (uuid "e2a246b9-8d18-430c-b02d-30cdaddd4a52") - ) - (junction - (at 50.8 19.05) - (diameter 1.016) - (color 0 0 0 0) - (uuid "e63bf0d9-0894-4971-ac86-df7ac723df41") - ) - (junction - (at 71.12 49.53) - (diameter 1.016) - (color 0 0 0 0) - (uuid "e9c1802a-0fb3-45e6-a1aa-27e1a4aeb610") - ) - (junction - (at 73.66 21.59) - (diameter 1.016) - (color 0 0 0 0) - (uuid "f8013c49-6e75-4ec3-822d-da27cde89b5f") - ) - (no_connect - (at 194.31 142.24) - (uuid "0911a048-2a13-4951-94cb-bff3a59d57a6") - ) - (no_connect - (at 116.84 153.67) - (uuid "20239a09-f8d9-4a9a-bfdf-6bd064620148") - ) - (no_connect - (at 116.84 156.21) - (uuid "2b2cb76e-d071-4685-a918-ca4970c77dbd") - ) - (no_connect - (at 194.31 137.16) - (uuid "36d9c3ad-4185-4be9-8e5e-c509bd8b333a") - ) - (no_connect - (at 116.84 158.75) - (uuid "3b7d1595-5e70-4bd8-9e65-6210a21a7eec") - ) - (no_connect - (at 194.31 139.7) - (uuid "b03c5338-c741-4086-b4b8-5c682c587d70") - ) - (no_connect - (at 88.9 76.2) - (uuid "e9b051f9-d453-4572-9a10-e60c1d6cfd49") - ) - (no_connect - (at 116.84 151.13) - (uuid "f947a89b-164b-4aaf-8d24-3a3f10e9ba7a") - ) - (wire - (pts - (xy 60.96 68.58) (xy 60.96 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "001d4983-b141-462d-a89a-7df6540f188e") - ) - (wire - (pts - (xy 31.75 168.91) (xy 22.86 168.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "02fa9d07-e11b-4b8b-b6b5-233755ffbe0c") - ) - (wire - (pts - (xy 50.8 17.78) (xy 50.8 19.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0437a5bc-871d-4bdf-9024-a40341b83e5f") - ) - (wire - (pts - (xy 110.49 161.29) (xy 116.84 161.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "04a9c52b-0971-4e10-bee7-8849b247520d") - ) - (wire - (pts - (xy 191.77 132.08) (xy 201.93 132.08) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "06aa7fdc-e9b0-4a1d-8936-9730518ec770") - ) - (wire - (pts - (xy 62.23 30.48) (xy 62.23 31.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "06f08853-49a4-4653-abce-e19c3e783f29") - ) - (wire - (pts - (xy 110.49 179.07) (xy 116.84 179.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "07eb1bae-070c-436f-8593-4d93a5adeca0") - ) - (wire - (pts - (xy 73.66 116.84) (xy 73.66 118.11) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "085087f8-f4c1-4a00-b74f-af920e3c0cda") - ) - (wire - (pts - (xy 50.8 30.48) (xy 50.8 31.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "087ffdac-1fe7-4ecd-b45c-2f4a038887b3") - ) - (wire - (pts - (xy 41.91 149.86) (xy 41.91 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "09a91fef-9c8f-46b0-b73c-c94972f01bfd") - ) - (wire - (pts - (xy 52.07 166.37) (xy 52.07 167.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0a437731-42b3-47dc-bdbd-1ed4ec3d398c") - ) - (wire - (pts - (xy 110.49 176.53) (xy 116.84 176.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0b08a97d-7a91-42ad-8093-39561cacedc2") - ) - (wire - (pts - (xy 213.36 101.6) (xy 213.36 74.93) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0b1370f1-95e1-47f3-8061-92067e1094f7") - ) - (wire - (pts - (xy 86.36 49.53) (xy 71.12 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0b84f742-7c77-4d3d-b445-93aff265cd9e") - ) - (wire - (pts - (xy 81.28 78.74) (xy 102.87 78.74) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0c5e244b-2dcc-45c3-8d84-eda8a5bfa862") - ) - (wire - (pts - (xy 110.49 173.99) (xy 116.84 173.99) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0cc7a6cb-0b95-45d5-905d-3c74a48158ed") - ) - (wire - (pts - (xy 173.99 101.6) (xy 213.36 101.6) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1251292f-f8cf-4311-a1c3-fc915501d15d") - ) - (wire - (pts - (xy 54.61 46.99) (xy 54.61 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "132c0210-4d10-44ec-b5cc-45d748b4a7f6") - ) - (wire - (pts - (xy 81.28 116.84) (xy 81.28 118.11) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "137a9a4b-20b2-4458-95cd-676c8130323e") - ) - (wire - (pts - (xy 66.04 109.22) (xy 66.04 106.68) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "15df291a-7e77-466c-acf6-629139769554") - ) - (wire - (pts - (xy 173.99 76.2) (xy 187.96 76.2) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1622d8ff-7483-4017-851e-ce04299f1385") - ) - (wire - (pts - (xy 195.58 59.69) (xy 220.98 59.69) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1b4037a7-a103-413a-8c05-e3dc6dcbe5ab") - ) - (wire - (pts - (xy 189.23 54.61) (xy 220.98 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1b8a46e2-da01-4bd2-8f8a-1422f3a11ae6") - ) - (wire - (pts - (xy 200.66 64.77) (xy 213.36 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1c94b8cd-5609-4e86-8fc7-466a646c78b7") - ) - (wire - (pts - (xy 147.32 148.59) (xy 149.86 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1cf2480d-2b9c-4a2f-acba-9216c6438db8") - ) - (wire - (pts - (xy 204.47 67.31) (xy 213.36 67.31) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "1db475b0-ce7d-4946-ae4f-5df85d6205f4") - ) - (wire - (pts - (xy 48.26 71.12) (xy 48.26 72.39) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "207a12c5-d628-4708-bcd7-4bd3727cdf18") - ) - (wire - (pts - (xy 213.36 69.85) (xy 208.28 69.85) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "224cce24-aaba-4711-a2ec-02333076011b") - ) - (wire - (pts - (xy 74.93 81.28) (xy 102.87 81.28) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "25a58169-f6b2-4a03-8ba3-0a7fff3dc7ab") - ) - (wire - (pts - (xy 147.32 153.67) (xy 149.86 153.67) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "277a7377-82f6-4994-8859-343128a3f1c7") - ) - (wire - (pts - (xy 44.45 149.86) (xy 41.91 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "27a80865-1040-44b7-a564-6ffffa4f75fa") - ) - (wire - (pts - (xy 147.32 171.45) (xy 149.86 171.45) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "28b9293b-1547-47b2-ac91-795f2f287258") - ) - (wire - (pts - (xy 173.99 86.36) (xy 187.96 86.36) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2a04651b-54ca-4c91-82f7-bd7ac2b4380a") - ) - (wire - (pts - (xy 25.4 57.15) (xy 27.94 57.15) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2a95c668-010b-4c80-8c00-ba1d56dbc6a7") - ) - (wire - (pts - (xy 59.69 71.12) (xy 62.23 71.12) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2aa10c77-4a69-4d40-8a1a-8bbf8c0bdda4") - ) - (wire - (pts - (xy 213.36 72.39) (xy 210.82 72.39) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2ac3afcc-a5ab-4b9f-a5f8-572433d18dcd") - ) - (wire - (pts - (xy 54.61 46.99) (xy 54.61 44.45) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2ad76c0b-933b-4071-8a2c-ba20a70b14fe") - ) - (wire - (pts - (xy 41.91 139.7) (xy 52.07 139.7) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2bfd748f-235b-4133-84d8-b40b86966c44") - ) - (wire - (pts - (xy 73.66 17.78) (xy 73.66 21.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2c2659d9-c765-49e4-ae65-b5ba1ab03380") - ) - (wire - (pts - (xy 76.2 73.66) (xy 102.87 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2cae7af8-b82e-4057-872d-e774c9a9aee4") - ) - (wire - (pts - (xy 41.91 140.97) (xy 41.91 139.7) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2cb8498e-b091-411f-937b-6c56a55371aa") - ) - (wire - (pts - (xy 184.15 148.59) (xy 184.15 147.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2dd1038e-46b6-4aff-9825-2704e6b90e0f") - ) - (wire - (pts - (xy 173.99 104.14) (xy 219.71 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2e04a92f-3441-490f-b23d-d7c70ac3da42") - ) - (wire - (pts - (xy 54.61 39.37) (xy 50.8 39.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "324eb15f-007e-479a-ac12-d831d21d6f18") - ) - (wire - (pts - (xy 233.68 102.87) (xy 233.68 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "32d437d5-3d6d-48da-a239-b49ed8acf3fb") - ) - (wire - (pts - (xy 46.99 59.69) (xy 64.77 59.69) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "34779c35-d886-4eaa-8d30-0b8dbce319de") - ) - (wire - (pts - (xy 173.99 96.52) (xy 208.28 96.52) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3482743c-a935-4dcb-91ea-8ec66153a793") - ) - (wire - (pts - (xy 193.04 68.58) (xy 193.04 57.15) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3486ab1c-b0bb-45a0-98e9-ab6f00381f94") - ) - (wire - (pts - (xy 110.49 163.83) (xy 116.84 163.83) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "35fec871-9476-483a-91dd-524f99d7d2fd") - ) - (wire - (pts - (xy 181.61 148.59) (xy 181.61 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "36e6895f-a15a-4b2f-8d58-3202ffeebc06") - ) - (wire - (pts - (xy 175.26 148.59) (xy 175.26 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "374d1cf5-94ec-415a-81bd-ff7fbf696349") - ) - (wire - (pts - (xy 50.8 19.05) (xy 50.8 22.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "37a6e02c-27d1-4f13-8a8b-248ce5856ec9") - ) - (wire - (pts - (xy 73.66 88.9) (xy 73.66 106.68) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "37c75cd3-7a70-4fb4-9601-9fb967893b24") - ) - (wire - (pts - (xy 41.91 173.99) (xy 41.91 179.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "38e06ffd-dbbe-4ed5-809e-c973cb2c59d0") - ) - (wire - (pts - (xy 52.07 154.94) (xy 52.07 156.21) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "39c8aad7-ae1e-447f-9ea9-147834b11d97") - ) - (wire - (pts - (xy 76.2 68.58) (xy 60.96 68.58) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3d5251b2-c44c-4bfb-99f2-70c14c26a107") - ) - (wire - (pts - (xy 83.82 20.32) (xy 83.82 93.98) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3e43e054-fea6-402f-9705-4b74378f7411") - ) - (wire - (pts - (xy 240.03 95.25) (xy 240.03 93.98) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3efaca04-55d1-4614-9dea-68bc4c87cfec") - ) - (wire - (pts - (xy 173.99 93.98) (xy 187.96 93.98) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "41416c60-df8f-4857-9ab3-b238659959f2") - ) - (wire - (pts - (xy 181.61 147.32) (xy 181.61 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4177c325-ed3c-49b1-b69c-eafa9527e177") - ) - (wire - (pts - (xy 68.58 50.8) (xy 68.58 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "42651ffa-e4ad-45a0-97b0-d97c2f5f517e") - ) - (wire - (pts - (xy 201.93 135.89) (xy 201.93 132.08) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "43808875-0dcf-4b85-9d2c-c6c9c8375b28") - ) - (wire - (pts - (xy 233.68 95.25) (xy 233.68 93.98) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "443641c6-a601-4a4a-ac83-79b139538e0b") - ) - (wire - (pts - (xy 59.69 83.82) (xy 62.23 83.82) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4441dcf8-0fbb-4f27-b152-5f1d98e9165a") - ) - (wire - (pts - (xy 52.07 83.82) (xy 49.53 83.82) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "44b89cfd-a042-422d-b3d8-3bb23a8c0229") - ) - (wire - (pts - (xy 71.12 49.53) (xy 68.58 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "44ff268a-a4c1-4691-b024-06ac0056466b") - ) - (wire - (pts - (xy 52.07 139.7) (xy 52.07 144.78) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4631bf18-75bd-4033-8a68-587dcbd70c97") - ) - (wire - (pts - (xy 73.66 106.68) (xy 73.66 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "484f38d9-bb7d-479f-b5bd-e9455ebffbac") - ) - (wire - (pts - (xy 173.99 99.06) (xy 210.82 99.06) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "48b6edca-f93b-4529-aeb6-da736a801d1a") - ) - (wire - (pts - (xy 213.36 143.51) (xy 213.36 144.78) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "49dde140-57a1-4409-bcc2-5f3495f36fe1") - ) - (wire - (pts - (xy 110.49 140.97) (xy 116.84 140.97) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4a4c42d3-5948-48c1-8b92-2f547a30a40f") - ) - (wire - (pts - (xy 25.4 62.23) (xy 55.88 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4c2bb3f2-4c9f-41e1-944e-81c12dcad529") - ) - (wire - (pts - (xy 215.9 128.27) (xy 215.9 132.08) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4dffc395-d080-4e4c-9324-b7432186bd13") - ) - (wire - (pts - (xy 110.49 171.45) (xy 116.84 171.45) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4fb57847-ed74-4cb1-a289-e3341173e53e") - ) - (wire - (pts - (xy 52.07 71.12) (xy 48.26 71.12) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "515fd957-d988-4a8d-9805-ad51c64e1eab") - ) - (wire - (pts - (xy 149.86 179.07) (xy 147.32 179.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "543b354b-d0b1-47cf-adcd-b800e4a382d9") - ) - (wire - (pts - (xy 78.74 71.12) (xy 78.74 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "554c9af7-2ee6-4457-a6eb-9064b8cdbea0") - ) - (wire - (pts - (xy 245.11 104.14) (xy 233.68 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "58925d1f-b8d1-4d3f-8a00-11915f65d7d5") - ) - (wire - (pts - (xy 260.35 146.05) (xy 245.11 146.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5a5b56d2-f538-4d45-af77-aadf5bb5e8da") - ) - (wire - (pts - (xy 198.12 62.23) (xy 213.36 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5b091b91-1eab-4b49-9d2d-9900d5d8e7fe") - ) - (wire - (pts - (xy 213.36 132.08) (xy 213.36 135.89) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5cef8937-063e-46b1-a060-fc21760256a4") - ) - (wire - (pts - (xy 86.36 66.04) (xy 86.36 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5f26af95-394d-42b1-b96d-3230fa1b6b51") - ) - (wire - (pts - (xy 52.07 46.99) (xy 54.61 46.99) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5f8398fa-cd86-40f1-96d3-39b3e1047fdb") - ) - (wire - (pts - (xy 195.58 71.12) (xy 195.58 59.69) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "61301904-4d31-4825-9d0b-7f52d2f5b027") - ) - (wire - (pts - (xy 110.49 166.37) (xy 116.84 166.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "61894261-03e1-45a5-bc18-be3137f42167") - ) - (wire - (pts - (xy 247.65 140.97) (xy 245.11 140.97) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6232c64c-3027-4f4f-9554-a285f8f4e889") - ) - (wire - (pts - (xy 62.23 20.32) (xy 62.23 22.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6244a27e-09a2-46f0-84e3-2c0619f5ddf7") - ) - (wire - (pts - (xy 91.44 104.14) (xy 91.44 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "625ec97e-b929-46bf-8ae0-9530b790038e") - ) - (wire - (pts - (xy 62.23 83.82) (xy 102.87 83.82) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6377608a-23b6-4951-826f-c2236b4de768") - ) - (wire - (pts - (xy 25.4 59.69) (xy 46.99 59.69) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "64cd908a-220e-4915-b8dc-f1bebc641a5a") - ) - (wire - (pts - (xy 173.99 83.82) (xy 204.47 83.82) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "65e1b177-6812-4511-91cc-14711b0b2659") - ) - (wire - (pts - (xy 110.49 153.67) (xy 116.84 153.67) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "67072ea1-c64a-4b8e-abf8-0148d22c09ee") - ) - (wire - (pts - (xy 86.36 66.04) (xy 102.87 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "67167dcd-183a-4af5-9a56-f0ea136c1155") - ) - (wire - (pts - (xy 193.04 57.15) (xy 220.98 57.15) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "67d5b156-b328-41ab-ab3b-f355c3ef81c9") - ) - (wire - (pts - (xy 213.36 74.93) (xy 214.63 74.93) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "68a570a5-417c-4bbb-8d8f-44c3ae43e6e1") - ) - (wire - (pts - (xy 73.66 88.9) (xy 102.87 88.9) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6992a6da-bcdc-463f-8a60-34ece576d3cc") - ) - (wire - (pts - (xy 147.32 176.53) (xy 149.86 176.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6a53cc23-3e0a-4620-b340-88ade258ba65") - ) - (wire - (pts - (xy 82.55 99.06) (xy 102.87 99.06) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6b00a929-2e70-4ef4-8700-237da4b2c5b0") - ) - (wire - (pts - (xy 62.23 83.82) (xy 62.23 81.28) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6cac5a10-bc2b-4e0d-82b0-f1bbc6337221") - ) - (wire - (pts - (xy 198.12 78.74) (xy 198.12 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6db62ceb-9fb0-4497-9931-4ec38e242bac") - ) - (wire - (pts - (xy 110.49 143.51) (xy 116.84 143.51) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6e27d847-389b-4913-adf7-506389546c6e") - ) - (wire - (pts - (xy 110.49 168.91) (xy 116.84 168.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6fd3e180-8826-4465-a326-3a755961360f") - ) - (wire - (pts - (xy 52.07 177.8) (xy 52.07 179.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "70c77e7b-8a4e-4f44-a027-d050405aac80") - ) - (wire - (pts - (xy 191.77 139.7) (xy 194.31 139.7) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "715bea88-bbf6-47e6-9728-70ef822bcdfb") - ) - (wire - (pts - (xy 260.35 148.59) (xy 245.11 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "719e01eb-ed7e-4f2b-bde2-e4291ff07bc0") - ) - (wire - (pts - (xy 110.49 158.75) (xy 116.84 158.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "733809b8-3e43-4a49-a49d-0a3740a5b014") - ) - (wire - (pts - (xy 147.32 168.91) (xy 149.86 168.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "73d7eb5a-79bc-4e05-92d9-4e6e4abee0ab") - ) - (wire - (pts - (xy 147.32 146.05) (xy 149.86 146.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7469e9f7-9539-44ad-aa3c-4dd93c9c3afc") - ) - (wire - (pts - (xy 66.04 106.68) (xy 73.66 106.68) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "754f9a9b-9ddc-4d08-bcf5-40d735718e30") - ) - (wire - (pts - (xy 78.74 71.12) (xy 102.87 71.12) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "75f80445-e3c5-400a-84c6-5123cddf5379") - ) - (wire - (pts - (xy 147.32 158.75) (xy 149.86 158.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7612dc18-425d-4cc0-a6c6-b34ac36030bb") - ) - (wire - (pts - (xy 86.36 101.6) (xy 102.87 101.6) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7790252c-e6d0-446f-b32f-3dc9b4504c1b") - ) - (wire - (pts - (xy 62.23 71.12) (xy 62.23 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "77acea71-5c0a-4812-98cc-37c9a1ac55ff") - ) - (wire - (pts - (xy 66.04 116.84) (xy 66.04 118.11) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7bb01ea7-d04d-4b59-8327-73d078c6a606") - ) - (wire - (pts - (xy 173.99 73.66) (xy 187.96 73.66) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7c5868fe-4bad-46bf-b915-de8cd637cc9a") - ) - (wire - (pts - (xy 85.09 91.44) (xy 102.87 91.44) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7c70fbd4-77d0-4704-a46c-7a4f5830cbf0") - ) - (wire - (pts - (xy 50.8 44.45) (xy 54.61 44.45) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7cf0a66a-b477-451e-b5f3-fe59c82c3351") - ) - (wire - (pts - (xy 86.36 86.36) (xy 86.36 101.6) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7db079eb-f6aa-4f22-b5b4-bc91d7817fc1") - ) - (wire - (pts - (xy 81.28 78.74) (xy 81.28 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "80e6b16e-c152-4812-b0c3-d1a9ed5b495b") - ) - (wire - (pts - (xy 31.75 166.37) (xy 31.75 168.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8122791e-0527-4d3b-83d5-9fe7d6ac8e66") - ) - (wire - (pts - (xy 62.23 17.78) (xy 62.23 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8247461a-2207-43ce-9e57-389ff75430e5") - ) - (wire - (pts - (xy 201.93 132.08) (xy 213.36 132.08) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "844ee67d-ab8f-4fbd-a45d-ee9965f15a7d") - ) - (wire - (pts - (xy 52.07 163.83) (xy 52.07 166.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "854667a9-a542-4b6e-adc3-4883aa288f9f") - ) - (wire - (pts - (xy 25.4 64.77) (xy 27.94 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "86c40d38-79d6-46d2-af8e-67b0d915c9f0") - ) - (wire - (pts - (xy 200.66 81.28) (xy 200.66 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8795ff3f-ed48-4a66-9bfb-aa2fd8a02a42") - ) - (wire - (pts - (xy 147.32 166.37) (xy 149.86 166.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8850f724-dd8a-4887-8eb1-fbda1b9d6c73") - ) - (wire - (pts - (xy 54.61 41.91) (xy 54.61 39.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "89d65ddb-5e58-4a4b-abd0-fc214efc0ee8") - ) - (wire - (pts - (xy 260.35 143.51) (xy 245.11 143.51) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8cbc2932-d3c1-4a25-9556-15b0f214d9f8") - ) - (wire - (pts - (xy 147.32 151.13) (xy 149.86 151.13) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8f29b0a5-094c-45a3-b2bf-fcb2b9c75d80") - ) - (wire - (pts - (xy 110.49 146.05) (xy 116.84 146.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "90f29a93-42b7-4b24-9e2d-36e0fa799cce") - ) - (wire - (pts - (xy 245.11 109.22) (xy 240.03 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "92946463-eab3-4600-9eef-5d94a6e65413") - ) - (wire - (pts - (xy 173.99 81.28) (xy 200.66 81.28) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "93ae2f3f-0895-46ca-94c6-8df703952cc4") - ) - (wire - (pts - (xy 102.87 76.2) (xy 88.9 76.2) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "94b45658-dec8-42e7-9f41-8164d57b7e71") - ) - (wire - (pts - (xy 55.88 62.23) (xy 60.96 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "968dbf61-4031-41b6-9d0d-47318ffc94e7") - ) - (wire - (pts - (xy 27.94 64.77) (xy 27.94 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "96e22362-fba4-4141-bd70-e8e5026fce43") - ) - (wire - (pts - (xy 102.87 68.58) (xy 88.9 68.58) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "97e17d6b-78ec-4fe7-88e6-d66c52d62909") - ) - (wire - (pts - (xy 82.55 21.59) (xy 82.55 99.06) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "98ae9e9e-bc36-46b4-8a67-6a5a2918b32c") - ) - (wire - (pts - (xy 34.29 168.91) (xy 31.75 168.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9b608749-6096-48ee-9357-6ec4dcb3eb13") - ) - (wire - (pts - (xy 240.03 102.87) (xy 240.03 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9f4472d2-5064-4ce8-8dc7-5608e35d547f") - ) - (wire - (pts - (xy 55.88 58.42) (xy 55.88 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9f5a4248-aecd-474c-afdf-72f78f4f676d") - ) - (wire - (pts - (xy 102.87 104.14) (xy 91.44 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9fb1d47e-71dd-4507-86d9-b2e229707936") - ) - (wire - (pts - (xy 245.11 148.59) (xy 245.11 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a0f02841-2b89-4c65-879f-a8e8321cfc74") - ) - (wire - (pts - (xy 78.74 66.04) (xy 64.77 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a29f79df-e8e5-4440-a013-4b73f4d389c8") - ) - (wire - (pts - (xy 173.99 66.04) (xy 189.23 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a3809b33-60cd-450b-9f6e-d2930df5b2a0") - ) - (wire - (pts - (xy 204.47 83.82) (xy 204.47 67.31) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a42f2366-86ae-4628-8aa1-b953c72a8a57") - ) - (wire - (pts - (xy 46.99 58.42) (xy 46.99 59.69) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a6b4fade-1df7-4f01-9a32-583c1d27ce7f") - ) - (wire - (pts - (xy 110.49 156.21) (xy 116.84 156.21) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "a79f4ab8-2844-4480-8179-6d71ac2d4965") - ) - (wire - (pts - (xy 213.36 132.08) (xy 215.9 132.08) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "aa29cb55-af11-425a-b4e9-f53688ace325") - ) - (wire - (pts - (xy 233.68 104.14) (xy 227.33 104.14) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "acc6f84b-fa4c-4606-b246-9f69b431f362") - ) - (wire - (pts - (xy 173.99 91.44) (xy 187.96 91.44) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b087c1de-0903-4dbe-83c3-9f19dc184a41") - ) - (wire - (pts - (xy 147.32 156.21) (xy 149.86 156.21) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b0e18637-e5f4-4143-9525-d4bf50d98641") - ) - (wire - (pts - (xy 54.61 44.45) (xy 54.61 41.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b0fd77af-e6b3-4625-b3ac-6d5c32c565eb") - ) - (wire - (pts - (xy 73.66 22.86) (xy 73.66 21.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b13926a4-385f-4485-931c-2600b6dd7667") - ) - (wire - (pts - (xy 147.32 140.97) (xy 149.86 140.97) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b3d11353-3206-4c6d-b574-d8efbe5c75fc") - ) - (wire - (pts - (xy 189.23 66.04) (xy 189.23 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b49507cb-989b-4949-a162-39afc2fc74ac") - ) - (wire - (pts - (xy 110.49 151.13) (xy 116.84 151.13) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b6fe1968-4300-4243-ae3d-9e83fde277ee") - ) - (wire - (pts - (xy 54.61 41.91) (xy 50.8 41.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b829c206-cc00-4143-b0d6-e2195dd91c65") - ) - (wire - (pts - (xy 260.35 140.97) (xy 257.81 140.97) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b86f1363-deda-4cea-879f-04c19dee47cd") - ) - (wire - (pts - (xy 64.77 66.04) (xy 64.77 59.69) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b8bf3d52-106f-437f-a9dd-51fadb52d35e") - ) - (wire - (pts - (xy 173.99 88.9) (xy 187.96 88.9) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b8fe9fa3-6e0a-48e8-9b53-1673941ff824") - ) - (wire - (pts - (xy 73.66 30.48) (xy 73.66 31.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b94185d4-e9ce-4cd9-b5cd-8dd99484bc2f") - ) - (wire - (pts - (xy 102.87 96.52) (xy 88.9 96.52) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bac026b6-fa81-4192-a13b-ddc58eb34f3e") - ) - (wire - (pts - (xy 85.09 19.05) (xy 85.09 91.44) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "badb546f-67a4-4337-bc04-83245d69652d") - ) - (wire - (pts - (xy 240.03 109.22) (xy 227.33 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bb8d4621-7c9d-4627-9349-468c72232ebc") - ) - (wire - (pts - (xy 71.12 48.26) (xy 71.12 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bc0ea95d-973c-47e9-9c5b-5d247bd27138") - ) - (wire - (pts - (xy 147.32 161.29) (xy 149.86 161.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bd8bfc81-23a2-4e82-a379-700c4769ab56") - ) - (wire - (pts - (xy 91.44 109.22) (xy 219.71 109.22) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bdcce1a1-b296-4008-8618-8769b6b71c63") - ) - (wire - (pts - (xy 86.36 86.36) (xy 102.87 86.36) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c59868ed-9dfd-41d4-b5bf-28fe90a2f324") - ) - (wire - (pts - (xy 181.61 148.59) (xy 184.15 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c8be0e40-44e7-4445-85ea-2d73a9ee741f") - ) - (wire - (pts - (xy 147.32 143.51) (xy 149.86 143.51) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c8c0b34a-d9ea-4011-ab69-873ddcf0c732") - ) - (wire - (pts - (xy 52.07 139.7) (xy 52.07 137.16) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c95d8400-6286-4cc4-b3c8-4d3b632553fb") - ) - (wire - (pts - (xy 181.61 148.59) (xy 175.26 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cd0aecf1-de03-4604-9b68-575cfdcdaf31") - ) - (wire - (pts - (xy 41.91 163.83) (xy 41.91 149.86) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cdfbd752-2d81-4e2f-93d2-a4599642f187") - ) - (wire - (pts - (xy 52.07 166.37) (xy 71.12 166.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cfeeca05-35dc-4bec-960b-0df61c95c52a") - ) - (wire - (pts - (xy 147.32 163.83) (xy 149.86 163.83) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d0fdfc70-9789-4b11-8e9b-65b313e55db4") - ) - (wire - (pts - (xy 38.1 57.15) (xy 41.91 57.15) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d2bbba9c-c1a6-44d0-be14-eaf41cd38c6d") - ) - (wire - (pts - (xy 86.36 101.6) (xy 86.36 118.11) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d3fa1999-844d-4e07-ba65-e180bc70d579") - ) - (wire - (pts - (xy 41.91 57.15) (xy 41.91 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d7a6a86f-7b93-4602-b4c6-6bf5c53cb1e7") - ) - (wire - (pts - (xy 58.42 49.53) (xy 54.61 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d867d334-21d8-4b6d-a38e-4dbf786c0c33") - ) - (wire - (pts - (xy 173.99 68.58) (xy 193.04 68.58) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "da5a9da9-b445-4827-b01e-38d2dd236ef5") - ) - (wire - (pts - (xy 208.28 69.85) (xy 208.28 96.52) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "db6e9d04-2dd9-415e-82e7-34e991470e25") - ) - (wire - (pts - (xy 62.23 71.12) (xy 74.93 71.12) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "dc6dc032-f998-4b1b-a63b-5baaa8ad8738") - ) - (wire - (pts - (xy 83.82 20.32) (xy 62.23 20.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "dec365cf-b051-464d-86a4-d345178450c2") - ) - (wire - (pts - (xy 85.09 19.05) (xy 50.8 19.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e03a7694-22a6-463e-b994-b4d4258c456b") - ) - (wire - (pts - (xy 173.99 78.74) (xy 198.12 78.74) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e227813e-c731-4304-88b3-ca4e5086e1a8") - ) - (wire - (pts - (xy 68.58 49.53) (xy 66.04 49.53) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e23e5cc1-c321-4e59-a5c3-d2143cdb519b") - ) - (wire - (pts - (xy 201.93 143.51) (xy 201.93 144.78) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e26be24d-fd25-47da-a421-6acf126e88ac") - ) - (wire - (pts - (xy 191.77 137.16) (xy 194.31 137.16) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e5bb5505-b41c-432e-8515-ad92664b0e2c") - ) - (wire - (pts - (xy 110.49 148.59) (xy 116.84 148.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e74d0c70-34e8-4e1e-8d21-fdbea03dfed3") - ) - (wire - (pts - (xy 173.99 71.12) (xy 195.58 71.12) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e9b02c42-cc71-43b2-9694-b42b28638080") - ) - (wire - (pts - (xy 245.11 140.97) (xy 245.11 134.62) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "eb63ae61-32cd-4dda-8401-d919ddd66c2b") - ) - (wire - (pts - (xy 147.32 173.99) (xy 149.86 173.99) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ecfdd431-fb29-493b-99ea-9a8607744af9") - ) - (wire - (pts - (xy 83.82 93.98) (xy 102.87 93.98) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "eef85d06-54d9-4340-9d11-947e5e0966cf") - ) - (wire - (pts - (xy 76.2 73.66) (xy 76.2 68.58) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "efde3372-b3a7-4f6f-ba6d-7075bee8edea") - ) - (wire - (pts - (xy 191.77 142.24) (xy 194.31 142.24) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f2568879-ba99-431f-bf93-fb02c57a8e0e") - ) - (wire - (pts - (xy 68.58 59.69) (xy 68.58 58.42) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f3f76533-c247-4b35-bcd7-1b5f04993277") - ) - (wire - (pts - (xy 49.53 83.82) (xy 49.53 85.09) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f76008f3-eab4-4eec-b93e-8fd85c602d9b") - ) - (wire - (pts - (xy 74.93 71.12) (xy 74.93 81.28) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f8cf4f54-b278-456f-aa05-37467e16540b") - ) - (wire - (pts - (xy 210.82 72.39) (xy 210.82 99.06) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fdbe2205-d5d3-4f7c-8882-f5b794002afb") - ) - (wire - (pts - (xy 82.55 21.59) (xy 73.66 21.59) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fddbb845-46e6-47a4-94d7-750b7da58831") - ) - (text "Temperature meassurement is optional.\nWill be used to determinate corelation between \nsensor output and temperature." - (exclude_from_sim no) - (at 15.24 194.31 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "1ff0841a-fa3f-4254-952c-80f4d8825003") - ) - (text "1. Vcapp = 470n ... 3300n\n2. Only one signal will be selected for meassurement by STM8s ADC at a time.\nThis will be done in software." - (exclude_from_sim no) - (at 162.56 27.94 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "4eee884b-25e0-44a5-aba0-64e4bcc67a63") - ) - (text "USB is used only as power supply.\nCollected data can be obtained via UART." - (exclude_from_sim no) - (at 170.18 162.56 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "5acedc6b-2c03-4c80-b8a5-883217bc7f5b") - ) - (text "SWIM connector for \ndebug and programming." - (exclude_from_sim no) - (at 238.76 162.56 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "ae6c21b2-81f2-4f86-b2a3-f16b25423ab7") - ) - (text "It is possible to unplug STM8 and connect custom made\nPCB using this socket, so its possible to change/upgrade\nmicrocontroller without need to redesign whole PCB. " - (exclude_from_sim no) - (at 90.17 191.77 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "d915cb28-cf5f-46d7-9e82-faa596428430") - ) - (label "STM8_1_1" - (at 116.84 140.97 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "019df64f-c9dd-4cf6-9b57-7b12947b8863") - ) - (label "STM8_1_25" - (at 176.53 83.82 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "16768a9b-8073-4647-99cb-4893d1100f03") - ) - (label "STM8_1_23" - (at 147.32 163.83 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "18c12bde-4bc7-407d-9cbc-1594cd53f368") - ) - (label "STM8_1_27" - (at 176.53 78.74 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "1aea1e61-5a7c-4e3d-830d-a45652f5fc24") - ) - (label "STM8_1_11" - (at 91.44 91.44 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "1cd90ed7-e864-4d7f-a80a-6dd4e4021b2e") - ) - (label "STM8_1_28" - (at 176.53 76.2 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "1d78925c-ef25-4fa3-9411-c4b23c654174") - ) - (label "STM8_1_27" - (at 147.32 153.67 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "1e6f4f8a-2670-4312-8dff-29eeb37f309b") - ) - (label "STM8_1_10" - (at 91.44 88.9 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "24f7fdf5-8808-47e3-856c-a62794d3b976") - ) - (label "STM8_1_4" - (at 116.84 148.59 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "3be3f323-4a95-4cb6-8156-3c1e3d30c52f") - ) - (label "THERMISTOR_VOLTAGE_MEASSURE_VALUE" - (at 71.12 166.37 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "3c63cb9d-5e4c-478d-82ed-b746351c5542") - ) - (label "STM8_1_24" - (at 147.32 161.29 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "3f3e99be-3a90-4c6b-ac0b-dc7c8276a9dc") - ) - (label "STM8_1_22" - (at 176.53 91.44 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "41168f70-e96c-47a2-8177-55242c399622") - ) - (label "STM8_1_11" - (at 116.84 166.37 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "416a88cf-7c01-4513-8c58-84cdde2e867a") - ) - (label "STM8_1_29" - (at 176.53 73.66 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "4f443fc8-e81a-4d40-982e-029d5242a27d") - ) - (label "STM8_1_8" - (at 91.44 83.82 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "51470917-c10d-43e4-b1e1-8722fb1569f9") - ) - (label "STM8_1_6" - (at 91.44 78.74 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "55822f60-8558-46bb-9506-5a417cc7adaa") - ) - (label "STM8_1_25" - (at 147.32 158.75 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "55910579-253b-4847-a5cf-5309e04a0762") - ) - (label "STM8_1_12" - (at 116.84 168.91 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "57ef75ea-5152-42e3-8463-2c95c216652a") - ) - (label "STM8_1_23" - (at 176.53 88.9 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "5b5907d5-67a7-4781-b661-104cd227396a") - ) - (label "STM8_1_16" - (at 91.44 104.14 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "5be40a51-e40a-49b1-9a20-1ff72a734492") - ) - (label "STM8_1_30" - (at 147.32 146.05 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "5ebc80e8-5abf-4c9d-9e2d-1d0278251563") - ) - (label "STM8_1_21" - (at 176.53 93.98 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "5f5fb2bd-e12e-4fac-90c4-a933f02a9e51") - ) - (label "STM8_1_9" - (at 116.84 161.29 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "6037acb8-4835-47cb-abf4-5d9fc4ce9b22") - ) - (label "THERMISTOR_VOLTAGE_MEASSURE_ENA" - (at 22.86 168.91 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "67978661-2159-4ea7-b826-5d6907de1492") - ) - (label "STM8_1_19" - (at 147.32 173.99 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "6d86feb7-a35d-4b5e-aa2f-8862e65e9bdb") - ) - (label "STM8_1_7" - (at 91.44 81.28 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "6e4cb3b2-8920-418b-ba81-96872bc83132") - ) - (label "STM8_1_20" - (at 176.53 96.52 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "709acc52-5935-47d0-b9fc-838629a86447") - ) - (label "STM8_1_15" - (at 116.84 176.53 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "7142b16f-16ca-48db-bbf4-f3dc431cf53d") - ) - (label "STM8_1_12" - (at 91.44 93.98 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "72ae4b14-aeea-4326-93f9-bc3ddce612e9") - ) - (label "STM8_1_24" - (at 176.53 86.36 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "74bda3ba-4c2e-49db-8572-13c929360ed3") - ) - (label "STM8_1_26" - (at 176.53 81.28 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "74e31c7a-b002-45a0-a68b-5bd130023920") - ) - (label "STM8_1_17" - (at 176.53 104.14 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "76ec6dba-c70c-43db-a034-44fad1087e38") - ) - (label "THERMISTOR_VOLTAGE_MEASSURE_VALUE" - (at 50.8 39.37 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "79130c22-04d4-4237-9cda-19d7a2467e2b") - ) - (label "STM8_1_19" - (at 176.53 99.06 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "799ea8ec-3ee8-4074-9efe-624797b05cf3") - ) - (label "STM8_1_10" - (at 116.84 163.83 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "7cabac8a-e6b5-4428-972b-910e41187df8") - ) - (label "STM8_1_32" - (at 147.32 140.97 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "7d7c35c6-b081-44d6-8e52-d78ae6de5459") - ) - (label "STM8_1_6" - (at 245.11 143.51 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "7e818188-ea2c-42e2-8011-74ab7ac40272") - ) - (label "STM8_1_4" - (at 91.44 73.66 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "7e9c1297-5081-4571-897b-c6cb7661277c") - ) - (label "STM8_1_2" - (at 116.84 143.51 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "840fd09f-368a-4cae-8377-7b46ccc8e381") - ) - (label "STM8_1_26" - (at 147.32 156.21 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "84f45eeb-b206-4507-9356-8ed46cbfa66e") - ) - (label "STM8_1_15" - (at 91.44 101.6 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "8f5e2c02-1527-4061-af99-684a105ba6db") - ) - (label "STM8_1_32" - (at 176.53 66.04 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "934a7f8a-15d0-457a-9d98-83f793a33264") - ) - (label "STM8_1_16" - (at 116.84 179.07 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "93a7efb4-f982-4f4f-8942-a480897c3999") - ) - (label "STM8_1_31" - (at 147.32 143.51 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "9cc1fdb6-94b6-47e2-afc9-77af07a9f973") - ) - (label "STM8_1_22" - (at 147.32 166.37 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "a4c6f50d-31ce-4256-9e85-883dafbd6709") - ) - (label "STM8_1_21" - (at 147.32 168.91 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "a5f3567b-8016-42d5-a1db-4f6c9c23f3f4") - ) - (label "STM8_1_13" - (at 91.44 96.52 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "ab5f66e0-1a61-48e8-9a28-f8f5519f20ea") - ) - (label "STM8_1_20" - (at 147.32 171.45 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "b52bb2be-39c4-4c95-8d85-91ea6a0ca846") - ) - (label "STM8_1_18" - (at 176.53 101.6 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "b76a4a6f-5321-455c-8c2d-356e3f056214") - ) - (label "STM8_1_30" - (at 176.53 71.12 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "c20357ef-0e57-4562-9180-b5062659b0a0") - ) - (label "STM8_1_18" - (at 147.32 176.53 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "c4822c95-ec40-4f3d-be70-626d8a4d947e") - ) - (label "STM8_1_17" - (at 147.32 179.07 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "c910559b-62ff-42d1-a7e3-9191430ca7b3") - ) - (label "STM8_1_31" - (at 176.53 68.58 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "cafc6cc3-118a-42a7-820a-8e2f2aa3d06e") - ) - (label "STM8_1_14" - (at 91.44 99.06 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "ce5c34c3-f039-4739-8fe0-fc95f7da99b2") - ) - (label "STM8_1_13" - (at 116.84 171.45 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "d52e34ab-bdf3-46b1-873a-9de03ad6b0ac") - ) - (label "STM8_1_28" - (at 147.32 151.13 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "ddccbec2-e625-4644-b5dc-cdafea602686") - ) - (label "STM8_1_29" - (at 147.32 148.59 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "e06cac0b-c2c5-4d70-b0be-6e9a12c9e31c") - ) - (label "STM8_1_3" - (at 116.84 146.05 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "e55044f8-9da0-445b-a3da-3d6c9b15b1b8") - ) - (label "STM8_1_31" - (at 245.11 146.05 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "eef7802f-a398-4da7-8a84-6a35e7552ff7") - ) - (label "STM8_1_3" - (at 91.44 71.12 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f13a3552-cc73-4e9b-b940-65234d0099c8") - ) - (label "THERMISTOR_VOLTAGE_MEASSURE_ENA" - (at 220.98 54.61 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f317e113-d8db-4f75-b733-035f23e6459f") - ) - (label "STM8_1_14" - (at 116.84 173.99 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f55729c6-2e53-45b2-91a3-b4ff4eb8998c") - ) - (label "STM8_1_1" - (at 91.44 66.04 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f5e6a970-1cec-4a06-9977-5f35f540fa83") - ) - (label "STM8_1_2" - (at 91.44 68.58 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f677209e-60b7-4061-b4a0-79558a5749c6") - ) - (label "STM8_1_9" - (at 91.44 86.36 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "fbf4d1b9-1831-41d1-adb4-913f51e8292c") - ) - (global_label "SCL" - (shape output) - (at 245.11 104.14 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "18e2549f-48f0-4728-a1f5-23cf6284ec9e") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "BATTERY_MEASSURE_VALUE" - (shape input) - (at 50.8 41.91 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "1f4a7456-4831-4744-9f5a-98f9c07b6f1c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "BUZZER" - (shape output) - (at 214.63 74.93 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "27985cbc-5893-4642-bb02-f7e06d1132a7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "CHAMBER_VOLTAGE_MEASSURE_ENA" - (shape output) - (at 213.36 64.77 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "32939fee-37bb-482f-8096-fe064e9f33ca") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_DOWN" - (shape input) - (at 213.36 69.85 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "6b3c5955-6e35-4952-9411-b181f1db2845") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "CHAMBER_VOLTAGE_MEASSURE_VALUE" - (shape input) - (at 50.8 44.45 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "6f04f412-9121-433e-bdf7-d32e545b12bd") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_UP" - (shape input) - (at 213.36 72.39 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "76cc4bfe-becf-4077-9838-6408d9759265") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_RIGHT" - (shape input) - (at 220.98 59.69 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "7cea20c6-ec00-4134-908e-1737cb366a63") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "R_PHOTO_VOLTAGE_MEASSURE_VALUE" - (shape input) - (at 52.07 46.99 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "964798b9-dd2a-474a-9df4-891b5caf1878") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "SDA" - (shape bidirectional) - (at 245.11 109.22 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "a4560347-324b-4372-85f4-ef7e850f380e") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "BATTERY_MEASSURE_ENA" - (shape output) - (at 213.36 62.23 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "e18a84dd-f367-4831-92bd-21d75fc1d03d") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "R_PHOTO_VOLTAGE_MEASSURE_ENA" - (shape output) - (at 213.36 67.31 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "ec3168c8-dfaa-4f71-b8e8-3f484304e56a") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_LEFT" - (shape input) - (at 220.98 57.15 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "fcbce8d0-24ee-4803-a72e-d608d6c7f2e7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 233.68 99.06 0) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00005d10fb73") - (property "Reference" "R8" - (at 231.902 97.8916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "4k7" - (at 231.902 100.203 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 231.902 99.06 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 233.68 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 233.68 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C25900" - (at 233.68 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "56f159d6-8a98-445f-84d5-7056db6b74d7") - ) - (pin "2" - (uuid "dac3c174-b8f6-4065-b296-8e4e2f086725") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R8") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 240.03 99.06 0) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00005d11026f") - (property "Reference" "R7" - (at 241.7826 97.8916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "4k7" - (at 241.7826 100.203 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 238.252 99.06 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 240.03 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 240.03 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C25900" - (at 240.03 99.06 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "69b7a772-62dc-4e9f-952b-3792f11d069e") - ) - (pin "2" - (uuid "196e5725-76fa-45d5-97bc-79ffa8e8c9eb") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 233.68 93.98 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00005d11035b") - (property "Reference" "#PWR010" - (at 233.68 97.79 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 236.22 91.44 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 233.68 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 233.68 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 233.68 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "1fb5a35e-086d-40b8-bcc8-7899685996f9") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR010") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 240.03 93.98 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00005d110867") - (property "Reference" "#PWR09" - (at 240.03 97.79 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 242.57 91.44 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 240.03 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 240.03 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 240.03 93.98 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "67f77e18-07fa-4e17-ab67-a5b9fef43ffe") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR09") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Thermistor") - (at 52.07 172.72 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060e68270") - (property "Reference" "TH1" - (at 54.737 171.5516 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Thermistor" - (at 54.737 173.863 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 52.07 172.72 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 52.07 172.72 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 52.07 172.72 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "b008729f-22db-4e8f-848e-ebe8394c24e8") - ) - (pin "2" - (uuid "6eabb9ea-2da1-4e84-9679-8aa1392dde01") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "TH1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "IonizationChamber:STM8S105K4B6") - (at 137.16 64.77 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f33676") - (property "Reference" "U5" - (at 138.43 60.325 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "STM8S105K4B6" - (at 138.43 62.6364 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "IonizationChamber:DIP-32_400_ELL" - (at 137.16 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "https://www.farnell.com/datasheets/1973125.pdf" - (at 137.16 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 137.16 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "5274517f-e098-40ae-8bc8-0e0a1b129e15") - ) - (pin "10" - (uuid "595a655d-febf-40e4-981a-8d8659473b05") - ) - (pin "11" - (uuid "f8fe8e0e-7b5a-4cc0-9545-5bda43a6ff27") - ) - (pin "12" - (uuid "f5e6d49b-a632-48e6-b4c8-ca50cdfdbe15") - ) - (pin "13" - (uuid "36cb5095-81ce-447f-a3f4-fca6c0cab2f7") - ) - (pin "14" - (uuid "809936b7-c96d-445b-8225-70335d947a1f") - ) - (pin "15" - (uuid "33da8bf7-cd1e-4579-9218-1bc095177a83") - ) - (pin "16" - (uuid "593fcf47-4ff2-4d7e-baab-2216f80f6e9f") - ) - (pin "17" - (uuid "cb5a6b8e-3479-408d-abe8-956337844685") - ) - (pin "18" - (uuid "115b2dc4-0538-4bbf-9b68-504844a1c8e5") - ) - (pin "19" - (uuid "b749eddf-f3ec-4769-8074-6842a58c4e7e") - ) - (pin "2" - (uuid "57177f41-0b79-42b9-9fb0-cc20587baa06") - ) - (pin "20" - (uuid "4218902a-5d31-4de5-8e3f-dfede8cadcbc") - ) - (pin "21" - (uuid "ac673358-4026-42d5-805d-2392dc65b302") - ) - (pin "22" - (uuid "f3922758-08f5-403e-a47b-569645ec383c") - ) - (pin "23" - (uuid "15dd133e-0627-44ed-9155-6398442338cf") - ) - (pin "24" - (uuid "f3b0e04f-090f-4860-9196-b1d0d9f475fa") - ) - (pin "25" - (uuid "df029a54-db6b-48f0-a523-3c339cdbf459") - ) - (pin "26" - (uuid "0787e73f-635e-4698-93d6-3a8d7d84817e") - ) - (pin "27" - (uuid "3f3aeef4-2c82-407e-adb1-7ba45d153432") - ) - (pin "28" - (uuid "dcc1648f-9ce7-4e76-b520-b93105ec9d93") - ) - (pin "29" - (uuid "11e9d3f0-43cc-41a7-83e2-e1cee868b213") - ) - (pin "3" - (uuid "f7de25ce-8202-41b6-b2ad-dc628e693d3b") - ) - (pin "30" - (uuid "92af7a5b-a4e3-413a-8fe4-895e1c616a21") - ) - (pin "31" - (uuid "24952849-724a-4c40-8c20-b180b8d9d76f") - ) - (pin "32" - (uuid "3e525506-868e-450e-9a68-5eb76e442a21") - ) - (pin "4" - (uuid "ecb5aa24-e777-4378-a0ec-a25f044be948") - ) - (pin "5" - (uuid "ecfcf536-6d4a-4e6e-a3e7-131edf084e5e") - ) - (pin "6" - (uuid "2001e1be-8982-4342-828b-6861dcd0efa8") - ) - (pin "7" - (uuid "db16b7fd-fccf-4961-8487-10e762934bdf") - ) - (pin "8" - (uuid "1bc1fec9-bc6b-460a-ac99-d533665ef3d0") - ) - (pin "9" - (uuid "f234c9f6-1c49-4d49-852f-8c3594010068") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "U5") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 223.52 104.14 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f5caff") - (property "Reference" "R29" - (at 223.52 98.8822 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100R" - (at 223.52 101.1936 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 223.52 102.362 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 223.52 104.14 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 223.52 104.14 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17408" - (at 223.52 104.14 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2eebf206-4ef8-40d1-a369-142a00789c5e") - ) - (pin "2" - (uuid "50b5408c-f8d9-43f9-96f7-06db458e240d") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R29") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 223.52 109.22 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f647ef") - (property "Reference" "R30" - (at 223.52 112.141 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "100R" - (at 223.52 114.4524 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 223.52 107.442 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 223.52 109.22 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 223.52 109.22 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17408" - (at 223.52 109.22 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "53fdb75b-e16c-41d2-b8a6-1a00f8b082b5") - ) - (pin "2" - (uuid "09706160-7577-457e-87b4-5f466e0d1c3e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R30") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 66.04 113.03 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f834ce") - (property "Reference" "C22" - (at 63.119 111.8616 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "470n" - (at 63.119 114.173 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 67.0052 116.84 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 66.04 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 66.04 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "06314c91-da8b-438b-9b97-6421e802e3fe") - ) - (pin "2" - (uuid "63b5931a-72a3-4874-9a75-7f18d3ab4ee8") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C22") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 66.04 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f8e3bf") - (property "Reference" "#PWR047" - (at 66.04 124.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 66.167 122.5042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 66.04 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 66.04 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 66.04 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "b71ff567-df37-404c-9a7a-16fa12dc608d") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR047") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 73.66 113.03 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f9758d") - (property "Reference" "C23" - (at 73.66 107.95 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "470n" - (at 73.66 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 74.6252 116.84 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 73.66 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 73.66 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a7c1a18a-6e35-42e4-8cfb-95a3a749e03e") - ) - (pin "2" - (uuid "0f2bc20a-112b-4719-9f69-e3a77d20ce21") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C23") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 73.66 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060f97593") - (property "Reference" "#PWR048" - (at 73.66 124.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 73.787 122.5042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 73.66 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 73.66 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 73.66 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "20ad8317-67ec-4f7a-9cdc-c52bde662636") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR048") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:Conn_01x16_Female") - (at 154.94 158.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060fcc735") - (property "Reference" "J2" - (at 144.78 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Conn_01x16_Female" - (at 137.16 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x16_P2.54mm_Vertical" - (at 154.94 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 154.94 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 154.94 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "1d69c657-7afa-44f2-b2e6-a60dba409911") - ) - (pin "10" - (uuid "e3a8f028-e31b-406a-a8c6-80231cf36b7d") - ) - (pin "11" - (uuid "e6c459f3-3b40-4fcd-b0d4-1e21777bd143") - ) - (pin "12" - (uuid "2b8855a8-3351-4ef7-8dd3-fc60344e2e98") - ) - (pin "13" - (uuid "1780ce46-17bf-4dba-b773-c3de136db885") - ) - (pin "14" - (uuid "383e7a07-ae49-4734-9213-c72c8d0e6fe4") - ) - (pin "15" - (uuid "c8689849-4e02-47d6-8ae5-d5eb63ffb00b") - ) - (pin "16" - (uuid "7b2a4822-2175-49bc-a105-ddf2a8cc37d2") - ) - (pin "2" - (uuid "3bbd7ed3-8d64-4979-9e84-a0c5eaf3ad57") - ) - (pin "3" - (uuid "76a4be21-273c-4811-a745-fcf6b4f717e5") - ) - (pin "4" - (uuid "dc0ce08e-4f67-4d59-829c-33cacd25e9f4") - ) - (pin "5" - (uuid "3ad8a31f-582f-4747-939d-dd0199bc4384") - ) - (pin "6" - (uuid "766ae684-8c4c-4fd7-9148-da384f12aa62") - ) - (pin "7" - (uuid "e40e0b33-b967-4ca8-84f0-d8e022a43e40") - ) - (pin "8" - (uuid "c7ee817b-10e2-4872-8cce-d922ff8fdf24") - ) - (pin "9" - (uuid "f2b6110d-58f8-470a-b5c8-467a0db1724e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "J2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 81.28 113.03 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ffd6f5") - (property "Reference" "C24" - (at 81.28 107.95 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100n" - (at 81.28 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 82.2452 116.84 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 81.28 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 81.28 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 81.28 113.03 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d368f4e6-3cf3-4f53-be65-c61c71f4977b") - ) - (pin "2" - (uuid "6b9bfc74-b7fa-4de7-b5a6-40053e18bb97") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C24") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 81.28 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000060ffd6fb") - (property "Reference" "#PWR049" - (at 81.28 124.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 81.407 122.5042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 81.28 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 81.28 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 81.28 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "74f689e0-b0be-4379-adf6-966343dd9c18") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR049") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:Conn_01x16_Female") - (at 105.41 158.75 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061011172") - (property "Reference" "J1" - (at 115.57 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Conn_01x16_Female" - (at 124.46 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x16_P2.54mm_Vertical" - (at 105.41 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 105.41 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 105.41 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2e56c6b7-35f8-47ca-99fd-f9864b6a2fc4") - ) - (pin "10" - (uuid "a9d01cea-3c32-469e-86ce-834604e2b1f2") - ) - (pin "11" - (uuid "39143e0f-a2c7-409d-94e5-10581164897e") - ) - (pin "12" - (uuid "e8c676ad-e820-48b3-b545-0b866e473337") - ) - (pin "13" - (uuid "fea8d224-b7a5-408e-b8ac-89a9609a863f") - ) - (pin "14" - (uuid "f863ddb2-7cfc-471c-b36f-cec748ad5ebe") - ) - (pin "15" - (uuid "cd0d0cbf-e389-4de6-9a36-61fa3c566eea") - ) - (pin "16" - (uuid "729e8088-24b7-455e-a7de-7e9a6426fcf3") - ) - (pin "2" - (uuid "cac00b4a-69f8-47b7-b743-a1bcd8e2e4c2") - ) - (pin "3" - (uuid "275be3f7-c38b-4df5-adcd-948391a88a46") - ) - (pin "4" - (uuid "3c290cfd-4286-4874-aa9e-21d2bf3d3461") - ) - (pin "5" - (uuid "f9aed871-8e7e-4d4a-ac9f-2b03b6459c2e") - ) - (pin "6" - (uuid "5252c3b3-78fa-41c3-a2db-e328d7502aef") - ) - (pin "7" - (uuid "bbfdf9de-4dfb-46fc-816b-c261294f561f") - ) - (pin "8" - (uuid "1da91d6a-a317-464a-b441-6a01e3f539b7") - ) - (pin "9" - (uuid "b343319d-6a4d-424b-a9a2-cdf17fdda4fb") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "J1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Crystal") - (at 62.23 77.47 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000610f50e3") - (property "Reference" "Y1" - (at 65.5574 76.3016 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Crystal" - (at 65.5574 78.613 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Crystal:Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering" - (at 62.23 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 62.23 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 62.23 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6b97332e-429f-4592-bcee-e4144c079ab6") - ) - (pin "2" - (uuid "372a62ca-3673-4511-8ae2-f8d85226d7a2") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "Y1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 55.88 71.12 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000610f5d58") - (property "Reference" "C16" - (at 55.88 64.7192 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "22p" - (at 55.88 67.0306 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 52.07 72.0852 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 55.88 71.12 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 55.88 71.12 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "bb1f7968-9682-4c41-8939-736dc0d7eac9") - ) - (pin "2" - (uuid "f4282111-1bb7-4a0e-abde-6aed2d39a6a0") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C16") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 55.88 83.82 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000610fb1a7") - (property "Reference" "C17" - (at 55.88 77.4192 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "22p" - (at 55.88 79.7306 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 52.07 84.7852 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 55.88 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 55.88 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8fb2020f-cd4e-492c-903e-1170115ca2e1") - ) - (pin "2" - (uuid "1c525ec7-fff2-423e-8200-93b0e3014125") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C17") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 49.53 85.09 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611119b7") - (property "Reference" "#PWR033" - (at 49.53 91.44 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 46.99 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 49.53 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 49.53 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 49.53 85.09 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "168e3628-fc9d-4535-8990-3f92f234690f") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR033") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 48.26 72.39 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061115d60") - (property "Reference" "#PWR06" - (at 48.26 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 48.387 76.7842 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 48.26 72.39 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 48.26 72.39 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 48.26 72.39 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2db3ebd6-639f-4073-876f-6c9e8c303620") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR06") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 62.23 49.53 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006112499d") - (property "Reference" "R28" - (at 62.23 44.2722 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TBD" - (at 62.23 46.5836 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 62.23 47.752 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 62.23 49.53 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 62.23 49.53 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e781005b-4d97-4f81-804b-84df987ca594") - ) - (pin "2" - (uuid "2527cce3-c8c4-4f04-a20b-8241e63ee0f7") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R28") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 68.58 54.61 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006112c8f0") - (property "Reference" "C21" - (at 71.501 53.4416 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TBD" - (at 71.501 55.753 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 69.5452 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 68.58 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 68.58 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d8e10e8f-caf1-453c-9f7c-ca919e2cca66") - ) - (pin "2" - (uuid "ed158987-8239-481c-8d88-d1370d3a48a1") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C21") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 68.58 59.69 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611487c6") - (property "Reference" "#PWR045" - (at 68.58 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 68.707 64.0842 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 68.58 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 68.58 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 68.58 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f8143532-2e6a-440e-94df-a6c14e3e6b24") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR045") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Jumper:Jumper_2_Open") - (at 33.02 57.15 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611bedca") - (property "Reference" "JP3" - (at 33.02 51.181 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Jumper_2_Open" - (at 33.02 53.4924 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (at 33.02 57.15 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 33.02 57.15 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 33.02 57.15 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "af64c283-408f-496f-9a45-94fc1be56bd9") - ) - (pin "2" - (uuid "377bb7f4-62b2-4edc-83fd-517bf5e00499") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "JP3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 46.99 58.42 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d45bc") - (property "Reference" "TP12" - (at 45.72 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 43.18 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 52.07 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 52.07 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 46.99 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4719e25f-6380-497c-b636-90d0b44f2c4c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "TP12") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 41.91 144.78 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d6e9a") - (property "Reference" "R19" - (at 40.1574 143.6116 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TBD" - (at 40.1574 145.923 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 43.688 144.78 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 41.91 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 41.91 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "07838115-2509-470a-a35e-3d72bd7a5dcf") - ) - (pin "2" - (uuid "ba57b985-a8b2-47b8-93d0-c20e53d96e38") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R19") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_NMOS_GDS") - (at 39.37 168.91 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d6ea0") - (property "Reference" "Q7" - (at 34.29 173.99 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 27.94 176.53 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 44.45 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 39.37 168.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 39.37 168.91 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "aeba9708-7899-41b5-99f6-f5c19b831c3f") - ) - (pin "2" - (uuid "3d50cffc-4a47-48ae-b8d1-d3746bb0b360") - ) - (pin "3" - (uuid "5a3c3061-1568-425f-9dfb-9e0b6717772b") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "Q7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_PMOS_GDS") - (at 49.53 149.86 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d6ea6") - (property "Reference" "Q6" - (at 54.737 148.6916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 54.737 151.003 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 54.61 147.32 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 49.53 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 49.53 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "67bead04-5058-4fb8-8f4f-ac0759ab0c47") - ) - (pin "2" - (uuid "cce1ea7f-35c4-4a2e-b127-6b2f219e7f38") - ) - (pin "3" - (uuid "9aafd611-48c7-4a93-8e96-d46e2f36aaaa") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "Q6") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 41.91 179.07 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d6eac") - (property "Reference" "#PWR035" - (at 41.91 185.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 42.037 183.4642 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 41.91 179.07 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 41.91 179.07 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 41.91 179.07 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "ed203910-a3f6-4501-b22b-789dad72db43") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR035") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 52.07 160.02 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d6eb2") - (property "Reference" "R20" - (at 53.848 158.8516 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "TBD" - (at 53.848 161.163 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 53.848 160.02 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 52.07 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 52.07 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "374fa5ad-b3b7-40a7-99fe-2ef397b27abc") - ) - (pin "2" - (uuid "00a0b83b-ffe1-43bc-9617-a273b8e2608d") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "R20") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 52.07 179.07 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611d6eb8") - (property "Reference" "#PWR036" - (at 52.07 185.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 52.197 183.4642 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 52.07 179.07 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 52.07 179.07 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 52.07 179.07 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "87bc8547-3223-4b41-9888-385fce2791ba") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR036") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 55.88 58.42 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000611dca72") - (property "Reference" "TP13" - (at 54.61 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 52.07 53.34 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 60.96 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 60.96 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 55.88 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e58cbdc3-63e8-4b7f-8783-48db24cbb553") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "TP13") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 41.91 54.61 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006120d95e") - (property "Reference" "#PWR044" - (at 41.91 58.42 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 43.18 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 41.91 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 41.91 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 41.91 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e51a3e4a-a539-4285-8be9-f290d1c8bc9e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR044") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 27.94 66.04 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006126d1ce") - (property "Reference" "#PWR046" - (at 27.94 72.39 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 28.067 70.4342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 27.94 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 27.94 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 27.94 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f5aac47c-9617-4d7e-acf7-0aff61ca0344") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR046") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 86.36 118.11 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612b8f9d") - (property "Reference" "#PWR050" - (at 86.36 124.46 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 86.487 122.5042 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 86.36 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 86.36 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 86.36 118.11 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "bc116c3a-ddea-4f4a-ad66-91388decc1cc") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR050") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 52.07 137.16 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612cf68e") - (property "Reference" "#PWR07" - (at 52.07 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 50.5968 136.2202 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 52.07 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 52.07 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 52.07 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "cf7ee1a1-436c-4068-9e15-a73db20caf87") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR07") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 71.12 48.26 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612ede45") - (property "Reference" "TP1" - (at 72.5932 45.2628 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 72.5932 47.5742 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 76.2 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 76.2 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 71.12 48.26 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a967c15c-aa32-43bd-aca3-5cd2b8c46ecd") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "TP1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 31.75 166.37 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061307867") - (property "Reference" "TP2" - (at 30.48 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 27.94 161.29 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 36.83 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 36.83 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 31.75 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "68a4e5bc-b0b1-436f-9e1c-34d45b67e7df") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "TP2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 73.66 26.67 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061347533") - (property "Reference" "C20" - (at 76.581 25.5016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100n" - (at 76.581 27.813 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 74.6252 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 73.66 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 73.66 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 73.66 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "eae7dd29-0c88-41a4-8fc8-d239d56f84c4") - ) - (pin "2" - (uuid "5ab252ce-31c6-4f82-87b0-bc529456357f") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C20") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 73.66 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061347539") - (property "Reference" "#PWR043" - (at 73.66 38.1 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 73.787 36.1442 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 73.66 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 73.66 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 73.66 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "dc099936-7515-4bc8-a460-efede755201c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR043") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 62.23 26.67 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061396b97") - (property "Reference" "C19" - (at 65.151 25.5016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100n" - (at 65.151 27.813 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 63.1952 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 62.23 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 62.23 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 62.23 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "ea46c008-b66f-40c6-ab15-a27515e74c6d") - ) - (pin "2" - (uuid "56f823b2-742c-4aa1-a7db-e865b79b8754") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C19") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 62.23 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061396b9d") - (property "Reference" "#PWR042" - (at 62.23 38.1 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 62.357 36.1442 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 62.23 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 62.23 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 62.23 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "3014bb53-4969-4a6f-ba31-34928b8289f9") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR042") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 50.8 26.67 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000613a05a0") - (property "Reference" "C15" - (at 53.721 25.5016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100n" - (at 53.721 27.813 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 51.7652 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 50.8 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 50.8 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 50.8 26.67 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "89d66238-97db-4b3d-960c-cf3661581d6d") - ) - (pin "2" - (uuid "822213b7-d5a2-4b89-b6e4-d9b5293f59cf") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C15") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 50.8 31.75 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000613a05a6") - (property "Reference" "#PWR041" - (at 50.8 38.1 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 50.927 36.1442 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 50.8 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 50.8 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 50.8 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d3f8954e-9ab1-4ec4-8196-aad7604d3f38") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR041") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector_Generic:Conn_01x04") - (at 20.32 62.23 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006146757c") - (property "Reference" "J7" - (at 18.288 62.0268 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "UART" - (at 18.288 59.7154 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal" - (at 20.32 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 20.32 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 20.32 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f80b5a36-6a90-41dc-85fb-009958e4619d") - ) - (pin "2" - (uuid "aef8d9ea-362e-4b34-8b0e-6f6f871329cf") - ) - (pin "3" - (uuid "9cb33bd3-4718-49cd-8d77-d661b99c97b9") - ) - (pin "4" - (uuid "d47d1f2e-5496-4fba-be7d-81597084cbe3") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "J7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 50.8 17.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006147be48") - (property "Reference" "#PWR013" - (at 50.8 21.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 49.3268 16.8402 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 50.8 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 50.8 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 50.8 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "94f02659-9746-404c-94bb-d00ef908fffb") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR013") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 62.23 17.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061487a8b") - (property "Reference" "#PWR015" - (at 62.23 21.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 60.7568 16.8402 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 62.23 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 62.23 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 62.23 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "3e2bacc4-acfe-479f-a818-70d13f96d3c5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR015") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 73.66 17.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000614937cd") - (property "Reference" "#PWR016" - (at 73.66 21.59 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 72.1868 16.8402 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 73.66 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 73.66 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 73.66 17.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "9842b09a-587a-460c-97f9-06472efd7be9") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR016") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:USB_B_Micro") - (at 184.15 137.16 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006159169a") - (property "Reference" "J8" - (at 185.5978 125.2982 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "USB_B_Micro" - (at 185.5978 127.6096 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Connector_USB:USB_Micro-B_Molex-105017-0001" - (at 187.96 138.43 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 187.96 138.43 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 184.15 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a31d3fb9-a1e7-4451-9b50-4c68ca60aed2") - ) - (pin "2" - (uuid "f14c3359-ef1e-484b-a43a-5d13642224eb") - ) - (pin "3" - (uuid "0eeff3e9-c80d-4be2-9936-b813c10c9b86") - ) - (pin "4" - (uuid "a415c525-41d2-4814-a24e-bfea77bfb6c3") - ) - (pin "5" - (uuid "9ef904a7-2f20-4fbb-9b49-aadae24c74b1") - ) - (pin "6" - (uuid "909e802c-409e-4014-b85f-1ee1cb8ba4e0") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "J8") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 213.36 139.7 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000615d1afd") - (property "Reference" "C26" - (at 216.281 138.5316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100n" - (at 216.281 140.843 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 214.3252 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 213.36 139.7 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 213.36 139.7 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 213.36 139.7 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "067bac92-4d83-4f45-8e0a-f6103779276a") - ) - (pin "2" - (uuid "79cffac2-8b67-4bc0-a904-c329e0c9a3d5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C26") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 213.36 144.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000615d1b03") - (property "Reference" "#PWR053" - (at 213.36 151.13 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 213.487 149.1742 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 213.36 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 213.36 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 213.36 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "de5cc00e-efd7-4fd5-bb80-b452a0716617") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR053") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 181.61 149.86 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000615de7ef") - (property "Reference" "#PWR055" - (at 181.61 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 181.737 154.2542 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 181.61 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 181.61 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 181.61 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "54823943-65a2-41a9-b95b-bfbc5519f1de") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR055") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:CP") - (at 201.93 139.7 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000616362ae") - (property "Reference" "C25" - (at 204.9272 138.5316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "4u7" - (at 204.9272 140.843 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" - (at 202.8952 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 201.93 139.7 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 201.93 139.7 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7f1af1b8-9bfc-436b-8c6e-2605487a0d07") - ) - (pin "2" - (uuid "35268e7b-d3fe-45f7-b15c-ac7005e715ba") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "C25") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 201.93 144.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000616448c3") - (property "Reference" "#PWR052" - (at 201.93 151.13 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 202.057 149.1742 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 201.93 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 201.93 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 201.93 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "08428921-498b-4a40-9818-af76810927bc") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR052") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 215.9 128.27 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006168668d") - (property "Reference" "#PWR051" - (at 215.9 132.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 218.44 125.73 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 215.9 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 215.9 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 215.9 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "3ac4ba70-8203-4180-9a33-fd51a6a12777") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR051") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GNDPWR") - (at 175.26 149.86 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000616a1650") - (property "Reference" "#PWR054" - (at 175.26 154.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GNDPWR" - (at 175.3616 153.7716 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 175.26 151.13 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 175.26 151.13 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 175.26 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "98ce9c41-1dce-40d8-a657-a4595bdcd2b3") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR054") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 245.11 149.86 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061872295") - (property "Reference" "#PWR057" - (at 245.11 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 245.237 154.2542 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 245.11 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 245.11 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 245.11 149.86 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f9e83ef0-55aa-42c1-b0ac-177e934e8494") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR057") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 245.11 134.62 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006187d5fd") - (property "Reference" "#PWR056" - (at 245.11 138.43 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 244.729 130.2258 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 245.11 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 245.11 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 245.11 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8088f6c5-e565-4add-9527-3b23df1c4fa6") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "#PWR056") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Jumper:Jumper_2_Open") - (at 252.73 140.97 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006188a9b6") - (property "Reference" "JP4" - (at 252.73 135.001 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "Jumper_2_Open" - (at 252.73 137.3124 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (at 252.73 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 252.73 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 252.73 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "3e58ad9a-425a-42b9-9dc2-e13583cb4d5f") - ) - (pin "2" - (uuid "a550d04a-6b05-4e13-9a6a-1cb8fffbe980") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "JP4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector_Generic:Conn_01x04") - (at 265.43 143.51 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000618953d2") - (property "Reference" "J9" - (at 267.462 143.7132 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Conn_01x04" - (at 267.462 146.0246 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" - (at 265.43 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 265.43 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 265.43 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f5000a58-e404-4f73-8093-baf69278529b") - ) - (pin "2" - (uuid "6453c14b-ae18-4aba-b2c5-5d91a800573a") - ) - (pin "3" - (uuid "d333d372-d362-4645-b595-b49b99ae56c8") - ) - (pin "4" - (uuid "4a2525b3-eb0e-486a-9451-9eaa01470cc1") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-00005cf2bb44" - (reference "J9") - (unit 1) - ) - ) - ) - ) -) diff --git a/Hardware/Sensor/IonizationChamber.pretty/DIP-32_400_ELL.kicad_mod b/Hardware/Sensor/IonizationChamber.pretty/DIP-32_400_ELL.kicad_mod deleted file mode 100644 index aaf09dd..0000000 --- a/Hardware/Sensor/IonizationChamber.pretty/DIP-32_400_ELL.kicad_mod +++ /dev/null @@ -1,52 +0,0 @@ -(module DIP-32_400_ELL (layer F.Cu) (tedit 0) - (fp_text reference REF** (at -21.15 0 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value DIP-32_400_ELL (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -20.15 6.579999) (end 20.15 6.58) (layer F.SilkS) (width 0.12)) - (fp_line (start 20.15 6.58) (end 20.15 -6.579999) (layer F.SilkS) (width 0.12)) - (fp_line (start 20.15 -6.579999) (end -20.15 -6.58) (layer F.SilkS) (width 0.12)) - (fp_line (start -20.15 -6.58) (end -20.15 -2.193333) (layer F.SilkS) (width 0.12)) - (fp_line (start -20.15 -2.193333) (end -19.79 -2.193333) (layer F.SilkS) (width 0.12)) - (fp_line (start -19.79 -2.193333) (end -19.79 2.193333) (layer F.SilkS) (width 0.12)) - (fp_line (start -19.79 2.193333) (end -20.15 2.193333) (layer F.SilkS) (width 0.12)) - (fp_line (start -20.15 2.193333) (end -20.15 6.579999) (layer F.SilkS) (width 0.12)) - (fp_line (start -19.9 -6.33) (end 19.9 -6.33) (layer F.CrtYd) (width 0.05)) - (fp_line (start 19.9 -6.33) (end 19.9 6.33) (layer F.CrtYd) (width 0.05)) - (fp_line (start 19.9 6.33) (end -19.9 6.33) (layer F.CrtYd) (width 0.05)) - (fp_line (start -19.9 6.33) (end -19.9 -6.33) (layer F.CrtYd) (width 0.05)) - (pad 32 thru_hole oval (at -19.05 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 1 thru_hole oval (at -19.05 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 31 thru_hole oval (at -16.51 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 2 thru_hole oval (at -16.51 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 30 thru_hole oval (at -13.97 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 3 thru_hole oval (at -13.97 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 29 thru_hole oval (at -11.43 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 4 thru_hole oval (at -11.43 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 28 thru_hole oval (at -8.89 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 5 thru_hole oval (at -8.89 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 27 thru_hole oval (at -6.35 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 6 thru_hole oval (at -6.35 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 26 thru_hole oval (at -3.81 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 7 thru_hole oval (at -3.81 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 25 thru_hole oval (at -1.27 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 8 thru_hole oval (at -1.27 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 24 thru_hole oval (at 1.27 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 9 thru_hole oval (at 1.27 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 23 thru_hole oval (at 3.81 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 10 thru_hole oval (at 3.81 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 22 thru_hole oval (at 6.35 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 11 thru_hole oval (at 6.35 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 21 thru_hole oval (at 8.89 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 12 thru_hole oval (at 8.89 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 20 thru_hole oval (at 11.43 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 13 thru_hole oval (at 11.43 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 19 thru_hole oval (at 13.97 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 14 thru_hole oval (at 13.97 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 18 thru_hole oval (at 16.51 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 15 thru_hole oval (at 16.51 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 17 thru_hole oval (at 19.05 -5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) - (pad 16 thru_hole oval (at 19.05 5.08) (size 1.2 2) (drill 0.8) (layers *.Cu *.Mask)) -) diff --git a/Hardware/Sensor/IonizationChamber.pretty/IonizationChamberSensor.kicad_mod b/Hardware/Sensor/IonizationChamber.pretty/IonizationChamberSensor.kicad_mod deleted file mode 100644 index cfa08fb..0000000 --- a/Hardware/Sensor/IonizationChamber.pretty/IonizationChamberSensor.kicad_mod +++ /dev/null @@ -1,20 +0,0 @@ -(module IonizationChamberSensor (layer F.Cu) (tedit 60F43E50) - (descr "Home made sensor.") - (fp_text reference REF** (at 22 -2) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value IonizationChamberSensor (at 20 14.285) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_poly (pts (xy 40 45) (xy 0 45) (xy 0 0) (xy 40 0)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 40 45) (xy 0 45) (xy 0 0) (xy 40 0)) (layer F.Cu) (width 0.1)) - (fp_line (start 40 45) (end 0 45) (layer F.SilkS) (width 0.12)) - (fp_line (start 40 0) (end 40 45) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 0) (end 40 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 45) (end 0 0) (layer F.SilkS) (width 0.12)) - (fp_text user "Warning, High Voltage!" (at 20 46.5) (layer F.SilkS) - (effects (font (size 1.3 1.3) (thickness 0.2))) - ) - (pad 1 smd circle (at 37 18) (size 2 2) (layers F.Cu F.Paste F.Mask)) - (pad 2 smd circle (at -4 22) (size 1 1) (layers F.Cu F.Paste F.Mask)) -) diff --git a/Hardware/Sensor/IonizationChamber.pretty/LPT1440S-HS-05-4.0-12-R.kicad_mod b/Hardware/Sensor/IonizationChamber.pretty/LPT1440S-HS-05-4.0-12-R.kicad_mod deleted file mode 100644 index 79a5c9d..0000000 --- a/Hardware/Sensor/IonizationChamber.pretty/LPT1440S-HS-05-4.0-12-R.kicad_mod +++ /dev/null @@ -1,22 +0,0 @@ -(module LPT1440S-HS-05-4.0-12-R (layer F.Cu) (tedit 60E9900B) - (fp_text reference REF** (at -8 0 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value LPT1440S-HS-05-4.0-12-R (at 0 -0.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -2 -7) (end -7 -7) (layer F.SilkS) (width 0.12)) - (fp_line (start -2 -8) (end -2 -7) (layer F.SilkS) (width 0.12)) - (fp_line (start 2 -8) (end -2 -8) (layer F.SilkS) (width 0.12)) - (fp_line (start 2 -7) (end 2 -8) (layer F.SilkS) (width 0.12)) - (fp_line (start 7 -7) (end 2 -7) (layer F.SilkS) (width 0.12)) - (fp_line (start 2 7) (end 7 7) (layer F.SilkS) (width 0.12)) - (fp_line (start 2 8) (end 2 7) (layer F.SilkS) (width 0.12)) - (fp_line (start -2 8) (end 2 8) (layer F.SilkS) (width 0.12)) - (fp_line (start -2 7) (end -2 8) (layer F.SilkS) (width 0.12)) - (fp_line (start -7 7) (end -2 7) (layer F.SilkS) (width 0.12)) - (fp_line (start -7 -7) (end -7 7) (layer F.SilkS) (width 0.12)) - (fp_line (start 7 7) (end 7 -7) (layer F.SilkS) (width 0.12)) - (pad 1 smd rect (at 0 5.975) (size 3 3.95) (layers F.Cu F.Paste F.Mask)) - (pad 2 smd rect (at 0 -5.975) (size 3 3.95) (layers F.Cu F.Paste F.Mask)) -) diff --git a/Hardware/Sensor/IonizationChamber.pretty/Nucleo32.kicad_mod b/Hardware/Sensor/IonizationChamber.pretty/Nucleo32.kicad_mod deleted file mode 100644 index d68013d..0000000 --- a/Hardware/Sensor/IonizationChamber.pretty/Nucleo32.kicad_mod +++ /dev/null @@ -1,54 +0,0 @@ -(module Nucleo32 (layer F.Cu) (tedit 60E1C1F1) - (fp_text reference REF** (at 9.78 -0.93) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value Nucleo32 (at 7.4 -1.83) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 0 0) (end 18.54 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 50.29) (end 18.54 50.29) (layer F.SilkS) (width 0.12)) - (fp_line (start 18.54 50.29) (end 18.54 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 0 0) (end 0 50.29) (layer F.SilkS) (width 0.12)) - (fp_text user 1 (at 1.46 6.8 180) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user 30 (at 16.72 6.84) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user USB (at 9.01 1.22) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user button (at 9.16 48.63) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole circle (at 1.65 11.43) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 1 thru_hole circle (at 1.65 8.89) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 3 thru_hole circle (at 1.65 13.97) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 4 thru_hole circle (at 1.65 16.51) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 6 thru_hole circle (at 1.65 21.59) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 5 thru_hole circle (at 1.65 19.05) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 7 thru_hole circle (at 1.65 24.13) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 12 thru_hole circle (at 1.65 36.83) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 11 thru_hole circle (at 1.65 34.29) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 13 thru_hole circle (at 1.65 39.37) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 9 thru_hole circle (at 1.65 29.21) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 8 thru_hole circle (at 1.65 26.67) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 28 thru_hole circle (at 16.89 13.97) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 26 thru_hole circle (at 16.89 19.05) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 25 thru_hole circle (at 16.89 21.59) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 27 thru_hole circle (at 16.89 16.51) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 29 thru_hole circle (at 16.89 11.43) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 24 thru_hole circle (at 16.89 24.13) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 21 thru_hole circle (at 16.89 31.75) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 23 thru_hole circle (at 16.89 26.67) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 22 thru_hole circle (at 16.89 29.21) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 19 thru_hole circle (at 16.89 36.83) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 18 thru_hole circle (at 16.89 39.37) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 20 thru_hole circle (at 16.89 34.29) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 14 thru_hole circle (at 1.65 41.91) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 15 thru_hole circle (at 1.65 44.45) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 30 thru_hole circle (at 16.89 8.89) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 16 thru_hole circle (at 16.89 44.45) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 17 thru_hole circle (at 16.89 41.91) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 10 thru_hole circle (at 1.65 31.75) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) -) diff --git a/Hardware/Sensor/IonizationChamber.pretty/RFShield.kicad_mod b/Hardware/Sensor/IonizationChamber.pretty/RFShield.kicad_mod deleted file mode 100644 index f9bb801..0000000 --- a/Hardware/Sensor/IonizationChamber.pretty/RFShield.kicad_mod +++ /dev/null @@ -1,21 +0,0 @@ -(module RFShield (layer F.Cu) (tedit 60E1CB11) - (descr https://www.tme.eu/Document/23501485de75138caa6c7fc76c4d2bb7/4020.pdf) - (fp_text reference REF** (at 5.55 3.75) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value RFShield (at 5.55 2.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_poly (pts (xy 29 0.25) (xy 29 53.5) (xy 27.75 53.5) (xy 27.75 0.25)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 1.25 0.25) (xy 1.25 53.5) (xy 0 53.5) (xy 0 0.25)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 29 52.75) (xy 29 54) (xy 0 54) (xy 0 52.75)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 29 0) (xy 29 1.25) (xy 0 1.25) (xy 0 0)) (layer F.Cu) (width 0.1)) - (fp_poly (pts (xy 1.25 0) (xy 1.25 53.25) (xy 0 53.25) (xy 0 0)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 29.01 0) (xy 29.01 53.25) (xy 27.76 53.25) (xy 27.76 0)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 29.01 0.01) (xy 29.01 1.26) (xy 0.01 1.26) (xy 0.01 0.01)) (layer F.Mask) (width 0.1)) - (fp_poly (pts (xy 29.01 52.75) (xy 29.01 54) (xy 0.01 54) (xy 0.01 52.75)) (layer F.Mask) (width 0.1)) - (pad 1 thru_hole circle (at 0.625 27) (size 2.2 2.2) (drill 1.7) (layers *.Cu *.Mask)) - (pad 1 thru_hole circle (at 28.375 27) (size 2.2 2.2) (drill 1.7) (layers *.Cu *.Mask)) - (pad 1 thru_hole circle (at 14.5 0.625) (size 2.2 2.2) (drill 1.7) (layers *.Cu *.Mask)) - (pad 1 thru_hole circle (at 14.5 53.375) (size 2.2 2.2) (drill 1.7) (layers *.Cu *.Mask)) -) diff --git a/Hardware/Sensor/IonizationChamber.pretty/SSD1306.kicad_mod b/Hardware/Sensor/IonizationChamber.pretty/SSD1306.kicad_mod deleted file mode 100644 index 389d398..0000000 --- a/Hardware/Sensor/IonizationChamber.pretty/SSD1306.kicad_mod +++ /dev/null @@ -1,20 +0,0 @@ -(module SSD1306 (layer F.Cu) (tedit 60F2C98E) - (fp_text reference REF** (at 0.46 3.02) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value SSD1306 (at 0.3048 -1.7954) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -17.75 0) (end 17.75 0) (layer F.SilkS) (width 0.12)) - (fp_line (start -17.75 0) (end -17.75 33.7) (layer F.SilkS) (width 0.12)) - (fp_line (start 17.75 0) (end 17.75 33.7) (layer F.SilkS) (width 0.12)) - (fp_line (start -17.75 33.7) (end 17.75 33.7) (layer F.SilkS) (width 0.12)) - (pad 1 thru_hole circle (at -3.81 1.3) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 2 thru_hole circle (at -1.27 1.3) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 3 thru_hole circle (at 1.27 1.3) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad 4 thru_hole circle (at 3.81 1.3) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at -15.25 2.5) (size 3 3) (drill 3) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 15.25 2.5) (size 3 3) (drill 3) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at 15.25 31.2) (size 3 3) (drill 3) (layers *.Cu *.Mask)) - (pad "" np_thru_hole circle (at -15.25 31.2) (size 3 3) (drill 3) (layers *.Cu *.Mask)) -) diff --git a/Hardware/Sensor/Mechanic.kicad_sch b/Hardware/Sensor/Mechanic.kicad_sch deleted file mode 100644 index fce5321..0000000 --- a/Hardware/Sensor/Mechanic.kicad_sch +++ /dev/null @@ -1,343 +0,0 @@ -(kicad_sch - (version 20231120) - (generator "eeschema") - (generator_version "8.0") - (uuid "1739230b-b932-46b9-a2e3-5d517446c3d8") - (paper "A4") - (lib_symbols - (symbol "Mechanical:MountingHole" - (pin_names - (offset 1.016) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "H" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "MountingHole" - (at 0 3.175 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Mounting Hole without connection" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "mounting hole" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "MountingHole*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "MountingHole_0_1" - (circle - (center 0 0) - (radius 1.27) - (stroke - (width 1.27) - (type default) - ) - (fill - (type none) - ) - ) - ) - ) - ) - (symbol - (lib_id "Mechanical:MountingHole") - (at 92.71 69.85 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006117057a") - (property "Reference" "H1" - (at 95.25 68.6816 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "MountingHole" - (at 95.25 70.993 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm" - (at 92.71 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 92.71 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 92.71 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060f42705" - (reference "H1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Mechanical:MountingHole") - (at 111.76 69.85 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006117199e") - (property "Reference" "H2" - (at 114.3 68.6816 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "MountingHole" - (at 114.3 70.993 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm" - (at 111.76 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 111.76 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 111.76 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060f42705" - (reference "H2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Mechanical:MountingHole") - (at 92.71 76.2 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061171bae") - (property "Reference" "H3" - (at 95.25 75.0316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "MountingHole" - (at 95.25 77.343 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm" - (at 92.71 76.2 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 92.71 76.2 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 92.71 76.2 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060f42705" - (reference "H3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Mechanical:MountingHole") - (at 111.76 76.2 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061171eb4") - (property "Reference" "H4" - (at 114.3 75.0316 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "MountingHole" - (at 114.3 77.343 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "MountingHole:MountingHole_3.5mm" - (at 111.76 76.2 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 111.76 76.2 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 111.76 76.2 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060f42705" - (reference "H4") - (unit 1) - ) - ) - ) - ) -) diff --git a/Hardware/Sensor/UserInterface.kicad_sch b/Hardware/Sensor/UserInterface.kicad_sch deleted file mode 100644 index d948224..0000000 --- a/Hardware/Sensor/UserInterface.kicad_sch +++ /dev/null @@ -1,6682 +0,0 @@ -(kicad_sch - (version 20231120) - (generator "eeschema") - (generator_version "8.0") - (uuid "2cdc5b62-0e47-41a4-aeec-c6f4f502f6da") - (paper "A4") - (lib_symbols - (symbol "Connector:TestPoint" - (pin_numbers hide) - (pin_names - (offset 0.762) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "TP" - (at 0 6.858 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "test point" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "test point tp" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Pin* Test*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "TestPoint_0_1" - (circle - (center 0 3.302) - (radius 0.762) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "TestPoint_1_1" - (pin passive line - (at 0 0 90) - (length 2.54) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Buzzer" - (pin_names - (offset 0.0254) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "BZ" - (at 3.81 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Buzzer" - (at 3.81 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at -0.635 2.54 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at -0.635 2.54 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Buzzer, polarized" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "quartz resonator ceramic" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "*Buzzer*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Buzzer_0_1" - (arc - (start 0 -3.175) - (mid 3.1612 0) - (end 0 3.175) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.651 1.905) (xy -1.143 1.905) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.397 2.159) (xy -1.397 1.651) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 3.175) (xy 0 -3.175) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Buzzer_1_1" - (pin passive line - (at -2.54 2.54 0) - (length 2.54) - (name "-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at -2.54 -2.54 0) - (length 2.54) - (name "+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:C" - (pin_numbers hide) - (pin_names - (offset 0.254) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "C" - (at 0.635 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 0.9652 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Unpolarized capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "cap capacitor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "C_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) (xy 2.032 -0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -2.032 0.762) (xy 2.032 0.762) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "C_1_1" - (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:L" - (pin_numbers hide) - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "L" - (at -1.27 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "L" - (at 1.905 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Inductor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "inductor choke coil reactor magnetic" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "L_0_1" - (arc - (start 0 -2.54) - (mid 0.6323 -1.905) - (end 0 -1.27) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 -1.27) - (mid 0.6323 -0.635) - (end 0 0) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 0) - (mid 0.6323 0.635) - (end 0 1.27) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 0 1.27) - (mid 0.6323 1.905) - (end 0 2.54) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "L_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Q_NMOS_GDS" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "N-MOSFET transistor, gate/drain/source" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_NMOS_GDS_0_1" - (polyline - (pts - (xy 0.254 0) (xy -2.54 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 2.286) (xy 0.762 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 2.54) (xy 2.54 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.651 0) - (radius 2.794) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.54 -1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 2.54 1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Q_NMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "S" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:Q_NPN_BEC" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NPN_BEC" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "NPN transistor, base/emitter/collector" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor NPN" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_NPN_BEC_0_1" - (polyline - (pts - (xy 0.635 0.635) (xy 2.54 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 1.27 0) - (radius 2.8194) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "Q_NPN_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:Q_PMOS_GDS" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 5.08 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 5.08 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "P-MOSFET transistor, gate/drain/source" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "transistor PMOS P-MOS P-MOSFET" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "Q_PMOS_GDS_0_1" - (polyline - (pts - (xy 0.254 0) (xy -2.54 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 2.286) (xy 0.762 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 2.54) (xy 2.54 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.762 1.778) (xy 3.302 1.778) (xy 3.302 -1.778) (xy 0.762 -1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.286 0) (xy 1.27 0.381) (xy 1.27 -0.381) (xy 2.286 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy 2.794 -0.508) (xy 2.921 -0.381) (xy 3.683 -0.381) (xy 3.81 -0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 3.302 -0.381) (xy 2.921 0.254) (xy 3.683 0.254) (xy 3.302 -0.381) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 1.651 0) - (radius 2.794) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.54 -1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 2.54 1.778) - (radius 0.254) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "Q_PMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "S" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:R" - (pin_numbers hide) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "R" - (at 2.032 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "R" - (at 0 0 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at -1.778 0 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "R res resistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "R_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "R_0_1" - (rectangle - (start -1.016 -2.54) - (end 1.016 2.54) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "R_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Device:R_PHOTO" - (pin_numbers hide) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "R" - (at 1.27 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "R_PHOTO" - (at 1.27 0 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (property "Footprint" "" - (at 1.27 -6.35 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 -1.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Photoresistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "resistor variable light sensitive opto LDR" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "*LDR* R?LDR*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "R_PHOTO_0_1" - (rectangle - (start -1.016 2.54) - (end 1.016 -2.54) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.524 -2.286) (xy -4.064 0.254) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.524 -2.286) (xy -2.286 -2.286) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.524 -2.286) (xy -1.524 -1.524) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.524 -0.762) (xy -4.064 1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.524 -0.762) (xy -2.286 -0.762) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.524 -0.762) (xy -1.524 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "R_PHOTO_1_1" - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "IonizationChamber:SSD1306" - (pin_names - (offset 1.016) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at 0 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "SSD1306" - (at 0 1.27 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "IonizationChamber:SSD1306" - (at 0 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "SSD1306_0_0" - (rectangle - (start 0 0) - (end 15.24 -10.16) - (stroke - (width 0) - (type default) - ) - (fill - (type background) - ) - ) - (text "128x64" - (at 10.16 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (text "pixels" - (at 10.16 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (symbol "SSD1306_1_1" - (pin power_in line - (at -2.54 -1.27 0) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -2.54 -3.81 0) - (length 2.54) - (name "VCC" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -2.54 -6.35 0) - (length 2.54) - (name "SCL" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin bidirectional line - (at -2.54 -8.89 0) - (length 2.54) - (name "SDA" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Jumper:SolderJumper_3_Open" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "JP" - (at -2.54 -2.54 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "SolderJumper_3_Open" - (at 0 2.794 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Solder Jumper, 3-pole, open" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "Solder Jumper SPDT" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "SolderJumper*Open*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "SolderJumper_3_Open_0_1" - (arc - (start -1.016 1.016) - (mid -2.0275 0) - (end -1.016 -1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start -1.016 1.016) - (mid -2.0275 0) - (end -1.016 -1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (rectangle - (start -0.508 1.016) - (end 0.508 -1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (polyline - (pts - (xy -2.54 0) (xy -2.032 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy -1.016 1.016) (xy -1.016 -1.016) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 -1.27) (xy 0 -1.016) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.016 1.016) (xy 1.016 -1.016) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 0) (xy 2.032 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 1.016 -1.016) - (mid 2.0275 0) - (end 1.016 1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (arc - (start 1.016 -1.016) - (mid 2.0275 0) - (end 1.016 1.016) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - ) - (symbol "SolderJumper_3_Open_1_1" - (pin passive line - (at -5.08 0 0) - (length 2.54) - (name "A" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at 0 -3.81 90) - (length 2.54) - (name "C" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 5.08 0 180) - (length 2.54) - (name "B" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Switch:SW_Push" - (pin_numbers hide) - (pin_names - (offset 1.016) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "SW" - (at 1.27 2.54 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "SW_Push" - (at 0 -1.524 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Push button switch, generic, two pins" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "switch normally-open pushbutton push-button" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "SW_Push_0_1" - (circle - (center -2.032 0) - (radius 0.508) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 1.27) (xy 0 3.048) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 2.54 1.27) (xy -2.54 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (circle - (center 2.032 0) - (radius 0.508) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (pin passive line - (at -5.08 0 0) - (length 2.54) - (name "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 5.08 0 180) - (length 2.54) - (name "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:+5V" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 0 3.556 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"+5V\"" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "+5V_0_1" - (polyline - (pts - (xy -0.762 1.27) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 0) (xy 0 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0 2.54) (xy 0.762 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "+5V_1_1" - (pin power_in line - (at 0 0 90) - (length 0) hide - (name "+5V" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:GND" - (power) - (pin_names - (offset 0) - ) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#PWR" - (at 0 -6.35 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 0 -3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "GND_0_1" - (polyline - (pts - (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "GND_1_1" - (pin power_in line - (at 0 0 270) - (length 0) hide - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "power:PWR_FLAG" - (power) - (pin_numbers hide) - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "#FLG" - (at 0 1.905 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "PWR_FLAG" - (at 0 3.81 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Special symbol for telling ERC where power comes from" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "power-flag" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line - (at 0 0 90) - (length 0) - (name "pwr" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - ) - ) - (junction - (at 55.88 52.07) - (diameter 1.016) - (color 0 0 0 0) - (uuid "044f6f28-6566-48d7-bff8-354e592e9a19") - ) - (junction - (at 153.67 34.29) - (diameter 1.016) - (color 0 0 0 0) - (uuid "053ba1e3-4dec-4150-8334-e7ea7b6580a0") - ) - (junction - (at 55.88 54.61) - (diameter 1.016) - (color 0 0 0 0) - (uuid "1412cab3-019a-4670-bf6c-58179349c2d4") - ) - (junction - (at 35.56 77.47) - (diameter 1.016) - (color 0 0 0 0) - (uuid "16cc4218-cad9-4576-b1a0-d93e89f06f42") - ) - (junction - (at 86.36 130.81) - (diameter 1.016) - (color 0 0 0 0) - (uuid "20757d14-6f66-4e4f-8ac7-b2b5591d6796") - ) - (junction - (at 142.24 36.83) - (diameter 1.016) - (color 0 0 0 0) - (uuid "246b166b-c1e7-41a5-85bb-b6b4f4854e8c") - ) - (junction - (at 76.2 140.97) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2ca5e1b2-9f4d-4c09-9964-dc5754943f49") - ) - (junction - (at 160.02 121.92) - (diameter 1.016) - (color 0 0 0 0) - (uuid "2ff0a885-d1f9-46aa-814e-9ad030f1e8f7") - ) - (junction - (at 55.88 64.77) - (diameter 1.016) - (color 0 0 0 0) - (uuid "3124cd42-d49a-47e4-b918-9c918a3eab16") - ) - (junction - (at 45.72 52.07) - (diameter 1.016) - (color 0 0 0 0) - (uuid "5a948ae9-5a93-493c-9fb0-5358e59657d1") - ) - (junction - (at 232.41 121.92) - (diameter 1.016) - (color 0 0 0 0) - (uuid "6b115b36-8551-4a25-b17e-927c29a040e7") - ) - (junction - (at 208.28 121.92) - (diameter 1.016) - (color 0 0 0 0) - (uuid "8454271a-d81d-4c75-9cb5-2af34f629f54") - ) - (junction - (at 64.77 160.02) - (diameter 1.016) - (color 0 0 0 0) - (uuid "871abf00-08e3-4064-9366-d68f76dbaa8f") - ) - (junction - (at 86.36 157.48) - (diameter 1.016) - (color 0 0 0 0) - (uuid "9755df64-6d1c-4799-9bec-85b6ab8f3139") - ) - (junction - (at 182.88 121.92) - (diameter 1.016) - (color 0 0 0 0) - (uuid "a76c6d22-0286-40d5-9593-80e73b8a4c37") - ) - (wire - (pts - (xy 55.88 64.77) (xy 59.69 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0d7bff7d-68a3-4cf9-85a9-0872afd0f8d0") - ) - (wire - (pts - (xy 232.41 133.35) (xy 232.41 134.62) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "0d853b08-c12d-4dcd-9428-c0c16c3c91e2") - ) - (wire - (pts - (xy 160.02 121.92) (xy 163.83 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "104b19d9-cdac-4f11-bcf2-61e682f059f3") - ) - (wire - (pts - (xy 35.56 77.47) (xy 39.37 77.47) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "13f4dd4e-2ad2-468b-8007-eb4513a65bbc") - ) - (wire - (pts - (xy 138.43 46.99) (xy 121.92 46.99) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "196571a4-1cf7-48dc-a66d-c7cc68d617ff") - ) - (wire - (pts - (xy 208.28 119.38) (xy 208.28 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "20dba605-9c0c-44b1-bc9b-0565d68b5be3") - ) - (wire - (pts - (xy 160.02 111.76) (xy 160.02 110.49) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "211110ca-6dc5-413c-95b6-ba50ffae8b8e") - ) - (wire - (pts - (xy 86.36 154.94) (xy 86.36 157.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2287a471-9a06-4461-a1e1-01e69662a526") - ) - (wire - (pts - (xy 86.36 130.81) (xy 86.36 128.27) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2ba394e6-21bc-4902-9a1e-76a9cbc7372e") - ) - (wire - (pts - (xy 153.67 30.48) (xy 153.67 34.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "32152f5f-5888-46ac-a4d2-a630790e13c8") - ) - (wire - (pts - (xy 59.69 54.61) (xy 55.88 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "379c8e60-9687-4ec0-9693-7559f8522018") - ) - (wire - (pts - (xy 45.72 63.5) (xy 45.72 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "44365d87-31c8-44f1-9118-6f517b399846") - ) - (wire - (pts - (xy 121.92 46.99) (xy 121.92 34.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "46504de7-c8a4-4321-a9ba-6ee74b91c229") - ) - (wire - (pts - (xy 182.88 119.38) (xy 182.88 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4c3b6528-0661-4c28-9262-e56653eef296") - ) - (wire - (pts - (xy 142.24 36.83) (xy 154.94 36.83) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "4ffb5598-b03d-4816-afa4-745ff1429e0a") - ) - (wire - (pts - (xy 114.3 39.37) (xy 114.3 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "51212981-0438-4d2e-a5d3-cb4727ffac6d") - ) - (wire - (pts - (xy 182.88 121.92) (xy 186.69 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "51b6093b-8058-4fa1-a284-6c85aee79bfa") - ) - (wire - (pts - (xy 160.02 133.35) (xy 160.02 134.62) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5a70f978-40a2-4443-81c1-9fd79b1ec0dc") - ) - (wire - (pts - (xy 208.28 111.76) (xy 208.28 110.49) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "5f4bc32a-ed96-4e86-86c7-f85da4917c8e") - ) - (wire - (pts - (xy 55.88 72.39) (xy 55.88 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "60a5d854-f204-4b4f-bf3e-144f2d99e969") - ) - (wire - (pts - (xy 53.34 54.61) (xy 53.34 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "61d98ace-3920-4766-964b-b4dea180c686") - ) - (wire - (pts - (xy 86.36 146.05) (xy 86.36 147.32) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "67b9cc52-10b8-4b54-8932-583c48c25b3a") - ) - (wire - (pts - (xy 142.24 30.48) (xy 142.24 36.83) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "68a1c377-db25-405b-a2b8-a5ce1037e64f") - ) - (wire - (pts - (xy 154.94 41.91) (xy 147.32 41.91) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6915ad42-3ad2-428a-b6b2-ef7f76e9e1cc") - ) - (wire - (pts - (xy 33.02 63.5) (xy 33.02 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6a61f745-3d7f-41dd-bf8e-979e9ab1f8b0") - ) - (wire - (pts - (xy 153.67 34.29) (xy 154.94 34.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6abaec21-f3c5-47e1-8a36-2ba478e45055") - ) - (wire - (pts - (xy 208.28 121.92) (xy 212.09 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6add2978-4997-43ff-aa2d-8382a566690f") - ) - (wire - (pts - (xy 48.26 77.47) (xy 46.99 77.47) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6b433880-a11a-4cf4-822b-c47c259a23f8") - ) - (wire - (pts - (xy 53.34 63.5) (xy 53.34 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "6ca3d7fd-7961-4f82-b2cf-59961e4ad91e") - ) - (wire - (pts - (xy 86.36 166.37) (xy 86.36 167.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "730a6338-b7fa-4d26-872b-39b927e3ff25") - ) - (wire - (pts - (xy 154.94 39.37) (xy 147.32 39.37) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "75b72c56-fc62-4983-894c-3695d05b2a68") - ) - (wire - (pts - (xy 64.77 156.21) (xy 64.77 160.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "763529ad-8e3c-4ecf-a7a4-a09421b88b23") - ) - (wire - (pts - (xy 55.88 83.82) (xy 55.88 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "77e46e45-7b35-446c-8e5e-230b73c34f3e") - ) - (wire - (pts - (xy 232.41 121.92) (xy 236.22 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "77fccaca-ad54-41ba-bba1-b686043d401c") - ) - (wire - (pts - (xy 33.02 52.07) (xy 33.02 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7c061a20-97cd-4676-bcfc-0dec9aad940f") - ) - (wire - (pts - (xy 35.56 74.93) (xy 35.56 77.47) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "7f143d1f-ba3b-41dd-be9d-f871dfcfef2e") - ) - (wire - (pts - (xy 182.88 133.35) (xy 182.88 134.62) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "88bb9136-6134-4a14-a557-5fa6ebae9127") - ) - (wire - (pts - (xy 208.28 121.92) (xy 208.28 123.19) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "8c469398-58c6-4f64-a956-b75970bd7356") - ) - (wire - (pts - (xy 76.2 154.94) (xy 76.2 140.97) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "91d4b41a-acf2-490b-b98a-47c1c12cd586") - ) - (wire - (pts - (xy 160.02 121.92) (xy 160.02 123.19) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "91fb38b1-80ab-4e8b-bbe4-e062f8d4b55d") - ) - (wire - (pts - (xy 59.69 64.77) (xy 59.69 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "97a2fe4d-939f-4f46-a2b5-ce73f5f1e267") - ) - (wire - (pts - (xy 138.43 36.83) (xy 138.43 46.99) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "98060ddd-5061-4237-a74c-5737348d7a71") - ) - (wire - (pts - (xy 76.2 165.1) (xy 76.2 167.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9b88dd55-4184-4531-a1ef-41b4f0be9c44") - ) - (wire - (pts - (xy 129.54 27.94) (xy 129.54 29.21) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9bc1e334-b948-4d69-873c-fc158231e821") - ) - (wire - (pts - (xy 86.36 130.81) (xy 86.36 135.89) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9c6c4084-40c9-4e7f-b2fb-97b1bc44c350") - ) - (wire - (pts - (xy 55.88 54.61) (xy 53.34 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9d4fac97-9363-4a6e-b213-1d13215ebca4") - ) - (wire - (pts - (xy 33.02 52.07) (xy 45.72 52.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "9dab2eca-0b00-48cb-b749-c7f67f93929d") - ) - (wire - (pts - (xy 182.88 121.92) (xy 182.88 123.19) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ae223278-cb74-401a-bc48-42ca9965263b") - ) - (wire - (pts - (xy 86.36 157.48) (xy 86.36 158.75) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "aff46a44-41b8-44fe-a739-b5138a2c7d37") - ) - (wire - (pts - (xy 232.41 111.76) (xy 232.41 110.49) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "b7c97617-9099-4337-a8a0-ceedc514b4f9") - ) - (wire - (pts - (xy 78.74 140.97) (xy 76.2 140.97) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ba428f59-d1af-4151-91eb-499c2a2303be") - ) - (wire - (pts - (xy 121.92 34.29) (xy 118.11 34.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ba7b109a-de10-4c81-91b4-91c97f86ecab") - ) - (wire - (pts - (xy 208.28 133.35) (xy 208.28 134.62) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bb01d354-ed69-4874-9cad-41070f0f090a") - ) - (wire - (pts - (xy 45.72 52.07) (xy 45.72 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bb9ddb59-ffa9-4f63-8635-f2b4548fb1a6") - ) - (wire - (pts - (xy 182.88 111.76) (xy 182.88 110.49) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "bd1664b8-79bb-418b-988c-6e8ab0aadb54") - ) - (wire - (pts - (xy 76.2 132.08) (xy 76.2 130.81) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "c69910c9-174a-474d-9f6b-dbf479dc182f") - ) - (wire - (pts - (xy 160.02 119.38) (xy 160.02 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cd99688d-6466-4a2e-8740-f1e7feeb1983") - ) - (wire - (pts - (xy 232.41 121.92) (xy 232.41 123.19) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cf3378d6-7fcd-4985-8f8d-991707d32f64") - ) - (wire - (pts - (xy 232.41 119.38) (xy 232.41 121.92) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cf66c4bb-fdb6-4747-a240-236bf82f98a3") - ) - (wire - (pts - (xy 133.35 34.29) (xy 153.67 34.29) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "cfd4b776-bc1e-4c6f-8cd1-6f1f43dc1924") - ) - (wire - (pts - (xy 59.69 57.15) (xy 59.69 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d020b53a-b3d9-4b2c-bd44-3cdf4a40b85e") - ) - (wire - (pts - (xy 55.88 52.07) (xy 55.88 54.61) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d10dc354-5552-4ffa-9ed5-4fba8715fb81") - ) - (wire - (pts - (xy 31.75 77.47) (xy 35.56 77.47) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d25786de-7f8c-4c56-963b-7655051ad4e4") - ) - (wire - (pts - (xy 76.2 140.97) (xy 76.2 139.7) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d44f855d-33e1-4557-bd3a-bed5ce6f28f9") - ) - (wire - (pts - (xy 55.88 50.8) (xy 55.88 52.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d45e0020-73a4-4c84-bba0-92c4268ed55f") - ) - (wire - (pts - (xy 55.88 52.07) (xy 45.72 52.07) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "d539e5d3-622b-4462-8613-01e395deae66") - ) - (wire - (pts - (xy 53.34 64.77) (xy 55.88 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "dda3b43c-42d5-4d59-9605-1c32eca2ace3") - ) - (wire - (pts - (xy 68.58 160.02) (xy 64.77 160.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e2e90beb-8af3-42ea-95bb-75751dd595e2") - ) - (wire - (pts - (xy 114.3 27.94) (xy 114.3 29.21) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e31e9fe0-985f-4d19-aff2-0ef91ba8d0d0") - ) - (wire - (pts - (xy 138.43 36.83) (xy 142.24 36.83) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e6f17efe-3768-4949-808d-b0e9a662ec38") - ) - (wire - (pts - (xy 86.36 157.48) (xy 100.33 157.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "e81b9cf9-950a-4293-9814-e323e8e3548f") - ) - (wire - (pts - (xy 59.69 62.23) (xy 60.96 62.23) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "ef5f1d71-aae5-4d88-93f0-219bbcddb64e") - ) - (wire - (pts - (xy 60.96 57.15) (xy 59.69 57.15) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f456a571-a98b-4eb6-8a3d-8517961d8274") - ) - (wire - (pts - (xy 76.2 130.81) (xy 86.36 130.81) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f739b707-0217-4991-b3f6-268914aea50d") - ) - (wire - (pts - (xy 129.54 39.37) (xy 129.54 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "f9eaefd3-91a6-44fc-86e3-2657d0fb9fda") - ) - (wire - (pts - (xy 64.77 160.02) (xy 63.5 160.02) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "fdb19606-f27d-4af9-8ec8-850509b98941") - ) - (text "LCD" - (exclude_from_sim no) - (at 160.02 27.94 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "09bdcd30-6433-47f3-98fd-2b57e377d25a") - ) - (text "It seems that on some variants of the display\nThe Vcc and GND pins are switched each other.\nUse jumpers to select correctly power for your siplay." - (exclude_from_sim no) - (at 110.49 58.42 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "225ba4c0-d7fa-48f7-8252-f45e985f16d7") - ) - (text "Key debounding will be done in software." - (exclude_from_sim no) - (at 170.18 146.05 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "9285dcf4-ac70-4f1e-8743-f9bbc00042cf") - ) - (text "Signal from photoresistor will be used to automatically turn of LCD at night." - (exclude_from_sim no) - (at 29.21 179.07 0) - (effects - (font - (size 1.8034 1.8034) - (thickness 0.3607) - (bold yes) - ) - (justify left bottom) - ) - (uuid "daa9c4ad-3390-407a-94f4-52c927955420") - ) - (global_label "SDA" - (shape input) - (at 147.32 41.91 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "0b555cd8-84d5-4871-94c0-3307f0a259cd") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_RIGHT" - (shape input) - (at 236.22 121.92 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "0feab8fd-5803-468b-9173-e23e12f5c950") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "BUZZER" - (shape input) - (at 31.75 77.47 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "89e27a54-c6e0-49c0-802a-a11fb53a00ba") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_DOWN" - (shape output) - (at 186.69 121.92 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "aaa450c8-25dc-4e64-aeef-cc707996fe6c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_UP" - (shape output) - (at 163.83 121.92 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "d8f55991-a717-4cd0-9a33-6adf529d65c7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "SCL" - (shape input) - (at 147.32 39.37 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "e84844ac-2632-49b7-848f-3a171293a282") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "KEY_LEFT" - (shape output) - (at 212.09 121.92 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "f65de835-1cfd-4399-8152-6c1bf92273a2") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "R_PHOTO_VOLTAGE_MEASSURE_VALUE" - (shape output) - (at 100.33 157.48 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "faaab0ea-9125-49c0-bfcc-0c434d2a3b94") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (global_label "R_PHOTO_VOLTAGE_MEASSURE_ENA" - (shape input) - (at 63.5 160.02 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "ff6e1783-ef95-40c5-a218-05f4b0eb30c9") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - ) - (symbol - (lib_id "Device:Buzzer") - (at 63.5 59.69 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061299327") - (property "Reference" "BZ1" - (at 67.3608 58.9534 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Buzzer" - (at 67.3608 61.2648 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "IonizationChamber:LPT1440S-HS-05-4.0-12-R" - (at 62.865 57.15 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 62.865 57.15 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 63.5 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "dc14773d-919c-4aee-b5c4-c980a022fab4") - ) - (pin "2" - (uuid "f09f9d8a-61da-4eea-8ef1-2089e0f2fa95") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "BZ1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 55.88 50.8 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061299333") - (property "Reference" "#PWR0104" - (at 55.88 54.61 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 56.261 46.4058 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 55.88 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 55.88 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 55.88 50.8 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4a0605cf-57b3-41d6-873d-4c60ac25e2c3") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0104") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_NPN_BEC") - (at 53.34 77.47 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061299339") - (property "Reference" "Q5" - (at 58.1914 76.3016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NPN_BEC" - (at 58.1914 78.613 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 58.42 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 53.34 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 53.34 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8d70a212-df33-467d-9e56-83442ff5c1ce") - ) - (pin "2" - (uuid "f86ea391-567c-4a98-8753-fce2266c4a83") - ) - (pin "3" - (uuid "92a4c6fa-0b0c-49ff-91d4-d9bae9aec11f") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "Q5") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:L") - (at 53.34 59.69 0) - (mirror y) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006129933f") - (property "Reference" "L1" - (at 54.4576 58.5216 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "L" - (at 54.4576 60.833 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Inductor_THT:L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1" - (at 53.34 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 53.34 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 53.34 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "38109f27-f9bf-45ef-b506-2b87892664bd") - ) - (pin "2" - (uuid "e4d4f3e3-595b-4f97-8c0c-1d818ea250ca") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "L1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 55.88 83.82 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061299345") - (property "Reference" "#PWR0105" - (at 55.88 90.17 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 56.007 88.2142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 55.88 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 55.88 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 55.88 83.82 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "9c836a2c-bc69-4179-89a7-018ec4702da9") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0105") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 43.18 77.47 270) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006129934b") - (property "Reference" "R18" - (at 43.18 80.391 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "1k" - (at 43.18 82.7024 90) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 43.18 75.692 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 43.18 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 43.18 77.47 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17513" - (at 43.18 77.47 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "9eaf5fc6-44ac-4530-b39a-3e93f5e9ab7c") - ) - (pin "2" - (uuid "15a6ca28-52b1-47c7-b6a9-3930c3c91395") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R18") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R_PHOTO") - (at 86.36 162.56 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006129bd65") - (property "Reference" "R23" - (at 88.138 161.3916 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "R_PHOTO" - (at 88.138 163.703 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "OptoDevice:R_LDR_7x6mm_P5.1mm_Vertical" - (at 87.63 168.91 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 86.36 163.83 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 86.36 162.56 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "1bb31da3-5133-4922-8479-39f5f0d9e407") - ) - (pin "2" - (uuid "33bdd3d3-ef7c-4059-865b-a15cae2e02e2") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R23") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 76.2 135.89 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612a2511") - (property "Reference" "R21" - (at 74.4474 134.7216 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TBD" - (at 74.4474 137.033 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 77.978 135.89 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 76.2 135.89 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 76.2 135.89 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6611c302-754e-4abd-8e63-cd3a3ca5fae3") - ) - (pin "2" - (uuid "48abd9a2-27d3-4ebb-a272-21bceaf27239") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R21") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_NMOS_GDS") - (at 73.66 160.02 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612a2517") - (property "Reference" "Q9" - (at 66.04 163.83 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 60.96 166.37 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 78.74 157.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 73.66 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 73.66 160.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "5197342c-66eb-4080-82cb-3b6ffffaec3e") - ) - (pin "2" - (uuid "8a1286e2-de2e-4cec-8254-6979f2b63b9d") - ) - (pin "3" - (uuid "16831c14-f59a-46ff-a467-06315665b90e") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "Q9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:Q_PMOS_GDS") - (at 83.82 140.97 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612a251d") - (property "Reference" "Q8" - (at 89.027 139.8016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 89.027 142.113 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 88.9 138.43 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 83.82 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 83.82 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "b45da415-ed39-4c81-9762-29a9de3d5bd7") - ) - (pin "2" - (uuid "f75709ba-a369-45c5-accf-532073b3ee06") - ) - (pin "3" - (uuid "43e654db-7347-4ffe-930d-018b2f4da5c7") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "Q8") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 76.2 167.64 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612a2523") - (property "Reference" "#PWR0106" - (at 76.2 173.99 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 76.327 172.0342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 76.2 167.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 76.2 167.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 76.2 167.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6773a0d6-5513-421e-ba93-35124afe22ad") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0106") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 86.36 151.13 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612a2529") - (property "Reference" "R22" - (at 88.138 149.9616 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "TBD" - (at 88.138 152.273 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 88.138 151.13 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 86.36 151.13 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 86.36 151.13 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "023465a0-d156-45d1-88c5-6d8374305ccc") - ) - (pin "2" - (uuid "bc29a26f-6af8-4a33-a9ed-114b573c5224") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R22") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 86.36 167.64 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612a252f") - (property "Reference" "#PWR0107" - (at 86.36 173.99 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 86.487 172.0342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 86.36 167.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 86.36 167.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 86.36 167.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "4bad9f2e-a2f2-406f-95cd-2705eece32fc") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0107") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 86.36 128.27 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000612cc833") - (property "Reference" "#PWR08" - (at 86.36 132.08 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 84.8868 127.3302 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 86.36 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 86.36 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 86.36 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "eba9b0da-6a21-4c71-960b-8495bd524430") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR08") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 35.56 74.93 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006132a0c3") - (property "Reference" "TP8" - (at 37.0332 71.9328 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 37.0332 74.2442 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 40.64 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 40.64 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 35.56 74.93 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "44e493cd-0f26-4dcf-b43c-7f83a3deee68") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "TP8") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Connector:TestPoint") - (at 64.77 156.21 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006132e49b") - (property "Reference" "TP10" - (at 66.2432 153.2128 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "TestPoint" - (at 66.2432 155.5242 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 69.85 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 69.85 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 64.77 156.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "613fa6fc-fd96-4b67-9c26-505cf3d2875b") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "TP10") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "IonizationChamber:SSD1306") - (at 157.48 33.02 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006138c65d") - (property "Reference" "U1" - (at 173.4312 36.8046 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "SSD1306" - (at 173.4312 39.116 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "IonizationChamber:SSD1306" - (at 157.48 29.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 157.48 29.21 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 157.48 33.02 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d9f2bb58-2dfe-4308-9e36-b818ffbaeb49") - ) - (pin "2" - (uuid "eb6852bd-4877-43a1-8769-4b38c59f92a9") - ) - (pin "3" - (uuid "734ec78d-9c77-41ad-aad0-eb8b7620263e") - ) - (pin "4" - (uuid "ef0b6f95-82a4-4383-b57f-3c6326e3986f") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "U1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 114.3 27.94 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061390da5") - (property "Reference" "#PWR0108" - (at 114.3 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 116.5352 27.0002 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 114.3 27.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 114.3 27.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 114.3 27.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "76937772-d8f1-4b50-99cb-11dcd5fa1838") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0108") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 45.72 59.69 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000613933ed") - (property "Reference" "C18" - (at 42.799 58.5216 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "100n" - (at 42.799 60.833 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 46.6852 63.5 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 45.72 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 45.72 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 45.72 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "46547e04-b756-4f95-a433-3b77cb3e3b83") - ) - (pin "2" - (uuid "914c838c-9cca-4a7d-9d42-2921e9cfb926") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "C18") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 45.72 64.77 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000613966c6") - (property "Reference" "#PWR0109" - (at 45.72 71.12 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 45.847 69.1642 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 45.72 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 45.72 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 45.72 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f6506c77-13f8-4a4f-93d0-382df27508f5") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0109") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Jumper:SolderJumper_3_Open") - (at 114.3 34.29 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000614028a6") - (property "Reference" "JP1" - (at 109.22 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "SolderJumper_3_Open" - (at 111.76 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels" - (at 114.3 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 114.3 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 114.3 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "0a8423ba-c220-4ac0-9f70-4692c08e66fc") - ) - (pin "2" - (uuid "55d7c038-378f-4d77-a76d-d6c84e1a6644") - ) - (pin "3" - (uuid "3398d808-ac2f-41ee-979f-869763e01ca1") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "JP1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 114.3 40.64 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006140dc53") - (property "Reference" "#PWR0110" - (at 114.3 46.99 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 114.427 45.0342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 114.3 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 114.3 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 114.3 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7fba724b-7ea2-44f7-8208-1361e2a79e8b") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0110") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 129.54 27.94 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061412120") - (property "Reference" "#PWR0111" - (at 129.54 31.75 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 131.7752 27.0002 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "" - (at 129.54 27.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 129.54 27.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 129.54 27.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6666140b-24ea-40d1-a6a2-d5d699c150ca") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0111") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Jumper:SolderJumper_3_Open") - (at 129.54 34.29 90) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061412126") - (property "Reference" "JP2" - (at 124.46 35.56 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "SolderJumper_3_Open" - (at 127 43.18 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Jumper:SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels" - (at 129.54 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 129.54 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 129.54 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "7b82cfb2-a0e8-473e-b9bb-99f913653fbc") - ) - (pin "2" - (uuid "5497481c-7a95-4a0a-b63e-f9e5ccc13851") - ) - (pin "3" - (uuid "e8e10f73-e2f6-4d60-8f38-30ed868aa9bc") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "JP2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 129.54 40.64 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006141212d") - (property "Reference" "#PWR0112" - (at 129.54 46.99 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 129.667 45.0342 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 129.54 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 129.54 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 129.54 40.64 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d2e471cf-9487-4f54-86a7-048a734f0f61") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR0112") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Switch:SW_Push") - (at 160.02 128.27 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061438169") - (property "Reference" "SW1" - (at 161.2392 127.1016 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "UP" - (at 161.2392 129.413 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Button_Switch_SMD:SW_SPST_PTS645" - (at 154.94 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 154.94 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 160.02 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "2ecfe53f-b414-482a-9caf-4bec59327545") - ) - (pin "2" - (uuid "a6faa228-28eb-4ad3-9ec3-6299655493d2") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "SW1") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 160.02 115.57 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006143cb4e") - (property "Reference" "R24" - (at 161.798 114.4016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "1k" - (at 161.798 116.713 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 161.798 115.57 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 160.02 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 160.02 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17513" - (at 160.02 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "75125be3-5c66-413b-b99b-dd0640ff37b7") - ) - (pin "2" - (uuid "50af1bc4-62e1-4b83-841a-27e684d52a3a") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R24") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 160.02 134.62 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061440c6e") - (property "Reference" "#PWR037" - (at 160.02 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 160.147 139.0142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 160.02 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 160.02 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 160.02 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a4eb0c3c-0046-43fb-ad61-81eb8776c777") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR037") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 160.02 110.49 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-0000614420fc") - (property "Reference" "#PWR012" - (at 160.02 114.3 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 158.5468 109.5502 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 160.02 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 160.02 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 160.02 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a529eede-37eb-4376-b99e-f6a8cc3c324c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR012") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Switch:SW_Push") - (at 182.88 128.27 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061451b74") - (property "Reference" "SW2" - (at 184.0992 127.1016 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "DOWN" - (at 184.0992 129.413 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Button_Switch_SMD:SW_SPST_PTS645" - (at 177.8 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 177.8 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 182.88 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "6e54b381-4101-4439-8c5f-77109212dadf") - ) - (pin "2" - (uuid "7dfcdb60-a5fb-4190-b3d6-d1ec72dee146") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "SW2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 182.88 115.57 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061451b7a") - (property "Reference" "R25" - (at 184.658 114.4016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "1k" - (at 184.658 116.713 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 184.658 115.57 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 182.88 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 182.88 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17513" - (at 182.88 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e6c34e60-eec0-41b7-b256-3ec658b43c6c") - ) - (pin "2" - (uuid "d2c1594b-ef55-4320-aa3f-3860c818f551") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R25") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 182.88 134.62 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061451b80") - (property "Reference" "#PWR038" - (at 182.88 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 183.007 139.0142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 182.88 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 182.88 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 182.88 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "732d1083-62e4-47b7-ae01-a73691bc5342") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR038") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 182.88 110.49 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061451b87") - (property "Reference" "#PWR014" - (at 182.88 114.3 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 181.4068 109.5502 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 182.88 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 182.88 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 182.88 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a8db8741-026b-4a70-8df2-f7687ecce43c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR014") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Switch:SW_Push") - (at 208.28 128.27 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061453367") - (property "Reference" "SW3" - (at 209.4992 127.1016 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "LEFT" - (at 209.4992 129.413 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Button_Switch_SMD:SW_SPST_PTS645" - (at 203.2 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 203.2 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 208.28 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "14713865-0fb7-4747-b150-d228bee116f3") - ) - (pin "2" - (uuid "2a79fbac-c182-409e-af52-e053dcb2c13f") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "SW3") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 208.28 115.57 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006145336d") - (property "Reference" "R26" - (at 210.058 114.4016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "1k" - (at 210.058 116.713 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 210.058 115.57 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 208.28 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 208.28 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17513" - (at 208.28 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d6d7add4-8272-4c28-aee6-36100e4f46f5") - ) - (pin "2" - (uuid "188fb48d-c5ce-403d-ba08-86fdabf61b83") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R26") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 208.28 134.62 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061453373") - (property "Reference" "#PWR039" - (at 208.28 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 208.407 139.0142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 208.28 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 208.28 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 208.28 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "c6b99962-5784-43c2-97df-ff1bed11c508") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR039") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 208.28 110.49 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-00006145337a") - (property "Reference" "#PWR017" - (at 208.28 114.3 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 206.8068 109.5502 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 208.28 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 208.28 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 208.28 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "e17f22ad-4ffa-457d-a1c9-6d5e71accd42") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR017") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Switch:SW_Push") - (at 232.41 128.27 90) - (mirror x) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061454b9c") - (property "Reference" "SW4" - (at 233.6292 127.1016 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "RIGHT" - (at 233.6292 129.413 90) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Button_Switch_SMD:SW_SPST_PTS645" - (at 227.33 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 227.33 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 232.41 128.27 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "9722bb08-79b6-4b52-923f-f58a4d39ec16") - ) - (pin "2" - (uuid "382a24d0-44d7-4e7d-b604-cc9ab4da28fe") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "SW4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 232.41 115.57 180) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061454ba2") - (property "Reference" "R27" - (at 234.188 114.4016 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "1k" - (at 234.188 116.713 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 234.188 115.57 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 232.41 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 232.41 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C17513" - (at 232.41 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "c7f5072b-4933-4b0d-aaba-2a3f7b463dc4") - ) - (pin "2" - (uuid "24fe9430-6fb9-4c03-ba99-f584ed6829d7") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "R27") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 232.41 134.62 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061454ba8") - (property "Reference" "#PWR040" - (at 232.41 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 232.537 139.0142 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 232.41 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 232.41 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 232.41 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "48761f5e-b780-4539-973b-92a8bf90f77b") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR040") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:+5V") - (at 232.41 110.49 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061454baf") - (property "Reference" "#PWR034" - (at 232.41 114.3 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "+5V" - (at 230.9368 109.5502 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 232.41 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 232.41 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 232.41 110.49 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "b8107182-bc79-483d-8753-eff2cc0af781") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR034") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:PWR_FLAG") - (at 142.24 30.48 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061570571") - (property "Reference" "#FLG01" - (at 142.24 28.575 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "PWR_FLAG" - (at 142.24 26.0858 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 142.24 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 142.24 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 142.24 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "61cdb4da-433f-4d14-b401-eafb2be56343") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#FLG01") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:PWR_FLAG") - (at 153.67 30.48 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061571089") - (property "Reference" "#FLG02" - (at 153.67 28.575 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "PWR_FLAG" - (at 153.67 26.0858 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 153.67 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 153.67 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 153.67 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "d3b434ae-3548-418e-a2eb-2abad7cd3f85") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#FLG02") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 33.02 59.69 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061a71d71") - (property "Reference" "C27" - (at 30.099 58.5216 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "100n" - (at 30.099 60.833 0) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 33.9852 63.5 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 33.02 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 33.02 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 33.02 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "a1537be0-53dc-4938-b58e-557a4c1656a2") - ) - (pin "2" - (uuid "f9cd18a9-cb28-4941-9c47-f43106ea4174") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "C27") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 33.02 64.77 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "00000000-0000-0000-0000-000061a71d77") - (property "Reference" "#PWR058" - (at 33.02 71.12 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Value" "GND" - (at 33.147 69.1642 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 33.02 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "" - (at 33.02 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 33.02 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "f823bd2e-3522-45f1-b676-38dc4a91073c") - ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-0000612742a4" - (reference "#PWR058") - (unit 1) - ) - ) - ) - ) -) diff --git a/Hardware/Sensor/chamber.kicad_pcb b/Hardware/Sensor/chamber.kicad_pcb deleted file mode 100755 index 908a8cc..0000000 --- a/Hardware/Sensor/chamber.kicad_pcb +++ /dev/null @@ -1,35353 +0,0 @@ -(kicad_pcb - (version 20240108) - (generator "pcbnew") - (generator_version "8.0") - (general - (thickness 1.6) - (legacy_teardrops no) - ) - (paper "A4") - (layers - (0 "F.Cu" signal) - (31 "B.Cu" signal) - (32 "B.Adhes" user "B.Adhesive") - (33 "F.Adhes" user "F.Adhesive") - (34 "B.Paste" user) - (35 "F.Paste" user) - (36 "B.SilkS" user "B.Silkscreen") - (37 "F.SilkS" user "F.Silkscreen") - (38 "B.Mask" user) - (39 "F.Mask" user) - (40 "Dwgs.User" user "User.Drawings") - (41 "Cmts.User" user "User.Comments") - (42 "Eco1.User" user "User.Eco1") - (43 "Eco2.User" user "User.Eco2") - (44 "Edge.Cuts" user) - (45 "Margin" user) - (46 "B.CrtYd" user "B.Courtyard") - (47 "F.CrtYd" user "F.Courtyard") - (48 "B.Fab" user) - (49 "F.Fab" user) - ) - (setup - (pad_to_mask_clearance 0.2) - (allow_soldermask_bridges_in_footprints no) - (grid_origin 57 119) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0001000_00000000) - (disableapertmacros no) - (usegerberextensions yes) - (usegerberattributes yes) - (usegerberadvancedattributes no) - (creategerberjobfile no) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref no) - (viasonmask no) - (mode 1) - (useauxorigin yes) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (pdf_front_fp_property_popups yes) - (pdf_back_fp_property_popups yes) - (dxfpolygonmode yes) - (dxfimperialunits yes) - (dxfusepcbnewfont yes) - (psnegative no) - (psa4output no) - (plotreference yes) - (plotvalue yes) - (plotfptext yes) - (plotinvisibletext no) - (sketchpadsonfab no) - (subtractmaskfromsilk yes) - (outputformat 1) - (mirror no) - (drillshape 0) - (scaleselection 1) - (outputdirectory "plots/") - ) - ) - (net 0 "") - (net 1 "GND") - (net 2 "+BATT") - (net 3 "-BATT") - (net 4 "analog_output") - (net 5 "+5V") - (net 6 "Net-(C6-Pad2)") - (net 7 "Net-(C6-Pad1)") - (net 8 "Net-(C9-Pad1)") - (net 9 "Net-(C11-Pad2)") - (net 10 "Net-(C11-Pad1)") - (net 11 "Net-(C14-Pad1)") - (net 12 "Net-(R1-Pad1)") - (net 13 "Net-(R2-Pad1)") - (net 14 "Net-(R3-Pad1)") - (net 15 "Net-(Q1-Pad3)") - (net 16 "Net-(Q1-Pad1)") - (net 17 "Net-(Q2-Pad3)") - (net 18 "/AnalogFrontend/CHAMBER_VOLTAGE") - (net 19 "Net-(Q2-Pad1)") - (net 20 "BATTERY_MEASSURE_ENA") - (net 21 "CHAMBER_VOLTAGE_MEASSURE_ENA") - (net 22 "BATTERY_MEASSURE_VALUE") - (net 23 "Net-(R11-Pad2)") - (net 24 "Net-(R11-Pad1)") - (net 25 "Net-(BZ1-Pad2)") - (net 26 "/DataAcquisition/STM8_1_13") - (net 27 "/DataAcquisition/STM8_1_10") - (net 28 "/DataAcquisition/STM8_1_8") - (net 29 "/DataAcquisition/STM8_1_7") - (net 30 "/DataAcquisition/STM8_1_6") - (net 31 "/DataAcquisition/STM8_1_4") - (net 32 "/DataAcquisition/STM8_1_3") - (net 33 "/DataAcquisition/STM8_1_2") - (net 34 "/DataAcquisition/STM8_1_21") - (net 35 "/DataAcquisition/STM8_1_22") - (net 36 "/DataAcquisition/STM8_1_23") - (net 37 "/DataAcquisition/STM8_1_24") - (net 38 "/DataAcquisition/STM8_1_28") - (net 39 "/DataAcquisition/STM8_1_29") - (net 40 "/DataAcquisition/STM8_1_32") - (net 41 "Net-(Q6-Pad3)") - (net 42 "Net-(Q6-Pad1)") - (net 43 "Net-(Q5-Pad1)") - (net 44 "Net-(Q8-Pad3)") - (net 45 "Net-(Q8-Pad1)") - (net 46 "R_PHOTO_VOLTAGE_MEASSURE_ENA") - (net 47 "BUZZER") - (net 48 "SDA") - (net 49 "SCL") - (net 50 "Net-(JP1-Pad2)") - (net 51 "Net-(JP2-Pad2)") - (net 52 "KEY_UP") - (net 53 "KEY_DOWN") - (net 54 "KEY_LEFT") - (net 55 "KEY_RIGHT") - (net 56 "Net-(J7-Pad4)") - (net 57 "/DataAcquisition/STM8_1_1") - (net 58 "/DataAcquisition/STM8_1_16") - (net 59 "/DataAcquisition/STM8_1_17") - (net 60 "Net-(J9-Pad1)") - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e083e2") - (at 136.1445 60.58) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "TH1" - (at -2.9445 0.127 0) - (layer "F.SilkS") - (uuid "3002bcec-791f-4125-b4a5-8ba1ae3dbac6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Thermistor" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "d4bd46eb-229c-4455-8917-0a3f7cd2e3e8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "f6038ed1-7541-419b-bf44-fcfe500728af") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "dfa6d59f-c9c9-4811-ae98-e934f676ecc2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "12e8d779-0b51-4a0b-af9b-cc79fa5aa2ab") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060e68270") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6964f642-f647-463f-bba1-a48f5e62f9bd") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f9b7152b-adab-4028-95c7-403a5464e9c6") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "dd0f7475-3585-4b6b-aece-fa1625971725") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2330398e-ff54-4555-92d7-077ff1ea0db9") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5ff8ecd2-601a-4a1f-a7d9-e82468469060") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3debcee4-d0f0-43bd-9f0a-08ce5dd5a218") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "11206711-ef15-492c-a8fb-15e938ae6a92") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "bd7fedd7-4b10-4f9a-95ae-24a8a6d01a3a") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "58adeac4-86fd-4519-890a-fcf83b9d17cc") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "34e4d575-3711-455e-b5cf-3a24a34c8f79") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "0fc7567c-692c-40dd-93ac-b4b571a88a4e") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "76736d99-487c-4d2a-a027-fa67fae349b6") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 1 "GND") - (pintype "passive") - (uuid "95613945-19c6-449c-8a68-350a63494dc4") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e1adf6") - (at 132.184 43.689) - (descr "wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm") - (tags "test point wire loop bead") - (property "Reference" "TP6" - (at 0 -2.413 0) - (layer "F.SilkS") - (uuid "f5ac9186-f9c2-49f5-a24b-28d511201d69") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 -2.8 0) - (layer "F.Fab") - (uuid "38910045-d6b0-458f-9d65-0fed13cdf674") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "cc45e827-44a2-40f6-8762-333cbcd3f2a2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "4756969f-1e8c-418c-894a-5cf81032217e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "748c3bd9-ed79-4aee-b6be-9dbe8797fdfe") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f051d8") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr through_hole) - (fp_circle - (center 0 0) - (end 1.7 0) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "7a471d0b-6d3c-4370-ae96-956e59422faf") - ) - (fp_circle - (center 0 0) - (end 2 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "fb67c499-c190-4095-89e7-131da9840e44") - ) - (fp_line - (start -1.3 -0.3) - (end -1.3 0.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.Fab") - (uuid "4fe2fd51-92c8-4df1-b78f-6f8269b547a9") - ) - (fp_line - (start -1.3 0.3) - (end 1.3 0.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.Fab") - (uuid "0a4285c7-a264-47fe-8fc9-d83b455e31fe") - ) - (fp_line - (start 1.3 -0.3) - (end -1.3 -0.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.Fab") - (uuid "ca92f1ec-7723-4340-8f48-649a970b69af") - ) - (fp_line - (start 1.3 0.3) - (end 1.3 -0.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.Fab") - (uuid "6dfa4cc3-2033-4596-88ec-41ac46ec12e4") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "d7716123-b244-493a-aada-a2f2165c9554") - ) - (fp_text user "${REFERENCE}" - (at 0.7 2.5 0) - (layer "F.Fab") - (uuid "53467426-6d80-4260-8329-678d14474a7f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0) - (size 1.8 1.8) - (drill 0.9) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 18 "/AnalogFrontend/CHAMBER_VOLTAGE") - (pinfunction "1") - (pintype "passive") - (uuid "2ad82cdd-a098-45a3-96c5-be852e1ca587") - ) - (model "${KISYS3DMOD}/TestPoint.3dshapes/TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "IonizationChamber:IonizationChamberSensor" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060e238bf") - (at 89.004 25.274) - (descr "Home made sensor.") - (property "Reference" "V1" - (at 38.354 45.974 0) - (layer "F.SilkS") - (uuid "a6ec40c6-6661-4cea-a433-71e3768d00a4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Nuclear-Radiation_Detector" - (at 0 -5.715 0) - (layer "F.Fab") - (uuid "4fd9735c-1c9b-4af4-85c9-2c65b569680f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6fbd6dc9-d6c5-4a9a-927c-e43e9e17dfd1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "38ed9c6d-54b0-437e-8170-e5e1102f9c51") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e369f979-e497-4e79-8175-e5cd4d369cde") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f05176") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_poly - (pts - (xy 40 45) (xy 0 45) (xy 0 0) (xy 40 0) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Cu") - (uuid "707f2563-31ad-460d-8f98-495e51c41a10") - ) - (fp_line - (start 0 0) - (end 40 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1eeb4550-4b31-43e8-8b0a-d4835146826e") - ) - (fp_line - (start 0 45) - (end 0 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c341162c-24de-40af-a168-5bbbf05e2679") - ) - (fp_line - (start 40 0) - (end 40 45) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "de6c79f4-ba48-4715-84fd-21b012d82efa") - ) - (fp_line - (start 40 45) - (end 0 45) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1eef891b-b27d-4e8d-b38d-605ea6f14400") - ) - (fp_poly - (pts - (xy 40 45) (xy 0 45) (xy 0 0) (xy 40 0) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Mask") - (uuid "caefd3e1-a3ba-484c-8f68-79fd797448aa") - ) - (pad "1" smd circle - (at 37 18) - (size 2 2) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "/AnalogFrontend/CHAMBER_VOLTAGE") - (pinfunction "1") - (pintype "passive") - (uuid "6bee9613-f207-4e7a-83ca-c5885098753d") - ) - (pad "2" smd circle - (at -4 22) - (size 1 1) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "Net-(R11-Pad2)") - (pinfunction "2") - (pintype "passive") - (uuid "d4c4cc75-6b0f-41f2-afdc-996888b390aa") - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ea2713") - (at 136.248 49.912 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q2" - (at 0.127 2.794 180) - (layer "F.SilkS") - (uuid "1a0ed66d-0d50-4cc7-be70-53fd12e63ee3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 0 2.5 90) - (layer "F.Fab") - (uuid "ba374386-6772-4ff6-9ebb-df69b6a0545b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "6253a808-494a-4159-b05e-723bbdd28bc2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0b96b9c6-a899-43b1-b8f2-b26e8a58034e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "dbb650cc-8717-483f-91fa-3b6a0d4c6f8e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060ef1e9d") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ae858d9f-7f82-4db5-a5e3-cff12715446f") - ) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cdae94b6-20eb-40a0-b4fb-57acc52b57b9") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "76d390ab-7c35-47be-87b2-f4c25b5beaca") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f74f21e3-34f1-4cd8-9c48-ef2671093f48") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ad1fe182-138c-432b-b6b1-e1c6fcac4e8f") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7d6b2a0b-5eeb-4a4a-9382-bccccda72dae") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "80e2d15d-44aa-49d8-bac9-11be80a0057a") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "21dfced7-73c0-4c26-99ff-8456160bf282") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "06f5675c-2ba9-41b7-bf4a-4d92980f3552") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "adcca7df-c441-4ff7-98a7-df57a748fee5") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7db11e94-c746-4a19-891e-38fc93a01ac3") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "59b5a96a-6461-4deb-836e-1102b877ffbc") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "189bb33f-1eb4-4512-af31-9d1586eb7545") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "c85de13e-f1f1-4a82-a000-5fcac8d20750") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "Net-(Q2-Pad1)") - (pinfunction "G") - (pintype "input") - (uuid "5d08d651-d30a-4b0b-a823-aaf71963a171") - ) - (pad "2" smd rect - (at -1 0.95 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "/AnalogFrontend/CHAMBER_VOLTAGE") - (pinfunction "D") - (pintype "passive") - (uuid "9efe678a-1926-439c-b332-b13d42f0c31f") - ) - (pad "3" smd rect - (at 1 0 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "Net-(Q2-Pad3)") - (pinfunction "S") - (pintype "passive") - (uuid "d266f9c4-2e55-4d70-af87-4ccb8e61b03a") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ea273d") - (at 136.248 54.992 180) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q4" - (at 2.921 -0.254 0) - (layer "F.SilkS") - (uuid "f0f9e8d4-cc2b-43e7-ad94-e4b0db530408") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 0 2.5 0) - (layer "F.Fab") - (uuid "1eaf811b-179b-484e-9ca5-b41635b4628f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "85559490-bd52-45d0-a134-20fbf8c7821b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c274a580-231e-4692-9988-9dc17fd57153") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "ada55ab1-d044-455a-995e-7d6b9d434602") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060ef1e97") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a5bf1dd4-2e5e-4fde-b32e-19b13d71f593") - ) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e792986b-db8c-46d6-bb75-f6e54e6361f2") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ed5601a1-9662-41d9-9e1b-144568ae4027") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b8478604-0323-4ab5-8e21-3e950070def3") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "eb6a84c7-5306-417b-8b4b-f3214071cf16") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b6976416-2efb-445c-864e-eb7e142e1e39") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5d93c5b8-2e31-41d9-9ea5-62206e5b4475") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "38463edb-2349-45da-aaee-447bfc8aece0") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d11d37c3-3c25-44a3-be72-a82df9dca790") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4d472459-e7fd-4879-b995-eef8d2f1033d") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "693e7fe2-3238-4b1b-bcc8-3fbac3d982a1") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f069664d-42d9-460d-a699-ce980efdccb5") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d74a9da8-f166-4227-bd68-8cd200d56c25") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "468c6b33-b1b3-480d-b07c-21e42044d2e4") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "CHAMBER_VOLTAGE_MEASSURE_ENA") - (pinfunction "G") - (pintype "input") - (uuid "a828da0a-23c0-473b-b504-86571aa9bcb1") - ) - (pad "2" smd rect - (at -1 0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "Net-(Q2-Pad1)") - (pinfunction "D") - (pintype "passive") - (uuid "fd08d28d-e578-42c8-ae87-a399c7189203") - ) - (pad "3" smd rect - (at 1 0 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "S") - (pintype "passive") - (uuid "790f8766-2c6e-45ff-bd9c-479dd1222c31") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ea27df") - (at 136.1445 47.118 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R6" - (at 2.8175 -0.127 180) - (layer "F.SilkS") - (uuid "e004006d-6aa9-4ac0-be9f-5871f8415d7d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "c978f502-5650-4d49-9dcb-5225265546a6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "74ce3a9c-cf51-4d12-b43f-0ceb219dde5b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "7d2f9d2e-264c-4ddb-801e-e2ebff559d79") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c9e83c03-aa2d-46ed-890a-d56d5bce4f98") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "" - (at 272.289 94.236 0) - (layer "F.Fab") - (hide yes) - (uuid "d71252ef-21db-444e-b671-561c347f7164") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060ef1e91") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c563676b-00c3-4b9b-8ca4-618ed6e6713e") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cdc21c06-93f3-4579-af26-cb1e1bd811d3") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fce038cf-e9c4-48b1-8450-0a4fe01ee7b4") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3d18e441-6401-45cb-95b4-729ff5a3991a") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d2cb6405-32e3-45af-8c39-39e2af33266a") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1af1b0ea-75d2-4c17-a4c5-93e46e907551") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0ed6ab2b-4d3e-4268-84a7-8324bb0d7d36") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "67c91721-7b6d-4854-8237-7aae26ece6b2") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "90ba43da-0a39-4ba4-b4ac-2a035baf5ca2") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "40a0eb66-2b37-4772-9281-324327553ca2") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "e5ca3573-c1f1-4751-bdaa-51a02b1a26fd") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 19 "Net-(Q2-Pad1)") - (pintype "passive") - (uuid "488d9ad5-e8de-4e14-b8dd-fb78a5abd879") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 18 "/AnalogFrontend/CHAMBER_VOLTAGE") - (pintype "passive") - (uuid "a3b55948-6da8-46cd-8d21-8cbc8d3415ce") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ea28e1") - (at 134.47 52.5555 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R15" - (at 0.1035 2.54 180) - (layer "F.SilkS") - (uuid "87075bd1-93c5-43f0-9c99-8b01d29a1c10") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "d8980237-9d62-48b6-aa53-1156bd0bc49c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "0f6ad07c-8ea9-48a1-8d00-2c3d05bd26e7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "940df1b1-60e8-461a-bd1e-57250ea5b31e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "5d24f3da-cd32-4a4a-9597-d8d9aa1d7045") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060ef1ea9") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "33b74db3-5706-4e33-a0d2-0a20ff20c2c7") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3b377ee6-ae3b-43e3-9eb2-d67b18740c77") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c0a0414e-6a71-4fdc-b813-1e8ae7548009") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b3dad2bf-2b2b-4480-8ff4-cf33ea9b0b59") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "97d2c7c1-c71c-41bd-bfce-052b0397b4b7") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e859cd47-e411-498b-8cef-74f07b8b9d7b") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1438730b-e9e2-4c5a-bebd-268549e34c65") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6383b3fc-4615-4ec1-bbbc-81ebbd54cb22") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "58235c08-d88f-4ed0-a2d9-82ea5ab05e26") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "29a366c8-e2d7-45db-a79e-989c1f7b0f0d") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "86848aae-989e-428f-ad4e-d628ae9d64dd") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "84eaba85-69fd-4927-a901-d895ac1c444c") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 17 "Net-(Q2-Pad3)") - (pintype "passive") - (uuid "92706f26-5646-4320-9347-410149ebad9d") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ea2903") - (at 136.1445 58.548 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R17" - (at 3.1985 -0.254 0) - (layer "F.SilkS") - (uuid "5a897f33-9bbb-4a29-b783-485ed45d2157") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "79705941-e585-4245-9b8f-801cc77fd51b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "5bc0851c-8b13-4f37-9155-33dd8d6ed05c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "04375eab-62dd-49f4-857e-4f49fb306ff3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "039e7f3b-f48f-4e98-b90d-9d2c7c21fa82") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060ef1e8b") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "811a3a40-7ec3-42b3-a025-fdacb426302a") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b290509c-be52-4439-863f-47f6ce5f2ae0") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2718d1c2-4497-43fc-9442-e63409ccee1f") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "16115f91-af12-4846-92a9-52d9321ec883") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "95368a5c-917d-40c8-8418-bda3e70dd332") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e4cb5edb-e7a6-4019-b230-ba24aab2b363") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d9a66e5a-6148-4960-a77a-dfbe8c2c8c47") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "484e7e6d-ba03-4eca-b089-8935398de94a") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6c3d8e1b-672f-4977-91f6-a9a4022e14f5") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "41532dc2-3f15-4f46-bdd0-e86bcacb94bf") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "76c3d3d4-d157-4522-bd3e-6f759dbfcdbf") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 1 "GND") - (pintype "passive") - (uuid "942f1f8f-73f5-4d6d-b989-3e4ca5f6c87e") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "1888c99f-9fec-4060-a40b-e1810cc87800") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "MountingHole:MountingHole_3.5mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ead706") - (at 64.15 29.5) - (descr "Mounting Hole 3.5mm, no annular") - (tags "mounting hole 3.5mm no annular") - (property "Reference" "H1" - (at -0.038 2.632 0) - (layer "F.SilkS") - (uuid "c69ed708-701e-4450-850a-b93192515d7c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "4f2bbacf-5d44-4ed6-9b62-5158c7875210") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6d49441f-c86b-4a40-ae77-8557318f2045") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "59e25247-163c-459b-af8e-b4e7c4a6db6a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1231c403-56e6-4f76-b33d-a9201a13dfca") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f42705/00000000-0000-0000-0000-00006117057a") - (sheetname "Mechanic") - (sheetfile "Mechanic.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "65f2f54f-2385-4f71-ba63-8910e92e6b61") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "3e70e74f-9d63-4bc2-9ac8-7c2e68f59bc7") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "e1eafa58-8200-4d4d-ba83-47fb6560abcd") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "" np_thru_hole circle - (at 0 0) - (size 3.5 3.5) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (uuid "1ede39c7-7b61-4612-ab17-39f6559a4fbf") - ) - ) - (footprint "MountingHole:MountingHole_3.5mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ead70e") - (at 135.4 29.45) - (descr "Mounting Hole 3.5mm, no annular") - (tags "mounting hole 3.5mm no annular") - (property "Reference" "H2" - (at -0.168 2.682 0) - (layer "F.SilkS") - (uuid "6e11a06b-9281-4a13-87de-2f5b79fda376") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "dad09025-ba40-47b0-8862-2b4a2b16b7f5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "4adfb374-b57c-4352-a589-8173fbe36c6d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "469d25ef-803f-4ada-be27-8cf008fdb22e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "cb911d0e-30c5-443d-864c-28725b368a79") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f42705/00000000-0000-0000-0000-00006117199e") - (sheetname "Mechanic") - (sheetfile "Mechanic.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "e01b362b-8ef1-4624-8422-9e9f96434b07") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "103c6536-2234-4556-a8fb-9d84a1baeba3") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "fe7d05bb-d65c-46a5-8c71-72cded6fa85b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "" np_thru_hole circle - (at 0 0) - (size 3.5 3.5) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (uuid "7cd6d809-3ba7-42b1-b82e-0b4f5784db00") - ) - ) - (footprint "MountingHole:MountingHole_3.5mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ead716") - (at 62.5 113.5) - (descr "Mounting Hole 3.5mm, no annular") - (tags "mounting hole 3.5mm no annular") - (property "Reference" "H3" - (at 0 2.96 0) - (layer "F.SilkS") - (uuid "8eeb97d9-ea7e-43cb-9513-aea9d8bfc760") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "6d29e0ac-d857-449e-b759-dbf13c95a2b4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "32b57ecd-a340-4edc-a70f-277dd62c93fe") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "9194fad8-1f01-4b3a-bb66-b8dac0cc7a26") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "50c8db31-85ba-4d77-8ffc-afbbe584e56b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f42705/00000000-0000-0000-0000-000061171bae") - (sheetname "Mechanic") - (sheetfile "Mechanic.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "24532ba8-f59b-4ed5-81e8-b40daaa3e5a7") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "059c8a3e-5386-4622-b043-4ba3f243111b") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "3048345d-9b23-4989-8be4-bb31a9cec4c2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "" np_thru_hole circle - (at 0 0) - (size 3.5 3.5) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (uuid "f0a75d18-1d5d-4aef-9387-5fc39e620910") - ) - ) - (footprint "MountingHole:MountingHole_3.5mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060ead71e") - (at 134.45 113.55) - (descr "Mounting Hole 3.5mm, no annular") - (tags "mounting hole 3.5mm no annular") - (property "Reference" "H4" - (at 0 2.91 0) - (layer "F.SilkS") - (uuid "36a1de76-aaca-4f3b-90a9-df3a93a790d9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MountingHole" - (at 0 4.5 0) - (layer "F.Fab") - (uuid "d9d094f1-e516-4133-8e6a-aaa24215f4f9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "70fb1d44-a533-49b6-bb6f-37d283d93047") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "a2018b7b-5825-4fa7-9343-3191707366ee") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "482c7a48-2beb-4af0-b679-18095a6b6b16") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060f42705/00000000-0000-0000-0000-000061171eb4") - (sheetname "Mechanic") - (sheetfile "Mechanic.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 3.5 0) - (stroke - (width 0.15) - (type solid) - ) - (fill none) - (layer "Cmts.User") - (uuid "98e52882-5278-4996-a586-a4159498bd9c") - ) - (fp_circle - (center 0 0) - (end 3.75 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "97ca764f-60fd-4096-b9ac-b54a8312e066") - ) - (fp_text user "${REFERENCE}" - (at 0.3 0 0) - (layer "F.Fab") - (uuid "dc144065-44d7-4e58-8cfb-ffcf6df29e68") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "" np_thru_hole circle - (at 0 0) - (size 3.5 3.5) - (drill 3.5) - (layers "*.Cu" "*.Mask") - (uuid "99f625b4-8d75-45ed-abab-829bd8c23b50") - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f378af") - (at 135.994 65.406 90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q6" - (at -0.508 -2.921 180) - (layer "F.SilkS") - (uuid "cc7514c0-f8ce-44a4-a68b-452d51953598") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 0 2.5 90) - (layer "F.Fab") - (uuid "873cf12d-d9d6-480d-9d76-f8ddf11494ed") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "404a1752-d671-4ae1-8f46-11d27875372c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "b0301537-c2b7-45e5-87a8-1c04d5a1316f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "01128136-4465-421d-8666-d300a0e014db") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611d6ea6") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8290ec6b-4b31-4cec-ae85-4d9d0b90c8f6") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3cbafdd8-3acb-401b-b4e5-7367d638efde") - ) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "18daca92-5359-4a1d-af46-f74d9988e633") - ) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "df98fac6-51d8-444b-a5c3-a376cb1e7430") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "bfecc9e9-9d00-4bc3-81c8-99e153d24b2c") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b7d1fe4a-8de0-458a-8dbf-f6241d32c550") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "dac0b032-eb5c-42cc-9860-02a4e8d063b9") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c387e450-ab48-4909-a058-679e18646748") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f10a565d-5240-4507-b36f-e5edde88a269") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d864a567-0d17-4c00-8094-99af9e9f23ae") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5196ef36-3798-479c-9e94-bd7d52abc4bf") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b2d07367-e9ec-4c91-9502-0bc0d5a3e06a") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4d1e5591-6663-4841-a840-3167c443ad52") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "07ddcc65-6f7f-4452-a352-473399efbb41") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 90) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 42 "Net-(Q6-Pad1)") - (pinfunction "G") - (pintype "input") - (uuid "a7776502-b5be-4cdf-9bed-ad5a823a3f9c") - ) - (pad "2" smd rect - (at -1 0.95 90) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "+5V") - (pinfunction "D") - (pintype "passive") - (uuid "e65b503c-0af3-4cca-b2ff-e80b985e4dfd") - ) - (pad "3" smd rect - (at 1 0 90) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 41 "Net-(Q6-Pad3)") - (pinfunction "S") - (pintype "passive") - (uuid "501eabd4-4278-4e0c-a743-525feb573c9b") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f378c4") - (at 135.994 71.248 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q7" - (at 0 2.921 180) - (layer "F.SilkS") - (uuid "979ce138-78d4-4663-b42d-c5a58e8b78d6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 0 2.5 90) - (layer "F.Fab") - (uuid "037e1e6f-d626-4541-8613-fc6cc98250e0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "1014861a-20bd-46fb-8064-0d8ab1662f03") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "8674958d-ffcc-41c1-976b-6105eafe513c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "02336905-00ce-44e8-8a08-a3a50f7547f0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611d6ea0") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e9391c09-1dcd-4706-b9ec-bb6be9efe2ff") - ) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c841b54a-0150-4bff-b23b-0f06147862d0") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ed1ba4ce-6f9d-47dd-8392-98239a325674") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dde24f76-7194-495f-bd46-f1f8f11441bb") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8928b536-0ec3-4e04-8fc2-3fb307ed37e7") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "115bafa5-dbdb-45d3-9ba5-88beecf14590") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0a856894-329a-473e-b97b-9d2ba96dd851") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "becd5573-df08-4e10-82f0-de3cf2840a68") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "dfe9d486-0d29-4b6d-aa49-b09c9f0c67b0") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "50fe6c1a-6fe6-4ca4-8cd8-06554f279194") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "25d5aadf-109e-411a-96f0-df32b2eaa9fc") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9dc31250-b663-446a-bcf2-c89bd8ee305d") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "97013012-b5c9-4bf6-a810-2cc3e85144e5") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "a6625b5a-4ff1-4a27-9d62-33908066a1ba") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 40 "/DataAcquisition/STM8_1_32") - (pinfunction "G") - (pintype "input") - (uuid "f870774c-a79f-41df-9f99-3955a8ee2af9") - ) - (pad "2" smd rect - (at -1 0.95 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 42 "Net-(Q6-Pad1)") - (pinfunction "D") - (pintype "passive") - (uuid "f93393cf-ad80-4736-8b82-293c2c3c34ae") - ) - (pad "3" smd rect - (at 1 0 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "S") - (pintype "passive") - (uuid "9c5b1727-757b-44af-9a21-da67b735719e") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f37b06") - (at 135.994 68.2) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R19" - (at -3.048 0.127 0) - (layer "F.SilkS") - (uuid "1de28e7f-cdd4-4726-8be6-17936aeed3cf") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "c4947c68-ca55-4615-911e-f13d98632765") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "265ae182-7191-4be9-a8cf-9215f3e8c975") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "106afb9f-6b4d-4024-8fea-9cfa77293af7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "2bab3c95-0e53-46e5-925c-dc458eab5812") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611d6e9a") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4aa368ff-b9bf-4cb6-88cc-7cef8c6ab7d1") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7aa918f9-eaad-4a67-a131-ebf90f2ab49f") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d1d48856-6b03-43a6-8451-36e08aa4dca8") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1eab9ace-9754-4895-b6a8-4ef324f7b3c6") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "14edda91-aead-4d97-9d0f-ede1448ae107") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a635398b-ae34-42e7-b16d-c00bd9eeddc0") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f323f4f2-c562-4015-9868-bb067cddfccf") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b432d15a-129e-48fc-bcce-4ea136e407c7") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "94f4ba47-c904-419a-9974-82e7bc457e1f") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b0a19655-fd19-42c7-9375-9736946d8d5c") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "2f808804-deab-479f-a3b0-8092354b1b5f") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 42 "Net-(Q6-Pad1)") - (pintype "passive") - (uuid "2cb08a88-a377-4b89-ba16-e87d254abcda") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "3822f74d-b7b6-4754-b152-21acead6d457") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "IonizationChamber:LPT1440S-HS-05-4.0-12-R" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f388dd") - (at 73.764 111.888 -90) - (property "Reference" "BZ1" - (at 4.826 -8.763 0) - (layer "F.SilkS") - (uuid "e6d98196-b19a-4a3b-9be2-95b184122698") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Buzzer" - (at 0 -0.5 90) - (layer "F.Fab") - (uuid "33caa390-29e3-4d96-8829-7b82f9186026") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e01dd40b-905e-45ba-86e1-479aee4ea702") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "6e8b7cab-5964-46e0-8faa-c944962231bf") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "f4fb8c09-0d00-4fd4-9f70-7e65d9012fab") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061299327") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -2 8) - (end 2 8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "11a5724b-9f56-4d97-b74f-c36676c6d57a") - ) - (fp_line - (start 2 8) - (end 2 7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "41be0434-68cd-4eff-9b32-5745ed7d8ccc") - ) - (fp_line - (start -7 7) - (end -2 7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ef3486c9-d465-454a-8fa3-40bdcb8ae36c") - ) - (fp_line - (start -2 7) - (end -2 8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ee2f49f0-b603-45ac-981e-5a038e3c6aa9") - ) - (fp_line - (start 2 7) - (end 7 7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4b771ea8-8183-45cb-8df7-17b8ad54885c") - ) - (fp_line - (start 7 7) - (end 7 -7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e3a2cff6-81c9-42b4-82d9-6611ee1147b9") - ) - (fp_line - (start -7 -7) - (end -7 7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "eb1e1d8a-a628-446f-adb9-773eacf508f9") - ) - (fp_line - (start -2 -7) - (end -7 -7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "aea020fc-eb69-4e3b-bda2-8684d2cccde9") - ) - (fp_line - (start 2 -7) - (end 2 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "29c293f7-bcad-4309-83ed-726e97e264a3") - ) - (fp_line - (start 7 -7) - (end 2 -7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "55414101-1fed-4d44-9454-fc4982cf9da8") - ) - (fp_line - (start -2 -8) - (end -2 -7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9d12f202-b01f-430d-bbac-e4f4881cde1b") - ) - (fp_line - (start 2 -8) - (end -2 -8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4a07da3a-57a9-49f8-bf7b-a8c50d1ed44e") - ) - (pad "1" smd rect - (at 0 5.975 270) - (size 3 3.95) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "+5V") - (pinfunction "-") - (pintype "passive") - (uuid "bfb12f8d-db8e-456b-a7f4-a957c8957e5d") - ) - (pad "2" smd rect - (at 0 -5.975 270) - (size 3 3.95) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "Net-(BZ1-Pad2)") - (pinfunction "+") - (pintype "passive") - (uuid "d6e269f2-e532-45c1-afef-119b1d39ae2a") - ) - ) - (footprint "Inductor_THT:L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f38d08") - (at 84.686 106.3 -90) - (descr "Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf") - (tags "Inductor Axial series Axial Vertical pin pitch 2.54mm length 5.3mm diameter 2.2mm Vishay IM-1") - (property "Reference" "L1" - (at 1.397 -1.651 180) - (layer "F.SilkS") - (uuid "f7f40fec-7d95-4999-8fe2-ba808719a2ec") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "L" - (at 1.27 2.22 90) - (layer "F.Fab") - (uuid "8647aee3-c9f4-4d6d-ab62-8fd9530cbf72") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e387a052-5642-413b-8ba6-cffcb57956d2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0b70a66a-1822-4408-b6e9-d81c1e7379df") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "08c9de03-31de-4848-9673-63de8977f0b7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006129933f") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr through_hole) - (fp_line - (start 1.22 0) - (end 1.44 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "256b1be6-2812-4ae6-b77e-7351cb35c788") - ) - (fp_circle - (center 0 0) - (end 1.22 0) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "2dbd41e3-3c0a-41a5-94c4-d3df3828cbb2") - ) - (fp_line - (start -1.35 1.35) - (end 3.59 1.35) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "736a984a-d530-4413-bd30-72271728136d") - ) - (fp_line - (start 3.59 1.35) - (end 3.59 -1.35) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "49483686-0bad-4f84-aab7-952f2e75f71a") - ) - (fp_line - (start -1.35 -1.35) - (end -1.35 1.35) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "88cdab1a-5ca9-406f-8895-76965e0ca334") - ) - (fp_line - (start 3.59 -1.35) - (end -1.35 -1.35) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6b85f09d-1694-4890-b69d-289db7ec6b0d") - ) - (fp_line - (start 0 0) - (end 2.54 0) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2ea317e0-3e30-41f1-9e74-3fe740dc19ec") - ) - (fp_circle - (center 0 0) - (end 1.1 0) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "48b700db-983c-4c1c-a0bb-37258d44e095") - ) - (fp_text user "${REFERENCE}" - (at 1.27 -2.22 90) - (layer "F.Fab") - (uuid "61f842dc-44b2-4b2f-b7c5-17d440a9afa2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0 270) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "1") - (pintype "passive") - (uuid "bc5a7251-3cfc-4ec4-a021-2ee3551bcce2") - ) - (pad "2" thru_hole oval - (at 2.54 0 270) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 25 "Net-(BZ1-Pad2)") - (pinfunction "2") - (pintype "passive") - (uuid "67b21b14-e658-4b2f-83ff-eec232796d6f") - ) - (model "${KISYS3DMOD}/Inductor_THT.3dshapes/L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f38e0d") - (at 67.668 102.744 180) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q8" - (at 0.762 2.159 0) - (layer "F.SilkS") - (uuid "a94429bf-4d5d-4127-89b6-ad2d762dbdb6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 0 2.5 0) - (layer "F.Fab") - (uuid "e2429df0-bc0a-440b-9c9a-507297ff122a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "f4e4dc6f-a820-47b9-8324-84e4863bc64b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "3092141d-7a06-4deb-abd8-c9a02f8c78c8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "be649018-a242-4126-a886-537d6ef65e2d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-0000612a251d") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "38def2b7-fb53-4908-86b4-41b7c23b2f5d") - ) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "13eda263-aa01-46ce-a03c-a265edd95821") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1332a81e-ac75-4157-9e1b-6f9bee26b266") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0c48497e-40a1-4d1c-955f-3c300c466ff2") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4c98192a-c970-4792-977f-11a4dcaaf37a") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "59ee0fb2-41ce-4613-b020-8e7ac46a5b58") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3660bde7-3f61-4066-84e1-5185476a7b96") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f7098d24-6610-4d64-be85-e379352ca49b") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f23f040e-2d54-4744-ab50-0909061e6069") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4bfbebc1-3d72-4934-9b8c-1a9c154e160c") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4c17084e-21b8-4fe4-bc99-89eff1be9e21") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4127a307-1790-496e-9e4b-4178b92a5fd7") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "62c05040-8115-44ba-9475-71211cea429a") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "62c08cae-ab33-48d9-b606-6d75e08e3db4") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 45 "Net-(Q8-Pad1)") - (pinfunction "G") - (pintype "input") - (uuid "d47d1e26-913a-4ad0-b6c7-3ecaddcb82b0") - ) - (pad "2" smd rect - (at -1 0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "+5V") - (pinfunction "D") - (pintype "passive") - (uuid "996d9a96-bf20-4de4-97a2-ae075ce1b70c") - ) - (pad "3" smd rect - (at 1 0 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 44 "Net-(Q8-Pad3)") - (pinfunction "S") - (pintype "passive") - (uuid "5f75fd0e-9d22-4ee7-a347-8523bee64bee") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f38e22") - (at 73.764 102.744) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q9" - (at 2.032 -1.27 0) - (layer "F.SilkS") - (uuid "2dff0f57-361c-474e-b6ee-7efb802c13c6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 0 2.5 0) - (layer "F.Fab") - (uuid "fc2feb44-b180-4c95-b611-d00b4ea75181") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "739bb98b-2d72-4ea6-ad6f-f1618e23865a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "c476efb8-e591-4d1a-928c-cb87cf59f79c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "b9ffad66-b3ae-4f6c-a9c2-052c363bb154") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-0000612a2517") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "906b228d-4e97-4822-af89-80458d3e812f") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a11d7964-9349-4517-a7da-ce3252437cb0") - ) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "718c101a-d9f9-44f7-96e9-9ac441857927") - ) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "692dba54-9fce-46ce-97a3-73dff7cb3e41") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fb4bbbe5-07a7-466a-a129-895ec1a99657") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "36a7e300-d87b-4a76-b804-a1519d52b769") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "387c2d41-b676-490c-a9c4-9d4cdbe19e54") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "35a3ae7c-d49b-45a3-8673-d1420e653918") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2d568cec-b0d5-4be1-90c4-5e8bcaa04851") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ea4d3419-f79f-4b6e-8770-367ca00dc01e") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e8e22fb3-bf4b-468f-8e6c-8f57ddd10340") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c2f2daeb-949a-4ec9-a5ee-775c61203793") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ed55e434-4b49-412d-85a8-7297337fe770") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "0d4b93f3-067a-498a-8f78-d4ff2d09cda4") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 46 "R_PHOTO_VOLTAGE_MEASSURE_ENA") - (pinfunction "G") - (pintype "input") - (uuid "19ffe2bc-e60e-4b2f-a4a2-eeb7e0e9718f") - ) - (pad "2" smd rect - (at -1 0.95) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 45 "Net-(Q8-Pad1)") - (pinfunction "D") - (pintype "passive") - (uuid "e8777077-6f5f-4eb2-96d5-8c4159d030a6") - ) - (pad "3" smd rect - (at 1 0) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "S") - (pintype "passive") - (uuid "403ab34c-0bba-4dbf-a63a-92dd259b9a9a") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f39053") - (at 88.5995 110.364) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R18" - (at 3.1985 0 0) - (layer "F.SilkS") - (uuid "8b6657eb-c024-415f-a201-4bdbc3b77ecc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "1k" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "2fb50399-faa9-4eba-bef1-078cb7d499a3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "ae1cb686-135d-4cda-b71c-0715db95cf71") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "689d8f3b-50b1-4b15-88bf-cee30a14e877") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "c250ed1c-b1a0-45e1-803a-0aba28969897") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17513" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "c3d878a1-633a-4572-af48-61017ab79489") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006129934b") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "de285eb7-ad79-4813-80d2-0b1088486d01") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e289899b-e840-4bf7-a558-d56e469426c6") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f2afb381-e11a-45f1-83bd-e208139d65f8") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8f4e84db-6de6-4f93-af49-61ee7dfc6672") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "deae44b6-ee91-4e46-8268-b330a5b3692d") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a305d404-57b9-49be-9281-42d858b167dd") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "285751a0-a6f7-4a7b-8e17-12410c79cc62") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3a228931-53da-45bf-b3b2-139f3b1aebb5") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "52ba2cc7-86c0-4ef3-a2f8-85a8e6dc08d2") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ad227601-9e52-4ee1-bbc7-02ae00a86e5d") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "5ba972d5-502f-47f9-b82d-b14749402495") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 43 "Net-(Q5-Pad1)") - (pintype "passive") - (uuid "2ace2d32-4943-463b-8dbf-875c9c2611e8") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 47 "BUZZER") - (pintype "passive") - (uuid "7783e3ce-cc76-4060-a800-6c5fc37429d9") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f390a4") - (at 70.716 102.6405 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R21" - (at 2.3095 1.27 180) - (layer "F.SilkS") - (uuid "6120cbf3-7129-46f3-a6e8-a482496309fe") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "cef70cb4-caec-4e63-9590-a2da6a71455f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "fc5dc747-9f3d-474a-b41c-3336270ff698") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "bc84c204-59d0-45b6-85f2-aaccd745d43d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "7ac7a6a1-64b5-4c55-a4b0-648ffc6c0d33") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-0000612a2511") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3daecd84-213d-4f69-9df4-8ec5943053d5") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "11ea39d4-85bb-4cd6-80b9-2c8a0b2b787a") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2a5a11c0-89d4-4f98-9a42-9aa1ef2387c8") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c6bdca36-2f91-4cee-a93e-6ac17f0b982a") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cdd72bb5-e628-4004-888e-6faccea91ff0") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "24ced4c0-dfe9-4d14-9ed3-ec1e7fdaf4bc") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b9abd8c1-e2e4-4c25-8405-dab7f86045c9") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a21ba990-3ec4-4a1d-892f-4ebd40223e04") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "648e7d0a-8502-407f-9418-912c20b0c9bd") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "dbf4ba07-3943-40d9-8b5d-a56266c22357") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "43ac2683-fbd2-45f2-b0e6-4603dd451dc9") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 45 "Net-(Q8-Pad1)") - (pintype "passive") - (uuid "89a82842-780b-49b9-81dd-f09ca77b8911") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "89a953c3-c691-49a1-847d-174da9fbeb8f") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f390b5") - (at 64.62 104.1645 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R22" - (at -2.3095 0.254 180) - (layer "F.SilkS") - (uuid "656db5c0-097d-4993-90e7-fc025d3cd3af") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "5ba2bb59-edd3-4f1f-9c1a-87d96b2bbee0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "fd73ddb6-8aca-4b10-910b-5a2d2648ed30") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "33e64ced-e996-46ba-a12a-af236e8ba1b9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "db3261fb-af06-4727-90b3-e830e8e91292") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-0000612a2529") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6bdb283c-eff4-4f91-9986-7eedefda4f7f") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5d44eac7-ea7a-4607-aef9-5813d4995805") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "664bc83c-7feb-4c35-9daa-f5b67b48703a") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "efdf640e-daf1-4070-b171-8e691116e4f4") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f4be01dc-0c19-4d28-8c85-d79b40aeb071") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "9728a9f7-0706-471b-9ecb-97c427e73f82") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "299bf960-bbdf-4090-8487-21c5d67d2ed9") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b074956d-c957-4112-bb4e-70370a7efe99") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c0b7c3d4-effe-4e59-8ea4-12d814b9937a") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ac7a995e-3a7b-495a-9746-052b857b1349") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "a7d2303c-1993-4c46-a94d-c3d6b7d03d84") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 270) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "2be57e1a-4258-4bb2-ae67-51ad1f1afed1") - ) - (pad "2" smd roundrect - (at 0.9125 0 270) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 44 "Net-(Q8-Pad3)") - (pintype "passive") - (uuid "a94254f9-61e6-4c37-90ad-b9f183d41318") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3a82f") - (at 69.7 78.36) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP5" - (at 0.127 2.159 0) - (layer "F.SilkS") - (uuid "6a17aef3-4be9-4c65-855b-0fbec50575c8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "7898e548-dd03-4aa8-8ea2-240f1a7009db") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "8402813a-1b8a-4e4d-b9b3-1e04453d6083") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "003d3c11-3adf-4fc1-a038-687870eb2dd7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "9f018578-6952-4067-982b-924d99e7c9ae") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-0000613425f7") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "e78f61ae-983a-402a-b252-c143b43bc38c") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "d6352b28-4849-45e9-b4ae-b529a8c4461c") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "4cbd4e46-89d4-4394-8a86-31c3a7d3837b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 20 "BATTERY_MEASSURE_ENA") - (pinfunction "1") - (pintype "passive") - (uuid "7eb8d3e3-dfe0-45d3-aff7-ad4cd37a1179") - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3c1e2") - (at 64.62 107.824 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C18" - (at -2.54 -0.381 180) - (layer "F.SilkS") - (uuid "6693d41b-a175-49a3-9bef-36dc635d86f7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "964053aa-1980-40ef-b438-3941affbbad6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "0626d785-53d3-4641-869a-e8003f25d2db") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "c96e0a11-44c4-456e-bc19-dcb2505a5e29") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "2e36b368-b3eb-4320-a705-77174daca89c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 172.444 43.204 0) - (layer "F.Fab") - (hide yes) - (uuid "506c4b7b-63e7-4a95-a3bd-d6e9d8e8839d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-0000613933ed") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "22cd959d-8657-42f7-bdc6-e34afb2c0b26") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b0f189a9-8c16-4116-86c5-329706c71b67") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e06c90a1-cc67-4d72-9941-e27bac5d740f") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4f01d0fe-bc37-4d31-9522-ed8ed56e38a2") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3af90e84-82d8-424e-ad26-e884c8fdedb4") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "59cebdc3-a964-4ad8-aecf-4b73697c230e") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f15a8817-bf42-4dbe-95ba-05752c839feb") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1e9d3569-52e9-415b-8c7f-687c6f9bb1ab") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2b35c290-490f-4492-82fc-e245a17016dc") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7e3c9886-a01a-4da1-b9e6-1c9ca72c54e4") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "5d3891ee-23e9-4003-ae63-9dc4d5184d4e") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "98b5b365-7710-4672-be01-ecb1c7cbce62") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "38611559-2bb0-4a08-8dd0-6765202d18fe") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Jumper:SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3c377") - (at 109.548 106.808 180) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers") - (tags "solder jumper open") - (property "Reference" "JP1" - (at -0.411 -1.651 0) - (layer "F.SilkS") - (uuid "5f123e92-02fe-4c12-b128-114f72552c53") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "SolderJumper_3_Open" - (at 0 1.9 0) - (layer "F.Fab") - (uuid "0d0260b9-0608-490f-8f12-ac2a81f3ab2a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c075e94a-28da-44af-abc0-2e8a33b59a48") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "be31096a-1792-44a4-aa74-354707de1de7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "b6ec1d7a-08ec-48de-af6b-d75793d5916f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-0000614028a6") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr exclude_from_pos_files) - (fp_line - (start 2.05 1) - (end -2.05 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4ff09b20-0b5a-4319-a54f-929754526915") - ) - (fp_line - (start 2.05 -1) - (end 2.05 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8bdf8a09-463b-4bb3-a2c9-0f2706124fd5") - ) - (fp_line - (start -2.05 1) - (end -2.05 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "94017714-921b-47b4-b25f-d8fc1a185816") - ) - (fp_line - (start -2.05 -1) - (end 2.05 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e4339e48-75b0-4f22-9f33-0f5963a80239") - ) - (fp_line - (start 2.3 1.25) - (end 2.3 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ef8470ef-8ba1-419d-9528-08f34ac21d61") - ) - (fp_line - (start 2.3 1.25) - (end -2.3 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d6163b09-817b-4e26-91f4-cb8fdf932667") - ) - (fp_line - (start -2.3 -1.25) - (end 2.3 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ceb6dbee-c42d-44f4-b622-0c290c5a7947") - ) - (fp_line - (start -2.3 -1.25) - (end -2.3 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a3adc084-17c8-46f5-a9a4-4a8ac0df902d") - ) - (fp_text user "3" - (at 2.6 0 0) - (layer "F.SilkS") - (uuid "aadf9904-51d8-4a41-b96a-27b2426715c7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (fp_text user "1" - (at -2.6 0 0) - (layer "F.SilkS") - (uuid "f47a89d1-77fe-4ce9-b34a-5842301b8f57") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -1.3 0 180) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 1 "GND") - (pinfunction "A") - (pintype "passive") - (uuid "43b28302-128e-4276-b453-58565aadb15a") - ) - (pad "2" smd rect - (at 0 0 180) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 50 "Net-(JP1-Pad2)") - (pinfunction "C") - (pintype "input") - (uuid "3863dd48-20c5-4e63-8bc2-378913d91ae4") - ) - (pad "3" smd rect - (at 1.3 0 180) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 5 "+5V") - (pinfunction "B") - (pintype "passive") - (uuid "93023d29-274c-4e58-a52f-9f72cb16bbf4") - ) - ) - (footprint "Jumper:SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3c388") - (at 115.644 106.808) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers") - (tags "solder jumper open") - (property "Reference" "JP2" - (at -0.097 1.651 0) - (layer "F.SilkS") - (uuid "43fe6380-e2f5-4187-8608-7df55467b79a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "SolderJumper_3_Open" - (at 0 1.9 0) - (layer "F.Fab") - (uuid "9d044443-6017-425a-8709-897440d816c6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e1caa490-2421-4d46-9c6c-991ff2d21545") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "db4aa451-c94f-4008-a900-b1bdfe4e685b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "b3a10902-52af-49dd-8eff-821692a84ad8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061412126") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr exclude_from_pos_files) - (fp_line - (start -2.05 -1) - (end 2.05 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5f0043cc-4d23-4edb-bf07-fda0696058e6") - ) - (fp_line - (start -2.05 1) - (end -2.05 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d2bee7e0-3b55-4ba3-9c31-4a844da0696c") - ) - (fp_line - (start 2.05 -1) - (end 2.05 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f4f04d20-48c6-4e0c-a6c0-b46b2b3d48de") - ) - (fp_line - (start 2.05 1) - (end -2.05 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fce82213-b2d2-43cc-87ae-4771eecea803") - ) - (fp_line - (start -2.3 -1.25) - (end -2.3 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cacd8a48-7033-4655-b7d4-3970825b6450") - ) - (fp_line - (start -2.3 -1.25) - (end 2.3 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "441f9bb7-603d-498f-883b-312fbc57dccb") - ) - (fp_line - (start 2.3 1.25) - (end -2.3 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "38299eb8-46f8-44ed-9db6-2b7c68ac3d04") - ) - (fp_line - (start 2.3 1.25) - (end 2.3 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e83c2db0-32d1-414b-921b-ef4f8a95ed10") - ) - (fp_text user "1" - (at -2.6 0 0) - (layer "F.SilkS") - (uuid "d275732b-f68e-4e75-9b87-967ec53c07e8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (fp_text user "3" - (at 2.6 0 0) - (layer "F.SilkS") - (uuid "e9ead29f-c3ab-4767-a298-63090d9b651a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -1.3 0) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 1 "GND") - (pinfunction "A") - (pintype "passive") - (uuid "bb1b2c3c-bc7c-4ae2-acba-ccc2760e28b0") - ) - (pad "2" smd rect - (at 0 0) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 51 "Net-(JP2-Pad2)") - (pinfunction "C") - (pintype "input") - (uuid "e6d77f51-2303-4ea3-bf71-ba94d4710f4b") - ) - (pad "3" smd rect - (at 1.3 0) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 5 "+5V") - (pinfunction "B") - (pintype "passive") - (uuid "188c6e79-b041-4d50-8906-0b2f726a43ad") - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3cf68") - (at 79.164 70.613 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C6" - (at 0.066 1.413 0) - (layer "F.SilkS") - (uuid "78db94e2-5a93-4ba6-8d03-e73ede12a6b1") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "0R resistor" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "65e884b5-5c6b-46b4-8d0b-29a7114aeddb") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "22ba8069-014a-4687-8930-633903ae8789") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "684b35e1-0072-47d5-86bc-5af6988915a5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "37c469a9-12cf-4893-ba2b-f2cc18d1ba7a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f0515b") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e3792311-f205-4e47-b75a-0ff8b1ec7865") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0759379b-089d-4484-ad71-62df4febcfdc") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "42e3352c-0b30-4616-a391-c51ca14dbf9d") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "127b25be-9d78-4c43-b5b0-2b1e8f0fd1f7") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "77fb87f2-eb05-4cc4-b5b1-6f00d15e8a47") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3852d64c-df7d-411f-bae3-0494e5e42f31") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "cde2edaf-125a-4fd7-8ef9-6d24682a11ee") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7c6c6014-35c3-491e-ab28-5d4d6dcab749") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6cb39f55-a4b5-4a74-84e4-6b44b504859b") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4ed073b5-331c-479e-a0be-a19ab25ee70a") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "0b198e36-0f88-429b-bf7c-f7f4cabb8180") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 7 "Net-(C6-Pad1)") - (pintype "passive") - (uuid "c0770af1-4719-4d4b-a6e5-2447d9c0cb3f") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 6 "Net-(C6-Pad2)") - (pintype "passive") - (uuid "db11b1be-9277-478f-a8de-364bb3959df5") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3cff8") - (at 79.2015 72.645 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R10" - (at 3.1515 0.635 0) - (layer "F.SilkS") - (uuid "dd7c1bc9-6306-4e2a-b5ae-c768697f2ef3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "10k" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "7bb6ec30-127f-4d8f-8ef4-d051f3d7498c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "eabf3439-d811-462e-8cba-8e0538e78433") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "da6e3340-1df5-4900-b942-08b6e396ba47") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "bd3773fe-3a14-4421-ab0a-892ec57a93ae") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C25744" - (at 158.403 145.29 0) - (layer "F.Fab") - (hide yes) - (uuid "a13831f3-f306-4a23-9639-c7eceed8f268") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f0514f") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6ed5e176-187d-4f85-bbef-d5766c76e5e2") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8f66b53e-4330-40fb-b8a1-1136fbb88ec8") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "39d12d8b-fb92-45ac-9a7d-afd11705cd2a") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5bb3438f-294a-41fa-ad69-32882bc4f010") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c55d6e65-4903-48f1-9c7e-a57ecde158aa") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5ba535f4-8336-48ee-85a9-9f907f2a5b4d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ac80f6d9-b664-4a78-a8a4-fb313e55e30a") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e33b3ac2-b328-45bb-b315-46ab39b5cb8d") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c4bab49b-7641-4b94-a581-39d45c7d57ad") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7cb65f65-e5e8-4aae-87a0-142b9606fdc3") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "78fdce32-52b9-4f6b-a288-4c46e52c99cd") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 10 "Net-(C11-Pad1)") - (pintype "passive") - (uuid "3b4240af-1453-4dc1-8b47-53631505386c") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 6 "Net-(C6-Pad2)") - (pintype "passive") - (uuid "5b166b8b-57b8-497a-8032-52226db3f586") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d088") - (at 74.018 74.82 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C11" - (at -0.111 -2.286 180) - (layer "F.SilkS") - (uuid "89ea1913-d2a0-45de-976a-56eb07bbbbcf") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "10n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "fb282e79-4998-47b7-93f4-9e63ebddeef9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "836dab73-d1cc-4626-848a-989255b3d1f1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "51585cb9-c396-4ae2-95a8-f64f0773b625") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "5a69e0cd-3690-4e4d-bcee-7d57c41741c6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C1710" - (at 148.838 0.802 0) - (layer "F.Fab") - (hide yes) - (uuid "178fcd07-86c3-46a0-b3c0-d4d359c544eb") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f051e2") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1bb5447a-688e-41f1-a277-7b742a9948a9") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "070b1c1f-fb43-45ff-91b9-9f69c7ee1dba") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f8954eb4-af9f-4a83-a688-907be612f4cd") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7f795710-b6bf-4ad8-9d37-cbbde0dac911") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "12f9c116-40c0-416c-bca7-cac3b1404f8e") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1d6f4429-a9b3-4503-baab-d487bcaabc3f") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "24650776-1f5e-48b7-bb8c-30353d54a6e4") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c5cf3e8b-b858-476f-bd86-d8519ad1dfe6") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "658cc9ef-f1b5-4636-b74d-d398a915b4f5") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7dcb4e68-5c22-4820-8a9b-b8976fd85459") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "c709e863-beee-4464-b269-b25f7dad2c3b") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 10 "Net-(C11-Pad1)") - (pintype "passive") - (uuid "9abd962e-9439-40a1-8388-b447b608eafd") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 9 "Net-(C11-Pad2)") - (pintype "passive") - (uuid "89a9eaef-632a-4e3e-8471-c4cba6527d20") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_Coaxial:SMA_Molex_73251-2200_Horizontal" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d0cd") - (at 63.5 96) - (descr "https://www.molex.com/webdocs/datasheets/pdf/en-us/0732512200_RF_COAX_CONNECTORS.pdf") - (tags "SMA THT Female Jack Horizontal") - (property "Reference" "J4" - (at 4.93 -1.384 180) - (layer "F.SilkS") - (uuid "88ebbde5-836f-4e6e-a993-43ee77688c03") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_Coaxial" - (at 0 5 0) - (layer "F.Fab") - (uuid "e5d0da77-1a80-427d-89a0-879256dbe7c2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "05f0f1c2-a173-48c5-b0d7-3f9bd91f23bd") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6ffa6e84-74ce-48d5-9ac8-6ebe1c6067e7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "3b0e3e44-9fee-4c53-bed7-d8e2732c23a5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f05146") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr through_hole) - (fp_line - (start -3.6 -1.6) - (end -3.6 1.6) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e8c1b72f-f8b2-462b-b6e2-48191a84b637") - ) - (fp_line - (start -1.8 -3.68) - (end 1.8 -3.68) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "24e21476-ce2e-4698-b7b4-ef1c859a0455") - ) - (fp_line - (start -1.3 3.2) - (end 1.3 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dba7f8d3-3373-48b5-97e6-590144944ce0") - ) - (fp_line - (start 3.6 -1.6) - (end 3.6 1.6) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cd010587-4430-4f82-9238-a545f0ad5f01") - ) - (fp_line - (start -4.4 -17) - (end -4.4 4.16) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2a463fad-5813-4f58-98b5-c253c508e8db") - ) - (fp_line - (start -4.4 -17) - (end 4.4 -17) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6adbc162-88c8-463a-8487-206914357623") - ) - (fp_line - (start 4.4 4.16) - (end -4.4 4.16) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fe5fe07d-e61d-44e4-9970-fb43a57c2b10") - ) - (fp_line - (start 4.4 4.16) - (end 4.4 -17) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "86dc6773-7e0d-453a-9567-878263b3feea") - ) - (fp_line - (start -3.9 -5.07) - (end -3.9 -3.95) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fc1207d6-0e22-4426-80f8-03d27e7f8e57") - ) - (fp_line - (start -3.9 -3.95) - (end 3.9 -3.95) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "990532ba-591f-46ee-8246-756e6736cbae") - ) - (fp_line - (start -3.5 -3.95) - (end -3.5 3.05) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "139cbe1b-0aac-464e-b439-eb9c3f34d07f") - ) - (fp_line - (start -3.5 -3.95) - (end 3.5 -3.95) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "dd4241a8-1f41-4cd5-981c-46d25d0ac008") - ) - (fp_line - (start -3.5 3.05) - (end 3.5 3.05) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5310a018-e4c7-4d0e-a411-0f7241b36ab1") - ) - (fp_line - (start -3 -16.5) - (end -3 -5.07) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6699a5ce-9c36-4e62-ac67-f50c7a5c791b") - ) - (fp_line - (start -3 -16.5) - (end 3 -16.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "05b9cf72-ce77-4376-8fea-03ec0db56a55") - ) - (fp_line - (start -3 -14) - (end 3 -14.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "812689e1-ab15-46f9-97e9-1c50b2453bee") - ) - (fp_line - (start -3 -13) - (end 3 -13.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b76aea11-1472-4b75-baa5-7688127882a1") - ) - (fp_line - (start -3 -12) - (end 3 -12.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7efb51e7-a94b-4803-be4e-f788e550b31a") - ) - (fp_line - (start -3 -11) - (end 3 -11.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1f33e7c0-1cf7-4899-a870-c1652212169b") - ) - (fp_line - (start -3 -10) - (end 3 -10.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e2f9ecd9-bb39-40ec-86f3-fc5249af0d03") - ) - (fp_line - (start -3 -9) - (end 3 -9.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f2dd5e5a-22b1-4c53-89dd-7086ee028c16") - ) - (fp_line - (start -3 -8) - (end 3 -8.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1a39b35a-cdfe-4877-8289-ef4d0f55228e") - ) - (fp_line - (start -3 -7) - (end 3 -7.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "82a1ad61-8cc1-4019-80eb-6c613e2b1d19") - ) - (fp_line - (start -3 -6) - (end 3 -6.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9fde4637-8460-4270-8bce-553288eda9c0") - ) - (fp_line - (start 3 -16.5) - (end 3 -5.07) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d58a8d1c-323c-4a85-a12f-61078838d117") - ) - (fp_line - (start 3.5 -3.95) - (end 3.5 3.05) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9042eb5f-cc1c-4378-b4e1-eb677f2fd7bc") - ) - (fp_line - (start 3.9 -5.07) - (end -3.9 -5.07) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "969a7c27-8597-4943-a791-f72af5f53f7f") - ) - (fp_line - (start 3.9 -3.95) - (end 3.9 -5.07) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "44c54bac-463d-4645-b795-bb5f9ca8adb8") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "480f486d-283e-4601-b654-6250fce11471") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0) - (size 2.25 2.25) - (drill 1.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 4 "analog_output") - (pinfunction "In") - (pintype "passive") - (uuid "63dfadc4-2ed9-420a-bfe8-ab88b3753bb7") - ) - (pad "2" thru_hole circle - (at -2.54 -2.54) - (size 2.25 2.25) - (drill 1.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Ext") - (pintype "passive") - (uuid "65481c1d-7774-4aa1-ad7f-6a02abadda9e") - ) - (pad "2" thru_hole circle - (at -2.54 2.54) - (size 2.25 2.25) - (drill 1.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Ext") - (pintype "passive") - (uuid "28dce41e-82b9-429b-9437-fcb0d9e42768") - ) - (pad "2" thru_hole circle - (at 2.54 -2.54) - (size 2.25 2.25) - (drill 1.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Ext") - (pintype "passive") - (uuid "3ff1a73a-fc0f-436a-94ad-6f18de717fa6") - ) - (pad "2" thru_hole circle - (at 2.54 2.54 90) - (size 2.25 2.25) - (drill 1.5) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Ext") - (pintype "passive") - (uuid "2b372954-dfdc-4b8b-ac2a-940c8f3e6b75") - ) - (model "${KISYS3DMOD}/Connector_Coaxial.3dshapes/SMA_Molex_73251-2200_Horizontal.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d157") - (at 83.228 72.645 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C8" - (at 0.066 1.524 0) - (layer "F.SilkS") - (uuid "03e2febe-2ca6-43ba-a677-d9ae489c2099") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "a6d208ac-ba56-4d17-86aa-2efcb9cd5035") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "0fd2e8b5-8fe2-49d8-97f2-544fb398ce64") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "4402045b-ae09-4b14-91b7-61c0bcf6161a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "7218feea-faba-4213-ba20-111481a33eab") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 166.456 145.29 0) - (layer "F.Fab") - (hide yes) - (uuid "dda94503-7848-4949-865f-fb378a7baff1") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f0511d") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fc74b232-3c74-45c1-a8b9-57107b793d3e") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "07ea132d-5d82-4c14-9049-a259fd13ee59") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1eed0230-6905-4235-bdbc-a95bb5b9020a") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "52ef3aef-6f1a-4799-9022-f1a557e16785") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6f8f5240-d72d-47da-8808-99319802dc19") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b889ef4a-487f-405b-a8fd-f50db41498f2") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d4d74a23-cce0-4f18-a720-04cf95115159") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "161d255e-c14d-419f-ad6c-d6931973d5fb") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7da17264-e7b7-4e1c-92db-9cfd37aa6d18") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "31788498-7439-46f1-9773-f7435be39032") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "57c1554c-4079-41e7-8975-84b3366c23d8") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 2 "+BATT") - (pintype "passive") - (uuid "46db5276-e7ae-42ec-b1e3-e24ddfbc09a8") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "6e818bba-4d49-489e-b0b2-1c8f7e42287a") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d187") - (at 79.606 79.9) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C13" - (at 0 1.635 0) - (layer "F.SilkS") - (uuid "3e5fb1f3-8a4b-4025-8f39-03d9681673c0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "50cccbcc-1771-4dca-bf4d-6d757babe0cc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "5d4382f1-8dc7-4bdf-a16b-375e95e335f4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "32a6f63c-04eb-4190-b406-a4c708b9027e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "76469d5b-a734-4e61-8610-be385b67f3d5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "0da05adc-5151-4a1b-98b6-7a25ef5d9718") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f051c5") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a712f48f-e1a3-4727-8354-7aea25abf4f4") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e2e24de8-00f9-4a9e-879f-a0bfedeee601") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e4b9018e-c34b-49ed-b41d-83f5b213ce1a") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ddc297cb-60c8-4f92-acc4-8f9d9bc3ca48") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f90c00bf-0f23-4536-a3dc-282600808a9b") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "30f007c8-85ba-48b4-baa8-8c6bc7a03fe0") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "56a7a2d5-9fde-4642-bc4f-b8b35695afde") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ce65aa8e-3330-4f3d-9c1a-af9baab4928b") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6b72c8c0-921e-4c99-b523-bb7e1b0b1e6d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e9e023fd-fe1a-48e8-91f5-93d158a24645") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "919e9298-5d7f-427c-8228-aa183c88d59d") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 3 "-BATT") - (pintype "passive") - (uuid "44856dad-5ac1-48ef-8fca-64a79a74f515") - ) - (pad "2" smd roundrect - (at 0.95 0) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "fb416ada-cd5e-4bbb-85fe-5d24198c9d58") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d1c0") - (at 81.13 76.344) - (descr "SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOIC SO") - (property "Reference" "U4" - (at 3.175 3.286 0) - (layer "F.SilkS") - (uuid "1f7d0e66-087b-45d1-9e2e-5b8a681a0a8f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "LM358" - (at 0 3.4 0) - (layer "F.Fab") - (uuid "f74216e9-0966-45bb-8cdf-95c3849b258d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "ef1459eb-0716-4eaa-84c4-d4de973d9bff") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "10b718b7-2c21-4ac8-97d4-dcc1fcca4c83") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "c953162e-1661-42fc-8bc4-89ff55ee0981") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C7950" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "abcc0803-eaa7-4146-9eab-84d638b7426e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f0510b") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 0 -2.56) - (end -3.45 -2.56) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9c44332e-0204-4b60-b7ec-e23e9b05066f") - ) - (fp_line - (start 0 -2.56) - (end 1.95 -2.56) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "952a7c66-c831-4b60-b019-37be3c3951c8") - ) - (fp_line - (start 0 2.56) - (end -1.95 2.56) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ede27ab5-9075-4a08-b6f7-7d756c0b8377") - ) - (fp_line - (start 0 2.56) - (end 1.95 2.56) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "da67fded-349c-4ada-b77b-03228f2aad09") - ) - (fp_line - (start -3.7 -2.7) - (end -3.7 2.7) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "22979ffb-a2fd-48c5-b72a-9291ba008a0c") - ) - (fp_line - (start -3.7 2.7) - (end 3.7 2.7) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c798dc64-f792-4d7e-ab2b-5b3b00e9c86e") - ) - (fp_line - (start 3.7 -2.7) - (end -3.7 -2.7) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6f638e17-4881-4317-ac0b-27c3b95206d0") - ) - (fp_line - (start 3.7 2.7) - (end 3.7 -2.7) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "80355157-12de-47fb-a7de-98b400a55f99") - ) - (fp_line - (start -1.95 -1.475) - (end -0.975 -2.45) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b8f1148b-6e44-493d-856d-be0af7325f8b") - ) - (fp_line - (start -1.95 2.45) - (end -1.95 -1.475) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "43ad5e39-c68f-4305-bc2f-d0b8a2892d45") - ) - (fp_line - (start -0.975 -2.45) - (end 1.95 -2.45) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ff754108-cb82-4346-b1e7-c61803e01202") - ) - (fp_line - (start 1.95 -2.45) - (end 1.95 2.45) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "39792b60-2b3d-4c7f-887d-7f0e29028acc") - ) - (fp_line - (start 1.95 2.45) - (end -1.95 2.45) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "87c58f87-b661-46a2-9c9a-3145ac46f4b9") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "11a7c17c-b9aa-4d45-9857-436855f043a4") - (effects - (font - (size 0.98 0.98) - (thickness 0.15) - ) - ) - ) - (pad "1" smd roundrect - (at -2.475 -1.905) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 9 "Net-(C11-Pad2)") - (pintype "output") - (uuid "875336ba-52dc-4f4a-b6b7-90b47077dd6b") - ) - (pad "2" smd roundrect - (at -2.475 -0.635) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 10 "Net-(C11-Pad1)") - (pinfunction "-") - (pintype "input") - (uuid "1f3e7e15-fd13-471f-bcae-7a634de97fb4") - ) - (pad "3" smd roundrect - (at -2.475 0.635) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pinfunction "+") - (pintype "input") - (uuid "f9d5fde5-f2aa-409b-a2b3-0fb3c4770e17") - ) - (pad "4" smd roundrect - (at -2.475 1.905) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 3 "-BATT") - (pinfunction "V-") - (pintype "power_in") - (uuid "4d839241-cb6f-40f0-9283-0783bc52ad09") - ) - (pad "5" smd roundrect - (at 2.475 1.905) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 9 "Net-(C11-Pad2)") - (pinfunction "+") - (pintype "input") - (uuid "fbb78fbd-bbfc-4b71-93fc-e72fd13b1a6a") - ) - (pad "6" smd roundrect - (at 2.475 0.635) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 4 "analog_output") - (pinfunction "-") - (pintype "input") - (uuid "ca9fe849-dad6-4a8c-9821-0c15280b8d96") - ) - (pad "7" smd roundrect - (at 2.475 -0.635) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 4 "analog_output") - (pintype "output") - (uuid "771599e8-a130-4c47-b4ed-bd6936d7ee53") - ) - (pad "8" smd roundrect - (at 2.475 -1.905) - (size 1.95 0.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 2 "+BATT") - (pinfunction "V+") - (pintype "power_in") - (uuid "e7d430f1-ffc6-491d-be87-86d6d57d6494") - ) - (model "${KISYS3DMOD}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d244") - (at 76.05 74.82 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R12" - (at 2.397 0.254 180) - (layer "F.SilkS") - (uuid "cbe49aa4-e6c0-4591-8c4f-bdb96b27c4d3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "120k" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "be5dc20d-72ab-480b-94eb-5140776cd6df") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "44faf08b-ca2f-42d4-b18e-a4ab8cfc0111") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "619e819a-3460-4c85-b70e-20ca02fb4097") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "13c7d28e-0d6b-45bf-b63e-dba28cf8076e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17436" - (at 1.23 150.87 0) - (layer "F.Fab") - (hide yes) - (uuid "d324c641-e03d-4e69-9931-06ad43f19008") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f05155") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8e46665a-1caf-4995-9513-7c09dadcc9c9") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "db6906df-7a00-4054-a91f-7bdd3c9ad1f0") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5d2f9ad8-7b7a-4a10-ba00-6d6ebf7d9255") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "724e9356-49a5-42f6-afc9-b148ab9f51ec") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c6ca9e4d-2eaf-4fe3-932c-12e4e9a8e800") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d31060b2-87c2-404e-b47c-36cb3f4683ec") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3435a4b8-771f-4612-acb7-ccbe8378a860") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7e5a37c9-f87d-43c2-aca0-783906645b12") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "11ea6160-e9db-4885-9def-76267159d778") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7575a12c-952b-4de6-a3dd-512234283f5c") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "773988ad-b406-4aea-bb0b-7ea285ff9e87") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 270) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 9 "Net-(C11-Pad2)") - (pintype "passive") - (uuid "fd12c921-576d-42ac-90d3-33c985766f1c") - ) - (pad "2" smd roundrect - (at 0.9125 0 270) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 10 "Net-(C11-Pad1)") - (pintype "passive") - (uuid "c2ecab18-d8c6-4023-8e9d-54935a3bc745") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "IonizationChamber:RFShield" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d324") - (at 87.988 87.758 180) - (descr "https://www.tme.eu/Document/23501485de75138caa6c7fc76c4d2bb7/4020.pdf") - (property "Reference" "J3" - (at 29.972 1.016 0) - (layer "F.SilkS") - (uuid "1551bff1-2f4e-456c-b79c-958aacf21eef") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "RF_Shield_One_Piece" - (at 5.55 2.75 0) - (layer "F.Fab") - (uuid "a8c91d13-c0aa-47b5-801b-ca6c019b8fe9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "620373dc-55c3-4ad0-8238-377c3e1c503c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "58a4c6c7-55f8-44c2-8fda-502d53f22a3c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "85fcb34f-47c3-4228-bf8f-60ef55dad908") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f3bfed") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr through_hole) - (fp_poly - (pts - (xy 29 52.75) (xy 29 54) (xy 0 54) (xy 0 52.75) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Cu") - (uuid "6e532056-ffe1-4a1d-930a-483c48e60c67") - ) - (fp_poly - (pts - (xy 29 0.25) (xy 29 53.5) (xy 27.75 53.5) (xy 27.75 0.25) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Cu") - (uuid "81ee9ba9-9e1b-48bd-8c62-3fd33cf85749") - ) - (fp_poly - (pts - (xy 29 0) (xy 29 1.25) (xy 0 1.25) (xy 0 0) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Cu") - (uuid "983e750e-06fd-4e2f-a459-7c57d8e05752") - ) - (fp_poly - (pts - (xy 1.25 0.25) (xy 1.25 53.5) (xy 0 53.5) (xy 0 0.25) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Cu") - (uuid "466e64c7-b51e-4b58-90a2-09ae10c66bfd") - ) - (fp_poly - (pts - (xy 29.01 52.75) (xy 29.01 54) (xy 0.01 54) (xy 0.01 52.75) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Mask") - (uuid "83475128-1583-4b99-8fa0-58ddab0df9ae") - ) - (fp_poly - (pts - (xy 29.01 0.01) (xy 29.01 1.26) (xy 0.01 1.26) (xy 0.01 0.01) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Mask") - (uuid "0c3cc85e-89ae-4314-b574-9da9235257ed") - ) - (fp_poly - (pts - (xy 29.01 0) (xy 29.01 53.25) (xy 27.76 53.25) (xy 27.76 0) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Mask") - (uuid "551daaa8-685a-4a0a-afa5-9d709b8bcfcf") - ) - (fp_poly - (pts - (xy 1.25 0) (xy 1.25 53.25) (xy 0 53.25) (xy 0 0) - ) - (stroke - (width 0.1) - (type solid) - ) - (fill solid) - (layer "F.Mask") - (uuid "445d35b8-d7dd-4234-931d-07b74d1e4251") - ) - (pad "1" thru_hole circle - (at 0.625 27 180) - (size 2.2 2.2) - (drill 1.7) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "1b0f066c-ac5e-402c-9a2e-2661b75cf850") - ) - (pad "1" thru_hole circle - (at 14.5 0.625 180) - (size 2.2 2.2) - (drill 1.7) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "ba384382-eec7-4604-bab4-46a266714ff2") - ) - (pad "1" thru_hole circle - (at 14.5 53.375 180) - (size 2.2 2.2) - (drill 1.7) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "1d35d75e-f613-414c-8d6e-5369c9f3c3b2") - ) - (pad "1" thru_hole circle - (at 28.375 27 180) - (size 2.2 2.2) - (drill 1.7) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "c5650a65-7efb-4334-a9ee-0ee83ccae783") - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d356") - (at 62.842 72.518 180) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q1" - (at 1.143 2.286 0) - (layer "F.SilkS") - (uuid "964d714a-ef8b-4478-b789-7448a04e1347") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_PMOS_GDS" - (at 0 2.5 0) - (layer "F.Fab") - (uuid "e6bb0b6b-4696-4c63-b8d8-452c6e6a4a10") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "ec08656f-eee3-46e4-a035-ec28d3bb97d3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "39046bcb-8137-466c-aabf-bc8a9d11989e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "4f7da195-0df9-4b1b-b75c-9482500f0a4f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f70f1c") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "491eaf23-70f2-4ae9-bf59-c3231146822c") - ) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "545ff782-456d-4763-a98b-f607165fba8c") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "862b4974-d095-4acb-b01d-8fdb9bfe4213") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b722af12-3f90-4e95-b75b-363ab7b5c0d0") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8a2967e3-9762-4f30-985e-3476238e4ee7") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "85765fa3-1849-4b17-8b48-175ae8fb9bf2") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "771a8def-f122-4750-86ca-92e806f44feb") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a9fc3dca-93e8-4c81-b0b0-fc3ddc82df7f") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b91ac513-9cce-442f-bebb-af77ac908465") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2325fd2f-ae2a-46b9-a49a-77f19143c630") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0a19746a-c2be-4614-9f26-4c5cf8f80387") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "990b9ffe-c53e-454b-b3c6-965a1707e4ae") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b71f2de9-7602-4a79-b4dd-b69ac289043e") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "7fd1f845-488e-472e-8e45-672017ccbec3") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 16 "Net-(Q1-Pad1)") - (pinfunction "G") - (pintype "input") - (uuid "a18dc8ab-9307-4f3d-9592-673dba3051a1") - ) - (pad "2" smd rect - (at -1 0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+BATT") - (pinfunction "D") - (pintype "passive") - (uuid "b7b96a39-69d6-4eb9-b42b-6ee6689076f1") - ) - (pad "3" smd rect - (at 1 0 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "Net-(Q1-Pad3)") - (pinfunction "S") - (pintype "passive") - (uuid "14afc580-bcbb-4988-b56b-9e063ff85e09") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d392") - (at 67.668 72.518 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q3" - (at 0.127 -2.794 180) - (layer "F.SilkS") - (uuid "5727ae42-c1ae-489d-80d6-b65692cb33cf") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_NMOS_GDS" - (at 0 2.5 90) - (layer "F.Fab") - (uuid "b3da1912-1c2b-4b46-a4e5-4267de7e2523") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "b5b42452-6806-4314-8e75-baf1cce110b9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "d6a4ebfb-8c88-47b9-a16d-0cf6779bf331") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "b537f952-5a2c-45cf-8059-9f1425fa5d18") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f70f16") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cfbb3d06-3b64-477f-b3fa-27cff2b8d5f4") - ) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "073cd3e5-ea7e-422a-a345-d7321417e478") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ec0a703b-825e-4bfb-a037-d5276f5930d6") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "bb6820d1-05fa-434e-8510-87a8ceb51351") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "44d5830c-2595-4688-8773-14401097538f") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4495a039-ef0f-4fee-bda6-32b4890d8242") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "468c3391-9f81-4314-92e3-b022fc92f777") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "351de31d-1a78-46a9-bd1c-00ac20c8d9c5") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "730630d3-c669-4942-b608-691ca90f262f") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1a3c02d5-1499-4be6-8ac3-8387a6600e9b") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1eb1f2ee-4dd6-4359-aee9-436d59b9a451") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d9b1407a-4106-4557-9806-8d698594a68e") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4bbe7cc2-bad5-4bc7-b851-0cbe4beed882") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "ea9a9756-2104-4f50-a816-17ef01bc2329") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "BATTERY_MEASSURE_ENA") - (pinfunction "G") - (pintype "input") - (uuid "c52bf282-d26d-4201-9946-528ece772314") - ) - (pad "2" smd rect - (at -1 0.95 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 16 "Net-(Q1-Pad1)") - (pinfunction "D") - (pintype "passive") - (uuid "a292e483-8f76-4c62-a3be-c1d56e54e57e") - ) - (pad "3" smd rect - (at 1 0 270) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "S") - (pintype "passive") - (uuid "31d09dc7-8a76-4a8d-9810-d522ccaded08") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d3ca") - (at 63.1995 75.312 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R9" - (at 0 -1.65 0) - (layer "F.SilkS") - (uuid "1310180b-181b-4622-bc66-9d1bb13574e8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "0ff9628e-010c-49b4-80f1-3ea16afb44c6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "db5261ba-8ad7-437a-97e0-8e6b1ef84c8a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "deb945a1-9506-4ff5-ba71-971b804330d3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "8df6901e-6171-4e17-811c-6db1f09bd377") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f70f28") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "157fd1f1-bfa7-4a7d-8c80-a354c4b9afb9") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fcc73b60-172c-4ef8-ad1d-2c4fef70253a") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1030626b-9106-42e1-9117-f478b236b72c") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5bfa0ac3-a7a3-4def-a753-b12743540645") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d24a0a2d-aa1a-40cf-b418-ec951ad2ef67") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ca1efc32-8125-4399-80a0-f853578ac893") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3945b6e9-8b65-46d8-8515-004b339079eb") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "156b9794-6bdf-4059-85e9-0f1a44db71d9") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e5446824-e778-4d33-9a02-b6376ca2e9a3") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "dc1391f1-693f-4559-a27c-a149698a1232") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "dfa9417c-7b48-4366-8e11-5b224337590f") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "e4768520-f8dd-444c-969f-4cae25cdcdb5") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 15 "Net-(Q1-Pad3)") - (pintype "passive") - (uuid "0af7fa40-6242-4349-b797-bf18ff91fb67") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d3fa") - (at 65.382 61.342 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C4" - (at -2.159 1.651 180) - (layer "F.SilkS") - (uuid "5d8efa7f-89d2-424a-bd7f-253be6161ded") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "66218d4a-9d6e-4a0e-a431-78e27fd59262") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "a95906ae-aa7f-48c1-ad6c-42d6fb6c56ad") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "624a144c-3989-4209-b670-9b5e2a123998") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "f33ffb2c-1cf0-4cfa-8aba-7bb04b6028f6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 4.04 126.724 0) - (layer "F.Fab") - (hide yes) - (uuid "e2f27ad4-ad75-48b2-8c1f-1979ffba6816") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000061057058") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a0ebe470-311c-4ef3-850e-7343c49d0a1f") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6fd47bc4-b0fc-4193-ab1a-97716d4340c4") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d0082ca4-55c4-41d5-8971-73e6408b6949") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3ea3547a-6130-4d82-9daf-ea52547619e5") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ddad190f-060f-4195-a7f6-9cb518ac9965") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "44ff3164-89e2-4a22-894e-2248a5d7e809") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8fe1b08b-b36b-438c-beb7-3639893ba6e5") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0570c4f8-eafe-4252-a513-79de24deb463") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "286d1b87-621c-4738-9e1a-3cc429b7540c") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "deca8d9e-8f70-467b-936f-e4428a9a22a3") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "2c36ef29-9436-4fb4-9166-f8f238f272e1") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 2 "+BATT") - (pintype "passive") - (uuid "2d81f943-25fd-47d0-a12a-ed7e6e4c3e6f") - ) - (pad "2" smd roundrect - (at 0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "afb07642-222b-43a1-80cd-f0a5c0542ee0") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d49f") - (at 65.0245 69.47 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R5" - (at 0.1505 1.397 0) - (layer "F.SilkS") - (uuid "3e0eeaf5-d930-4818-8902-b7dee1292f53") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "c35690b1-56e5-4af2-b7d2-f8d78416e83f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "f2ac8e03-34e4-4f5e-8e60-e319943281fa") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c641a700-0b6d-463f-97df-89295be1b5a8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "da7f0148-d191-417c-8e6e-fc8a4ece53e8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f70f10") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4200752b-fd9f-43ee-bde4-19c48c041d88") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a98489b7-1ee8-4d3b-8886-8e398916106f") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ff0548c0-fc6f-4d5e-8af7-a8aecd4f28be") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "9519a6e4-a544-4473-b16d-dc6350e86180") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "06a70018-fb53-48be-883d-f01df9e03ec9") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c6302fba-06d2-4d20-8439-9f28cd35fd2d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d8f30a10-00a8-4a43-a98d-7e2b302fa19b") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5ac52331-5040-4074-bdab-6340d72aef0f") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7de295c3-77ee-41c6-853b-9e4f30be3241") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d3ea6633-6cdb-4e89-a763-b3357f836af3") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "10e6983c-b43c-49d7-b8f9-23df221eb518") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 16 "Net-(Q1-Pad1)") - (pintype "passive") - (uuid "4f3363ca-3ed9-42c6-9a7c-d0e67e0ac85a") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 2 "+BATT") - (pintype "passive") - (uuid "9eb93d5d-260d-418e-84c1-385e271f3503") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d4cf") - (at 67.414 75.312 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R16" - (at 0 -1.65 0) - (layer "F.SilkS") - (uuid "5dfecd78-25ad-484c-b3e6-1bb516f6a2a8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "1659846c-ef5d-4a6e-97db-c98bdda54cf7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "a3793c3e-faf8-4161-bbee-ec079fdf1162") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "afba71ff-0338-4e7f-8f2c-d59f225d6c65") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "21805f24-0445-460e-83b2-bece9f08f412") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f70f0a") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "18bc1f4a-25c3-4c91-a3a1-0a78efd1f4ba") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5d4dfb9c-4951-45d3-ad8e-5388b2ceb9bd") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cb9c98b1-a08e-4a54-99a7-c378dd6004f2") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "eb9947fa-d851-48ee-a78a-6af031e01266") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "bb23fc10-0d16-4363-84a3-be024d24abf9") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e200c877-ca26-4ab0-9982-e92cfa4b5e82") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9b08e777-f02e-41c5-ac74-3e424ed1a13c") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c4f76e4e-403b-46df-86d1-bd9de3e82272") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d7daaba5-b901-4663-b84d-957be0df552a") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "73204cfc-6c2c-4269-b8e5-17816170a1c3") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "381ba49c-a4ff-4e44-8d3e-3cb27b4f0118") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 1 "GND") - (pintype "passive") - (uuid "0d296b2b-fd3e-4b26-805f-1f5f6e5d048e") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "71de2a10-b6da-436e-93aa-ecaa6ce203ca") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d4ff") - (at 65.382 65.152 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C3" - (at -0.127 -1.905 180) - (layer "F.SilkS") - (uuid "f4815cf9-057a-4962-8f39-a06702747b3f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "73c9307c-6656-4dd4-a024-40d261c05c2a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "d05e75e7-f497-4e73-a91e-6f801c64fa46") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "237eaab3-4f4a-4ae6-bb7b-6af5adca5ab5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "6a4556ee-86cd-464a-9968-3f8ebe8d354d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 0.23 130.534 0) - (layer "F.Fab") - (hide yes) - (uuid "b850b6b6-4321-4108-8e29-47be79b613bf") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000061074785") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7401435c-62d9-41e8-95d4-8a7eed97bad4") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7729ff7c-6a2d-4a56-998c-7278ef18141d") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "9746d851-5fbf-47f4-839a-2f9c5c19b244") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "dbbefac4-bb53-4136-9d1f-32779d873c2e") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "9311aaae-0827-4579-92ee-8348cb38ae92") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f16ea904-8d0c-45a2-8c2b-d74f75a0a20b") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "70a7a869-456f-40a7-8a4a-90416c2a549c") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0accd19d-c65b-4b7b-9480-066d48b91d21") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5cc840ae-b930-4bf3-afd5-77722592492f") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "aa0e0cc0-f752-4cae-a77e-2e07d4dd1ad2") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "b0eaadde-dfb4-4957-a625-2723eea7bf63") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "95d76042-d7f3-4bed-afc5-03c19b56f6ab") - ) - (pad "2" smd roundrect - (at 0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 3 "-BATT") - (pintype "passive") - (uuid "09ef1b97-8adc-4963-953f-702b62bf1955") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:CP_Elec_6.3x5.8" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3d546") - (at 72.494 66.93 90) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm") - (tags "capacitor electrolytic") - (property "Reference" "C5" - (at -0.127 4.699 180) - (layer "F.SilkS") - (uuid "d2b71638-8fca-41f0-9aaa-ccc36503c4c9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "CP" - (at 0 4.35 90) - (layer "F.Fab") - (uuid "eabc1cc0-b045-4b95-86e2-a453ac6272ba") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "2628a993-5140-4366-87a7-84d342884400") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "94bf25ec-4028-4320-b5e4-255c36be529e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "d24ad9d7-ef45-452d-9130-336abebfdf96") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-00006118941b") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 3.41 -3.41) - (end 3.41 -1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e13ca107-5e17-44b4-9b79-3ffb83b25c68") - ) - (fp_line - (start -2.345563 -3.41) - (end 3.41 -3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9974c85c-ef4d-4f75-b086-2270f94081ba") - ) - (fp_line - (start -3.41 -2.345563) - (end -2.345563 -3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fc4b81c9-6c22-4c44-9ea3-beec07a4dbf3") - ) - (fp_line - (start -3.41 -2.345563) - (end -3.41 -1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d143b5cc-e408-4be7-ba38-c73c50b2fe48") - ) - (fp_line - (start -4.04375 -2.24125) - (end -4.04375 -1.45375) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dd547bec-8749-4e10-a0e2-a48915c6da4b") - ) - (fp_line - (start -4.4375 -1.8475) - (end -3.65 -1.8475) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c40aca69-e8be-4790-b4b7-c11dc40827ca") - ) - (fp_line - (start -3.41 2.345563) - (end -3.41 1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "06931439-ed27-41ea-afa9-822802764fb7") - ) - (fp_line - (start -3.41 2.345563) - (end -2.345563 3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6ec12f73-de58-4b7c-8b87-e05df528bc3e") - ) - (fp_line - (start 3.41 3.41) - (end 3.41 1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6bedc67b-15ce-4e43-8176-055fad62ef23") - ) - (fp_line - (start -2.345563 3.41) - (end 3.41 3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a6a40a3d-4ef3-46d6-9243-5877113a5754") - ) - (fp_line - (start 3.55 -3.55) - (end 3.55 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fa2d86e9-0920-4539-b698-f70ea77a1ab4") - ) - (fp_line - (start -2.4 -3.55) - (end 3.55 -3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "204670ee-75ce-4b9a-9a35-760827c7b577") - ) - (fp_line - (start -3.55 -2.4) - (end -2.4 -3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "85522321-658c-4990-a620-f9e67b78b157") - ) - (fp_line - (start -3.55 -2.4) - (end -3.55 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d9eb0a3d-c89f-40e2-8632-df2f3ceb8329") - ) - (fp_line - (start 4.7 -1.05) - (end 4.7 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5ac9ea2f-9e71-42f5-a4a5-3c8cf71092c8") - ) - (fp_line - (start 3.55 -1.05) - (end 4.7 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c75f3e2b-c764-434a-879c-514cd154b820") - ) - (fp_line - (start -3.55 -1.05) - (end -4.7 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8ca5efb6-297e-43b3-ad0e-e9e4a57640c9") - ) - (fp_line - (start -4.7 -1.05) - (end -4.7 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "283ab983-721a-4630-b64f-1c0b319663c5") - ) - (fp_line - (start 4.7 1.05) - (end 3.55 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7f2936d4-5494-4a90-a9e6-45200992f6a1") - ) - (fp_line - (start 3.55 1.05) - (end 3.55 3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e15290d9-d112-4cbe-bd96-ba1bb0e9c93d") - ) - (fp_line - (start -3.55 1.05) - (end -3.55 2.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ab15495e-358c-45aa-bed0-b5f970d42c85") - ) - (fp_line - (start -4.7 1.05) - (end -3.55 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "59ad4c6e-86a2-4e53-bc41-be90aee1a695") - ) - (fp_line - (start -3.55 2.4) - (end -2.4 3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "80bd4959-46e6-4fba-91e6-fd7590c430c4") - ) - (fp_line - (start -2.4 3.55) - (end 3.55 3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7037b755-201c-41be-b137-5caa60aa4172") - ) - (fp_line - (start 3.3 -3.3) - (end 3.3 3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9d0b301c-2426-4d03-be2b-6e5bbdd4e084") - ) - (fp_line - (start -2.3 -3.3) - (end 3.3 -3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1dedd38d-d8a8-46a3-816d-66eb434ac8b7") - ) - (fp_line - (start -3.3 -2.3) - (end -2.3 -3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "13de3e9c-6e91-46c4-bcdf-6435a9b88f7e") - ) - (fp_line - (start -3.3 -2.3) - (end -3.3 2.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "22207393-10a8-42e5-a884-c4024b0bfd6d") - ) - (fp_line - (start -2.389838 -1.645) - (end -2.389838 -1.015) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "97b5e0df-f7cf-49d5-a71f-f3183af64f83") - ) - (fp_line - (start -2.704838 -1.33) - (end -2.074838 -1.33) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a12b06c4-0d2b-4383-91c0-ccb82205438c") - ) - (fp_line - (start -3.3 2.3) - (end -2.3 3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b3d50e90-0800-4ac9-bed2-a81c96d2f1bc") - ) - (fp_line - (start -2.3 3.3) - (end 3.3 3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "368341f5-35b9-485a-be71-5e4af7eb9a41") - ) - (fp_circle - (center 0 0) - (end 3.15 0) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "3d7206ee-28d0-4b81-9ff4-a230314c07f0") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "f160bed4-8b65-44a7-862f-234174161d2d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd roundrect - (at -2.7 0 90) - (size 3.5 1.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.15625) - (net 3 "-BATT") - (pintype "passive") - (uuid "935cd7cd-74c1-45a3-b653-7617c016b244") - ) - (pad "2" smd roundrect - (at 2.7 0 90) - (size 3.5 1.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.15625) - (net 1 "GND") - (pintype "passive") - (uuid "6a8a0f2b-96f4-43f2-bb11-32e85746a15d") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x5.8.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f3e99d") - (at 84.194 111.822 180) - (descr "SOT-23, Standard") - (tags "SOT-23") - (property "Reference" "Q5" - (at 0 -2.5 0) - (layer "F.SilkS") - (uuid "f0bc1e21-1f95-4211-b987-c7f4e85ad9a6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Q_NPN_BEC" - (at 0 2.5 0) - (layer "F.Fab") - (uuid "ee617d19-2e54-4fa0-a5ee-4e8b9ff5cc4f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "b18569d3-c088-425c-9aed-59da4e536426") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "8f5236a9-e67d-4b81-a7eb-34b4e042e597") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "b435fc85-94e6-42f1-951b-901e57c4a8d9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061299339") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start 0.76 1.58) - (end 0.76 0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0c98908d-0109-4eb3-a8ce-13c718da8fa6") - ) - (fp_line - (start 0.76 1.58) - (end -0.7 1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "15bfc644-aad2-40b8-b298-bd0113f3bf91") - ) - (fp_line - (start 0.76 -1.58) - (end 0.76 -0.65) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "69fc9cbf-aab0-472f-8abc-e95d41e02253") - ) - (fp_line - (start 0.76 -1.58) - (end -1.4 -1.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "da4a11b3-8d4b-4993-bbe9-290c2a16c49a") - ) - (fp_line - (start 1.7 1.75) - (end -1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ab84210d-6861-4683-b8b7-433b6778ec8f") - ) - (fp_line - (start 1.7 -1.75) - (end 1.7 1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5347f720-d66f-47f3-80c5-86ff35ea9d3f") - ) - (fp_line - (start -1.7 1.75) - (end -1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a236a31a-a27d-4d90-93d3-31739b81501b") - ) - (fp_line - (start -1.7 -1.75) - (end 1.7 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "003e575f-6dd5-44b0-9052-457d32eaadd0") - ) - (fp_line - (start 0.7 -1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d9a04db6-c63b-4537-810e-09a503956ef5") - ) - (fp_line - (start -0.15 -1.52) - (end 0.7 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d9e6d23e-69e0-482f-b711-59a10df935a6") - ) - (fp_line - (start -0.7 1.52) - (end 0.7 1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ecaba0e9-1240-4b93-bf39-968447c13642") - ) - (fp_line - (start -0.7 -0.95) - (end -0.15 -1.52) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0be116e1-e22b-4b7c-ab5e-a62abcd8caa9") - ) - (fp_line - (start -0.7 -0.95) - (end -0.7 1.5) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "41f848ca-7ad9-49d9-b5fd-5925bb58215f") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "5682ebb1-0bf8-483b-ac7f-675b43bfa74a") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1 -0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "Net-(Q5-Pad1)") - (pinfunction "B") - (pintype "input") - (uuid "872d1944-d153-4bb6-9e78-0b81466bbde6") - ) - (pad "2" smd rect - (at -1 0.95 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "E") - (pintype "passive") - (uuid "3bae8187-d48d-4970-bc3b-163bc97994f2") - ) - (pad "3" smd rect - (at 1 0 180) - (size 0.9 0.8) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "Net-(BZ1-Pad2)") - (pinfunction "C") - (pintype "passive") - (uuid "a90314b3-da4a-4155-b5b4-8468a17a83e7") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "OptoDevice:R_LDR_7x6mm_P5.1mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f430df") - (at 60.048 103.252 -90) - (descr "Resistor, LDR 7x6mm") - (tags "Resistor LDR7x6mm") - (property "Reference" "R23" - (at 7.239 0.254 180) - (layer "F.SilkS") - (uuid "450ab6f1-f51c-4dba-bb56-a73069ae2a38") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "R_PHOTO" - (at 2.54 4.06 90) - (layer "F.Fab") - (uuid "c7d0f666-5776-419f-857d-2233f8f55a66") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "b4b1b9d4-4ce3-4b68-a9e1-cdb7eb4e5ffe") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0fd2e7dc-0397-4701-af08-1c62e5aa35c3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "94d08792-efbe-40c7-a675-fca915ba40de") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006129bd65") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr through_hole) - (fp_line - (start 0.2 3.1) - (end 4.9 3.1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ed0994da-ce9e-46ea-a919-f5d017d237f4") - ) - (fp_line - (start 0.2 -3.1) - (end 4.9 -3.1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ac2869dd-3af8-4304-a5e9-ef74a4afb2a5") - ) - (fp_arc - (start 0.2 3.1) - (mid -1.320423 -0.016888) - (end 0.226796 -3.120561) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "63b761ad-ed2c-473d-a09b-2eb947208ad9") - ) - (fp_arc - (start 4.9 -3.1) - (mid 6.460049 0.00492) - (end 4.89209 3.105853) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1de2db26-6aa9-48e6-b2a9-47d3bff0a323") - ) - (fp_line - (start 6.57 3.25) - (end -1.49 3.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "65da459b-6188-4d76-a160-7794122aeda9") - ) - (fp_line - (start 6.57 3.25) - (end 6.57 -3.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "26449c2f-7401-434f-bae9-8162f85094b5") - ) - (fp_line - (start -1.49 -3.25) - (end -1.49 3.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c8e9229f-0ee9-4109-93e8-12694abbe00c") - ) - (fp_line - (start -1.49 -3.25) - (end 6.57 -3.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b5168938-5277-4b15-93fa-bcb4045b9d5d") - ) - (fp_line - (start 4.84 3) - (end 0.24 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9bb50d41-bd01-4cdb-ae0d-411765901202") - ) - (fp_line - (start 1.64 1.8) - (end 3.44 1.8) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7a4ea23c-2dae-456e-8994-e0cd8d41d20c") - ) - (fp_line - (start 1.64 1.2) - (end 1.64 1.8) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6566a4f1-cf38-46bd-9430-f963501041f9") - ) - (fp_line - (start 3.44 1.2) - (end 1.64 1.2) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ef1dfca2-8fdf-43c4-8909-48a010be6a40") - ) - (fp_line - (start 1.64 0.6) - (end 3.44 0.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1b927e3f-70c9-4205-8ad8-964aeb6c5f5b") - ) - (fp_line - (start 3.44 0.6) - (end 3.44 1.2) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "98d4f06d-a702-4759-bc0d-7f5fb046e109") - ) - (fp_line - (start 1.64 0) - (end 1.64 0.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0980fb6a-6c72-4f2a-b97f-aedc25714c43") - ) - (fp_line - (start 3.44 0) - (end 1.64 0) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "bb0a1cb1-e094-48a7-9a07-3d85fd4e9303") - ) - (fp_line - (start 1.64 -0.6) - (end 3.44 -0.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "25bdd325-fb00-43ea-afc6-7f74e5e088b9") - ) - (fp_line - (start 3.44 -0.6) - (end 3.44 0) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "236126b3-8e99-4c8d-880f-1ff07ff397d4") - ) - (fp_line - (start 1.64 -1.2) - (end 1.64 -0.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "aa332d72-f473-4367-a106-5ad7ea2fe8f1") - ) - (fp_line - (start 3.44 -1.2) - (end 1.64 -1.2) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a832d45a-d3a9-4a91-a59f-5622e684ab06") - ) - (fp_line - (start 1.64 -1.8) - (end 3.44 -1.8) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "655d41d0-129d-421f-a934-0a09c9add299") - ) - (fp_line - (start 3.44 -1.8) - (end 3.44 -1.2) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b74dd9ea-5c17-4152-a217-de8bc7b454f2") - ) - (fp_line - (start 0.24 -3) - (end 4.84 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1143f950-18ba-465d-bc14-e13485c51736") - ) - (fp_arc - (start 0.24 3) - (mid -1.240211 0.001572) - (end 0.237506 -2.998087) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d8d65642-78c3-4add-98fd-e30776419e45") - ) - (fp_arc - (start 4.84 -3) - (mid 6.320211 -0.001572) - (end 4.842494 2.998087) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8afd181e-74ff-4ade-bdd1-f95e41e65b00") - ) - (fp_text user "${REFERENCE}" - (at 2.54 -3.81 90) - (layer "F.Fab") - (uuid "54e858e8-de93-43ca-b160-8aca012426ea") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole circle - (at 0 0 270) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "f9969aad-2d3d-4a3b-9b57-5ef7e0f3d72d") - ) - (pad "2" thru_hole circle - (at 5.08 0 270) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pintype "passive") - (uuid "aabc4793-1c3f-44b8-9c88-cba18584c19e") - ) - (model "${KISYS3DMOD}/OptoDevice.3dshapes/R_LDR_7x6mm_P5.1mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f461a6") - (at 79.098 95.1105 90) - (descr "Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator") - (tags "capacitor tantalum") - (property "Reference" "C1" - (at -0.2675 2.54 180) - (layer "F.SilkS") - (uuid "029ca3ff-babf-4724-a64c-504a3de5120a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "10u" - (at 0 2.35 90) - (layer "F.Fab") - (uuid "ae499a51-f63a-4e41-b789-17782f0fa6f8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "df2c0d3e-bae4-4404-9f30-ac428e117e88") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "02cf9261-faed-40ed-8906-f5eafb8ae140") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "4bb78918-1b88-4d53-95b3-e306c06c8fe7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-000061716230") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start 1.75 -1.51) - (end -2.46 -1.51) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "588354d9-a1f4-445b-8773-92c739cb6239") - ) - (fp_line - (start -2.46 -1.51) - (end -2.46 1.51) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8c74f156-9502-4028-aed2-67415bd2458f") - ) - (fp_line - (start -2.46 1.51) - (end 1.75 1.51) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3f1dd819-bd4e-4057-b998-f89403d91fa5") - ) - (fp_line - (start 2.45 -1.65) - (end 2.45 1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0c0178df-d2a9-4a9c-bc3f-b8d64ede4911") - ) - (fp_line - (start -2.45 -1.65) - (end 2.45 -1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "89f32602-9065-40f7-a090-e9a95933cda4") - ) - (fp_line - (start 2.45 1.65) - (end -2.45 1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "095a54c2-56fe-43cd-abca-b815bf29ef3d") - ) - (fp_line - (start -2.45 1.65) - (end -2.45 -1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "31d2d27f-44d0-4c87-a09b-aea4abece221") - ) - (fp_line - (start 1.75 -1.4) - (end -1.05 -1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8fa5916a-b554-47d3-8b3f-f75f74af7e0a") - ) - (fp_line - (start -1.05 -1.4) - (end -1.75 -0.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b62b85f6-5b91-4474-bd53-f9951ebc5e6a") - ) - (fp_line - (start -1.75 -0.7) - (end -1.75 1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "47dee3b3-d163-4c2c-8cff-3de4d79fd56e") - ) - (fp_line - (start 1.75 1.4) - (end 1.75 -1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a783b00c-1708-4976-8ea8-c795cb7c4584") - ) - (fp_line - (start -1.75 1.4) - (end 1.75 1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7e59e43d-a05d-45c6-a2ec-dbcf1785fac4") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "74bd339e-d45e-4bc2-b223-42c30fa458a4") - (effects - (font - (size 0.88 0.88) - (thickness 0.13) - ) - ) - ) - (pad "1" smd roundrect - (at -1.5375 0 90) - (size 1.325 2.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.1886784906) - (net 5 "+5V") - (pintype "passive") - (uuid "4efad806-4f52-40cd-a09c-155a577e2fc9") - ) - (pad "2" smd roundrect - (at 1.5375 0 90) - (size 1.325 2.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.1886784906) - (net 1 "GND") - (pintype "passive") - (uuid "057605d3-acb2-46aa-968d-ee1c46fbda2d") - ) - (model "${KISYS3DMOD}/Capacitor_Tantalum_SMD.3dshapes/CP_EIA-3528-21_Kemet-B.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f461b7") - (at 76.304 95.82 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C2" - (at 2.479 0 180) - (layer "F.SilkS") - (uuid "b33efbd1-8945-409a-8acc-0245daa35ba4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "87818ccf-3dff-406f-a8b3-baf294872792") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "0c9a7310-fd5d-4c98-8b38-7e6bccb76f27") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "6811a17c-736b-4df8-971d-9ba359fa3a77") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "07a89a34-26a0-44fd-833a-a77e69dfc565") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at -19.516 172.124 0) - (layer "F.Fab") - (hide yes) - (uuid "d2257696-3ea1-492a-bcdf-20817ce7b594") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-000061716212") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0ebcc95e-e566-4fc8-a7a1-2a9ad04f100d") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "95a640a4-5126-4663-bce8-6068007f8021") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "78e4cfae-adaf-46db-9067-e06c06804d95") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1d2b229c-1a1b-4643-8b87-a9976af07cc5") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6689cdce-7102-47cf-ac90-54c7e6831617") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4061963b-6cd0-46b4-9d9c-f72901c38756") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4b5ee7c6-e202-4073-a688-c53edd8fd460") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "cb912ddb-7e05-48f6-919a-e69524883e66") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "eb96ade7-7160-4631-9700-44ffd6573ed0") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5be85cac-3dd3-4209-8ff5-296e7f8be11f") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "acb3de55-aee7-47b0-a250-34795e1a2217") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "b2c0fa7f-63b6-48ce-a2bd-04f265035b80") - ) - (pad "2" smd roundrect - (at 0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "65d51976-853a-4e7f-b7b0-5f693d2b9b5b") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4697e") - (at 98.783 109.3245 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R24" - (at -1.1665 -2.286 180) - (layer "F.SilkS") - (uuid "3db60019-a210-4666-a957-4c3993f8bf53") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "1k" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "c5799962-9fe7-429c-8a60-79309884d507") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "46593b2a-3801-4da7-b5ec-ec85cf20874f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "46a4e4c0-9c3f-4d93-9f72-64e34f8edca9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "ad4f0147-c5cf-4088-b577-35828c70a1ae") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17513" - (at 208.1075 10.5415 0) - (layer "F.Fab") - (hide yes) - (uuid "1d98c6a8-12cd-4ae3-9483-75147dbe5b06") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006143cb4e") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "62d8ca46-99e2-4be8-a54c-ce5491c865ec") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c21c3384-010d-4e88-a621-c965fa16a120") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d5855f26-3c82-447b-ac56-2441e2c7aea1") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7b2df0f6-47a2-48ed-8448-1af00efc6f4d") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0e9402ab-5cd3-4ed0-80db-5b56a395cddb") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cc0f4218-47f9-4654-bb15-69fd34bcb321") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "26528446-9661-47e9-8433-6bc584a90760") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a342d4a2-3433-4f0c-a31c-9542b8e43191") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5ddc6e93-e264-4bf0-b782-4e794bb2eb4b") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5f2a6312-1ad0-49c8-80ef-39b2b231daab") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "a0fc62a2-b439-49b1-9bbf-7fadcaaac09e") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 52 "KEY_UP") - (pintype "passive") - (uuid "e4901912-5ca2-40e0-8a3e-2b7b231d26c1") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "66eda03c-a8ca-4fb3-bcde-d4e3e1ac8d18") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4698a") - (at 76.812 91.06) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R1" - (at 0.127 -1.524 0) - (layer "F.SilkS") - (uuid "35ba5d7c-fa70-4231-bb30-d90d4ff0f3ea") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "0R" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "a8f8fa32-7352-42f8-9361-8088553cb1ce") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "53486246-35c4-49f0-bc0f-b1dcd2dfa109") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "2aaa70c1-1f07-47d8-b99b-d0dff7a2d43e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "ef0e94ee-6fe0-4b2b-80ba-e6cc21354079") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17477" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "848056e3-36d8-462a-8ee6-124cdde509f8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-000061716248") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3a96b887-9b20-48ce-b513-798d3cae0578") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c73ea62c-57ab-4322-9f5d-f1af6ba16195") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5c314149-75c8-45dc-afe2-a3f8ece38f97") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "882f95db-fb07-4c12-84da-ea604089dcba") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "99b2be4a-1f3c-41cf-8997-b30f6f1a0ba3") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f66ca3f4-ec0c-424b-8cfb-d974142b2b0c") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "68fe7c52-7e48-4245-9746-3af15fded881") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "35544a4d-332c-49ba-b12e-8115c2d409cf") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "573304ff-3ecc-44fa-8a27-7b06f7cf33b9") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "86c9684e-7930-4518-b7a6-f43bca89e420") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "8b02d981-14c9-4fc4-bba4-5a4069a613f7") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 12 "Net-(R1-Pad1)") - (pintype "passive") - (uuid "2eadda09-ca14-4d19-a52b-bf0263bfbdca") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 4 "analog_output") - (pintype "passive") - (uuid "ee219ccb-3165-48fe-9e47-c75865fc4c78") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4698f") - (at 100.942 109.348 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R25" - (at 2.413 0.508 180) - (layer "F.SilkS") - (uuid "d2e217da-f8de-4b6d-9869-e2b0ee13f16a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "1k" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "1e76ef88-322e-40cd-9060-138fccdc4f35") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "a19f8a09-10a8-4d73-9635-e12f34073f38") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "e8353581-298e-4c3a-ba63-27312beca159") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "2617c02d-ee19-4a03-92b3-bf12af19a2fa") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17513" - (at 210.29 8.406 0) - (layer "F.Fab") - (hide yes) - (uuid "53047bae-71ae-4462-b1bb-992f3a4cb323") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061451b7a") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4b008e8d-3ae4-4be0-9fe4-471ecfcf2e39") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4d21c6e5-dc4b-47d7-9790-1148fee523e8") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "eb02bed4-a274-4dfd-95ad-4b9d10b77fa1") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c76777ef-45c5-47d0-8b0e-fe06efd19a10") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "035d7bca-9cd9-4b34-bc9d-3ac3ecc9ebaa") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "abb3c3b4-63a1-4e04-8346-a07bc878b16c") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "aa757d48-a296-44f0-86ca-7f9f9abc1e00") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "884fabf1-7768-4f08-a806-77d7cd14dc1c") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "25d737bf-e4fe-4567-b798-0c28993d82e4") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9023c369-eaa5-45aa-9236-3fe528a15788") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "49878b4f-8878-4dc6-9f44-ad608526dd24") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 53 "KEY_DOWN") - (pintype "passive") - (uuid "55351a89-4378-4791-8755-cf6ae266d1a4") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "c585e04e-173b-4e05-aa9e-d6de0e3e21f2") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4699b") - (at 74.8835 93.092) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R2" - (at 2.4365 -0.508 0) - (layer "F.SilkS") - (uuid "cc0db453-adee-4cf7-a68c-583c16bc97f5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "0R" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "a222191e-b20e-4ce9-8b0a-ba60cb4865ac") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "009e0aee-ca4d-45cc-aa17-d8ec13c61ac7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "acfcff2b-8486-458e-8df5-902b5c9dcd47") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1c2e5667-8e95-49b7-9819-b90cbbd32a92") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17477" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "b33371ca-d2b5-49d5-a1ae-d43221a492d6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-000061716236") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5f6c52d0-aa72-4e50-8381-fbd619e1d363") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "08455a2b-1dfc-431d-9773-7c1e0b1d6ef3") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0ea7da3b-f1d7-4c28-9949-c8b48dcd81fa") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "27a597d5-3305-4d7e-857c-b2e0dd89394e") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ed2b9bb4-a535-47fa-9420-cec2dbc83cdc") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "498a039d-4721-466e-bccb-95d521bf554e") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d37a7815-d6c8-4a52-a225-009629e14d5e") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d7474455-12fe-4763-90f1-24d4987b4fb4") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5a18380e-6a04-4e11-bbdc-57f848c52d7c") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7b63d7fb-f322-43d6-951f-29f1b5b4aaf7") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "86459c20-0df0-437f-93d0-96ec5c9e1eea") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 13 "Net-(R2-Pad1)") - (pintype "passive") - (uuid "0dfc64fd-efc8-4003-a466-aa1ca4825b79") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 12 "Net-(R1-Pad1)") - (pintype "passive") - (uuid "e5b2e92c-4c7c-479c-80ea-42cd0a4af480") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469a0") - (at 120.0955 108.078 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R26" - (at -1.8015 1.524 0) - (layer "F.SilkS") - (uuid "745bf71a-94ce-4b5e-9c04-12fb67860a38") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "1k" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "7851c4c0-7818-4939-9b1c-b6d25b212def") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c17bf8d7-9481-4f41-8cd6-d7c9b6921709") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "6edeb6a2-2a3c-4209-aaa5-20c24ac696b8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "266d349a-a78a-4ee6-b512-dd74e68ceca6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17513" - (at 240.191 216.156 0) - (layer "F.Fab") - (hide yes) - (uuid "434b51a3-d087-4941-862a-013f74e7f440") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006145336d") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "59722fbc-63eb-417a-ae58-3161cef2f4a3") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "125da15a-7303-4717-b907-96b5264ef571") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d5255802-9420-437c-bdd1-0eb8abf1a575") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4d909321-ef12-476d-99b2-c35cdbcc63e1") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2a0c087f-0814-48db-9417-fa16ad2c860e") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "27230f58-d9c9-461b-b18b-049db57ad370") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1fd80f29-0442-4c95-90e2-df93fb610516") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8c596ee3-472e-4663-b5d3-d641687b8649") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3cfb40ae-cfd4-4f3d-b97e-f15674bdf202") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c0bc1cc4-ad4e-46c2-a78b-c6ee33b8da0e") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "56d18226-5710-48b0-a07c-8da970d36fb4") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 54 "KEY_LEFT") - (pintype "passive") - (uuid "1d366fa0-8c92-4ab9-82e9-26125941dc3f") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "68354380-e4c7-43b9-a9b8-cd0550ec3c58") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469ac") - (at 71.3275 93.092 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R3" - (at 2.7705 0 0) - (layer "F.SilkS") - (uuid "6d1fb318-c6b7-4655-9a5a-ff112cbbd38b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "0R" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "c0d88e1f-9cf5-4f59-83ea-f0608801e2e9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "99c6721e-f374-4a2e-8bbb-f41bb2028b5c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "a867f056-5b56-413f-976e-d7c67fd1f699") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "a7cd74a0-803f-469b-9189-776e71497e76") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17477" - (at 142.655 186.184 0) - (layer "F.Fab") - (hide yes) - (uuid "c5796d05-4a24-4737-86bc-de6c08374449") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-00006171623c") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e848aa96-9587-4dc8-8d57-939a40f917ab") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "bfc75869-9735-49b9-a9fd-53411d4241a5") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "165b3247-3dae-4c18-88a7-ebb81efa1dc5") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "39cf8997-ee73-43b4-9055-015ec3e0c2ff") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d763d62c-698f-4743-be69-618571c61ac9") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "185c76a0-3f78-43a7-b580-8d5acf9fd43d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "dffd9e9d-7f07-4d0f-b4c9-895a1ad518cc") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6b18924e-b579-4e67-8301-34deecf277c8") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0f56f2ff-8505-46a9-b4d8-918abf11f6b1") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5dcd1add-e362-4f6e-9a34-fed373bf048b") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "8cd06e92-0a40-43d7-aaec-0134e534b8da") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 14 "Net-(R3-Pad1)") - (pintype "passive") - (uuid "790c8a5b-510c-42c7-b308-1c942f16e4b3") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 1 "GND") - (pintype "passive") - (uuid "0d7bdb28-f7f6-4be5-b78e-274bd4d21f6d") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469b1") - (at 120.0955 110.11 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R27" - (at 3.0245 -0.254 0) - (layer "F.SilkS") - (uuid "c4d484d5-5419-4c83-8c5d-cef31796de50") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "1k" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "9f11c1af-e2af-4c37-8ce7-bc9d53fb8496") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "af43e98b-cc0e-4010-bd7e-de7f46acfe52") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "c9f81ff7-1813-4b6b-abde-fc026f7fbf2b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "3cc20403-c2cc-4715-ad7f-3b0a3b759d6c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17513" - (at 240.191 220.22 0) - (layer "F.Fab") - (hide yes) - (uuid "680b49e0-8291-451f-97f9-f99d378fa144") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061454ba2") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5485eb96-8349-4afb-b5f7-bede6de09e58") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cf39fb3f-1389-4ef4-a6fd-fba2187c5ce6") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "dda09bac-f1e2-414e-93e8-27bd31ec8481") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b37c4e92-d2a9-4001-b379-a8edb7709b0a") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "98c84470-bc10-4b11-bc56-b355281e63c9") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "111febbb-2de3-4da0-bc27-6011dc9a4fea") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "89d7229a-8f23-494a-8b8a-759ba743c63c") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "079e6fb8-4bab-4f1c-9e2e-0e99f3d229d9") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3a35e5ed-7aed-4837-991f-dfd2fbed090a") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fca9dc7f-6ea8-4a06-83ab-ba307acf1acc") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "2c62c641-9518-4cf4-a541-c9aff5a3dc73") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 55 "KEY_RIGHT") - (pintype "passive") - (uuid "578aa9b4-9b39-417e-a252-9e005663bfca") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "ad5f5c45-b590-44f3-8954-9e776ef53679") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469bd") - (at 73.3595 91.06) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R4" - (at 0.2775 -1.524 0) - (layer "F.SilkS") - (uuid "253bfad8-8756-49d8-9c23-e5ac2c0ca931") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "27k" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "8be1b6fb-090d-443f-8cea-9367dca8da37") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "fa6fde2b-3687-4826-8ed8-b78983015a54") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "67dcb5d8-0fd8-4c52-9441-16cf311ad7e3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1a19ccd1-e48a-43d9-b787-5920aecb0580") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17593" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "44c4f1b0-15a4-4871-b156-aa87c965a5b9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-000061716242") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9ca3d3da-d8a8-4cba-9136-ad1fa756ced0") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b783366e-546f-49d3-9a46-946418df9392") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "67359260-3b2b-4210-984c-b99654f203de") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "65d6af6c-140e-470c-bf50-a401fbdc0056") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "16e1b82f-4862-4be3-a814-f25ab5953378") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "21b1997d-6dc1-4d28-ae9a-6be1a4d1ee8b") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a77a875e-76a3-408d-a977-39d73c2d53ce") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "427bee4f-2b15-4440-bb77-8e4b95c4ff21") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "94aa628e-c971-4104-ba0f-41b98702dfc8") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c82868ce-ea3a-4c51-999c-6ef8dd524d33") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "f1a6e1b2-fadc-4ce9-925a-15fc5d31b927") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 1 "GND") - (pintype "passive") - (uuid "1085852b-69b8-4ee0-b97d-4c9bd2f905b2") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 12 "Net-(R1-Pad1)") - (pintype "passive") - (uuid "9712575b-e807-4f81-9c11-c0fca94f20a4") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Button_Switch_SMD:SW_SPST_PTS645" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469cb") - (at 93 114.888) - (descr "C&K Components SPST SMD PTS645 Series 6mm Tact Switch") - (tags "SPST Button Switch") - (property "Reference" "SW1" - (at 4.767 0.048 0) - (layer "F.SilkS") - (uuid "a2205324-7101-40cc-98cd-7834b904411f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "UP" - (at 0 4.15 0) - (layer "F.Fab") - (uuid "3dcb99bb-7379-47a7-a824-426afb88f898") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "4941d7f4-744e-43bf-8489-975c0077680a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1aabb911-094d-4e37-9b0d-1d7f104e781c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e26ddf74-7632-4c1c-9f55-8712c43aa70d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061438169") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -3.23 -3.23) - (end 3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1819b9a0-2ff0-4b59-97fe-d8a42c9baccd") - ) - (fp_line - (start -3.23 -3.2) - (end -3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "30e4700c-b959-41cc-b616-001bf8015e2e") - ) - (fp_line - (start -3.23 -1.3) - (end -3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "45684197-57c8-46eb-9ca2-a13373ca26fb") - ) - (fp_line - (start -3.23 3.23) - (end -3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b4e98887-f228-44d3-8e11-99469c1cb626") - ) - (fp_line - (start -3.23 3.23) - (end 3.23 3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "81508c27-0a9e-46f5-9e13-5c68c0fcc92b") - ) - (fp_line - (start 3.23 -3.23) - (end 3.23 -3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "27c0e083-d9ae-4972-ad7c-d299456b3697") - ) - (fp_line - (start 3.23 -1.3) - (end 3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "00a65010-fc34-4a27-aaaf-3e22b8281521") - ) - (fp_line - (start 3.23 3.23) - (end 3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ff878ab4-d448-4718-889b-b945286a496f") - ) - (fp_line - (start -5.05 -3.4) - (end -5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "422d2109-d7af-453d-8468-45c3b09b3954") - ) - (fp_line - (start -5.05 -3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c6bd78d3-c5f8-4e9d-bc6b-af80f9bf7963") - ) - (fp_line - (start -5.05 3.4) - (end 5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d310c80d-4f37-4fcb-a80b-347ac67f935b") - ) - (fp_line - (start 5.05 3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0ff1eb1e-2cf3-462c-8e38-32b6ad4e83d8") - ) - (fp_line - (start -3 -3) - (end -3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3c55e35e-d32c-4696-a14a-f3f40f09df42") - ) - (fp_line - (start -3 3) - (end 3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7b4adc91-4cb9-4bdd-9703-2c473710e6ea") - ) - (fp_line - (start 3 -3) - (end -3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "bbdf3969-23e0-4cb2-9e95-965f8314f1cc") - ) - (fp_line - (start 3 3) - (end 3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "80ce3785-e820-420c-bb7e-37dd871485cd") - ) - (fp_circle - (center 0 0) - (end 1.75 -0.05) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "a7013e85-5f6a-4809-bdb1-56a81059eee7") - ) - (fp_text user "${REFERENCE}" - (at 0 -4.05 0) - (layer "F.Fab") - (uuid "b962170d-2571-4d82-a93b-b1e46d4872b5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 52 "KEY_UP") - (pinfunction "1") - (pintype "passive") - (uuid "02c83173-eda9-418e-a85b-34a1a50756b8") - ) - (pad "1" smd rect - (at 3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 52 "KEY_UP") - (pinfunction "1") - (pintype "passive") - (uuid "c6dbb259-1c6c-4331-80b8-99c6dea053db") - ) - (pad "2" smd rect - (at -3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "e0096d8d-e586-4a11-9239-3f4979250d19") - ) - (pad "2" smd rect - (at 3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "598c1bf7-18f9-4a31-9438-2911c406d830") - ) - (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Button_Switch_SMD:SW_SPST_PTS645" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469e5") - (at 103.998 114.888) - (descr "C&K Components SPST SMD PTS645 Series 6mm Tact Switch") - (tags "SPST Button Switch") - (property "Reference" "SW2" - (at 4.818 0.048 0) - (layer "F.SilkS") - (uuid "1bd6f281-64b7-4b37-8750-e61e719e1b12") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "DOWN" - (at 0 4.15 0) - (layer "F.Fab") - (uuid "b55a8241-2e66-4663-809e-7c33f9ded6c2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "2b833f23-d26f-4aba-bf9e-a64d9dcd2208") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "9d72d9de-3deb-4881-95df-6972411fea88") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e07805bf-641e-4657-a689-ad46a59fb959") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061451b74") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -3.23 -3.23) - (end 3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "63a02171-33f5-4225-bbdf-90f543274c95") - ) - (fp_line - (start -3.23 -3.2) - (end -3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3fb12c09-4465-411c-9459-27ab9fcc9b86") - ) - (fp_line - (start -3.23 -1.3) - (end -3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c38f59e3-809d-4ece-af7a-af0239f04a47") - ) - (fp_line - (start -3.23 3.23) - (end -3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "53705c99-789b-486a-8c9e-90e119a67553") - ) - (fp_line - (start -3.23 3.23) - (end 3.23 3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "865c7cf4-f804-4ad8-95c4-6dad1879c499") - ) - (fp_line - (start 3.23 -3.23) - (end 3.23 -3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0705dec3-865c-498e-bc23-711d0442bc5d") - ) - (fp_line - (start 3.23 -1.3) - (end 3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "329c39c4-b99b-4292-8844-aaeb836000ed") - ) - (fp_line - (start 3.23 3.23) - (end 3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5f6d48e1-1fa8-4c77-93be-c7772b800326") - ) - (fp_line - (start -5.05 -3.4) - (end -5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1c470707-0e5d-4e86-8164-0e8a6f161596") - ) - (fp_line - (start -5.05 -3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4de2881d-22b6-4eeb-a893-3b5d9b9ae9d6") - ) - (fp_line - (start -5.05 3.4) - (end 5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2af98bf5-1fad-4286-aaf3-d86834891c45") - ) - (fp_line - (start 5.05 3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "854f4e1c-14b7-4357-98f8-70db81e9c677") - ) - (fp_line - (start -3 -3) - (end -3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b3e9a043-b741-4a9f-a912-27bb9c9dd352") - ) - (fp_line - (start -3 3) - (end 3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fa5681ed-d378-45bf-ac59-9e01c5b873d7") - ) - (fp_line - (start 3 -3) - (end -3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "772ac5c7-7a4d-4595-a1ff-e2197ab2c292") - ) - (fp_line - (start 3 3) - (end 3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1c5369dd-6277-4112-9846-6d185c9a4ac8") - ) - (fp_circle - (center 0 0) - (end 1.75 -0.05) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "7143cda2-fd36-4ee3-bc96-1f0410c1936c") - ) - (fp_text user "${REFERENCE}" - (at 0 -4.05 0) - (layer "F.Fab") - (uuid "1cea9783-285d-4442-be56-520c1a2033ea") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 53 "KEY_DOWN") - (pinfunction "1") - (pintype "passive") - (uuid "250757af-ae26-4f67-8086-d116d0bd3a0e") - ) - (pad "1" smd rect - (at 3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 53 "KEY_DOWN") - (pinfunction "1") - (pintype "passive") - (uuid "cb79cc0a-c1b0-4ebf-a546-35c74713e643") - ) - (pad "2" smd rect - (at -3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "3d37dc46-bd19-4494-bc49-3374f2346ee3") - ) - (pad "2" smd rect - (at 3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "915ba6e7-6e21-4209-90cb-1c6a49fabeae") - ) - (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Button_Switch_SMD:SW_SPST_PTS645" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f469ff") - (at 126 114.888) - (descr "C&K Components SPST SMD PTS645 Series 6mm Tact Switch") - (tags "SPST Button Switch") - (property "Reference" "SW3" - (at 4.787 0.048 0) - (layer "F.SilkS") - (uuid "4b295660-8351-46bf-9d75-b0127de411d4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "LEFT" - (at 0 4.15 0) - (layer "F.Fab") - (uuid "90df93eb-27a3-4cc7-87f8-9a1c2ca12720") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "991c9749-686d-4c00-b84d-3979240eda2f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "81ebbdd3-94ec-4acc-a348-d8e3ddd690a9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "9a01929d-09a5-4ce8-8f10-6213a8e31fcd") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061453367") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -3.23 -3.23) - (end 3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "73fcad10-d4c2-4818-adb9-c0e47299d409") - ) - (fp_line - (start -3.23 -3.2) - (end -3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "08ab864b-4661-40bf-8fc2-ddf297bce0ba") - ) - (fp_line - (start -3.23 -1.3) - (end -3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "84ac4748-6d0a-48e8-b074-97590568ec52") - ) - (fp_line - (start -3.23 3.23) - (end -3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f02941bf-c204-41cc-b75f-11b04c04f2fb") - ) - (fp_line - (start -3.23 3.23) - (end 3.23 3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8a593c7d-9e1f-42ca-8b5b-8e9108e805fc") - ) - (fp_line - (start 3.23 -3.23) - (end 3.23 -3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e5424585-9ce6-4a40-9939-a0d42aa8d0cd") - ) - (fp_line - (start 3.23 -1.3) - (end 3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1f912536-631b-4e76-8705-d92783607800") - ) - (fp_line - (start 3.23 3.23) - (end 3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ea1d795b-e7c3-48b1-9826-79fa77b0bec7") - ) - (fp_line - (start -5.05 -3.4) - (end -5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "762219c5-cc2d-407b-981e-850128b132c3") - ) - (fp_line - (start -5.05 -3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2458b4c9-06fd-4159-be47-83dcede85036") - ) - (fp_line - (start -5.05 3.4) - (end 5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4c04bcf2-208b-4a36-b3e9-740824734f35") - ) - (fp_line - (start 5.05 3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "06c64308-57b4-4861-9c24-278aee036c3f") - ) - (fp_line - (start -3 -3) - (end -3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "90e88214-e1ac-4904-9d5e-3087630b48bd") - ) - (fp_line - (start -3 3) - (end 3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9c1830f6-cae1-4987-9cf7-6781f42ba9d1") - ) - (fp_line - (start 3 -3) - (end -3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "76b5719c-0c4e-494e-96eb-22ab844aed8d") - ) - (fp_line - (start 3 3) - (end 3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "264b8abc-4a16-4ac2-adff-720e98a5e165") - ) - (fp_circle - (center 0 0) - (end 1.75 -0.05) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "02750040-b789-45f2-be2a-a91b4f4181ea") - ) - (fp_text user "${REFERENCE}" - (at 0 -4.05 0) - (layer "F.Fab") - (uuid "63e40855-3c41-49de-9dcf-cef2b7d1d48f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 54 "KEY_LEFT") - (pinfunction "1") - (pintype "passive") - (uuid "894058fb-7a36-44d7-86c3-5c265008f918") - ) - (pad "1" smd rect - (at 3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 54 "KEY_LEFT") - (pinfunction "1") - (pintype "passive") - (uuid "ab316199-d43c-4d49-bac7-4ba17061da7e") - ) - (pad "2" smd rect - (at -3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "4d79e379-8962-42a1-824e-e8ea544a1cba") - ) - (pad "2" smd rect - (at 3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "c8f66575-24db-4805-8cee-4a6b13a1bed3") - ) - (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Button_Switch_SMD:SW_SPST_PTS645" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f46a19") - (at 115 114.888) - (descr "C&K Components SPST SMD PTS645 Series 6mm Tact Switch") - (tags "SPST Button Switch") - (property "Reference" "SW4" - (at 4.738 0.048 0) - (layer "F.SilkS") - (uuid "f2e742ed-a8ad-47e1-81c0-6a5c5d8ca615") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "RIGHT" - (at 0 4.15 0) - (layer "F.Fab") - (uuid "d1c65afd-5bc7-4766-bfca-c13b05ef56fa") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "174ae989-910b-4166-99df-8295d4676e2f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "7d2dd5ea-e1b3-4648-a7ea-5ebb34f503a3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "5054693a-5a6a-4995-84b5-ff4da2d26c55") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061454b9c") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -3.23 -3.23) - (end 3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7a54ac2a-fc71-40fe-8a68-cf3aff615040") - ) - (fp_line - (start -3.23 -3.2) - (end -3.23 -3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e37d73fe-f563-4468-9b77-b5d6d6c07370") - ) - (fp_line - (start -3.23 -1.3) - (end -3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "51f9b55d-489b-4fb9-96fd-8730b8757c61") - ) - (fp_line - (start -3.23 3.23) - (end -3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6b0a866f-3289-4c5b-9322-da8826317438") - ) - (fp_line - (start -3.23 3.23) - (end 3.23 3.23) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c9999a2e-5b0b-4df1-bbd1-3723ecd8149d") - ) - (fp_line - (start 3.23 -3.23) - (end 3.23 -3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b607da4a-a5e0-4f10-859e-6a6d9d6b1757") - ) - (fp_line - (start 3.23 -1.3) - (end 3.23 1.3) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "17955566-3492-476b-aaf1-d3284042a565") - ) - (fp_line - (start 3.23 3.23) - (end 3.23 3.2) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a2c3a758-2f4d-4381-a5c7-062b192ea892") - ) - (fp_line - (start -5.05 -3.4) - (end -5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e4f88939-51af-4076-abe1-153c683d79a8") - ) - (fp_line - (start -5.05 -3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f78eb664-fe22-426a-a4fb-f1f04d11e2ce") - ) - (fp_line - (start -5.05 3.4) - (end 5.05 3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "805d4fb2-53e0-4dfe-98b1-8a96c383477e") - ) - (fp_line - (start 5.05 3.4) - (end 5.05 -3.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "08181c03-456e-497a-918d-9852ddfb91f8") - ) - (fp_line - (start -3 -3) - (end -3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d0cecfbd-302e-46a9-a696-94cf424b6f92") - ) - (fp_line - (start -3 3) - (end 3 3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6e3f6aca-67d9-4040-b11c-4b8dd06a9db4") - ) - (fp_line - (start 3 -3) - (end -3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6c02a01e-1c97-425b-af6f-2f6181387c4a") - ) - (fp_line - (start 3 3) - (end 3 -3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5396f971-0453-499e-b7b8-ef1f6715dff4") - ) - (fp_circle - (center 0 0) - (end 1.75 -0.05) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "9c897ee4-5968-4731-bb44-aedda07b0f0f") - ) - (fp_text user "${REFERENCE}" - (at 0 -4.05 0) - (layer "F.Fab") - (uuid "6f412563-a709-4758-abb0-6b40a2b07a17") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 55 "KEY_RIGHT") - (pinfunction "1") - (pintype "passive") - (uuid "57137873-6643-4bbd-93f7-8cd015c17478") - ) - (pad "1" smd rect - (at 3.98 -2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 55 "KEY_RIGHT") - (pinfunction "1") - (pintype "passive") - (uuid "0066563a-83d0-4bb7-8527-bf0947547513") - ) - (pad "2" smd rect - (at -3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "b66d0b94-a490-458a-b557-893a28361eda") - ) - (pad "2" smd rect - (at 3.98 2.25) - (size 1.55 1.3) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "2") - (pintype "passive") - (uuid "2d4ab0fc-f827-4ee2-bc9c-2b451e20b58a") - ) - (model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_PTS645.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f47005") - (at 69.192 99.696) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP10" - (at 0 -1.998 0) - (layer "F.SilkS") - (uuid "5b84a4c7-03e0-496b-9b75-918e39ba0bf1") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "2bc4301f-a545-45d8-bf8c-94090126e285") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "d72f178e-6ede-4d45-a82c-29c08e12e15b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "d4bab32e-63d9-4559-bd67-a028bbe00ee7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e2d04913-2c91-4d28-849e-ebd37241e229") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006132e49b") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "0c253783-30c3-4f50-9235-60b126bef7a2") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "c3409031-b7a7-4838-92cc-d89abc07be02") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "df513c75-7efc-4210-8df1-15ec7fbcc84d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 46 "R_PHOTO_VOLTAGE_MEASSURE_ENA") - (pinfunction "1") - (pintype "passive") - (uuid "eece7c75-790a-430f-b4f2-13af87b4cdd8") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4701a") - (at 88.75 108.078) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP8" - (at -0.127 -1.651 0) - (layer "F.SilkS") - (uuid "d5da1e5d-8830-40bd-bf11-587a71b73f30") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "09f9c761-f7d6-4e50-bbb6-f23979806667") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e2d82d74-6cb5-4a80-9ecd-d8a265cde899") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "3731ff5e-e022-49c0-bd40-a1324a18b5ce") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6e5566da-54d8-47a6-9f0d-4f59c98d805d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006132a0c3") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "932a4970-cba8-402d-966d-e6bd02f194ca") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "2786efcb-97ce-44ac-9181-9d812443aeff") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "17f2684d-9cbc-4cfa-ad0e-05ecdf8017f3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 47 "BUZZER") - (pinfunction "1") - (pintype "passive") - (uuid "4922d5a8-0678-4295-abc7-66fa0a187c89") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4702f") - (at 138.026 78.36) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP7" - (at 0.127 -2.032 180) - (layer "F.SilkS") - (uuid "b86619bb-ec7a-43fd-ab9c-111bc314f2f7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "7391e48e-2f66-406f-a771-6b44ea37c831") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "df7e1c21-64d6-46dd-81e8-f5151cb307a2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "b31b1c01-3ed9-450b-a9e2-6c773991cc0f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "9a57f463-ccf4-4758-8114-e289110acfa7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000061337bcd") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "586fba05-a204-4d1a-a862-32385fbbfaed") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "70ca0699-aa53-4803-aac8-29d60298eaba") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "934e04e7-865e-4b47-bb09-3f34397de3e7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 21 "CHAMBER_VOLTAGE_MEASSURE_ENA") - (pinfunction "1") - (pintype "passive") - (uuid "253b7782-6343-4c1e-85a9-b962b966787d") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f47044") - (at 133.962 75.82) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP2" - (at 0 -1.998 0) - (layer "F.SilkS") - (uuid "34482e31-6423-4e49-b7d6-39d932eb073a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "c6afc919-afeb-4b16-816d-f915db0906ff") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "b25b70fb-eb98-4a33-9fc4-1436968e1164") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "510a4668-c2ee-45c8-9167-c604fce0a129") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "943c8c6c-0646-446c-a45f-e5f991e2ae43") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000061307867") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "b1c54b2f-9796-4075-b4fe-a9e83b2f9397") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "bba95426-19fd-47e0-ac1a-ac6fc88d0249") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "81ca1751-c495-43e4-a612-b9fed61c0f3b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 40 "/DataAcquisition/STM8_1_32") - (pinfunction "1") - (pintype "passive") - (uuid "51bcb4e9-d4d5-441a-aced-1f16e33d495a") - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f49537") - (at 81.384 102.998 90) - (descr "Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x04 2.54mm single row") - (property "Reference" "J9" - (at 2.032 0.127 180) - (layer "F.SilkS") - (uuid "e2bd843c-9cd4-47a2-b7d4-49e248191616") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x04" - (at 0 10.39 90) - (layer "F.Fab") - (uuid "274312d4-7dbd-4885-bdd3-2dd97d2967d3") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3615c165-c858-4507-b449-81288e5d2cf4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "4ff16da7-4c35-411b-bfa4-416c9e1ce779") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "f6ea4219-3d2d-4636-89ee-b412808f3213") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000618953d2") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr through_hole) - (fp_line - (start 1.33 -1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "13950f27-281e-42aa-87da-566c6b5a79b3") - ) - (fp_line - (start 0 -1.33) - (end 1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7208fbfc-a66e-4627-a33e-4d910f204fc5") - ) - (fp_line - (start 1.33 1.27) - (end 1.33 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ca759dd9-d922-4494-85ef-f7084e3687b2") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "51e6238e-c127-436e-8758-ce4d6dd90633") - ) - (fp_line - (start -1.33 1.27) - (end -1.33 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a8aaf0c4-1084-4ae8-98b0-d18dfc321678") - ) - (fp_line - (start -1.33 8.95) - (end 1.33 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4017a607-6f5a-4f11-bb6a-58a01f0d1844") - ) - (fp_line - (start 1.75 -1.8) - (end 1.75 9.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "139ed27c-e8f3-4dd8-a007-1887a9e48b11") - ) - (fp_line - (start -1.8 -1.8) - (end 1.75 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1d2dae0c-55e9-403c-afcf-70880a633e34") - ) - (fp_line - (start 1.75 9.4) - (end -1.8 9.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "52fd1a6d-da94-4037-8092-9c0a38b9c646") - ) - (fp_line - (start -1.8 9.4) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "85df417c-11ee-432b-aded-aca7996999e3") - ) - (fp_line - (start 0.635 -1.27) - (end 1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5cb6a879-2301-4afa-bd35-a4010f2f3e10") - ) - (fp_line - (start -1.27 -1.27) - (end 0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "68e6ccb1-bd36-48e7-be35-e4655f70ad39") - ) - (fp_line - (start 1.27 -0.635) - (end 1.27 8.89) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ec01f91f-d103-41b4-ad18-cc011b6de85c") - ) - (fp_line - (start 1.27 8.89) - (end -1.27 8.89) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "75ac3088-f14c-4a12-b0ab-e05a3e7f7e5b") - ) - (fp_line - (start -1.27 8.89) - (end -1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0b057fb0-303a-48b5-a38f-cc6ae4845d0d") - ) - (fp_text user "${REFERENCE}" - (at 0 3.81 0) - (layer "F.Fab") - (uuid "deeaebd6-1ab8-41e4-b50c-90756e9af688") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 90) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 60 "Net-(J9-Pad1)") - (pinfunction "Pin_1") - (pintype "passive") - (uuid "30a531a0-05fc-4252-89e0-d98c3fb38045") - ) - (pad "2" thru_hole oval - (at 0 2.54 90) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 30 "/DataAcquisition/STM8_1_6") - (pinfunction "Pin_2") - (pintype "passive") - (uuid "7c9006a4-da7e-456e-8f22-f8a644a84340") - ) - (pad "3" thru_hole oval - (at 0 5.08 90) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 54 "KEY_LEFT") - (pinfunction "Pin_3") - (pintype "passive") - (uuid "ed353df8-56f0-4023-ad55-3c604e338e2b") - ) - (pad "4" thru_hole oval - (at 0 7.62 90) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Pin_4") - (pintype "passive") - (uuid "ac002c20-f1e7-4da9-bd58-f272e13f1eec") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4959f") - (at 78.478 102.744) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP4" - (at 0 -1.8 0) - (layer "F.SilkS") - (uuid "f1ebf359-6e72-4214-af32-f75eefc18bb4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 1.9 0) - (layer "F.Fab") - (uuid "d5b3186c-3c17-4982-b9f8-e2ff56d08767") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6ab24244-0faf-4eee-a91e-4b5c1b2f65a4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "17a89b35-db50-4bc4-8e54-fd74374ffec8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "4e95040c-72df-4bb5-9588-338b47564cfe") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00006188a9b6") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr exclude_from_pos_files) - (fp_line - (start -1.4 -1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "91d11906-8109-4605-9e67-48be7d88b71f") - ) - (fp_line - (start -1.4 1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6f9b2abd-a1c0-4e87-85ae-aecaf7e9f09c") - ) - (fp_line - (start 1.4 -1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0d4842c1-4937-45db-ac70-0b4a7a5b86a3") - ) - (fp_line - (start 1.4 1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e21f2387-77b9-4d1c-9c4a-037bfc7091bf") - ) - (fp_line - (start -1.65 -1.25) - (end -1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7b14d820-6202-436f-8803-004d39a33e20") - ) - (fp_line - (start -1.65 -1.25) - (end 1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8340a611-ea1e-413d-a91d-10560290f650") - ) - (fp_line - (start 1.65 1.25) - (end -1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b4ccfe10-a3c4-46b5-9f9d-0ed2e6ad0fb1") - ) - (fp_line - (start 1.65 1.25) - (end 1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0d055e83-11e1-4f39-a4da-ad0ea32b5e1e") - ) - (pad "1" smd rect - (at -0.65 0) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 5 "+5V") - (pinfunction "A") - (pintype "passive") - (uuid "40c6c49a-9ed9-4ee4-ab24-d7c04906530e") - ) - (pad "2" smd rect - (at 0.65 0) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 60 "Net-(J9-Pad1)") - (pinfunction "B") - (pintype "passive") - (uuid "6ba729b8-ece2-4c8c-9f68-42bcf88e49b0") - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f4a481") - (at 136.1445 62.612) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R20" - (at -3.0715 0.127 0) - (layer "F.SilkS") - (uuid "804e1f90-753d-4e81-bc0f-d1b9273aa02f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "addeb487-6004-4004-a765-b62e272de1ee") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "a760e1dd-2a7e-45df-b775-bee79826a2b1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1f4ee166-c879-4b1c-bd0b-278d4200227f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "c22852a4-34d6-478c-8eb1-efa95b1c9d48") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611d6eb2") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a6753b6c-ee6a-4a89-bc17-22cfc2b6efb2") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "92e59e52-a85f-40f7-a872-98a1635961cd") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5275a6b2-6396-4a1d-b781-7d497e9cefa4") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e86cf7e0-fbe7-4a88-9da4-f0654ac74cc8") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "392fc615-479b-4027-87e5-b0d8b709e1bd") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7c9c6aa0-9c99-4776-a493-20c2ce987a02") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9b28a834-e6ec-42e3-8f0d-d263fd1c2871") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "37648e0c-d5d5-41ff-a17d-40163a14a68c") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6ba64572-5e5c-4600-a9cd-5a9af273c28f") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a97c6616-f03f-4961-b098-201f945e01e5") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "640d0bb1-6ee3-4604-8edb-7a2965f68d4f") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "9d4278ef-757b-4668-9bb9-41594b56fd85") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 41 "Net-(Q6-Pad3)") - (pintype "passive") - (uuid "e2ed554e-8f25-47f6-bf8b-95cac0b974d4") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f510e0") - (at 135.486 85.853) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP13" - (at -0.127 2.032 0) - (layer "F.SilkS") - (uuid "ef199d56-508e-4108-b0df-6df6cd3ee8d2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "e5be0e03-7888-4ce8-bcd9-ae9983e7762a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "d797381c-ac0b-4e30-9c7f-28132114a47b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "0ee64494-1fb4-43b2-9423-c3fe2d01df56") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "631f57ca-ee5e-4b3f-9ae5-58497ba0ad9d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611dca72") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "abe0942b-a1ec-4459-9a89-1b76e82001be") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "16eca39e-8a62-4e08-99c6-62fa44b3e5c4") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "9412e024-6516-49df-9778-8112d497a9f6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 31 "/DataAcquisition/STM8_1_4") - (pinfunction "1") - (pintype "passive") - (uuid "b1afc6f2-0c2f-43a9-a470-00ec5c7e0024") - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f510f5") - (at 135.486 83.313) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP12" - (at -2.667 -0.127 0) - (layer "F.SilkS") - (uuid "1804cd80-4851-4248-97e1-fd5e5041dfff") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "8cb3d5ea-1b43-41e2-a7b8-448f10d35632") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "265f5779-325b-44da-b197-c5407601d0b6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "1e6138c6-06da-4d07-bb17-4c543448a491") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "adb87bc5-4f15-4e68-a554-8a1b40b136cd") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611d45bc") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "fa202534-a55a-43ed-b8aa-0437396c521d") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "a5b0c1c3-f463-477c-add3-434b7e952c92") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "a582434d-08a8-4c81-8c85-d181f538e3ce") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 32 "/DataAcquisition/STM8_1_3") - (pinfunction "1") - (pintype "passive") - (uuid "e1cc25a9-aab7-43a5-b4ba-e6c9eb0a9fde") - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51113") - (at 88.75 91.949 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R30" - (at 0 1.651 0) - (layer "F.SilkS") - (uuid "6a2e07e4-39fe-4832-bf16-8f17c1f4ff3d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100R" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "018272cb-be9a-4f93-9721-6804fdaefe69") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "5df60c6f-91e9-4f7e-a4dc-bc0cdaff43b8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "9337d5b7-762c-4e45-bd65-b92398c3e4a2") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "f39f6993-f92d-4c94-b947-989aa67c8966") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17408" - (at 177.5 183.898 0) - (layer "F.Fab") - (hide yes) - (uuid "ec9e777a-6692-4844-920a-ca90b32d72e2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060f647ef") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7c9f1289-c1ef-46f9-807e-39545a047eb3") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3fa8e238-b356-4640-aa7f-a867fcc2f1d6") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0fbfa189-6e12-4d75-a805-6338bbee0c00") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b6015821-d46a-46e1-8b18-bee9b4c73b41") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "eb7a1854-66e3-47bc-9c67-425f05324572") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e8e5e81b-90f4-49b7-a2f5-a4c710228de7") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6ca11822-eaa5-4fa0-879e-d741d5926f01") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e02626a6-7c4f-474d-b30c-eb7d3793e213") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "03713584-3419-4ee4-a275-5e6c906bdce6") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "df75f314-7aab-4f32-9e92-c2fc5989ed04") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "a894b2ed-7d67-4dd8-a98d-67057718e582") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 58 "/DataAcquisition/STM8_1_16") - (pintype "passive") - (uuid "31a517ac-5d5c-4782-8561-9fd0fa8a400e") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 48 "SDA") - (pintype "passive") - (uuid "6382645e-3bb6-4b1c-baf7-a6975f167b48") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51143") - (at 105.834 86.234 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C22" - (at -0.061 -6.604 0) - (layer "F.SilkS") - (uuid "e4a6850d-1d88-476e-9c06-de64963b135c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "470n" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "9ae592a4-adb7-4e74-8e7f-e8a09d4e1a29") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "ad5477c9-8ac4-4979-867b-5639859924b8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "fa7538e8-1608-40eb-935b-abdba25fa692") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "3bfe9d82-32c3-4b14-80a4-990de81e9cd3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060f834ce") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ac0d387d-e3d0-49c1-bbb6-c3f34f4e6fed") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ac46e6ae-8d26-4fbc-951b-0a63dec013d6") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a3440f35-740f-4b92-958e-303bcf686af2") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f7895ae3-3bec-4f9f-bdf1-48bfe88f3dce") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "9693678e-5ebc-4b84-b287-40d0684b3f67") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6452d34a-7ee5-4d87-ba1e-083cc5ea9939") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "21e16441-3415-42ca-886a-588c43d2d16e") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3956df90-58be-4f94-b888-aca3cd2b5a08") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "073a83f1-60d2-4ff4-ac9c-bafec80a2669") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "078bf516-5553-4b52-b8e7-8284fa08bcaf") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "f1ffd64b-6b62-4200-8e1a-55bb653375b4") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 27 "/DataAcquisition/STM8_1_10") - (pintype "passive") - (uuid "9445813c-f172-4a0c-a019-963f466db5a3") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "58ffabfc-bdca-44bf-95db-683c9ef8b6ea") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51173") - (at 100.942 87.57 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C19" - (at 2.352 -0.508 180) - (layer "F.SilkS") - (uuid "47bf39a1-bae8-47c7-a906-31a216d1fb70") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "43ddbb73-85c6-4c81-a7db-b5f15396ae43") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "8febaefa-27dc-4ee9-ab23-82046a7d230f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "c993935a-b5c4-4bcb-89d5-6abcedc2099c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3cb5fed2-b86d-466b-a589-91c4a26056b1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 188.512 -13.372 0) - (layer "F.Fab") - (hide yes) - (uuid "2173dd1e-d55a-44b8-881a-10af078fa138") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000061396b97") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9a80d998-c03e-4cf2-bb88-26302cd5beaf") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1cb5a31b-9de0-4a7b-bc89-a3314a9f8fbd") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "226e6b5b-50fe-478c-ac1d-f5024237596c") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8f1fcc8e-ad17-4ed4-8e59-dd0395a774ba") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fafcb53b-03a4-40b4-a0c6-0bc575450025") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ea6425f3-7b25-4d05-ab03-0f73e63152c1") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fa847eef-f657-4331-a497-9b7f2cc2a546") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c24a1303-fcff-411b-afc0-f7b4dcefe0e1") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ddb1e78d-1277-4047-8fe1-2797e244a2a0") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7c4d226c-e6ed-4058-ac4c-dcbda9db6d31") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "053dbab8-cd31-49be-acff-a41c8460a963") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "34408e56-3796-454e-ac51-2d0e401edc79") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "b022804b-bab5-4140-a632-27e34abbe449") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f511a3") - (at 130.086 80.646 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C21" - (at -2.86 0.889 0) - (layer "F.SilkS") - (uuid "1def8e5a-2f24-495f-87e9-30b3d4252e75") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "04493a19-4bf4-43d5-a51a-2f484cd559fb") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "38a9a00d-b6b6-4640-918b-3a6dc2e9dfbc") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "4f4d0133-f708-41c6-be87-ef8a2f5b1452") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "26882e86-9512-40a0-a058-d5ea551d155c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00006112c8f0") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "2609d89a-cace-4474-b11a-b5eb3cdf0ae8") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c5f9b245-4db9-4cf7-a492-25b313ee422c") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6e82491e-5fed-47e8-8a60-48918eef51d4") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "00736150-e260-4113-8b93-6cc94f2a3b15") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d85a1393-24a7-4e27-85f9-266885d49826") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "dac073ad-a201-4e92-995c-07f4301293ac") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0b343fb6-f8c3-40ee-9a50-41d0620ffcd4") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "604e252f-f93e-45f9-8671-b0871b80c696") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "71b8c135-1403-4172-8325-6f539bd30b77") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "085fc312-8a6a-484c-9cc8-f944bea57c9c") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "78e55981-508d-4f84-8b0e-9063ff48544f") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 57 "/DataAcquisition/STM8_1_1") - (pintype "passive") - (uuid "b2402796-1946-4b5b-97f3-8024eb0c1ec2") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "8aaa7116-4598-4236-87c9-792752969945") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_USB:USB_Micro-B_Molex-105017-0001" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f511eb") - (at 137.01 99.188 90) - (descr "http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf") - (tags "Micro-USB SMD Typ-B") - (property "Reference" "J8" - (at 0 -3.429 180) - (layer "F.SilkS") - (uuid "5eb934eb-64a7-416a-8cb7-ac6f019b1c5d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "USB_B_Micro" - (at 0.3 4.3375 90) - (layer "F.Fab") - (uuid "63fff62a-48fe-485d-8eae-b499dbfb6b33") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "1e24bbe7-efa1-4ff2-a5d7-3587655ed835") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "df7ab1f5-d3d7-421f-8607-344e5488f70c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "a17dc01c-bd5f-460c-b3a8-01bebb0f6e8e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00006159169a") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -1.7 -2.3125) - (end -1.25 -2.3125) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "68d0befa-a34b-4c89-ad48-9bd64659b3d1") - ) - (fp_line - (start -1.7 -2.3125) - (end -1.7 -1.8625) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7a9fe868-a2c3-4cbd-bf87-daeba19670ab") - ) - (fp_line - (start 3.9 -1.7625) - (end 3.45 -1.7625) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1b09c139-a166-4afa-a42a-8ac3133be0ee") - ) - (fp_line - (start -3.9 -1.7625) - (end -3.45 -1.7625) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "21f18cfc-ec71-4fb6-8b35-2b0cdb16fc27") - ) - (fp_line - (start 3.9 0.0875) - (end 3.9 -1.7625) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6e907b7b-a565-4327-9f1f-56d9f79a7c6b") - ) - (fp_line - (start -3.9 0.0875) - (end -3.9 -1.7625) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "69f2fed2-afaf-400e-a395-7368910a0942") - ) - (fp_line - (start 3.9 2.6375) - (end 3.9 2.3875) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "01ff4c4a-0063-4aef-90c2-8e5a8038b849") - ) - (fp_line - (start -3.9 2.6375) - (end -3.9 2.3875) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7b529bb7-a527-4930-aec6-717265fd58ea") - ) - (fp_line - (start 4.4 -2.46) - (end 4.4 3.64) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ad7c9179-3f2a-4397-8e62-cc5924bddded") - ) - (fp_line - (start -4.4 -2.46) - (end 4.4 -2.46) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e366e070-3172-4cf6-a3ef-74abe2142c78") - ) - (fp_line - (start -4.4 3.64) - (end -4.4 -2.46) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e2572ff3-bc5b-48ba-a9be-5ac6182eda22") - ) - (fp_line - (start -4.4 3.64) - (end 4.4 3.64) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "63ff6d93-5f79-40bd-ac92-8e99a8746a91") - ) - (fp_line - (start -1.1 -2.1225) - (end -1.1 -1.9125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "604fd9f7-86c1-4724-baec-f19bb4817393") - ) - (fp_line - (start -1.5 -2.1225) - (end -1.1 -2.1225) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fba65d6c-47e2-46e1-94e9-a45ea8bb43ba") - ) - (fp_line - (start -1.5 -2.1225) - (end -1.5 -1.9125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e1146fe0-f287-451c-b2c4-9c321361fa8c") - ) - (fp_line - (start -1.1 -1.9125) - (end -1.3 -1.7125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1e12e593-c9bd-4c58-ac6d-4b5f2f28f597") - ) - (fp_line - (start -1.3 -1.7125) - (end -1.5 -1.9125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4bdafe1a-2df9-4919-9e43-3497919b3774") - ) - (fp_line - (start -3.75 -1.6125) - (end 3.75 -1.6125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1cfd94bf-a1c6-4efe-abe1-c5abb4e52099") - ) - (fp_line - (start -3 2.689204) - (end 3 2.689204) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8dad6685-aaa7-4791-ac4e-c890b7936939") - ) - (fp_line - (start 3.75 3.3875) - (end 3.75 -1.6125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d0d4cb72-f60a-4292-8b9a-2ef252829b26") - ) - (fp_line - (start -3.75 3.3875) - (end -3.75 -1.6125) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b0abd1d4-6a87-4dab-a720-be8170ac9665") - ) - (fp_line - (start -3.75 3.389204) - (end 3.75 3.389204) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1836836c-af1d-4b06-b6a4-a7787a9f85d4") - ) - (fp_text user "PCB Edge" - (at 0 2.6875 90) - (layer "Dwgs.User") - (uuid "13b0a036-b76b-496d-9733-70aad084dadd") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (fp_text user "${REFERENCE}" - (at 0 0.8875 90) - (layer "F.Fab") - (uuid "eedf08f6-9b17-4450-98dd-251d0661e179") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -1.3 -1.4625 90) - (size 0.4 1.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "+5V") - (pinfunction "VBUS") - (pintype "power_out") - (uuid "685e2b0c-a324-4567-a081-19b5b1fc9399") - ) - (pad "2" smd rect - (at -0.65 -1.4625 90) - (size 0.4 1.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (pinfunction "D-") - (pintype "bidirectional+no_connect") - (uuid "f93ef7d5-efa8-46e1-ba59-7bd9567e2910") - ) - (pad "3" smd rect - (at 0 -1.4625 90) - (size 0.4 1.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (pinfunction "D+") - (pintype "bidirectional+no_connect") - (uuid "3f38f40e-f234-4ab2-9381-a604d470def2") - ) - (pad "4" smd rect - (at 0.65 -1.4625 90) - (size 0.4 1.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (pinfunction "ID") - (pintype "passive+no_connect") - (uuid "361a8e6b-b809-484a-ba76-282aef4d670c") - ) - (pad "5" smd rect - (at 1.3 -1.4625 90) - (size 0.4 1.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "GND") - (pintype "power_out") - (uuid "ae5c7632-6daf-488a-a973-644bbfaccafb") - ) - (pad "6" thru_hole oval - (at -3.5 1.2375 270) - (size 1.2 1.9) - (drill oval 0.6 1.3) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "98a6c17a-4383-4886-955e-5cc66fc1ad6a") - ) - (pad "6" smd rect - (at -2.9 1.2375 90) - (size 1.2 1.9) - (layers "F.Cu" "F.Mask") - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "74c749f8-860e-4d6b-a12e-7b41074f2581") - ) - (pad "6" thru_hole circle - (at -2.5 -1.4625 90) - (size 1.45 1.45) - (drill 0.85) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "3ddbaa38-7a41-46cb-9015-0155e1d1fb54") - ) - (pad "6" smd rect - (at -1 1.2375 90) - (size 1.5 1.9) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "22577d9c-124d-4e93-8a22-6507add4a12b") - ) - (pad "6" smd rect - (at 1 1.2375 90) - (size 1.5 1.9) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "de09917d-838b-4156-8960-626c9001df35") - ) - (pad "6" thru_hole circle - (at 2.5 -1.4625 90) - (size 1.45 1.45) - (drill 0.85) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "ec998ebc-75ca-4107-99fc-892e969b0f88") - ) - (pad "6" smd rect - (at 2.9 1.2375 90) - (size 1.2 1.9) - (layers "F.Cu" "F.Mask") - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "a23b606c-4cc0-4c19-8611-4aa630d6ead6") - ) - (pad "6" thru_hole oval - (at 3.5 1.2375 90) - (size 1.2 1.9) - (drill oval 0.6 1.3) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Shield") - (pintype "passive") - (uuid "55248b1b-f996-420b-ae4e-30d6c7285e5f") - ) - (model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Molex-105017-0001.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51292") - (at 136.502 106.808 -90) - (descr "Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator") - (tags "capacitor tantalum") - (property "Reference" "C25" - (at 3.302 -0.127 180) - (layer "F.SilkS") - (uuid "d3e27903-8c8e-42de-819c-fd0ac7a8447c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "4u7" - (at 0 2.35 90) - (layer "F.Fab") - (uuid "af3c3ef7-e181-4962-bfb7-08c524401b45") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "3277fce5-d29a-41e6-a350-b274bb639e00") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "cdcb9d70-63c3-4ee2-ba5e-04a757ddf2f7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e23a42d5-160b-4d0d-8378-3851c6d2a018") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000616362ae") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -2.46 1.51) - (end 1.75 1.51) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "0a851743-33ea-43ad-9634-bae10199cd63") - ) - (fp_line - (start -2.46 -1.51) - (end -2.46 1.51) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a3199e45-cd65-45ef-b821-0e365e3515c9") - ) - (fp_line - (start 1.75 -1.51) - (end -2.46 -1.51) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d6ec9761-be22-4772-95f4-773cceb1ba45") - ) - (fp_line - (start -2.45 1.65) - (end -2.45 -1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "411fbbe3-3a07-4d51-b1f3-9cb4fa9470ad") - ) - (fp_line - (start 2.45 1.65) - (end -2.45 1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7fd73abd-4b75-484e-b214-83238415ac17") - ) - (fp_line - (start -2.45 -1.65) - (end 2.45 -1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1992cd61-122c-4f59-a6df-9c986f02db7c") - ) - (fp_line - (start 2.45 -1.65) - (end 2.45 1.65) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c314eb42-83a1-41f7-bf40-61fdb5b5b88a") - ) - (fp_line - (start -1.75 1.4) - (end 1.75 1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9c7f4e35-bb43-4a07-80ed-ee26c0507357") - ) - (fp_line - (start 1.75 1.4) - (end 1.75 -1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ac64ab26-4c6e-4dfc-a409-9c0b0b730f0b") - ) - (fp_line - (start -1.75 -0.7) - (end -1.75 1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "6e2babbb-3c8a-4d5e-9068-fa1f25130df4") - ) - (fp_line - (start -1.05 -1.4) - (end -1.75 -0.7) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f8a2cd6a-f4d6-4fdf-9251-2d4ce526f115") - ) - (fp_line - (start 1.75 -1.4) - (end -1.05 -1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "41d773f8-7691-4801-9370-785e449655a8") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "37132827-f663-4f20-b1a6-ca879330493e") - (effects - (font - (size 0.88 0.88) - (thickness 0.13) - ) - ) - ) - (pad "1" smd roundrect - (at -1.5375 0 270) - (size 1.325 2.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.1886784906) - (net 5 "+5V") - (pintype "passive") - (uuid "863565b6-e0f9-4730-b7b6-798ab6e19d85") - ) - (pad "2" smd roundrect - (at 1.5375 0 270) - (size 1.325 2.35) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.1886784906) - (net 1 "GND") - (pintype "passive") - (uuid "1b0304c9-fc0a-4e60-a04f-eed917f21eb3") - ) - (model "${KISYS3DMOD}/Capacitor_Tantalum_SMD.3dshapes/CP_EIA-3528-21_Kemet-B.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f512f0") - (at 130.0485 78.614) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R28" - (at 3.0245 0 0) - (layer "F.SilkS") - (uuid "a378cefe-024c-4056-836b-3bf2c593b7d2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TBD" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "ad6351be-73a4-4043-9845-4d1629914063") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "95104028-1802-47a9-b3e2-86294414497a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "cd202640-e8c0-4823-9672-f66db8200349") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "89ed492c-40ae-456b-a8ed-ddf2915198d0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00006112499d") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f3ebc8e2-0f31-4a1d-93de-9e791c90cde4") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a692ed18-9976-4b78-8dce-559134a31a9c") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "df94d6ee-0c37-409b-8749-d8432e113d96") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d402916e-26f1-4580-820b-5d5c72f71636") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "32fd968c-00f6-48a9-898c-793dfcab6059") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d8045005-e751-4071-9635-bac3055195ce") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d219d05e-7681-437c-b1b0-3cff8cd887ad") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0b79b348-c725-4503-8e2d-f650002d5d34") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a4768f37-a3a6-44c2-9aa9-0ee3f8fd4e7b") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3cb45e81-755a-4260-a5aa-4e8f7ff87492") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "59108779-f216-499b-84a0-1a254ef068ef") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 57 "/DataAcquisition/STM8_1_1") - (pintype "passive") - (uuid "123389af-19a2-4626-b5e7-7c93797f60c5") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 22 "BATTERY_MEASSURE_VALUE") - (pintype "passive") - (uuid "35f86832-20bf-49e2-a77d-7a75f4387c46") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51320") - (at 89.004 100.966 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R29" - (at 3.175 0.127 0) - (layer "F.SilkS") - (uuid "b551a826-86a1-4c77-a8fe-6744f6437f30") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100R" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "2fd036ce-a3a0-472d-b340-08ddc997b99a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "70f0d1f1-1c26-49dc-8b3e-f82a8298dfc4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "6b2e6cc2-7e0c-41ca-899a-66443ed5f54b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "335c7bfd-7eb4-43ec-8f59-7cfae4a82885") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17408" - (at 178.008 201.932 0) - (layer "F.Fab") - (hide yes) - (uuid "8d5ef6c9-1905-4390-a140-46c8f686fbb2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060f5caff") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3c4772c6-c4d0-4773-969c-2eae706f2dbb") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5e50ce3f-a25e-41f6-9675-b8b401eabe16") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "83f6b339-afea-4ef1-83a9-5af821346e25") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "20a1fb6a-2e37-452a-bcce-38bdc3956ab5") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e1013174-6944-42be-a46e-45bc3634aa6a") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "207e82ef-547c-4018-a1bc-f7b3d65527f4") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "806af567-ce21-41a6-8638-a53609216bd4") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "25db3980-2ade-496b-afbf-d96942e8fa75") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5a010e19-0077-4f56-bcd7-2c11372af8b3") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1efcfa0d-7fab-4caa-b664-04dc2d3e9771") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "d4be1c26-179b-4077-bfa8-16f839484d16") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 59 "/DataAcquisition/STM8_1_17") - (pintype "passive") - (uuid "12fdb52a-11f5-4874-85f6-861122d2b736") - ) - (pad "2" smd roundrect - (at 0.9125 0 180) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 49 "SCL") - (pintype "passive") - (uuid "73ac249f-040d-4656-a554-405d5668939d") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51350") - (at 133.708 106.62 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C26" - (at 0.95 2.54 180) - (layer "F.SilkS") - (uuid "2510686b-ec77-47ed-a261-003cceacc875") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "efd15d50-94c1-4605-a947-2b0616dae81e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e6ce0b9a-1566-4dbc-95ca-8b190a01b93d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "c6338d18-901b-44de-9f18-d1b4bd78b377") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "ca88b8bf-b7aa-4cb3-9a60-2210fc106175") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 27.088 240.328 0) - (layer "F.Fab") - (hide yes) - (uuid "ff89ea53-6299-494c-b41d-fded9249068d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000615d1afd") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3d043528-3d0e-4700-b6ec-5cd16795f64a") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ee9b3b19-b7a8-481f-bbdf-ad7e22ad9aad") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4b15d64b-ab57-4001-aba0-57ac939b5396") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "06479668-b7b9-40e6-8800-89b088b7fa03") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "46a5b88d-d470-4688-808f-752487c0547b") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "76c3fe0e-b5ce-4e8a-906f-c8d659923d7c") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "16051e36-524e-451c-a291-901b9ee6b7ad") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "49e35173-9562-4cfe-a0ae-f96f44c7ebdd") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e28d257b-21b6-4535-9228-0ffa87170ea9") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f93635e4-b15f-4790-9c5d-e0135f70d776") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "166d03d2-dbfa-4a27-aa6b-70ad79062632") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "4939c6b8-033f-4a26-ad5c-0e2435efac9b") - ) - (pad "2" smd roundrect - (at 0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "ceb02be0-f5cf-4ff2-9b7a-489c3145e860") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Jumper:SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f5137d") - (at 135.232 80.9 180) - (descr "SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open") - (tags "solder jumper open") - (property "Reference" "JP3" - (at 2.667 -1.016 0) - (layer "F.SilkS") - (uuid "bfc98ff0-d245-4807-82cb-408860abea6b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Jumper_2_Open" - (at 0 1.9 0) - (layer "F.Fab") - (uuid "71358376-a241-48cc-b9e1-c226a39c1eee") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "ce1d09bf-8dfd-493a-879f-5d95afa06b61") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "39e9fa12-73f0-46e1-9202-ca686d8ad993") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "1c5f8993-fcbc-4fc9-9e57-69a515ed20a1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000611bedca") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr exclude_from_pos_files) - (fp_line - (start 1.4 1) - (end -1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7d44a196-9416-43c8-9c6f-62d95f9bac77") - ) - (fp_line - (start 1.4 -1) - (end 1.4 1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a6346e35-20af-44bc-bdbc-a4f3b8938de6") - ) - (fp_line - (start -1.4 1) - (end -1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "11d9da1c-57d2-4bae-8d7e-f21d7dc1b5e5") - ) - (fp_line - (start -1.4 -1) - (end 1.4 -1) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e39b41d0-d02c-426a-81be-4459f1fb0a43") - ) - (fp_line - (start 1.65 1.25) - (end 1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cc7e02e4-7009-422f-8eb7-5f188f0a43c7") - ) - (fp_line - (start 1.65 1.25) - (end -1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a0ed0bee-4e9b-45a1-aec1-85dd4973824f") - ) - (fp_line - (start -1.65 -1.25) - (end 1.65 -1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "741e9f6c-afb1-426f-b8ee-f37093ddfa73") - ) - (fp_line - (start -1.65 -1.25) - (end -1.65 1.25) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a90ecf3d-41ae-4808-b9d5-bb99b435707d") - ) - (pad "1" smd rect - (at -0.65 0 180) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 56 "Net-(J7-Pad4)") - (pinfunction "A") - (pintype "passive") - (uuid "33580131-030c-4ac6-8bc2-cfe02f948bd1") - ) - (pad "2" smd rect - (at 0.65 0 180) - (size 1 1.5) - (layers "F.Cu" "F.Mask") - (net 5 "+5V") - (pinfunction "B") - (pintype "passive") - (uuid "b2d928f1-6dae-4829-8d3d-fbd64c3d986d") - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f513a7") - (at 122.278 87.504 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C24" - (at 0.127 2.286 180) - (layer "F.SilkS") - (uuid "ef8154af-98e4-4b1a-9dbd-40ad2d92d31e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "28cde02a-2368-41ea-b222-9fc85b4e588d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "fabfe287-bcd6-429e-ba1c-7f6fa026a14f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "afd27526-7ccd-4f96-b3fa-dacaf670c259") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "9a60b448-a3d3-4289-877f-26a48462ad08") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 209.782 -34.774 0) - (layer "F.Fab") - (hide yes) - (uuid "accaf892-7608-46ac-a38a-b24702a7f472") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060ffd6f5") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6454bc65-33fb-41de-815a-e6e496bc25ad") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "58d47810-6e6a-42b5-82e7-342acb2ca415") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1a8c1cb8-7056-4cc0-84a2-4b6c94cb6d2a") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fdf5cc0a-f4cf-4a16-8d96-ebfe6d8d064b") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "116bf7f3-2333-4118-aa57-877ecf241fed") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "371a0789-0866-4fc2-95f2-1761edcdba38") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "29ab89d0-7298-4f43-88f5-c13c2b8edfb5") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1ba14e35-3d60-48ac-8ce0-2418911cfb45") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a3484113-22a6-4313-a66a-9e8673c98cad") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "83959782-f1f3-4a34-99b8-ad4604a4ef9d") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "f109d3c8-c2ed-4504-8a90-ad4c7932e603") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 30 "/DataAcquisition/STM8_1_6") - (pintype "passive") - (uuid "49cb2cb6-0765-44aa-887a-c67785ee2889") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "92027e28-c3f4-4992-bab1-1656d3edb5fd") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f513d7") - (at 97.64 87.57 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C20" - (at -0.061 -2.413 180) - (layer "F.SilkS") - (uuid "f99d7879-7664-44ac-be82-5f540485b014") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "18f78ee9-2f3d-4493-a4a0-4a39cbe13a43") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "54addc11-748c-42eb-ba23-a585fc973f28") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "5684ef41-a3b4-4196-8b69-755f4f6b7214") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "eaaadbd8-d316-4763-95fa-536af53b9ad3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 185.21 -10.07 0) - (layer "F.Fab") - (hide yes) - (uuid "1ab4b88d-a038-4f05-8f94-70793f235d0f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000061347533") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4c25be4c-9109-48f6-ba4a-95e4c98eb386") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "db64edaa-9999-48f0-909f-98ff2274c741") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2d8a452e-6680-4faa-a3ed-31107e4909ae") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e4d4cf20-ad39-4bb5-a7b2-47d7504ae88f") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c599179c-687d-4dd8-800f-ad65df88821a") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "09481123-d7e2-4bd5-a17d-a73a00b11899") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f04e6f18-2788-45a5-97ee-8f27280e2f7e") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8b7a8a95-e4f7-46ad-9433-7ce3779cdede") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "18d98644-693e-4054-9f26-e49f37e72996") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1128c75b-5f95-429f-a184-bc2ac323f04c") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "bd0f197d-fae2-4300-b7c7-d3db561bee4b") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "ca64c365-e267-4b45-bafe-3d4c589994a6") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "9a0db005-e1ad-4dac-8adb-429b76185bd0") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51407") - (at 105.834 88.266 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C23" - (at -0.061 -5.715 0) - (layer "F.SilkS") - (uuid "e658b1df-c6aa-481a-a85e-217c0fb80a94") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "470n" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "010fda0f-e1bc-4af7-a1d3-15a58f19b436") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "fa2caa23-a5a3-420d-8393-65cd03d96f74") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "4f987473-758b-4931-b802-a62ea4c11330") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "d30e7644-540d-4124-8ce4-8f3a6bc7e7cf") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060f9758d") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b57405e2-c4ad-4c63-ab59-a1174590a5a5") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dbe9431f-ab3d-49cd-a14f-254cbcb6feb2") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c3bd3326-2c08-4f14-86f4-f74c57215c4c") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "66ce4079-aa8c-478c-ad6a-fbf5eb400c0a") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "22d04a19-a21a-422f-b412-c9dcf20cee80") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3638dea5-70ab-47cb-84d0-21a90a88a83d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a0703c32-f08f-4947-9dad-c882d4bbd10a") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8f78b0a4-4d85-4ef5-9cb2-091beb3a9804") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d194e9ea-79b3-4ab8-a5e6-207d5b325786") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "40db8c31-7ca9-46cb-a97f-3dfdce0f732b") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "a2ed3528-ac3f-446c-9003-63aab69b5cd8") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 27 "/DataAcquisition/STM8_1_10") - (pintype "passive") - (uuid "a2832a8b-b672-49fb-b458-5045c1b3e657") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "3cb519fe-9728-44ec-8b03-800b25e16260") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51437") - (at 87.734 98.172 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R8" - (at 0 -1.905 180) - (layer "F.SilkS") - (uuid "a732f142-6e0d-4d9b-8a22-21d83ff87b12") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "4k7" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "d135fbef-76e8-4f97-9fe4-1fc1bb2a2921") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "84d786dc-e7e8-4d33-a04a-a4e8867cbfc4") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "b341bb17-cb7b-4729-8cca-34b8467548ca") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "e22ce12a-d750-48af-a8a5-bf5b7aa567b9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C25900" - (at 185.906 10.438 0) - (layer "F.Fab") - (hide yes) - (uuid "4bac8241-a41b-4066-8c0d-1498b58515b5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00005d10fb73") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "62730f6e-d86d-4ee6-a4f6-f94e45ef7804") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d5f7a38c-78d0-4b7d-9a7a-766d53578406") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "244d5635-04b5-4ef4-8c63-9ac8b0174438") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b95ac40e-55d4-4e20-96e1-d99382f61100") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3158e2ac-bebf-4a52-a554-db0e473b6927") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "438f2411-2e1f-4ce5-b0c1-b45b57360df3") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "71a670ec-d6f1-425f-ba97-068921cb8a31") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "521eca9d-d91b-47f5-95ee-004dea7c88d6") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5faa18eb-32f8-487a-bbf9-d077e5113647") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "38fb96c3-0e2a-41f4-8d57-3d6f8e57be3c") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "e9f11e7c-9b98-4c85-9520-8cdf2d9a6d1c") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 49 "SCL") - (pintype "passive") - (uuid "029ccd99-186d-4930-9134-081313336c35") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "7cf1d84b-22a5-40c6-857b-fa2a9e85be4d") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51467") - (at 108.562 87.438 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C17" - (at 2.22 0.254 180) - (layer "F.SilkS") - (uuid "380b702b-09ac-48e1-95c8-a06702f4556c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "22p" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "b7a1b0d6-b9d5-43fb-a49f-63e5f58876b6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "c895ca67-88b9-4511-be06-d49c6af6a82a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "614d3649-d53c-42ac-9221-ee611c2ea0b7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "bac0b77d-8a64-472a-b406-5a2e72888e35") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000610fb1a7") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f97a6598-165d-49eb-bb01-1b10d234189b") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cf2d3dd5-9e49-4902-bf54-c85df1617b56") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3ae85c28-7433-4919-b385-99d4ff77f488") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0e8b493c-d495-4fb0-853f-b1fab9125ebe") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "eed963ed-9770-4482-b319-8bf1beb4984a") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c9ef2e70-8a78-452b-9a7e-96df651e1212") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b1c3d8c1-4b7f-48c3-87ab-43fb98678c59") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fc3ac8a2-4b54-4c4b-89cb-b88499e1a264") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "73a82d43-3e21-4a62-b579-589a028c5c74") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8db10957-f7fd-4b21-bb86-726a5a45ff1f") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "d44d7064-e5be-48d1-bf90-c8c6b119a8c0") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 28 "/DataAcquisition/STM8_1_8") - (pintype "passive") - (uuid "a55d253a-7bb3-458c-8f53-969e221bb31f") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "751a7db3-4562-42d7-a0e1-899b215bb8be") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x16_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51537") - (at 130.152 104.268 -90) - (descr "Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x16 2.54mm single row") - (property "Reference" "J2" - (at 2.159 38.862 180) - (layer "F.SilkS") - (uuid "e860f303-901a-4613-89de-5d72f9beff76") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x16_Female" - (at 0 40.87 90) - (layer "F.Fab") - (uuid "cee5362f-31b0-4e77-9503-f0a86a2cf4f0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "856cd77b-e9c7-4b11-91ab-06dbfd0a7f4d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "d1229456-479f-4c6e-aa1b-afe6218a3c0c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e595aa2e-9a4a-42ef-9d9a-2b818497964f") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060fcc735") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr through_hole) - (fp_line - (start -1.33 39.43) - (end 1.33 39.43) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6083e75c-a224-4a5d-aa22-a3d2469611f2") - ) - (fp_line - (start -1.33 1.27) - (end -1.33 39.43) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "2bb3ceb2-2b9c-4a3a-baa2-e4d4a25c74b0") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dfb9ffcb-5b9a-4b99-b899-6856c97ad798") - ) - (fp_line - (start 1.33 1.27) - (end 1.33 39.43) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "be580f27-3cdc-44b9-8f1a-b9437a1fa00d") - ) - (fp_line - (start 0 -1.33) - (end 1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "eac95763-ef98-41a6-bab8-61f414b2825f") - ) - (fp_line - (start 1.33 -1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3e389a31-256c-4f0a-913a-be4829848c34") - ) - (fp_line - (start -1.8 39.9) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6fba5566-73f5-417e-bd8c-7ca0b13dede5") - ) - (fp_line - (start 1.75 39.9) - (end -1.8 39.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "20d5335d-feb3-49db-8bc2-e0ea1810d6b2") - ) - (fp_line - (start -1.8 -1.8) - (end 1.75 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "874336a2-b36b-4f87-b31d-db13f3d29301") - ) - (fp_line - (start 1.75 -1.8) - (end 1.75 39.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "59820322-4a22-46c7-bc80-5e4a6a1d3f9a") - ) - (fp_line - (start -1.27 39.37) - (end -1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d79ae766-7fd2-469b-b6f6-bda4f36ac491") - ) - (fp_line - (start 1.27 39.37) - (end -1.27 39.37) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "56d703df-b19f-4ee7-8680-a6aed9f7a6eb") - ) - (fp_line - (start 1.27 -0.635) - (end 1.27 39.37) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9d812c6e-e6b8-4957-a60c-d1678cdd7362") - ) - (fp_line - (start -1.27 -1.27) - (end 0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "21fef842-4e25-4d30-b1a8-cb7f266709e6") - ) - (fp_line - (start 0.635 -1.27) - (end 1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2930aeaa-f321-4cfd-a482-fb645310ba18") - ) - (fp_text user "${REFERENCE}" - (at 0 19.05 0) - (layer "F.Fab") - (uuid "55e145db-7768-43c4-8b96-847116cc6588") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 40 "/DataAcquisition/STM8_1_32") - (pinfunction "Pin_1") - (pintype "passive") - (uuid "f511c277-03c9-4ee2-af6e-a061beb60572") - ) - (pad "2" thru_hole oval - (at 0 2.54 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 54 "KEY_LEFT") - (pinfunction "Pin_2") - (pintype "passive") - (uuid "cb4f656f-2dfe-4925-837c-69c7d2772165") - ) - (pad "3" thru_hole oval - (at 0 5.08 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 55 "KEY_RIGHT") - (pinfunction "Pin_3") - (pintype "passive") - (uuid "dbe9c615-de5c-499c-8295-135569fe07e5") - ) - (pad "4" thru_hole oval - (at 0 7.62 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 39 "/DataAcquisition/STM8_1_29") - (pinfunction "Pin_4") - (pintype "passive") - (uuid "5b5ce8ad-cbb7-49d1-a3d9-d30278269106") - ) - (pad "5" thru_hole oval - (at 0 10.16 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 38 "/DataAcquisition/STM8_1_28") - (pinfunction "Pin_5") - (pintype "passive") - (uuid "f6a60445-14cc-4c96-9f67-391adcff6ad6") - ) - (pad "6" thru_hole oval - (at 0 12.7 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 20 "BATTERY_MEASSURE_ENA") - (pinfunction "Pin_6") - (pintype "passive") - (uuid "1713d828-86d0-4b3d-a687-184e40e2a12d") - ) - (pad "7" thru_hole oval - (at 0 15.24 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 21 "CHAMBER_VOLTAGE_MEASSURE_ENA") - (pinfunction "Pin_7") - (pintype "passive") - (uuid "9be041e4-b60f-4f01-8a78-9a00e2e4b7c1") - ) - (pad "8" thru_hole oval - (at 0 17.78 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 46 "R_PHOTO_VOLTAGE_MEASSURE_ENA") - (pinfunction "Pin_8") - (pintype "passive") - (uuid "6c174228-892a-4719-9a86-e5df31cc75fb") - ) - (pad "9" thru_hole oval - (at 0 20.32 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 37 "/DataAcquisition/STM8_1_24") - (pinfunction "Pin_9") - (pintype "passive") - (uuid "699cabd5-c2c0-41ab-81a8-a8d1cd9babc2") - ) - (pad "10" thru_hole oval - (at 0 22.86 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 36 "/DataAcquisition/STM8_1_23") - (pinfunction "Pin_10") - (pintype "passive") - (uuid "08292b63-1dbd-4f88-a384-790e3557c9a6") - ) - (pad "11" thru_hole oval - (at 0 25.4 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 35 "/DataAcquisition/STM8_1_22") - (pinfunction "Pin_11") - (pintype "passive") - (uuid "66252881-c7b1-48ee-876c-2a54440aa07c") - ) - (pad "12" thru_hole oval - (at 0 27.94 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 34 "/DataAcquisition/STM8_1_21") - (pinfunction "Pin_12") - (pintype "passive") - (uuid "69de3fdf-0a62-40a5-9707-7a280cef7782") - ) - (pad "13" thru_hole oval - (at 0 30.48 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 53 "KEY_DOWN") - (pinfunction "Pin_13") - (pintype "passive") - (uuid "826f31f0-489b-409d-b5df-1a78fd84978c") - ) - (pad "14" thru_hole oval - (at 0 33.02 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 52 "KEY_UP") - (pinfunction "Pin_14") - (pintype "passive") - (uuid "fa0954d2-428a-45d9-845b-34a7558b2539") - ) - (pad "15" thru_hole oval - (at 0 35.56 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 47 "BUZZER") - (pinfunction "Pin_15") - (pintype "passive") - (uuid "87a439a3-cf47-4abe-b011-abf998d89174") - ) - (pad "16" thru_hole oval - (at 0 38.1 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 59 "/DataAcquisition/STM8_1_17") - (pinfunction "Pin_16") - (pintype "passive") - (uuid "175c8bf7-06ca-4f02-a31f-4658346bf9ea") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x16_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f515f6") - (at 120.246 87.504 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C16" - (at 2.286 0 180) - (layer "F.SilkS") - (uuid "afc023f9-a933-4dc5-bb8f-45d84959035e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "22p" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "158e8802-e834-4705-b11e-fa08ac7aded6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "b2bfd6b8-4882-40e9-91d9-404e41af3e5c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "2fc83667-471c-4f49-af7e-f0783f73ae6e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "ee153637-cff3-46ec-b404-c353bded6998") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000610f5d58") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "043b83a3-e9e0-4a56-8f22-4ef2601bc157") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "2b232850-6ae8-426c-9014-237ee1f367d8") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "32ad1c77-0c3e-4abc-9ea5-6770e74e717c") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "3cac2f1b-d960-4fb0-9121-5ba26392cc32") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "124ca3fc-9302-428c-8b54-b872d21586d1") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8618a83d-563b-4078-b214-e0d5d2f69f40") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3e8ae0c9-c91f-49df-addf-7846c196d373") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "07c0bb15-01dc-4e33-810a-8644676fa510") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "343d5918-f6b8-4b79-877c-de9d29628a7c") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5a9cd85d-1ecf-41e8-876f-7dd7a634d486") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "6f1a71cb-8a75-453d-b50a-6fd22010b8a2") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 29 "/DataAcquisition/STM8_1_7") - (pintype "passive") - (uuid "3b47b5ad-a679-4a70-83fb-b12305d906a8") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "229fdf3e-7a9e-4f98-8134-96058a9caccc") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "TestPoint:TestPoint_Pad_D2.0mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f5161d") - (at 129.136 76.074) - (descr "SMD pad as test Point, diameter 2.0mm") - (tags "test point SMD pad") - (property "Reference" "TP1" - (at -2.794 -0.127 0) - (layer "F.SilkS") - (uuid "26ed0dda-de1d-4fcc-9f53-e83bb27f4eca") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "TestPoint" - (at 0 2.05 0) - (layer "F.Fab") - (uuid "a6efbe48-bba3-4fa2-9e30-eceb38b44df5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "bb0a00da-7e44-46e3-9826-b8c05cec9a2d") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "34ed3a59-1650-4a02-b9a9-46f96cc887de") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "671f7d84-994b-436c-b606-bf81c5a5ae54") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000612ede45") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr exclude_from_pos_files) - (fp_circle - (center 0 0) - (end 0 1.2) - (stroke - (width 0.12) - (type solid) - ) - (fill none) - (layer "F.SilkS") - (uuid "5a8fc121-8632-4c8f-9ad7-b3749192d7f0") - ) - (fp_circle - (center 0 0) - (end 1.5 0) - (stroke - (width 0.05) - (type solid) - ) - (fill none) - (layer "F.CrtYd") - (uuid "3aa3a8e0-e668-480f-98ae-eccb5e53ba23") - ) - (fp_text user "${REFERENCE}" - (at 0 -2 0) - (layer "F.Fab") - (uuid "79a0f321-2426-4261-ac9c-1486ca89a562") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd circle - (at 0 0) - (size 2 2) - (layers "F.Cu" "F.Mask") - (net 57 "/DataAcquisition/STM8_1_1") - (pinfunction "1") - (pintype "passive") - (uuid "4a057543-3f12-4cae-a3d1-61ddf55b82f3") - ) - ) - (footprint "Crystal:Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51645") - (at 114.404 87.504 180) - (descr "SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, hand-soldering, 5.0x3.2mm^2 package") - (tags "SMD SMT crystal hand-soldering") - (property "Reference" "Y1" - (at 0 2.413 0) - (layer "F.SilkS") - (uuid "d5141daa-ea35-4613-993c-7c29aff8fa31") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Crystal" - (at 0 2.8 0) - (layer "F.Fab") - (uuid "20e388c0-28f6-4be5-bb1c-8f55f7050410") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "a411d717-bbdf-481e-a26d-90b194a3885a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "7b250595-452e-436e-872f-8ccd64968df7") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "0cf3bf17-1a38-41af-bf33-9583067da31b") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000610f50e3") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_circle - (center 0 0) - (end 0.4 0) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Adhes") - (uuid "1430340c-d0d6-4de4-a6bc-27138e53305a") - ) - (fp_circle - (center 0 0) - (end 0.333333 0) - (stroke - (width 0.133333) - (type solid) - ) - (fill none) - (layer "F.Adhes") - (uuid "ec5139a8-a121-42b8-a0b5-d5250dd1dc10") - ) - (fp_circle - (center 0 0) - (end 0.213333 0) - (stroke - (width 0.133333) - (type solid) - ) - (fill none) - (layer "F.Adhes") - (uuid "751dda5c-c7e0-4e54-97dd-a4fd90032464") - ) - (fp_circle - (center 0 0) - (end 0.093333 0) - (stroke - (width 0.186667) - (type solid) - ) - (fill none) - (layer "F.Adhes") - (uuid "6ebe52bd-07dd-4351-8be5-a547669f6d4a") - ) - (fp_line - (start 2.7 -1.8) - (end -4.55 -1.8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d7913f93-9521-4f32-a6ba-8ce57d173b91") - ) - (fp_line - (start -4.55 1.8) - (end 2.7 1.8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "12061fdc-6f34-438a-8a7e-5b1746c27d73") - ) - (fp_line - (start -4.55 -1.8) - (end -4.55 1.8) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "38ac71ec-8d38-4035-aee7-a2d372bd2a64") - ) - (fp_line - (start 4.6 1.9) - (end 4.6 -1.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a0c56cbd-5f1c-4894-a060-72ae24ca8a63") - ) - (fp_line - (start 4.6 -1.9) - (end -4.6 -1.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "42c62197-07b6-40f6-8c02-b316e464409a") - ) - (fp_line - (start -4.6 1.9) - (end 4.6 1.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d76c78a4-a647-4155-bf3c-fc707e8d4e65") - ) - (fp_line - (start -4.6 -1.9) - (end -4.6 1.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "bac3ed08-209e-4fa8-a301-23713a6aa99d") - ) - (fp_line - (start 2.5 1.4) - (end 2.3 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e14778b1-f5ee-4d15-bb16-635b307f8bbd") - ) - (fp_line - (start 2.5 -1.4) - (end 2.5 1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8204a7d5-129a-4f53-a05b-f9108b11cab0") - ) - (fp_line - (start 2.3 1.6) - (end -2.3 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a96337b9-d647-43da-9b10-53a9d5d88122") - ) - (fp_line - (start 2.3 -1.6) - (end 2.5 -1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "33a60e20-2401-41e7-9e2c-37c216086952") - ) - (fp_line - (start -2.3 1.6) - (end -2.5 1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fcea28c3-5b6c-496e-b61f-0f2f740d91dc") - ) - (fp_line - (start -2.3 -1.6) - (end 2.3 -1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "fc13b1d9-a1e6-48d0-ad80-fae3a884a180") - ) - (fp_line - (start -2.5 1.4) - (end -2.5 -1.4) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2c3d0449-969e-42ce-a0fc-5d8f66a7a4b5") - ) - (fp_line - (start -2.5 0.6) - (end -1.5 1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0d6f95f4-d942-48f6-8c9c-6a57f684ab88") - ) - (fp_line - (start -2.5 -1.4) - (end -2.3 -1.6) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0669b419-f951-4b69-bc2b-3d127de0205b") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "fa17c14c-ada3-4cca-a896-55fbd6fb2be1") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd rect - (at -2.6 0 180) - (size 3.5 2.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "/DataAcquisition/STM8_1_7") - (pinfunction "1") - (pintype "passive") - (uuid "de570fed-af9f-4cf3-af74-a2db1d058d80") - ) - (pad "2" smd rect - (at 2.6 0 180) - (size 3.5 2.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 28 "/DataAcquisition/STM8_1_8") - (pinfunction "2") - (pintype "passive") - (uuid "c01e58c5-f444-4dd1-a509-9db1debebade") - ) - (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f51689") - (at 87.734 94.7195 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R7" - (at 0 2.032 180) - (layer "F.SilkS") - (uuid "3a7202bb-9cbc-4fe4-8368-35713aa2f460") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "4k7" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "83c2a486-41a4-4a30-a080-c43007f780ed") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "b9b6fa3a-f132-433c-9637-8c44fba148a5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e8d598e0-a5be-4f3d-a904-8ca3e558bdd8") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "bb4a8742-4863-40c1-a670-be4bb0079dce") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C25900" - (at -6.9855 182.4535 0) - (layer "F.Fab") - (hide yes) - (uuid "4e43bf3a-ed2b-449c-8936-c14c21f2f0ad") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00005d11026f") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6b9e1a10-5bc5-4b35-8d4e-465104504de9") - ) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "995d9ca8-ca65-4bbb-9eb1-3eeb23f95085") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4f424f96-2db7-4183-b32e-6542324a460a") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "91f78b5a-ef2d-4740-8657-e60bf3c6d35a") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6b623c22-8810-4477-a957-5c70f8125976") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fef27b02-a1fc-4d4b-9199-12ec24b4d89e") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0280a269-e047-45cb-a776-30b7915f38bc") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "552fe161-26f1-48c3-b997-b575e27dfd97") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "088beae6-5140-4beb-b456-a4c311c03184") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5a4b43a9-18d7-4ae9-8d41-258352016ade") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "dc313214-e96c-4bff-aa18-bc4062ae759f") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 270) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 48 "SDA") - (pintype "passive") - (uuid "e986d36f-77e5-43ee-9160-9ad1f8bb5a0e") - ) - (pad "2" smd roundrect - (at 0.9125 0 270) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 5 "+5V") - (pintype "passive") - (uuid "d08c4a91-9235-40d1-a3dd-41d7e09f6184") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f516ec") - (at 138.28 88.393 180) - (descr "Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated") - (tags "Through hole angled socket strip THT 1x04 2.54mm single row") - (property "Reference" "J7" - (at 0.381 -2.413 0) - (layer "F.SilkS") - (uuid "ab9efcea-402b-46d9-b1fb-524e53aa9f90") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "UART" - (at -4.38 10.39 0) - (layer "F.Fab") - (uuid "c92ab545-11fe-49f3-b033-a651b2d19996") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "58882f2f-60ef-4a3c-b71e-ef0f4883b3fe") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "4ccac764-c99c-4df2-bcd4-f14b0d1a0750") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "e7fc4487-0b32-44a9-8b88-9b0a379a85c1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-00006146757c") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr through_hole) - (fp_line - (start 1.11 -1.33) - (end 1.11 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ee74c4f1-374c-4118-bfe1-dc7d0b5f19a4") - ) - (fp_line - (start 0 -1.33) - (end 1.11 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "cf6165d4-6581-4a16-92d2-e321ef50ed46") - ) - (fp_line - (start -1.46 7.98) - (end -1.05 7.98) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "23269a52-67e7-4caa-8bf6-2d067f396705") - ) - (fp_line - (start -1.46 7.26) - (end -1.05 7.26) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "f29b26da-1d1b-42cd-ad34-fd5cb1426b41") - ) - (fp_line - (start -1.46 5.44) - (end -1.05 5.44) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3a4aa43f-ef41-476f-a0b7-e6618eeb1cd1") - ) - (fp_line - (start -1.46 4.72) - (end -1.05 4.72) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8844335d-f60d-4eb1-a22c-985393039b69") - ) - (fp_line - (start -1.46 2.9) - (end -1.05 2.9) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5fa869de-1e02-460a-a40a-b048a9ff9a97") - ) - (fp_line - (start -1.46 2.18) - (end -1.05 2.18) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fc78b510-8eb2-48b8-acb5-34e25a567fc5") - ) - (fp_line - (start -1.46 0.36) - (end -1.11 0.36) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "930976f2-7429-4ed2-8104-8174d7f811e0") - ) - (fp_line - (start -1.46 -0.36) - (end -1.11 -0.36) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fa839648-d80c-47cd-aadb-2c7d9d720ab1") - ) - (fp_line - (start -1.46 -1.33) - (end -1.46 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "517727ed-6289-462f-9cdd-0471894ab7a4") - ) - (fp_line - (start -10.09 8.95) - (end -1.46 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "501cbb1f-a2c3-44fd-a36c-6b3bfc1cfb60") - ) - (fp_line - (start -10.09 6.35) - (end -1.46 6.35) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dae6fb5c-c9e4-492e-af2b-8c062a252321") - ) - (fp_line - (start -10.09 3.81) - (end -1.46 3.81) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "9b023648-dc82-491a-bf8d-20da1787022c") - ) - (fp_line - (start -10.09 1.27) - (end -1.46 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "31dbbe4f-032d-48a6-bada-64904b68c6f7") - ) - (fp_line - (start -10.09 1.1519) - (end -1.46 1.1519) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "56a229b5-2d11-4602-9ef8-3928aad23c78") - ) - (fp_line - (start -10.09 1.033805) - (end -1.46 1.033805) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3def674e-3f1e-410a-aa95-e2f28429033e") - ) - (fp_line - (start -10.09 0.91571) - (end -1.46 0.91571) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "006c717b-7349-441d-9947-62c27a68a80f") - ) - (fp_line - (start -10.09 0.797615) - (end -1.46 0.797615) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "bd06c594-ea6a-4155-9334-aea8ad6fbe94") - ) - (fp_line - (start -10.09 0.67952) - (end -1.46 0.67952) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "afb5c6a1-f73b-46df-908b-33aef3bb3a94") - ) - (fp_line - (start -10.09 0.561425) - (end -1.46 0.561425) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "03c91e43-4891-4e8b-9b9f-82a722205be8") - ) - (fp_line - (start -10.09 0.44333) - (end -1.46 0.44333) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fbd0f1cc-ac4b-4c78-a12c-f85eb983842c") - ) - (fp_line - (start -10.09 0.325235) - (end -1.46 0.325235) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d98193fa-54fd-418c-b8b3-16f36016f6d2") - ) - (fp_line - (start -10.09 0.20714) - (end -1.46 0.20714) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "770f68cd-b0b2-44de-925f-69a5b686eb80") - ) - (fp_line - (start -10.09 0.089045) - (end -1.46 0.089045) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1b8885b4-0263-48b4-b5db-775240a39e8f") - ) - (fp_line - (start -10.09 -0.02905) - (end -1.46 -0.02905) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "bafa3cf5-3d9b-40fc-a706-a0d84c69670e") - ) - (fp_line - (start -10.09 -0.147145) - (end -1.46 -0.147145) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5fb5e21c-58d6-4750-9707-3c6591be7b63") - ) - (fp_line - (start -10.09 -0.26524) - (end -1.46 -0.26524) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "08386590-47d9-440e-af1b-75e0e6c3530c") - ) - (fp_line - (start -10.09 -0.383335) - (end -1.46 -0.383335) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "96dcd3cc-4451-4737-9dd7-47182698da2c") - ) - (fp_line - (start -10.09 -0.50143) - (end -1.46 -0.50143) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "fddd8f1b-f9f5-4a69-9f21-172c6641170e") - ) - (fp_line - (start -10.09 -0.619525) - (end -1.46 -0.619525) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "008b3400-ffb1-47d1-b113-789c44be6b86") - ) - (fp_line - (start -10.09 -0.73762) - (end -1.46 -0.73762) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dbe05f83-6a1b-4b9e-ba67-5863af337764") - ) - (fp_line - (start -10.09 -0.855715) - (end -1.46 -0.855715) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "851d711a-ec1d-477c-a2f8-2eff5aad04b2") - ) - (fp_line - (start -10.09 -0.97381) - (end -1.46 -0.97381) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "61fabd24-3f98-45ce-a28e-5eb933f02e95") - ) - (fp_line - (start -10.09 -1.091905) - (end -1.46 -1.091905) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6aead6ec-c92e-4c1a-a54e-78f5b3ca0ae7") - ) - (fp_line - (start -10.09 -1.21) - (end -1.46 -1.21) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ea87f012-bf1d-4a59-ade6-4d73b45361fe") - ) - (fp_line - (start -10.09 -1.33) - (end -1.46 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e63f6caf-091e-49ad-bb9a-6281fcc9fb1a") - ) - (fp_line - (start -10.09 -1.33) - (end -10.09 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ca78fb60-08bc-4857-b381-5205653205a7") - ) - (fp_line - (start 1.75 9.45) - (end 1.75 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c50772b0-390c-49f3-a8d2-56718b6478a2") - ) - (fp_line - (start 1.75 -1.75) - (end -10.55 -1.75) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7cb1db11-c33e-45e7-b960-a3aea8848ed5") - ) - (fp_line - (start -10.55 9.45) - (end 1.75 9.45) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "156d0f19-0b24-4f70-a318-d53916f3e9a2") - ) - (fp_line - (start -10.55 -1.75) - (end -10.55 9.45) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ff33fd8e-c90c-4d8b-a476-d57de9a6a9ec") - ) - (fp_line - (start 0 7.92) - (end 0 7.32) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "cef6fa8e-e855-4f1d-829b-091cdebe1f81") - ) - (fp_line - (start 0 7.32) - (end -1.52 7.32) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9c15e252-7786-4ab5-a2d5-5ceff9a4e354") - ) - (fp_line - (start 0 5.38) - (end 0 4.78) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "91a813d9-9c27-42ef-99a4-a3c99641a898") - ) - (fp_line - (start 0 4.78) - (end -1.52 4.78) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "1cbabba7-0afa-437e-b26f-519f349b2f58") - ) - (fp_line - (start 0 2.84) - (end 0 2.24) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "26d6d1df-dd3e-4f28-8af0-d6ccade32b88") - ) - (fp_line - (start 0 2.24) - (end -1.52 2.24) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d2f1adfe-33ec-4590-9cb8-9f641a4e75ce") - ) - (fp_line - (start 0 0.3) - (end 0 -0.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8e2f089c-f7a9-4819-a49a-2d22171e8b2c") - ) - (fp_line - (start 0 -0.3) - (end -1.52 -0.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "368e4ffa-f703-4ad5-853b-6cc22bc3290b") - ) - (fp_line - (start -1.52 8.89) - (end -10.03 8.89) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ed19cb2e-c566-468e-adb6-2040adaa2a3d") - ) - (fp_line - (start -1.52 7.92) - (end 0 7.92) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f8274813-67bb-4b45-8bf0-8e7016bf971f") - ) - (fp_line - (start -1.52 5.38) - (end 0 5.38) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "144e4ad2-198e-4f23-b060-91150181b636") - ) - (fp_line - (start -1.52 2.84) - (end 0 2.84) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "92cf8a9a-b4dd-4ef8-aac4-a828bfb3661d") - ) - (fp_line - (start -1.52 0.3) - (end 0 0.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b67127f6-ad9e-4544-aaa9-d4e2bf0a11b2") - ) - (fp_line - (start -1.52 -0.3) - (end -1.52 8.89) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d9e1aed0-e31d-48a0-aba2-23483ffa862c") - ) - (fp_line - (start -2.49 -1.27) - (end -1.52 -0.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0a2662ae-d4e5-4ce1-a7e8-e6734c4f843e") - ) - (fp_line - (start -10.03 8.89) - (end -10.03 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "addd4b9b-94b2-4b6b-a53f-2f46b55e8c20") - ) - (fp_line - (start -10.03 -1.27) - (end -2.49 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4efc9bbd-cee8-4de4-b727-01df81937b63") - ) - (fp_text user "${REFERENCE}" - (at -5.775 3.81 90) - (layer "F.Fab") - (uuid "36702bd0-a090-417e-b339-efbb85d87b9c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Pin_1") - (pintype "passive") - (uuid "c7e0673d-37cc-4abf-a1da-8872f96bdc74") - ) - (pad "2" thru_hole oval - (at 0 2.54 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 31 "/DataAcquisition/STM8_1_4") - (pinfunction "Pin_2") - (pintype "passive") - (uuid "47a54ed3-3f53-4b75-a7b3-88b225f10cd2") - ) - (pad "3" thru_hole oval - (at 0 5.08 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 32 "/DataAcquisition/STM8_1_3") - (pinfunction "Pin_3") - (pintype "passive") - (uuid "8d93b327-05f9-47d9-a01e-98b5da575310") - ) - (pad "4" thru_hole oval - (at 0 7.62 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 56 "Net-(J7-Pad4)") - (pinfunction "Pin_4") - (pintype "passive") - (uuid "4a35c13c-afd4-4dcc-9fa5-eb803abb135d") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Horizontal.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f569a2") - (at 102.974 87.504 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C15" - (at 2.286 0.127 180) - (layer "F.SilkS") - (uuid "33d9429c-1a2f-41d6-a14a-1a484216e673") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "e6ce73b0-fdef-45f0-8d41-76aa7aa7297a") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "5dded2f4-0238-4041-843f-9cf2a8e8162a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "56270b63-85b6-4eba-955b-14b0f8876813") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "76cfc868-b474-4027-b7dc-6176052388f5") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 190.478 -15.47 0) - (layer "F.Fab") - (hide yes) - (uuid "59b3183f-6e65-42a8-83b1-28ad24e0cc8b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-0000613a05a0") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "38691f83-8aa9-4544-b88d-51e02c45255a") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5039f2bf-f7ea-4518-92e7-fe1ee64f6e02") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "8621c6f7-d4de-428a-b1bd-ed64f7c4dc42") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1bcf8103-2855-4492-8af9-fb896e02e2dc") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a8527037-5a0e-4fa0-ab21-402eca436c22") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7f5ed1e3-adfb-4cb6-b0f4-6350dc732246") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7e8eb473-e0c6-4920-8094-fb4ba3411d74") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e7a754b4-b18c-4675-980a-928d71d5fce5") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8831f013-7d89-4235-b231-206eb232a006") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e1ad4175-08d9-4e93-8af9-69e3de70eaf1") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "903242ce-fc15-4665-ae05-6331d64c6ebd") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "fc64db39-b9b2-42f7-9ced-327799eb1031") - ) - (pad "2" smd roundrect - (at 0.95 0 90) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "89e17b9b-14b3-483c-a9e6-e4b17f9f0f65") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "IonizationChamber:SSD1306" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f571f9") - (at 110 111 180) - (property "Reference" "U1" - (at 0.168 32.64 0) - (layer "F.SilkS") - (uuid "1a09c5c1-3925-46fe-b996-6640cee0f221") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "SSD1306" - (at 0.3048 -1.7954 0) - (layer "F.Fab") - (uuid "7abbd373-b315-439b-991f-73c78608e8f7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "33f94521-84ef-43bb-900c-f3ae75b8cecd") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "59396c6e-73fb-4753-81da-e997d95827bf") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "974f9ac2-7b0b-4388-92c3-8a42906f54e1") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-00006138c65d") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr through_hole) - (fp_line - (start 17.75 0) - (end 17.75 33.7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5c5fa15d-2bf4-40fb-afb0-fd49d8216de8") - ) - (fp_line - (start -17.75 33.7) - (end 17.75 33.7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "319cf063-ed82-4fb4-bfc0-7cd85dcbdf18") - ) - (fp_line - (start -17.75 0) - (end 17.75 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a8d2c6a6-7571-494a-8ebc-08b240345dff") - ) - (fp_line - (start -17.75 0) - (end -17.75 33.7) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "aa878f8f-c4ea-4af9-ae06-d48f550a5a6b") - ) - (pad "" np_thru_hole circle - (at -15.25 2.5 180) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "2fab69e9-e567-4e15-806a-d6ff4f8cfc5c") - ) - (pad "" np_thru_hole circle - (at -15.25 31.2 180) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "7e4627f5-6190-477b-9c8f-28d7becb9eb2") - ) - (pad "" np_thru_hole circle - (at 15.25 2.5 180) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "cd75441c-5bba-4836-9784-0f975edc32a8") - ) - (pad "" np_thru_hole circle - (at 15.25 31.2 180) - (size 3 3) - (drill 3) - (layers "*.Cu" "*.Mask") - (uuid "76d48144-2268-4656-a1a9-7df01f77d889") - ) - (pad "1" thru_hole circle - (at -3.81 1.3 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 51 "Net-(JP2-Pad2)") - (pinfunction "GND") - (pintype "power_in") - (uuid "38a143a7-4161-4fa0-93ea-fa926c736bae") - ) - (pad "2" thru_hole circle - (at -1.27 1.3 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 50 "Net-(JP1-Pad2)") - (pinfunction "VCC") - (pintype "power_in") - (uuid "3758a7af-bc2f-496b-b686-4dee4a64b207") - ) - (pad "3" thru_hole circle - (at 1.27 1.3 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 49 "SCL") - (pinfunction "SCL") - (pintype "input") - (uuid "f4302b2b-01a6-4db4-acb2-b0bb0a22a8c2") - ) - (pad "4" thru_hole circle - (at 3.81 1.3 180) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 48 "SDA") - (pinfunction "SDA") - (pintype "bidirectional") - (uuid "c95dfc7a-bb7a-4a2c-b180-d36251c41d05") - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x16_P2.54mm_Vertical" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f57a7a") - (at 130.152 83.186 -90) - (descr "Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x16 2.54mm single row") - (property "Reference" "J1" - (at 0.254 40.259 180) - (layer "F.SilkS") - (uuid "0562c534-1832-4b22-a8ec-2d34238e6af4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "Conn_01x16_Female" - (at 0 40.87 90) - (layer "F.Fab") - (uuid "bb9d69dc-3095-408d-931d-eafc2f51576e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "582b4fe2-bc80-4576-89df-4f4b8f66f1a0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "b7e11e54-1d41-402f-ad71-5c8bb719ed81") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "f4c259b6-501d-4a47-91e2-2ae3882c65e3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000061011172") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr through_hole) - (fp_line - (start -1.33 39.43) - (end 1.33 39.43) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b3862920-ee10-4da5-818d-35f221b03dbc") - ) - (fp_line - (start -1.33 1.27) - (end -1.33 39.43) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "02984902-2d8b-4cf4-b9cf-0fc757737a11") - ) - (fp_line - (start -1.33 1.27) - (end 1.33 1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "92ba3fbd-e751-4c19-90b9-21d4937fb2a5") - ) - (fp_line - (start 1.33 1.27) - (end 1.33 39.43) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "8a930078-786c-42b1-9dac-3cb62ec263bb") - ) - (fp_line - (start 0 -1.33) - (end 1.33 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "096baacb-6b0c-4edb-a080-583298c0953c") - ) - (fp_line - (start 1.33 -1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "483f2048-19ce-4f90-8f6a-c6d33bd157b5") - ) - (fp_line - (start -1.8 39.9) - (end -1.8 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c035c08e-7ee6-4e2a-a36b-7cce3594971b") - ) - (fp_line - (start 1.75 39.9) - (end -1.8 39.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5050e7da-a39f-4433-b97e-ff600f4529ca") - ) - (fp_line - (start -1.8 -1.8) - (end 1.75 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "10ee1eb4-89de-4b14-a5f3-eafac908545e") - ) - (fp_line - (start 1.75 -1.8) - (end 1.75 39.9) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "00cd12cf-c239-43f0-9d0c-42860b5d3680") - ) - (fp_line - (start -1.27 39.37) - (end -1.27 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "e5443891-cb81-4e67-a739-209446043ba1") - ) - (fp_line - (start 1.27 39.37) - (end -1.27 39.37) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "edc74fd8-4524-4244-9d55-b08e49da0326") - ) - (fp_line - (start 1.27 -0.635) - (end 1.27 39.37) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b4b79acc-355b-452c-b6cb-64a86920b4c2") - ) - (fp_line - (start -1.27 -1.27) - (end 0.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "71bff7fb-d5fb-49a8-8d87-4e793430666c") - ) - (fp_line - (start 0.635 -1.27) - (end 1.27 -0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8eeb1f22-e4bf-4b99-a121-4ca7bf513a37") - ) - (fp_text user "${REFERENCE}" - (at 0 19.05 0) - (layer "F.Fab") - (uuid "a564b03d-d563-488b-aece-f6525bee0911") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 57 "/DataAcquisition/STM8_1_1") - (pinfunction "Pin_1") - (pintype "passive") - (uuid "5cafa68f-d233-4b23-b4a3-f84f6c9c8b37") - ) - (pad "2" thru_hole oval - (at 0 2.54 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 33 "/DataAcquisition/STM8_1_2") - (pinfunction "Pin_2") - (pintype "passive") - (uuid "d1bf9c1b-ec00-48d9-a032-3e87240364b4") - ) - (pad "3" thru_hole oval - (at 0 5.08 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 32 "/DataAcquisition/STM8_1_3") - (pinfunction "Pin_3") - (pintype "passive") - (uuid "b8e321ac-eb8e-496f-9ca4-969e7dbcec0e") - ) - (pad "4" thru_hole oval - (at 0 7.62 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 31 "/DataAcquisition/STM8_1_4") - (pinfunction "Pin_4") - (pintype "passive") - (uuid "cacd33bd-afac-40b2-8957-16cdc26bacbe") - ) - (pad "5" thru_hole oval - (at 0 10.16 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "Pin_5") - (pintype "passive+no_connect") - (uuid "da02240c-7a3a-48e0-8caf-e388448304f6") - ) - (pad "6" thru_hole oval - (at 0 12.7 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "Pin_6") - (pintype "passive+no_connect") - (uuid "c250d9d1-cdec-477e-be0c-2946a87c20bc") - ) - (pad "7" thru_hole oval - (at 0 15.24 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "Pin_7") - (pintype "passive+no_connect") - (uuid "f3f237a8-a979-4b27-8a3d-c24d042d7de1") - ) - (pad "8" thru_hole oval - (at 0 17.78 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "Pin_8") - (pintype "passive+no_connect") - (uuid "efe31bae-8379-4f7b-92e6-f4ae26ddb345") - ) - (pad "9" thru_hole oval - (at 0 20.32 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Pin_9") - (pintype "passive") - (uuid "c39dfa3f-2ed6-4326-a93c-0d3efaa793fa") - ) - (pad "10" thru_hole oval - (at 0 22.86 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 27 "/DataAcquisition/STM8_1_10") - (pinfunction "Pin_10") - (pintype "passive") - (uuid "77c617ea-7b1f-422f-8f93-f2b6b5e0596c") - ) - (pad "11" thru_hole oval - (at 0 25.4 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "Pin_11") - (pintype "passive") - (uuid "6fde8785-1f1a-4610-b73c-16b2f54bd289") - ) - (pad "12" thru_hole oval - (at 0 27.94 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "Pin_12") - (pintype "passive") - (uuid "6663db7b-08a8-4eb2-86aa-671be6654d69") - ) - (pad "13" thru_hole oval - (at 0 30.48 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 26 "/DataAcquisition/STM8_1_13") - (pinfunction "Pin_13") - (pintype "passive") - (uuid "beb198f7-e3c6-4a0c-954d-960a00fd04b6") - ) - (pad "14" thru_hole oval - (at 0 33.02 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "Pin_14") - (pintype "passive") - (uuid "5ed6cb11-4c31-4bd6-8c49-74bece80fb1b") - ) - (pad "15" thru_hole oval - (at 0 35.56 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Pin_15") - (pintype "passive") - (uuid "1ba8a34b-0536-4e89-a454-5ec40bd0d803") - ) - (pad "16" thru_hole oval - (at 0 38.1 270) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 58 "/DataAcquisition/STM8_1_16") - (pinfunction "Pin_16") - (pintype "passive") - (uuid "38b2999c-dc75-44ee-971c-2eabdd32e542") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x16_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f610ad") - (at 82.146 107.128 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C27" - (at -2.098 -0.127 180) - (layer "F.SilkS") - (uuid "c5e78883-bbaf-4000-aa06-b63ec30b3df6") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "808e9c4c-a12a-44be-85de-309a66c1a63f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "e721c86f-3766-4d1a-bb25-d0b307d6274e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "fcba0e6f-e97c-4d3f-b8f6-4e55db7b3536") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "eaf7b9b2-2661-4c96-80fb-9c23c758333c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at -24.982 189.274 0) - (layer "F.Fab") - (hide yes) - (uuid "42182636-7276-4ef0-bb4a-48e444c0d209") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000612742a4/00000000-0000-0000-0000-000061a71d71") - (sheetname "UserInterface") - (sheetfile "UserInterface.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "40de3899-76b1-40c8-ba07-b28f722cb16b") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "70d3042b-4018-4ba9-883f-c9dab28c0a18") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c270c13e-60f0-46e0-be23-7dab3612f5ca") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5384f172-f6a6-435e-ab6a-50b0dd7d3cf2") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a27a62f2-00de-430e-9a9a-83e36ac0dca7") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "79b1d029-7355-4900-9cd0-f148bcbbf324") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f26e28d1-8fbc-467d-bc80-cb3e99d73e2d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "21b61507-56e2-4e19-a5ba-42c7d7435ebb") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "03702c5f-5345-4fe8-a227-48693afd6c1d") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "361fba5a-45ea-4b6c-8448-cb38f4baf160") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "2cab468d-c182-4251-99ca-7ffb8fd6442c") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 5 "+5V") - (pintype "passive") - (uuid "1afe24b1-f26c-4095-8c06-1177426552e1") - ) - (pad "2" smd roundrect - (at 0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "f4b5c7f5-81e6-475e-9756-0fc63fcb34ae") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "IonizationChamber:DIP-32_400_ELL" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f88abc") - (at 111.356 96.14 180) - (property "Reference" "U5" - (at -20.828 -0.508 180) - (layer "F.SilkS") - (uuid "65100242-d365-47a6-8227-110e31cf3e06") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "STM8S105K4B6" - (at 0 0 0) - (layer "F.Fab") - (uuid "3fdadad5-ba37-4188-8f9d-be69de819165") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "cb33e9d7-d8a1-4825-830a-af75268b2d13") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "a23f52c0-3f53-4c8b-8100-23d7d2375f81") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "0734c081-1ce7-4b20-9f8e-36a56eaaf264") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-00005cf2bb44/00000000-0000-0000-0000-000060f33676") - (sheetname "DataAcquisition") - (sheetfile "DataAcquisition.kicad_sch") - (attr through_hole) - (fp_line - (start 20.15 6.58) - (end 20.15 -6.579999) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4e69b3e6-270f-4969-aa6c-77f88ee9b4b7") - ) - (fp_line - (start 20.15 -6.579999) - (end -20.15 -6.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1de1d30f-0e82-4def-a927-add5c62f3fcf") - ) - (fp_line - (start -19.79 2.193333) - (end -20.15 2.193333) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "704734e0-20a1-4ab8-ac18-9297153fc535") - ) - (fp_line - (start -19.79 -2.193333) - (end -19.79 2.193333) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e694d26e-2d40-416d-8a40-bc33ae6035e7") - ) - (fp_line - (start -20.15 6.579999) - (end 20.15 6.58) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b12836ae-e066-45b8-82eb-a3586cf2c720") - ) - (fp_line - (start -20.15 2.193333) - (end -20.15 6.579999) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "a55966dc-ebb5-4701-9b98-73bafa8af97d") - ) - (fp_line - (start -20.15 -2.193333) - (end -19.79 -2.193333) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "09618a02-47d1-455e-8dea-22d80445df54") - ) - (fp_line - (start -20.15 -6.58) - (end -20.15 -2.193333) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "21f513df-3ff5-450a-8c41-7b5c57c4e3a9") - ) - (fp_line - (start 19.9 6.33) - (end -19.9 6.33) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a56fdba1-16c3-4f9b-8df7-3bffd5ab3b07") - ) - (fp_line - (start 19.9 -6.33) - (end 19.9 6.33) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e76955aa-fe6a-4925-9c82-c74efa44667f") - ) - (fp_line - (start -19.9 6.33) - (end -19.9 -6.33) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b764f140-8a89-475f-a19e-690ca5f3ed43") - ) - (fp_line - (start -19.9 -6.33) - (end 19.9 -6.33) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2a45dac4-3f56-4146-95ff-30deca8894f6") - ) - (pad "1" thru_hole oval - (at -19.05 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 57 "/DataAcquisition/STM8_1_1") - (pinfunction "ADC_ETR/TIM2_CH2/(HS)_PD3") - (pintype "bidirectional") - (uuid "20590ed8-5cb7-44a2-99be-75e9aaee08ff") - ) - (pad "2" thru_hole oval - (at -16.51 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 33 "/DataAcquisition/STM8_1_2") - (pinfunction "[BEEP]_TIM2_CH1/(HS)_PD4") - (pintype "bidirectional") - (uuid "c7888741-681e-4577-b0df-1fb6e0bcf545") - ) - (pad "3" thru_hole oval - (at -13.97 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 32 "/DataAcquisition/STM8_1_3") - (pinfunction "UART2_TX/PD5") - (pintype "bidirectional") - (uuid "8086fc3a-f4e5-4485-aa57-4bab84488b26") - ) - (pad "4" thru_hole oval - (at -11.43 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 31 "/DataAcquisition/STM8_1_4") - (pinfunction "UART2_RX/PD6") - (pintype "bidirectional") - (uuid "d368599e-c9ae-4f78-909a-a3b70153c96a") - ) - (pad "5" thru_hole oval - (at -8.89 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "[TIM1_CH4]_TLI/PD7") - (pintype "bidirectional+no_connect") - (uuid "344f8753-5f52-4a23-ade9-4302d18926b8") - ) - (pad "6" thru_hole oval - (at -6.35 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 30 "/DataAcquisition/STM8_1_6") - (pinfunction "NRST") - (pintype "bidirectional") - (uuid "e93a4aa7-b341-48dc-b893-bc0e522c9c6f") - ) - (pad "7" thru_hole oval - (at -3.81 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 29 "/DataAcquisition/STM8_1_7") - (pinfunction "OSCIN/PA1") - (pintype "bidirectional") - (uuid "a357c2ac-7432-4d5d-ae37-d064356c200a") - ) - (pad "8" thru_hole oval - (at -1.27 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 28 "/DataAcquisition/STM8_1_8") - (pinfunction "OSCOUT/PA2") - (pintype "bidirectional") - (uuid "c55d4aed-0d01-451f-a47c-ee3af4b5384f") - ) - (pad "9" thru_hole oval - (at 1.27 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "VSS") - (pintype "power_in") - (uuid "9367d5a5-3d30-4952-9cbe-017368db18cf") - ) - (pad "10" thru_hole oval - (at 3.81 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 27 "/DataAcquisition/STM8_1_10") - (pinfunction "VCAP") - (pintype "bidirectional") - (uuid "f532d076-2a8f-4f55-acdd-e8b601ae73ef") - ) - (pad "11" thru_hole oval - (at 6.35 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "VDD") - (pintype "power_in") - (uuid "76ce4da4-46ec-4323-9dda-4cb32d0d7fbb") - ) - (pad "12" thru_hole oval - (at 8.89 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "VDDIO") - (pintype "power_in") - (uuid "05bf1c73-e397-4690-b9b3-06304139cf0c") - ) - (pad "13" thru_hole oval - (at 11.43 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 26 "/DataAcquisition/STM8_1_13") - (pinfunction "AIN12/PF4") - (pintype "bidirectional") - (uuid "b23ef150-7c33-4ad4-b108-5dcc50576229") - ) - (pad "14" thru_hole oval - (at 13.97 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 5 "+5V") - (pinfunction "VDDA") - (pintype "power_in") - (uuid "1d6fa14d-e3f2-4db4-b05a-4238ec9e2018") - ) - (pad "15" thru_hole oval - (at 16.51 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "VSSA") - (pintype "power_in") - (uuid "8e245783-4e66-4b5d-8149-7fcebfbb071f") - ) - (pad "16" thru_hole oval - (at 19.05 5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 58 "/DataAcquisition/STM8_1_16") - (pinfunction "[I2C_SDA]_AIN5/PB5") - (pintype "bidirectional") - (uuid "3a2d9464-4ea6-4142-ae3d-ef9bc7dd5912") - ) - (pad "17" thru_hole oval - (at 19.05 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 59 "/DataAcquisition/STM8_1_17") - (pinfunction "PB4/AIN4_[I2C_SCL]") - (pintype "bidirectional") - (uuid "03251eed-6dd4-4c75-b4f7-d6347ca184a2") - ) - (pad "18" thru_hole oval - (at 16.51 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 47 "BUZZER") - (pinfunction "PB3/AIN3_[TIM1_ETR]") - (pintype "bidirectional") - (uuid "592a36cf-e4de-4b34-89ec-57987db60d17") - ) - (pad "19" thru_hole oval - (at 13.97 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 52 "KEY_UP") - (pinfunction "PB2/AIN2_[TIM1_CH3N]") - (pintype "bidirectional") - (uuid "b1d6d6fa-912d-47b7-9fb0-3879fc1f4442") - ) - (pad "20" thru_hole oval - (at 11.43 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 53 "KEY_DOWN") - (pinfunction "PB1/AIN1__[TIM1_CH2N]") - (pintype "bidirectional") - (uuid "a89fb3b9-d036-4916-8169-9d2d50a6b123") - ) - (pad "21" thru_hole oval - (at 8.89 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 34 "/DataAcquisition/STM8_1_21") - (pinfunction "PB0/AIN0_[TIM1_CH1N]") - (pintype "bidirectional") - (uuid "6b39f292-3b57-42a6-a246-e08ac72082e7") - ) - (pad "22" thru_hole oval - (at 6.35 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 35 "/DataAcquisition/STM8_1_22") - (pinfunction "PE5/SPI_NSS") - (pintype "bidirectional") - (uuid "debb48d9-00a3-45eb-9952-608ae55010b0") - ) - (pad "23" thru_hole oval - (at 3.81 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 36 "/DataAcquisition/STM8_1_23") - (pinfunction "PC1_(HS)/TIM1_CH1/UART2_CK") - (pintype "bidirectional") - (uuid "ea46e3f0-65f3-4fdc-b94c-3763339f691b") - ) - (pad "24" thru_hole oval - (at 1.27 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 37 "/DataAcquisition/STM8_1_24") - (pinfunction "PC2_(HS)/TIM1_CH2") - (pintype "bidirectional") - (uuid "d4189158-be1e-403d-8346-b43cbf1e79a2") - ) - (pad "25" thru_hole oval - (at -1.27 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 46 "R_PHOTO_VOLTAGE_MEASSURE_ENA") - (pinfunction "PC3_(HS)/TIM1_CH3") - (pintype "bidirectional") - (uuid "a1ca8ca1-be6e-483e-a76e-2318250e59ad") - ) - (pad "26" thru_hole oval - (at -3.81 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 21 "CHAMBER_VOLTAGE_MEASSURE_ENA") - (pinfunction "PC4_(HS)/TIM1_CH4") - (pintype "bidirectional") - (uuid "809a4e4f-80b4-4dd0-b81d-6528c6819cf8") - ) - (pad "27" thru_hole oval - (at -6.35 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 20 "BATTERY_MEASSURE_ENA") - (pinfunction "PC5_(HS)/SPI_SCK") - (pintype "bidirectional") - (uuid "b64be6a3-6b7d-47df-a302-6ac19e564860") - ) - (pad "28" thru_hole oval - (at -8.89 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 38 "/DataAcquisition/STM8_1_28") - (pinfunction "PC6_(HS)/SPI_MOSI") - (pintype "bidirectional") - (uuid "30cc7129-221d-4638-8f58-cbc6a908ed42") - ) - (pad "29" thru_hole oval - (at -11.43 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 39 "/DataAcquisition/STM8_1_29") - (pinfunction "PC7_(HS)/SPI_MISO") - (pintype "bidirectional") - (uuid "57854ed4-f14f-4ead-b85b-394afad8fb39") - ) - (pad "30" thru_hole oval - (at -13.97 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 55 "KEY_RIGHT") - (pinfunction "PD0_(HS)/TIM3_CH2_[TIM1_BKIN]_[CLK_CCO]") - (pintype "bidirectional") - (uuid "24286442-d901-4b7a-ad22-88d2146850cd") - ) - (pad "31" thru_hole oval - (at -16.51 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 54 "KEY_LEFT") - (pinfunction "PD1_(HS)/SWIM") - (pintype "bidirectional") - (uuid "59ac124b-ca14-4a5b-8441-d6299d86e77e") - ) - (pad "32" thru_hole oval - (at -19.05 -5.08 180) - (size 1.2 2) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 40 "/DataAcquisition/STM8_1_32") - (pinfunction "PD2_(HS)/TIM3_CH1_[TIM2_CH3]") - (pintype "bidirectional") - (uuid "23942683-4a72-4205-8f71-32b32d8b0d85") - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23-6_Handsoldering" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060f8ac12") - (at 72.748 95.886) - (descr "6-pin SOT-23 package, Handsoldering") - (tags "SOT-23-6 Handsoldering") - (property "Reference" "U2" - (at 0 2.358 0) - (layer "F.SilkS") - (uuid "b2995352-d75b-4b75-b57a-baf73da77ad7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "MCP3425A0T-ECH" - (at 0 2.9 0) - (layer "F.Fab") - (uuid "2096b9cd-6ea5-465e-bf55-8f0797c953e9") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e3f7ee37-7a47-49e0-9e17-6f2991b18321") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "62f61707-53fa-4861-bd98-d00c3693c41a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "cad8c3f9-6e48-418b-8977-064e90e1cc53") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-0000616ff04d/00000000-0000-0000-0000-00006171620c") - (sheetname "ADC") - (sheetfile "ADC.kicad_sch") - (attr smd) - (fp_line - (start -0.9 1.61) - (end 0.9 1.61) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "142ca45f-1510-4d20-ab4b-2286bdb8adb8") - ) - (fp_line - (start 0.9 -1.61) - (end -2.05 -1.61) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "5950bf85-a8a7-4cb2-96ad-caca54f1aa8a") - ) - (fp_line - (start -2.4 -1.8) - (end 2.4 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "30d109a5-9cd7-4be7-9190-ac537a5ad7df") - ) - (fp_line - (start -2.4 1.8) - (end -2.4 -1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "06399513-2065-4714-a2b5-b4f706a45988") - ) - (fp_line - (start 2.4 -1.8) - (end 2.4 1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "5a4ba770-e559-418f-85f7-91682701f0be") - ) - (fp_line - (start 2.4 1.8) - (end -2.4 1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "614dcf9e-e392-4ceb-beae-3018d9fdd10e") - ) - (fp_line - (start -0.9 -0.9) - (end -0.9 1.55) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8f942d97-d30c-4d9e-b871-eb9cf7f772a0") - ) - (fp_line - (start -0.9 -0.9) - (end -0.25 -1.55) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f5ea2286-842a-43a9-93d6-6f7f21d0b101") - ) - (fp_line - (start 0.9 -1.55) - (end -0.25 -1.55) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8bfee8f2-9f7c-443a-b125-1e77115de34d") - ) - (fp_line - (start 0.9 -1.55) - (end 0.9 1.55) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "11ee173a-5557-414b-a023-ba5ca6426d7d") - ) - (fp_line - (start 0.9 1.55) - (end -0.9 1.55) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "361cf74c-f32f-4d3b-8596-98e2f4ccb587") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "6526eb77-27ce-484f-980b-c94d247ee4c0") - (effects - (font - (size 0.5 0.5) - (thickness 0.075) - ) - ) - ) - (pad "1" smd rect - (at -1.35 -0.95) - (size 1.56 0.65) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "Net-(R3-Pad1)") - (pinfunction "Vin+") - (pintype "passive") - (uuid "a4f9e761-2dfd-4888-9a39-ae8c96a1502f") - ) - (pad "2" smd rect - (at -1.35 0) - (size 1.56 0.65) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") - (pinfunction "Vss") - (pintype "power_in") - (uuid "078927af-5f4e-41d6-8fe1-7a436b698a5b") - ) - (pad "3" smd rect - (at -1.35 0.95) - (size 1.56 0.65) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 49 "SCL") - (pinfunction "SCL") - (pintype "input") - (uuid "7f081287-f684-4215-bd49-185c9ee589a1") - ) - (pad "4" smd rect - (at 1.35 0.95) - (size 1.56 0.65) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 48 "SDA") - (pinfunction "SDA") - (pintype "bidirectional") - (uuid "f0110c85-6e34-457e-bbd8-54c038756396") - ) - (pad "5" smd rect - (at 1.35 0) - (size 1.56 0.65) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "+5V") - (pinfunction "Vdd") - (pintype "power_in") - (uuid "09ab79fc-7c26-45a8-be40-11ce3d305ebd") - ) - (pad "6" smd rect - (at 1.35 -0.95) - (size 1.56 0.65) - (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "Net-(R2-Pad1)") - (pinfunction "Vin-") - (pintype "passive") - (uuid "997b1a7b-6680-445c-824a-66595ce5698d") - ) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe5a7") - (at 70.97 43.054 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C14" - (at -0.127 1.524 0) - (layer "F.SilkS") - (uuid "fca0810b-1fe9-439b-9dbd-48dd9e8cefe7") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "0R resistor" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "30e4128f-f1c2-42be-9dd5-350749fb0d04") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "850a20ec-9705-4a5f-ba93-5e3b9274037e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "363c14d6-1659-408a-b5fc-801c60861eeb") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "227ce0c6-abf2-45ed-938a-9313ef754eca") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f050ee") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c1228c2e-7f39-425b-9724-15d70aea5595") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "59daa700-b663-4cb7-8416-360445e5963a") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b4da3c5f-4090-4a40-be34-25d0d6d71998") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "993dd120-d422-4d2b-877c-1d9c0e2b236e") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "04df1a95-2a20-4f86-a686-c06f9d170821") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "98e4e0aa-6b2e-4acf-b83a-8378c0716593") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "42090640-bd08-4b19-8800-60c97936dfe4") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "012794f5-ea31-45bf-9e0b-cd06d4f2ebaf") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "c118e534-2b69-4d95-a600-5ca56be8b7fd") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "b7fb3f6a-816a-4e67-99cb-8640ce2001b6") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "17b7205e-6025-4985-971e-5dbed3ba9d5e") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 11 "Net-(C14-Pad1)") - (pintype "passive") - (uuid "0240f3c5-234d-48c5-84a1-71addd8ec05c") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "98e1c3d5-e43d-45e2-927c-091e768321a2") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe5d7") - (at 82.146 41.53 180) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C12" - (at 0.127 1.651 0) - (layer "F.SilkS") - (uuid "e4f7c3bf-1919-478f-9642-09304284fc0b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "78231ca1-b7b6-486f-9efb-ce331571d71e") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "cf0cbc9a-274c-4e21-ae0e-c99c97651d60") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "f5fe9b72-9307-4539-ac87-c85c31842268") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "d355a14b-d3bb-4318-8b0e-3563c2781994") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 164.292 83.06 0) - (layer "F.Fab") - (hide yes) - (uuid "0e07bf58-fbcd-4c6e-8c6a-5300700bede4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f051b0") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "7f218b29-25df-40bb-b750-764fbd247540") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "350eda3f-94b6-4662-acdd-58922e8a02d2") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b9f20150-8484-430d-a916-62ae9a28c58b") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "04c2a56c-88a4-4cc6-9b43-ace191502c13") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7358ac5b-20fe-49a2-8159-7cc54dccd5dc") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "223b0fd7-903d-405b-8f44-1474be87f184") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a6445ec0-301c-4ef8-89eb-fd4c9eef8165") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "de3d341a-d504-4cf3-9cca-15d52f880cb9") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "27338747-7537-4440-a8bc-27a01cf7ae39") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "7ceb061d-49e5-49d0-a3e0-ec0efe15cff3") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "00e5619b-e159-4be4-9cd8-a8378f3239a7") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 3 "-BATT") - (pintype "passive") - (uuid "7e6d227f-64a3-4509-aa5e-780ad45b33d4") - ) - (pad "2" smd roundrect - (at 0.95 0 180) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "5064bd07-8897-4acd-bb69-9c12e7b7bd23") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe607") - (at 75.542 54.23) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C7" - (at 0.762 1.651 0) - (layer "F.SilkS") - (uuid "0c4657c5-6ce1-4853-9b2b-08dd2368dc32") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "100n" - (at 0 1.68 0) - (layer "F.Fab") - (uuid "db67bf03-c60c-4f23-9bd9-484660c03001") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "54882547-1668-4eed-b0d9-c5ce38aab560") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "267849bb-03b6-41fb-b465-72cb872ce122") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "3699c199-afa1-409f-a8cc-adadad7e4d9c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C282732" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "27874c8d-7670-4f18-9367-fe57d9f77a1c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f05117") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "48fd09e5-c080-464a-b0bf-3ecc1a7eae43") - ) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "112edc67-c9dc-46fc-a01a-cd5a1e0048ae") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c3eea6d8-d7c1-4449-93ce-d075513994f0") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1ff226ca-9c9d-474d-9235-3f7e684ddb15") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "c50ccf11-42c5-45c2-bad4-cd1d70834014") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "dc844144-5f17-49d6-9cb7-153dea37055f") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "2e8c15c6-6687-45be-a79e-3f6c6184a4dc") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "0eab1c00-9902-4827-945e-65d6ada8d6eb") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "03316aa5-8229-4007-ac1a-d0beae2f4be6") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "3b5d60a2-e085-4dac-9652-8bf507851f74") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "d3a417d4-95e7-4206-bb6b-66dee4c8725d") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 2 "+BATT") - (pintype "passive") - (uuid "f77582a4-1f19-4927-802a-e6db110b43fc") - ) - (pad "2" smd roundrect - (at 0.95 0) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 1 "GND") - (pintype "passive") - (uuid "101c50a1-c209-49b3-805d-97e463ecca96") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:C_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe637") - (at 69.954 48.134 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Reference" "C9" - (at 2.54 -2.159 180) - (layer "F.SilkS") - (uuid "d6f33dd2-f553-4500-8d19-7b28c1b98839") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "10n" - (at 0 1.68 90) - (layer "F.Fab") - (uuid "97fdd10f-33d0-4730-9ddb-ed34ac342cd5") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "c1bdf4ef-ccd3-49c4-93fa-d14e19311024") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "a606a746-aec2-40db-884c-8060dd41d6d9") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 -90) - (layer "F.Fab") - (hide yes) - (uuid "f6a3dd13-9060-447d-b7fb-fa657a1ec608") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C1710" - (at 21.82 118.088 0) - (layer "F.Fab") - (hide yes) - (uuid "34aa45a8-786a-408f-badb-d859c49c0ca4") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f051e8") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.261252 0.735) - (end 0.261252 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "e1a7fc08-194b-4c2b-b926-6cce1ce18ec3") - ) - (fp_line - (start -0.261252 -0.735) - (end 0.261252 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "60626f96-f97f-4781-bad6-85701e4a7c4c") - ) - (fp_line - (start -1.7 0.98) - (end -1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a49df999-05f6-416b-af72-4644f0512468") - ) - (fp_line - (start 1.7 0.98) - (end -1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "f47bcd2f-f304-49c3-b60a-25908cc18012") - ) - (fp_line - (start -1.7 -0.98) - (end 1.7 -0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6d5dbc79-bc7c-44fb-a825-c6d05316e230") - ) - (fp_line - (start 1.7 -0.98) - (end 1.7 0.98) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "d8ed3955-47d7-4ced-9460-387abda6f612") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "85a6ca3a-a097-45fa-b30e-ebcb829a471c") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "62db27b0-b849-44f9-bf3b-f6a139637d59") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9b9d3b24-4beb-4cd9-9f8d-4a45d96cb85a") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8fc42386-f08d-4883-ae8a-3d77b4557c1f") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "d8587b07-ad1f-4260-939e-7a802c872818") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 8 "Net-(C9-Pad1)") - (pintype "passive") - (uuid "c3131fc6-10af-4167-b8e4-9c5ba221f368") - ) - (pad "2" smd roundrect - (at 0.95 0 270) - (size 1 1.45) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.25) - (net 7 "Net-(C6-Pad1)") - (pintype "passive") - (uuid "755350cc-453a-47b5-a393-0f521e55d8a2") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Package_DIP:DIP-8_W7.62mm" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe672") - (at 82.146 51.69 180) - (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") - (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") - (property "Reference" "U3" - (at 3.81 -2.33 0) - (layer "F.SilkS") - (uuid "f50f2910-0920-47a2-8894-e51c91beef0c") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "LMC662" - (at 3.81 9.95 0) - (layer "F.Fab") - (uuid "e62b1275-a6e1-4506-b0ba-43fa9be23abc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "ee235367-cc91-4c50-9a0b-1ea7df9960dc") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "97618c36-a56b-48ef-b44e-7bfacc782a87") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 180) - (layer "F.Fab") - (hide yes) - (uuid "3c6dd1cb-aba7-42dc-9ff2-b73a9d064383") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f050c8") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr through_hole) - (fp_line - (start 6.46 8.95) - (end 6.46 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1ab2a54f-c066-4a0c-bd3d-ddb1efc84509") - ) - (fp_line - (start 6.46 -1.33) - (end 4.81 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "40194c99-bb3e-4666-97de-a535993b8016") - ) - (fp_line - (start 2.81 -1.33) - (end 1.16 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "bdfb0bdc-38da-4e73-81ba-cf213cf48be3") - ) - (fp_line - (start 1.16 8.95) - (end 6.46 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "49bc9282-a463-4c6f-847c-4f081f11bebb") - ) - (fp_line - (start 1.16 -1.33) - (end 1.16 8.95) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4312a4e2-4c2f-4f1d-b77a-eec3069d4cc9") - ) - (fp_arc - (start 4.81 -1.33) - (mid 3.81 -0.33) - (end 2.81 -1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "61772135-59fb-4e05-89c3-4a0d57db2d77") - ) - (fp_line - (start 8.7 9.15) - (end 8.7 -1.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b0ea4904-b264-4938-a510-24fc7f0e2f12") - ) - (fp_line - (start 8.7 -1.55) - (end -1.1 -1.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "78e8136e-f69c-4c6f-9064-6ddc48ac8ec8") - ) - (fp_line - (start -1.1 9.15) - (end 8.7 9.15) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "24f45dd3-d32c-4ea6-af9f-4b284f7ccba4") - ) - (fp_line - (start -1.1 -1.55) - (end -1.1 9.15) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2b5b3e15-1f7e-4088-bd52-1898e0c99919") - ) - (fp_line - (start 6.985 8.89) - (end 0.635 8.89) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8c65e785-aba1-4442-9df4-cdd68435d293") - ) - (fp_line - (start 6.985 -1.27) - (end 6.985 8.89) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "f53afbc8-40ba-4fe2-b5f3-e9efff15ffab") - ) - (fp_line - (start 1.635 -1.27) - (end 6.985 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "d31d71f4-9fd7-44de-bc85-705c88eb371c") - ) - (fp_line - (start 0.635 8.89) - (end 0.635 -0.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "724d8775-24a2-485d-a5fe-37d372738140") - ) - (fp_line - (start 0.635 -0.27) - (end 1.635 -1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8ae42b8d-3606-462e-a643-a8bf4b8a04a5") - ) - (fp_text user "${REFERENCE}" - (at 3.81 3.81 0) - (layer "F.Fab") - (uuid "e8dc1cdf-3779-4dc3-96b1-d0f3539b7bd8") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" thru_hole rect - (at 0 0 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 24 "Net-(R11-Pad1)") - (pintype "output") - (uuid "26077a12-e06e-42e7-93a6-6b78c0420ec5") - ) - (pad "2" thru_hole oval - (at 0 2.54 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 23 "Net-(R11-Pad2)") - (pinfunction "-") - (pintype "input") - (uuid "828ddb6e-5f5c-4627-931a-5ec71e6ce5c3") - ) - (pad "3" thru_hole oval - (at 0 5.08 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "+") - (pintype "input") - (uuid "f7a27d57-766b-41b2-bae8-e9b9398831ed") - ) - (pad "4" thru_hole oval - (at 0 7.62 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 3 "-BATT") - (pinfunction "V-") - (pintype "power_in") - (uuid "f94c6a69-13c5-42d2-9f1b-2540c0224843") - ) - (pad "5" thru_hole oval - (at 7.62 7.62 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 24 "Net-(R11-Pad1)") - (pinfunction "+") - (pintype "input") - (uuid "ea0d97a1-d6d0-46c3-9862-0fc277a94fe2") - ) - (pad "6" thru_hole oval - (at 7.62 5.08 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 8 "Net-(C9-Pad1)") - (pinfunction "-") - (pintype "input") - (uuid "b850aedf-f1d7-4ee4-86f9-7f900a346835") - ) - (pad "7" thru_hole oval - (at 7.62 2.54 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 7 "Net-(C6-Pad1)") - (pintype "output") - (uuid "772f65d9-5b2f-4b6d-a2fb-f9f15dcc2a12") - ) - (pad "8" thru_hole oval - (at 7.62 0 180) - (size 1.6 1.6) - (drill 0.8) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+BATT") - (pinfunction "V+") - (pintype "power_in") - (uuid "93233055-96f4-4fb2-a62e-8eb2b2a6cda8") - ) - (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-8_W7.62mm.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe6b8") - (at 84.686 50.674 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R11" - (at -3.429 0 0) - (layer "F.SilkS") - (uuid "cf640161-43d9-4158-98d2-5d62e92c0807") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "2*50G" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "3c6a2664-a010-45e3-ba14-400117f9200f") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "4ec83218-4986-4526-a5a5-0fcad47ef9f6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "65d4930d-09a9-480d-a1f4-c21336d361f3") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "4951ec3d-9794-41b0-9ac5-3f43c60ed723") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f050d4") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dd257871-3501-4415-be9d-d9f757fe0275") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4119e346-d95b-4abe-94a4-958621cfe25e") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7c17797a-7571-4483-9904-3e8d93c3d80e") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "25858669-1086-4b47-94f5-0a6016c67354") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "fcfd2cfe-3936-4ff1-a284-fb64f108575d") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "a497b2d1-0b3e-4e32-86e2-e8fd76916d96") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "8616d6d0-9e93-489b-acb8-0d454b55c7ed") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "a59e9950-f823-4f51-a6f4-114eddc45db5") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "9d5afa75-b965-43d2-95b4-c2ca7a977d68") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "12ded55f-d003-4963-b832-27cce6074633") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "caeed193-3332-431b-b2c9-9795fb56df04") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 24 "Net-(R11-Pad1)") - (pintype "passive") - (uuid "d462a377-b1cd-4665-8619-c97e0d1b4c63") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 23 "Net-(R11-Pad2)") - (pintype "passive") - (uuid "85df8368-ab64-46ea-a407-c3c12adb7caa") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe6e8") - (at 71.986 48.134 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R13" - (at -0.127 -4.699 180) - (layer "F.SilkS") - (uuid "6b19b2ee-29f9-4376-b94f-646dbdf2f40d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "120k" - (at 0 1.65 90) - (layer "F.Fab") - (uuid "2fbeea17-0b10-4c42-89e3-900733ea5255") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "cb22e695-13fc-4b10-acf1-7128c36cbbc6") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "3e7884c8-b7d0-4779-a226-c15c80134fd0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "d13a3e74-434c-49d5-b046-3009c652a0ed") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC" "C17436" - (at 120.12 -23.852 0) - (layer "F.Fab") - (hide yes) - (uuid "195fbf15-e172-4941-a3d7-6aa80d786bcc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f050e8") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b4928da3-fc46-413a-beee-1062f44c303f") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "d62957a4-88fd-481e-a14a-cb3da549ee04") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4223859a-25af-43c4-a89d-a59c3ce9a5eb") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e552c919-ecb3-41b7-8543-b3a0798faafb") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "0167f35b-b45c-4069-9511-716225772e20") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "b2a4bd0f-34d7-4119-9ab8-602aaa3ef2e0") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "622ab77a-eef8-4255-8a25-355ca6768d3f") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "917335e3-4896-415d-a0a3-7a7182855f88") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "812f2412-864e-4f68-8af8-7dff1eb7d408") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "4600b343-7884-487e-8ae4-f8158bbf1b3a") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "bbc13c67-bff1-4e2f-b152-9d4ff97ba0fd") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 7 "Net-(C6-Pad1)") - (pintype "passive") - (uuid "481fe95b-21bc-4dd1-af92-17d37b574c58") - ) - (pad "2" smd roundrect - (at 0.9125 0 90) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 8 "Net-(C9-Pad1)") - (pintype "passive") - (uuid "50136fc2-e13c-4f67-af0e-d54982efc805") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Resistor_SMD:R_0805_2012Metric" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe718") - (at 70.97 45.086) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Reference" "R14" - (at -3.302 0.127 0) - (layer "F.SilkS") - (uuid "2a8cc99b-df06-4828-92eb-61c4de3b0f80") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "10k" - (at 0 1.65 0) - (layer "F.Fab") - (uuid "b95be791-8ed4-4e29-aa44-e0eb3912a4bc") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "75f84fee-4f79-416b-a897-648b7169a1ca") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "62ac1e75-4378-421c-ad9d-07f5bd7f1180") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "e3d1f02f-d1cc-4a1b-b6f0-3e335b925e0c") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "LCSC " "C25744" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "d3da48a8-96be-47e2-9c58-50ce23f19096") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f050e2") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start -0.227064 -0.735) - (end 0.227064 -0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "89dd5873-f282-4642-a0a2-567c89465e41") - ) - (fp_line - (start -0.227064 0.735) - (end 0.227064 0.735) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "ce01e499-4b5a-40db-a97e-6340255b8f06") - ) - (fp_line - (start -1.68 -0.95) - (end 1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cc1d90ed-9a68-4d74-ba8a-e4e76cc27406") - ) - (fp_line - (start -1.68 0.95) - (end -1.68 -0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "989fd238-f175-4f44-9c8d-e7dc94e632bf") - ) - (fp_line - (start 1.68 -0.95) - (end 1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "cc17caf5-018c-4a7c-a078-b214003cfac2") - ) - (fp_line - (start 1.68 0.95) - (end -1.68 0.95) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "2f1e3fa0-5bf3-4c83-9973-7b871e3c10e0") - ) - (fp_line - (start -1 -0.625) - (end 1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ff61a5f2-9295-4120-b2ba-887a6baa71e9") - ) - (fp_line - (start -1 0.625) - (end -1 -0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "ee9e98da-c1d3-4a53-a440-857a11f93e49") - ) - (fp_line - (start 1 -0.625) - (end 1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "46104cd9-49d2-453e-8ab9-70c0108bd33d") - ) - (fp_line - (start 1 0.625) - (end -1 0.625) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "5b135866-1037-42ed-86d7-671ede191f17") - ) - (fp_text user "${REFERENCE}" - (at 0 0 0) - (layer "F.Fab") - (uuid "7d76fb35-82b5-42c0-8f44-f8e7222e63b1") - (effects - (font - (size 0.5 0.5) - (thickness 0.08) - ) - ) - ) - (pad "1" smd roundrect - (at -0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 8 "Net-(C9-Pad1)") - (pintype "passive") - (uuid "4ec95965-0a8a-4bca-9e3d-9d3c7bc7c998") - ) - (pad "2" smd roundrect - (at 0.9125 0) - (size 1.025 1.4) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.2439014634) - (net 11 "Net-(C14-Pad1)") - (pintype "passive") - (uuid "feaaf9e3-de42-4b5c-abff-18b11e6e4fad") - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Capacitor_SMD:CP_Elec_6.3x5.8" - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fbe75f") - (at 69.954 58.548 90) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm") - (tags "capacitor electrolytic") - (property "Reference" "C10" - (at 0.635 5.08 180) - (layer "F.SilkS") - (uuid "5a30e316-ce7e-48dc-9348-1a575186475d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Value" "CP" - (at 0 4.35 90) - (layer "F.Fab") - (uuid "3ddd8fdf-9446-4b53-91fa-f1e7ef5c50d0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (property "Footprint" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "d32d6a1d-abdd-48c2-9e14-b4e7293c2753") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "79a2249f-a129-49e6-a193-29b88844ca1a") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 90) - (layer "F.Fab") - (hide yes) - (uuid "44114f2b-ccd1-4616-ae16-14e74f74fd90") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-00006118a879") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr smd) - (fp_line - (start 3.41 -3.41) - (end 3.41 -1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1c66511c-0337-4e9e-af97-131892c6ae97") - ) - (fp_line - (start -2.345563 -3.41) - (end 3.41 -3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "dd124fb1-d90c-4662-9c60-578a23b9df78") - ) - (fp_line - (start -3.41 -2.345563) - (end -2.345563 -3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "1a20205d-74c2-4207-84c6-5c9978a4df91") - ) - (fp_line - (start -3.41 -2.345563) - (end -3.41 -1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "86034095-4957-4fb9-a0f6-5cbe17a39f74") - ) - (fp_line - (start -4.04375 -2.24125) - (end -4.04375 -1.45375) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "3c67e638-0a71-4eca-bee7-8ba7383edb2f") - ) - (fp_line - (start -4.4375 -1.8475) - (end -3.65 -1.8475) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "6e5effc6-b851-49f6-b960-667a24ed4306") - ) - (fp_line - (start -3.41 2.345563) - (end -3.41 1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "4b6f5225-6d8d-4243-bdb3-9d06ed8604f1") - ) - (fp_line - (start -3.41 2.345563) - (end -2.345563 3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "b6704fad-d1df-4672-aea9-455f6d483774") - ) - (fp_line - (start 3.41 3.41) - (end 3.41 1.06) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "c8fbb6e7-63da-4ace-ae2a-b7289a1d20ac") - ) - (fp_line - (start -2.345563 3.41) - (end 3.41 3.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "F.SilkS") - (uuid "db28b475-6f1a-48dc-ad80-d56c5c7705b2") - ) - (fp_line - (start 3.55 -3.55) - (end 3.55 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "e452f11a-8f59-427e-a0dd-a622d7540aff") - ) - (fp_line - (start -2.4 -3.55) - (end 3.55 -3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "9e1a7f1e-9b9a-4bee-b85a-2340ec23f414") - ) - (fp_line - (start -3.55 -2.4) - (end -2.4 -3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "642715c5-bf77-48ca-80c6-0be44e443221") - ) - (fp_line - (start -3.55 -2.4) - (end -3.55 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4fbdabb8-9739-4cb7-84ec-682e0f1d70ae") - ) - (fp_line - (start 4.7 -1.05) - (end 4.7 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "064022be-0f87-4c6d-965e-f933c43576c0") - ) - (fp_line - (start 3.55 -1.05) - (end 4.7 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "4b7202fd-25a6-46cb-a8fe-7d0369104c4e") - ) - (fp_line - (start -3.55 -1.05) - (end -4.7 -1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "ca8937cf-7e1f-4da5-bd93-4f394b9387c2") - ) - (fp_line - (start -4.7 -1.05) - (end -4.7 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "6fbd42f1-a3ea-4893-a790-a6c433a38c74") - ) - (fp_line - (start 4.7 1.05) - (end 3.55 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "578e0bc1-eaac-4a91-8f75-0c8b9140ae6b") - ) - (fp_line - (start 3.55 1.05) - (end 3.55 3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "1aeda7b8-a279-49df-8cf2-4b900ee77afc") - ) - (fp_line - (start -3.55 1.05) - (end -3.55 2.4) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "29e60191-419f-4c6b-a1d1-627fd5ad6e89") - ) - (fp_line - (start -4.7 1.05) - (end -3.55 1.05) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "832a5ea5-46d1-4dcd-9c1e-9a3837383cb4") - ) - (fp_line - (start -3.55 2.4) - (end -2.4 3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "7e96f1d5-08a9-40d7-8cd1-9cb44dec08d5") - ) - (fp_line - (start -2.4 3.55) - (end 3.55 3.55) - (stroke - (width 0.05) - (type solid) - ) - (layer "F.CrtYd") - (uuid "389d3ff5-552a-4e60-ba53-9ab9adacd860") - ) - (fp_line - (start 3.3 -3.3) - (end 3.3 3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "68e07e7d-8a10-4b0f-864d-05fd1d438eca") - ) - (fp_line - (start -2.3 -3.3) - (end 3.3 -3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "97d83fec-111b-4ff6-831a-dce1fa011060") - ) - (fp_line - (start -3.3 -2.3) - (end -2.3 -3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "45d1a231-d06e-4e44-9491-5b44a26368d4") - ) - (fp_line - (start -3.3 -2.3) - (end -3.3 2.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "bb5b2a65-10fa-41a0-a906-05c73bee8519") - ) - (fp_line - (start -2.389838 -1.645) - (end -2.389838 -1.015) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "69c2cfa3-c037-4a07-b2c7-efb19674da4b") - ) - (fp_line - (start -2.704838 -1.33) - (end -2.074838 -1.33) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "cc641473-ce65-44df-8427-822471065044") - ) - (fp_line - (start -3.3 2.3) - (end -2.3 3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "69aea0dd-a848-4f00-aa27-d1a9fa749312") - ) - (fp_line - (start -2.3 3.3) - (end 3.3 3.3) - (stroke - (width 0.1) - (type solid) - ) - (layer "F.Fab") - (uuid "51500925-4ab9-4f88-8558-862d725fed78") - ) - (fp_circle - (center 0 0) - (end 3.15 0) - (stroke - (width 0.1) - (type solid) - ) - (fill none) - (layer "F.Fab") - (uuid "dc4e4a4a-ac8c-4989-a065-55ad1f665e9e") - ) - (fp_text user "${REFERENCE}" - (at 0 0 90) - (layer "F.Fab") - (uuid "b7f83154-97ac-426c-bf04-d70642ea0030") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (pad "1" smd roundrect - (at -2.7 0 90) - (size 3.5 1.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.15625) - (net 1 "GND") - (pintype "passive") - (uuid "fc150405-872a-4b05-acd3-6ffe34ce9574") - ) - (pad "2" smd roundrect - (at 2.7 0 90) - (size 3.5 1.6) - (layers "F.Cu" "F.Paste" "F.Mask") - (roundrect_rratio 0.15625) - (net 2 "+BATT") - (pintype "passive") - (uuid "6ababbee-a61b-4616-981f-02d9d1892713") - ) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x5.8.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (locked yes) - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060e24d86") - (at 138.07 44.16) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Reference" "J5" - (at 0 2.77 0) - (layer "B.SilkS") - (uuid "96d7bc58-6fac-4112-a0da-8a504ce14533") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 0 -7.85 0) - (layer "B.Fab") - (uuid "52f61d30-cd83-4086-9dca-581c255b0169") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "5d280b91-092b-48ab-8610-8283d3558d28") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "a4367a5e-d308-4aa9-81ab-fdd105c613cd") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "d222fdf3-3762-4f1b-bf5b-31d17a99fb3e") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f51c72") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr through_hole) - (fp_line - (start -1.33 -6.41) - (end 1.33 -6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "daf4ca3c-0bef-4572-9dcd-c0321b1fadc5") - ) - (fp_line - (start -1.33 -1.27) - (end -1.33 -6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "e9930267-3567-4f92-969c-e3731d84a1fe") - ) - (fp_line - (start -1.33 -1.27) - (end 1.33 -1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "b0b1087f-3ab3-4656-95e7-ff41c70fb7a1") - ) - (fp_line - (start 0 1.33) - (end 1.33 1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "b2c214a7-9557-4f11-98de-01a46208e195") - ) - (fp_line - (start 1.33 -1.27) - (end 1.33 -6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "a9e27b1a-e262-4c12-8011-aa4fb72ce003") - ) - (fp_line - (start 1.33 1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "afa2b8b3-f611-4e5d-a129-04f6b1341868") - ) - (fp_line - (start -1.8 -6.85) - (end -1.8 1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "1d3111a4-ecee-40e8-8a25-4b80f059454c") - ) - (fp_line - (start -1.8 1.8) - (end 1.75 1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "906dfbc2-6e76-49d8-ac98-b25f19fc0214") - ) - (fp_line - (start 1.75 -6.85) - (end -1.8 -6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "6c614b7d-94f6-4f1c-b7e3-2a592bd19d43") - ) - (fp_line - (start 1.75 1.8) - (end 1.75 -6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "fdc95707-ce04-4c6e-89e2-85f45e903310") - ) - (fp_line - (start -1.27 -6.35) - (end -1.27 1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "716ddbbe-b11e-40ed-a10a-028a6da5dc5f") - ) - (fp_line - (start -1.27 1.27) - (end 0.635 1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "2b3ea157-6023-436a-8e79-ed6f9b01cf9b") - ) - (fp_line - (start 0.635 1.27) - (end 1.27 0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "db6645e9-a2aa-4d6a-9628-df012cd7d791") - ) - (fp_line - (start 1.27 -6.35) - (end -1.27 -6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "d29384ac-9067-4334-9c8d-eff32815bd12") - ) - (fp_line - (start 1.27 0.635) - (end 1.27 -6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "b3da781a-11c2-40de-979d-25e4f0545c04") - ) - (fp_text user "${REFERENCE}" - (at 0 -2.54 -90) - (layer "B.Fab") - (uuid "610dd5e0-d68e-4861-b6cb-1ba0aecf3ec0") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" thru_hole rect - (at 0 0) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 18 "/AnalogFrontend/CHAMBER_VOLTAGE") - (pinfunction "Pin_1") - (pintype "passive") - (uuid "26f8967a-bcd7-4609-bf04-9c858870b3de") - ) - (pad "2" thru_hole oval - (at 0 -2.54) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "Pin_2") - (pintype "passive+no_connect") - (uuid "fb1114a6-471a-4d07-b9dc-2c75b4fa3c34") - ) - (pad "3" thru_hole oval - (at 0 -5.08) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (pinfunction "Pin_3") - (pintype "passive+no_connect") - (uuid "e0d92e28-66dc-40bb-8784-539abaa904b7") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (locked yes) - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060f3d208") - (at 62.77 65.75) - (descr "Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x03 2.54mm single row") - (property "Reference" "J6" - (at 0 2.77 180) - (layer "B.SilkS") - (uuid "2d1e749e-2560-4951-8280-a7f5e8ed7f74") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Value" "Conn_01x03_Male" - (at 0 -7.85 180) - (layer "B.Fab") - (uuid "fecb6958-7b18-40ea-b7a6-8c020acef181") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (property "Footprint" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "f054420a-b81e-4b86-91e5-96d1375140d0") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "4aa9a02f-45ad-4ea5-a7f8-3c8595fe0c47") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (property "Description" "" - (at 0 0 0) - (layer "F.Fab") - (hide yes) - (uuid "6015c7a5-6335-4c86-b82d-8e5c22adcf05") - (effects - (font - (size 1.27 1.27) - (thickness 0.15) - ) - ) - ) - (path "/00000000-0000-0000-0000-000060ef78c6/00000000-0000-0000-0000-000060f56c32") - (sheetname "AnalogFrontend") - (sheetfile "AnalogFrontend.kicad_sch") - (attr through_hole) - (fp_line - (start -1.33 -6.41) - (end 1.33 -6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "4a2fafc1-6307-49af-8801-1b7a27f10994") - ) - (fp_line - (start -1.33 -1.27) - (end -1.33 -6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "8e776d42-9ded-44fe-93a3-8161e9ab18bc") - ) - (fp_line - (start -1.33 -1.27) - (end 1.33 -1.27) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "3009e11a-46ed-4d81-b636-1975834ad2e0") - ) - (fp_line - (start 0 1.33) - (end 1.33 1.33) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "d8c06f26-d833-4a82-b191-423422329b20") - ) - (fp_line - (start 1.33 -1.27) - (end 1.33 -6.41) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "dadbc223-bc7a-4553-ba08-2f15166b2a85") - ) - (fp_line - (start 1.33 1.33) - (end 1.33 0) - (stroke - (width 0.12) - (type solid) - ) - (layer "B.SilkS") - (uuid "1a238e66-eb49-4d01-958e-ff2a391ee71d") - ) - (fp_line - (start -1.8 -6.85) - (end -1.8 1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "1dd7b221-8d8e-4b6e-80d1-bf09c0447e11") - ) - (fp_line - (start -1.8 1.8) - (end 1.75 1.8) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "4c1c515d-433f-492b-8b51-6342ba97de06") - ) - (fp_line - (start 1.75 -6.85) - (end -1.8 -6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "408e0df4-d19e-4785-bbe0-6a42eda23b0c") - ) - (fp_line - (start 1.75 1.8) - (end 1.75 -6.85) - (stroke - (width 0.05) - (type solid) - ) - (layer "B.CrtYd") - (uuid "3825d0e1-d82c-4e93-914c-1ee6390e8fc0") - ) - (fp_line - (start -1.27 -6.35) - (end -1.27 1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "5ae86a51-d6c8-4900-8bfe-f910c6db4e57") - ) - (fp_line - (start -1.27 1.27) - (end 0.635 1.27) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "c5a6f1c1-ad5a-449d-95b3-f0e387809f4f") - ) - (fp_line - (start 0.635 1.27) - (end 1.27 0.635) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "7af3bbc7-0abb-46be-9f11-d9196d6ab1b4") - ) - (fp_line - (start 1.27 -6.35) - (end -1.27 -6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "4454e740-2dd4-451c-af42-fee2b5dd5d0d") - ) - (fp_line - (start 1.27 0.635) - (end 1.27 -6.35) - (stroke - (width 0.1) - (type solid) - ) - (layer "B.Fab") - (uuid "07d7f087-5a11-45c8-b7d3-1996dea15c40") - ) - (fp_text user "${REFERENCE}" - (at 0 -2.54 90) - (layer "B.Fab") - (uuid "fee9c545-7722-474f-a6a7-7fdb3f33e052") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - (justify mirror) - ) - ) - (pad "1" thru_hole rect - (at 0 0) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 3 "-BATT") - (pinfunction "Pin_1") - (pintype "passive") - (uuid "b41b9eff-ce5b-4372-aff4-443d65f343ec") - ) - (pad "2" thru_hole oval - (at 0 -2.54) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 1 "GND") - (pinfunction "Pin_2") - (pintype "passive") - (uuid "8a9c9795-269e-4f3e-b063-09fd3d4fa2ef") - ) - (pad "3" thru_hole oval - (at 0 -5.08) - (size 1.7 1.7) - (drill 1) - (layers "*.Cu" "*.Mask") - (remove_unused_layers no) - (net 2 "+BATT") - (pinfunction "Pin_3") - (pintype "passive") - (uuid "ddb82add-7c6f-4969-bda3-f0114428e433") - ) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Vertical.wrl" - (offset - (xyz 0 0 0) - ) - (scale - (xyz 1 1 1) - ) - (rotate - (xyz 0 0 0) - ) - ) - ) - (gr_line - (start 85 118) - (end 85 78) - (stroke - (width 0.15) - (type solid) - ) - (layer "Dwgs.User") - (uuid "749d74bc-0510-4b53-b9b1-96ab7011bef0") - ) - (gr_line - (start 91 118) - (end 91 78) - (stroke - (width 0.15) - (type solid) - ) - (layer "Dwgs.User") - (uuid "aab2f3f2-e9a1-4ae1-9692-4725d1ec52fe") - ) - (gr_line - (start 57 119) - (end 140 119) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "29ff5407-b14e-4825-b336-84fed9b10f91") - ) - (gr_line - (start 140 119) - (end 140 24) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "38982c17-087c-4fb6-93b9-648bd5d368da") - ) - (gr_line - (start 57 119) - (end 57 24) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "c852099b-d04b-47bb-a4aa-10e8bdda57eb") - ) - (gr_line - (start 140 24) - (end 57 24) - (stroke - (width 0.15) - (type solid) - ) - (layer "Edge.Cuts") - (uuid "f7fd5634-e787-45b5-beb1-284a92f9e803") - ) - (gr_text "Ionization Chamber Sensor\nrev5.0" - (at 72.24 27.052 0) - (layer "B.SilkS") - (uuid "00000000-0000-0000-0000-00005cea740c") - (effects - (font - (size 1.4 1.4) - (thickness 0.3) - ) - (justify mirror) - ) - ) - (gr_text "Ionization Chamber Sensor\nrev5.0" - (at 72.367 27.052 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-00005cea740f") - (effects - (font - (size 1.4 1.4) - (thickness 0.3) - ) - ) - ) - (gr_text "analog output" - (at 64.366 91.187 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-00005cee187c") - (effects - (font - (size 1 1) - (thickness 0.2) - ) - ) - ) - (gr_text "Chamber signal amplifier" - (at 72.113 37.72 0) - (layer "F.SilkS") - (uuid "00000000-0000-0000-0000-000060f3d595") - (effects - (font - (size 1 1) - (thickness 0.2) - ) - ) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "00000000-0000-0000-0000-000060fbe7af") - (pts - (xy 56.99 59.22) (xy 57 24) - ) - (height 31.309839) - (gr_text "35.2200 mm" - (at 87.154838 41.618563 89.98373203) - (layer "Dwgs.User") - (uuid "00000000-0000-0000-0000-000060fbe7af") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "14bc4b7d-015e-468b-aefe-eeddc30dc88b") - (pts - (xy 134.5 119) (xy 140 119) - ) - (height -8) - (gr_text "5.5000 mm" - (at 137.25 109.85 0) - (layer "Dwgs.User") - (uuid "14bc4b7d-015e-468b-aefe-eeddc30dc88b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "54202e6d-4de1-47ca-8efa-d2f44a9cf9f2") - (pts - (xy 140.058 119) (xy 57 119) - ) - (height -7.874) - (gr_text "83.0580 mm" - (at 98.529 125.724 0) - (layer "Dwgs.User") - (uuid "54202e6d-4de1-47ca-8efa-d2f44a9cf9f2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "5f29a849-fa40-47bb-8ebe-03e331da9bfe") - (pts - (xy 134.5 24) (xy 140 24) - ) - (height 7.5) - (gr_text "5.5000 mm" - (at 137.25 30.35 0) - (layer "Dwgs.User") - (uuid "5f29a849-fa40-47bb-8ebe-03e331da9bfe") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "64e9657a-eff8-45d7-aea3-bdbb44897d0b") - (pts - (xy 57 29.5) (xy 57 24) - ) - (height 8) - (gr_text "5.5000 mm" - (at 63.85 26.75 90) - (layer "Dwgs.User") - (uuid "64e9657a-eff8-45d7-aea3-bdbb44897d0b") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "6d923e5b-7689-4e0b-b575-d618dcdbda3d") - (pts - (xy 62.5 24) (xy 57 24) - ) - (height -7) - (gr_text "5.5000 mm" - (at 59.75 29.85 0) - (layer "Dwgs.User") - (uuid "6d923e5b-7689-4e0b-b575-d618dcdbda3d") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "80bb7943-d8e8-4492-9d89-0b8331ebafe2") - (pts - (xy 139.98 37.63) (xy 140 24) - ) - (height -4.560243) - (gr_text "13.6300 mm" - (at 134.279763 30.806622 89.91592702) - (layer "Dwgs.User") - (uuid "80bb7943-d8e8-4492-9d89-0b8331ebafe2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "8f9689e0-bd0a-4493-9786-fa94603ccf98") - (pts - (xy 138.006 37.61) (xy 138.456 37.61) - ) - (height 8.47) - (gr_text "0.4500 mm" - (at 138.231 44.93 0) - (layer "Dwgs.User") - (uuid "8f9689e0-bd0a-4493-9786-fa94603ccf98") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "9ef40bfe-5e71-4ece-87ad-2c71dfe83c56") - (pts - (xy 64.22 65.44) (xy 56.99 65.44) - ) - (height 44.49) - (gr_text "7.2300 mm" - (at 60.605 19.8 0) - (layer "Dwgs.User") - (uuid "9ef40bfe-5e71-4ece-87ad-2c71dfe83c56") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "e6f559b8-c2e8-40c1-8c65-87ff47bb81fb") - (pts - (xy 57 113.5) (xy 57 119) - ) - (height -8.5) - (gr_text "5.5000 mm" - (at 64.35 116.25 90) - (layer "Dwgs.User") - (uuid "e6f559b8-c2e8-40c1-8c65-87ff47bb81fb") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "eac1c7d7-65f9-40f9-88fe-fea47bff4671") - (pts - (xy 140 113.5) (xy 140 119) - ) - (height 8) - (gr_text "5.5000 mm" - (at 130.85 116.25 90) - (layer "Dwgs.User") - (uuid "eac1c7d7-65f9-40f9-88fe-fea47bff4671") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "f2ba93c4-13b3-4b5c-83bd-ad8095dc2c90") - (pts - (xy 140 29.5) (xy 140 24) - ) - (height -9) - (gr_text "5.5000 mm" - (at 129.85 26.75 90) - (layer "Dwgs.User") - (uuid "f2ba93c4-13b3-4b5c-83bd-ad8095dc2c90") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (dimension - (type aligned) - (layer "Dwgs.User") - (uuid "fdd51f61-d108-456e-ad52-ad936e94c1d2") - (pts - (xy 62.5 119) (xy 57 119) - ) - (height 8) - (gr_text "5.5000 mm" - (at 59.75 109.85 0) - (layer "Dwgs.User") - (uuid "fdd51f61-d108-456e-ad52-ad936e94c1d2") - (effects - (font - (size 1 1) - (thickness 0.15) - ) - ) - ) - (format - (prefix "") - (suffix "") - (units 2) - (units_format 1) - (precision 4) - ) - (style - (thickness 0.15) - (arrow_length 1.27) - (text_position_mode 0) - (extension_height 0.58642) - (extension_offset 0) keep_text_aligned) - ) - (segment - (start 67.668 73.534) - (end 68.3265 74.1925) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f3d610") - ) - (segment - (start 67.668 73.518) - (end 67.668 73.534) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f3d622") - ) - (segment - (start 68.3265 74.1925) - (end 68.3265 75.312) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f3d65b") - ) - (segment - (start 62.77 63.21) - (end 65.218 63.21) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f3d67c") - ) - (segment - (start 65.218 63.21) - (end 65.382 63.374) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f3d6b8") - ) - (segment - (start 65.382 63.374) - (end 65.382 64.202) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f3d6be") - ) - (segment - (start 77.574 44.578) - (end 74.526 41.53) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060fbe574") - ) - (segment - (start 74.526 41.53) - (end 70.462 41.53) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060fbe577") - ) - (segment - (start 70.462 41.53) - (end 70.02 41.972) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060fbe57a") - ) - (segment - (start 70.02 41.972) - (end 70.02 43.054) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060fbe57d") - ) - (segment - (start 69.606 61.596) - (end 69.954 61.248) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "00e6217e-e164-484f-b076-4a58bba70a4f") - ) - (segment - (start 81.196 41.53) - (end 80.114 41.53) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "0283956d-3af1-4bed-8c44-1aa9b7f672a6") - ) - (segment - (start 74.78 65.58) - (end 74.78 66.168) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "054b9554-5f08-4a6e-9242-86ccccd3dddb") - ) - (segment - (start 78.844 43.054) - (end 78.844 43.308) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "09795f90-70ca-4566-935e-f8643e4d9133") - ) - (segment - (start 69.319 95.886) - (end 68.684 96.521) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "09ab2016-9f1d-480a-955f-193e4364f74e") - ) - (segment - (start 75.288 61.413474) - (end 78.844 57.857474) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "0ae37eb2-5ee6-4a61-b19a-5965e05c7cb0") - ) - (segment - (start 82.278 72.645) - (end 81.892 73.031) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "113d6eb1-3fd1-4bc5-bd58-91c4ec07b62f") - ) - (segment - (start 65.382 62.292) - (end 65.382 63.046) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "137d488d-4e83-4479-838f-02dd5dc98e1d") - ) - (segment - (start 67.07 63.21) - (end 68.684 61.596) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "16948876-3909-42d0-9c54-eaccfdef2386") - ) - (segment - (start 82.146 46.61) - (end 80.622 46.61) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "1afa25b6-e797-4a55-9d33-1c5fe9e8373f") - ) - (segment - (start 65.382 63.046) - (end 65.218 63.21) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "1fff81ab-cbe0-4cc4-beab-c442c6aed043") - ) - (segment - (start 72.494 64.23) - (end 73.43 64.23) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "2766de5c-5b0a-431f-87eb-2c98d9fdf990") - ) - (segment - (start 81.892 67.873894) - (end 81.892 69.724) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "2bc82fb7-df33-4fd0-b09d-5f5ef6d35477") - ) - (segment - (start 78.844 57.857474) - (end 78.844 49.404) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "34eac3ff-1b24-46f3-a828-45020fbd90c6") - ) - (segment - (start 76.492 54.23) - (end 77.066 54.23) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "362b33e0-b609-46a4-bd7a-faa019fc10a7") - ) - (segment - (start 77.574 48.134) - (end 78.844 49.404) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "378e8748-c3f5-4126-935c-1f62ebcc9009") - ) - (segment - (start 67.668 73.518) - (end 67.668 68.708) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "37f6a050-5ed8-40e2-9db1-8a0a1fd4aabb") - ) - (segment - (start 72.494 64.23) - (end 73.67 64.23) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "3e0b8191-8fee-4e3c-83ba-e67f3487b54e") - ) - (segment - (start 82.278 72.645) - (end 80.876 74.047) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "433340d9-4d35-4301-9f14-364598e15691") - ) - (segment - (start 80.186111 66.168005) - (end 76.811995 66.168005) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "45856709-f0e6-4146-bf45-89feec61759b") - ) - (segment - (start 80.225 76.979) - (end 78.655 76.979) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "465db05e-6a74-4736-af0f-bbc9165d462d") - ) - (segment - (start 68.684 61.596) - (end 69.606 61.596) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "46911262-100e-4b5c-af44-31d592ee6e54") - ) - (segment - (start 80.876 76.328) - (end 80.225 76.979) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "46c7adfc-31eb-4aaf-a629-432320dc3315") - ) - (segment - (start 78.336 52.96) - (end 78.336 49.912) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "4cb0aab8-07c1-4e71-a95b-aa9ccbc75a75") - ) - (segment - (start 59.613 34.387) - (end 59.617 34.383) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "533c7897-54e5-4dc0-8886-8078a9a46c0f") - ) - (segment - (start 69.954 63.374) - (end 70.81 64.23) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "55ff7f9b-5707-4210-af54-36d17ad28794") - ) - (segment - (start 70.97 90.552) - (end 70.97 90.298) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "5e2b77b4-8b3f-443f-be19-e32f41349da5") - ) - (segment - (start 71.398 95.687) - (end 71.199 95.886) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "5fe3bf96-11e7-43b9-a606-c4fc717f9846") - ) - (segment - (start 80.114 41.53) - (end 78.844 42.8) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "674c899f-5965-4cb3-9b47-776f1a237e81") - ) - (segment - (start 78.844 42.8) - (end 78.844 43.308) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "6b0d47a7-ef11-43b7-b309-9d666055b5f7") - ) - (segment - (start 73.43 64.23) - (end 74.78 65.58) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "6b1f80e4-fc00-43bf-9176-974ff106b5e2") - ) - (segment - (start 81.892 78.868) - (end 81.892 79.376) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "6eae294d-8a5e-4f79-9160-bf2b9d63d3f3") - ) - (segment - (start 81.892 79.376) - (end 81.368 79.9) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "728e6163-2b86-4e09-8dde-1776bcf00f97") - ) - (segment - (start 61.21641 63.47559) - (end 61.482 63.21) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "74138f1b-e5ca-4478-9740-7444870b6623") - ) - (segment - (start 77.066 54.23) - (end 78.336 52.96) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "752b27af-9155-47b5-90d4-429f9111ab81") - ) - (segment - (start 81.892 73.031) - (end 81.892 78.868) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "7bb72ecd-a532-4751-aec8-b19c3970decb") - ) - (segment - (start 78.336 49.912) - (end 78.844 49.404) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "84bfd3fa-432a-430c-becf-24363cfb8bd6") - ) - (segment - (start 67.668 68.708) - (end 66.96 68) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "850fef22-d01c-41a8-bbf1-bf57418e81da") - ) - (segment - (start 81.368 79.9) - (end 80.556 79.9) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "8771d876-2ae1-4b5f-bc37-6d940b76b7a4") - ) - (segment - (start 71.478 91.06) - (end 70.97 90.552) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "88ded1ab-90e8-473b-ad41-d6535a828d22") - ) - (segment - (start 69.954 61.248) - (end 69.954 63.374) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "898562b7-c59c-4538-9dfa-66855b4e92f9") - ) - (segment - (start 59.613 60.758) - (end 59.613 34.387) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "8c056137-d341-4992-9d31-60d9b0b922ac") - ) - (segment - (start 59.133 87.133) - (end 59.613 86.653) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "8dc53b97-a641-4d74-8722-e81632b81a42") - ) - (segment - (start 86.383 34.383) - (end 87.363 35.363) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "9866db22-2d6b-4309-b67f-81101f0f64b9") - ) - (segment - (start 81.892 67.873894) - (end 80.186111 66.168005) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "9b1c93a6-2c34-4b06-8701-5c7df26ae03a") - ) - (segment - (start 61.21641 67.33641) - (end 61.21641 63.47559) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "9b569253-cf57-4c2b-bdbe-2c60aecfd54a") - ) - (segment - (start 80.368 46.864) - (end 80.368 47.88) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "9d80a833-e37c-4515-84ee-539d1f6770e9") - ) - (segment - (start 70.81 64.23) - (end 72.494 64.23) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "a5aed5d0-3029-436d-8351-3dbf388941a1") - ) - (segment - (start 73.67 64.23) - (end 75.288 62.612) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "a644e719-a69e-48d2-a6cd-ad56b69e0fe3") - ) - (segment - (start 61.88 68) - (end 61.21641 67.33641) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "a7e8190d-1fd3-42d8-a8e9-626a46619849") - ) - (segment - (start 72.447 91.06) - (end 71.478 91.06) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "adb1f2ab-77bd-4043-bdaa-4e64f6905f6f") - ) - (segment - (start 61.482 63.21) - (end 62.77 63.21) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "b8033e9f-6907-43b7-ac7f-6aadc1abe50d") - ) - (segment - (start 59.613 86.653) - (end 59.613 60.758) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "bec9c148-25b6-4c2b-831e-2e8c410c88e7") - ) - (segment - (start 73.488 34.383) - (end 86.383 34.383) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "c8083625-2fe2-48f5-b98e-0bbd4d4783db") - ) - (segment - (start 78.844 43.308) - (end 78.844 49.404) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "c93baf11-fa9f-490c-b539-210221bb33c5") - ) - (segment - (start 81.892 69.724) - (end 82.278 70.11) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "c9a1845f-0305-400f-93d2-df7c31ef4da8") - ) - (segment - (start 82.278 70.11) - (end 82.278 72.645) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "cef4cecd-e2dc-4964-876b-8e62e563f63f") - ) - (segment - (start 73.488 87.133) - (end 59.133 87.133) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "d3ec1390-9ca7-4752-98aa-c43fc3a6cc54") - ) - (segment - (start 81.892 78.564) - (end 81.892 78.868) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "daa973d2-d918-4006-a918-d38db5a9124a") - ) - (segment - (start 87.363 35.363) - (end 87.363 60.758) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "ddff0036-b76a-44e3-bf85-51b855b6f5ae") - ) - (segment - (start 72.748 64.042) - (end 72.748 64.263) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "de31aaea-f3df-4061-9dee-2e227e2ebf53") - ) - (segment - (start 77.574 44.578) - (end 77.574 48.134) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "e34a7234-b5f4-4049-b5eb-cded501f830c") - ) - (segment - (start 80.622 46.61) - (end 80.368 46.864) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "e3c683e1-7845-4e96-a22c-ba9f9bbcca8f") - ) - (segment - (start 65.218 63.21) - (end 67.07 63.21) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "eb34a735-3ef6-4231-ae5b-09407f5d8ca8") - ) - (segment - (start 105.006 86.488) - (end 104.752 86.234) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "ebafd218-a0b5-424b-9e8f-1e805e6e9b3e") - ) - (segment - (start 71.199 95.886) - (end 69.319 95.886) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "ec22ce32-6cd8-4c6d-b63a-08366159ca2d") - ) - (segment - (start 59.617 34.383) - (end 73.488 34.383) - (width 0.508) - (layer "F.Cu") - (net 1) - (uuid "edf1eac5-4c47-4182-a86b-9be616a7276e") - ) - (segment - (start 135.5475 97.888) - (end 135.5475 96.688) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "f0c0b078-28fc-44a8-a64e-2386440b27b4") - ) - (segment - (start 66.96 68) - (end 61.88 68) - (width 0.254) - (layer "F.Cu") - (net 1) - (uuid "f1092366-ae6d-4999-b5c6-c4ac26c91447") - ) - (segment - (start 80.368 47.88) - (end 78.844 49.404) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "f99e61e7-e4b5-4f29-8ede-bc4bd8746da8") - ) - (segment - (start 80.876 74.047) - (end 80.876 76.328) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "ff42c2f9-146a-4503-8d76-68dd737232de") - ) - (segment - (start 75.288 62.612) - (end 75.288 61.413474) - (width 0.3048) - (layer "F.Cu") - (net 1) - (uuid "ff64984f-f53d-446e-9283-2ac9f981d94b") - ) - (via - (at 119.992 84.964) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "00000000-0000-0000-0000-000060f7eec4") - ) - (via - (at 58 109) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "07bd6535-0861-499b-8973-9ae8785a7110") - ) - (via - (at 133 61) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "0a5f5992-cf46-4a2c-a25d-fba5b2a0f867") - ) - (via - (at 64 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "13368a5b-2e85-4dd2-a710-9241754959d1") - ) - (via - (at 133 70) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "142bb7d0-81f6-490e-9c39-09a3c7559f9c") - ) - (via - (at 97 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "16a6bba4-f7a3-483b-9e4b-77b3aa20e475") - ) - (via - (at 91 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "1a9cbb9f-e0e0-48bc-af08-273c16c7f3d8") - ) - (via - (at 118 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "1cca7c10-a123-4ba1-8ab7-b4911e83f221") - ) - (via - (at 133 67) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "1cf93caa-1b14-40a4-bffd-418295f94582") - ) - (via - (at 61 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "1d10c6d7-8be8-42ef-907d-c2dc4f37b2f6") - ) - (via - (at 139 106) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "1d24eb59-4d2f-4eb2-b065-9f7d736448e6") - ) - (via - (at 79 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "2126ee3d-d644-46ea-bdc7-7a83ab83e24d") - ) - (via - (at 135.74 56.516) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "217b48a0-5c63-4449-acf8-b9cdf765aaeb") - ) - (via - (at 58 115) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "21e8a3b0-8292-472d-9f34-7d83f2463cf1") - ) - (via - (at 85 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "23d1410e-991f-4807-82a7-b0cb9c75e478") - ) - (via - (at 83 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "2b14e6e4-cc17-4dba-9d02-c8bcfb8e872f") - ) - (via - (at 94 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "2bd83391-8870-43cb-b356-8925716c92ae") - ) - (via - (at 73.891 105.03) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "33bc4647-c496-4fed-8e7f-7dcaa4b600f5") - ) - (via - (at 106 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "37ac6d0b-d851-412e-8735-35786ac37ff7") - ) - (via - (at 113 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "37f9e432-b830-45a0-b275-7a2dafd04c4f") - ) - (via - (at 58 94) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "383c586a-82bd-4432-8da3-e391575c191c") - ) - (via - (at 94 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "39453769-3c84-428c-8746-c340c27aa1ef") - ) - (via - (at 70.97 90.298) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "3a33e93c-ba40-4f71-854b-598d8cf02c63") - ) - (via - (at 58 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "3dbe9530-4cd8-4c1e-af28-4312fb8235bf") - ) - (via - (at 91 78) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "3ed2cae5-220d-48d7-a4bd-81d96f9de694") - ) - (via - (at 115 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "428d9a4d-272b-4997-b0f0-7eb91f101b0b") - ) - (via - (at 134 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "42b6fb14-74a8-4671-a1df-339b1680a28d") - ) - (via - (at 68 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "4714ea31-1d96-4b09-8c3a-bb85beab7e0e") - ) - (via - (at 68.684 96.521) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "48fc77dc-7f4a-4033-a7fd-df32a7f35372") - ) - (via - (at 125 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "4c1cdf81-9c30-469b-bcbe-24612d49a3f8") - ) - (via - (at 91 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "4db98c40-0bd9-48f0-968d-8640a01f9f7e") - ) - (via - (at 58 97) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "4e80371c-fdc4-4f79-a11a-a3243f0e8b75") - ) - (via - (at 121 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "500cfef0-7a94-49d1-9e22-b5b351f4a07d") - ) - (via - (at 129.136 88.52) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "58d6e845-514d-4df0-87c5-8d8723e948ff") - ) - (via - (at 82 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "5a7d4703-c708-4aae-9a84-64a8dff12380") - ) - (via - (at 139 94) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "5bb7d6d0-ddb4-4690-82c5-b03c5c6fc6b6") - ) - (via - (at 119.992 93.6) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "5be5a3d7-840f-46d9-8fc2-2ffcbd7802c2") - ) - (via - (at 58 100) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "5cef9269-accc-4765-8cf6-4fb6cb86e67b") - ) - (via - (at 64 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "5eaf5027-52ce-4dbe-832a-aa89e8f577de") - ) - (via - (at 133 52) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "621c25ca-b0fd-42f8-956e-b4dbdc835dc0") - ) - (via - (at 76.811995 66.168005) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "6622b482-de63-4263-84c6-953b1ea5042f") - ) - (via - (at 74.78 66.168) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "6a88acb1-8f13-47de-8c55-322c08d99f2a") - ) - (via - (at 112 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "6fa62a6e-1f5b-4bb2-b0e2-42ede61a742d") - ) - (via - (at 127 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "713526c6-4442-436a-a5b5-4766015a1485") - ) - (via - (at 76 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "71feb8e6-88b8-4584-b3db-ddd398d802e4") - ) - (via - (at 58 103) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "755a66c9-1cb7-47e3-9083-5d67ec53bd12") - ) - (via - (at 103 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "75ce9fe0-3243-4e81-acd4-73e153a06c22") - ) - (via - (at 58 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "788fa079-bf4a-441d-b75e-87e6637065af") - ) - (via - (at 58 112) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "7b757a6a-5175-440e-bede-8f0305e68c28") - ) - (via - (at 128 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "7b7e1e39-1e4b-4500-9336-5daef2051e81") - ) - (via - (at 116 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "812024cc-4476-4b90-91eb-b8e9be563dcc") - ) - (via - (at 58 91) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "82818a9d-128e-43a7-a7b4-0ba72f5e42a1") - ) - (via - (at 139 52) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "8375cdc8-da8a-4f83-919c-80946e6babbf") - ) - (via - (at 139 109) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "8689e515-a31b-4083-9004-11b595c03aff") - ) - (via - (at 109 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "8b47b13e-4365-42af-a8be-db4c940f77aa") - ) - (via - (at 98.275 84.964) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "8b9cecfc-41b4-42f4-80bf-3bf06b98d8aa") - ) - (via - (at 126.596 88.52) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "8c8481f2-bcf1-43d3-a55b-687832fc3729") - ) - (via - (at 70 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "90f6a9bb-f852-4df6-974c-9e2166559338") - ) - (via - (at 58 106) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "91899539-cdaa-489c-b98b-e34fa307aa6d") - ) - (via - (at 131 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "91f28ee0-7c6d-45b7-b56b-f722cbaa213f") - ) - (via - (at 133.2 48.896) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "953e2667-3fc5-41ea-8293-db4ee423d049") - ) - (via - (at 126.596 85.472) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "9af70e76-fc7c-4ee2-9a11-0c8b0937754d") - ) - (via - (at 133 55) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "9c1c0d2d-c4b7-4744-892f-99795b7248f5") - ) - (via - (at 112.372 106.808) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "9d66fcd8-342b-43d7-b612-6f5ecf3d1eb6") - ) - (via - (at 139 115) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "a07fa594-d37f-4c92-9c29-b46956d14ad8") - ) - (via - (at 87 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "a47a6c5e-db44-439e-9a4c-4dc5f9ecb428") - ) - (via - (at 139 47) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "ab363ab7-a6cf-4ac9-bc46-394b75c038c2") - ) - (via - (at 139 49) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "abe67eb1-8a3a-4cc8-9787-3b87932316e0") - ) - (via - (at 121.77 84.964) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "b551e3d7-282e-4358-987b-86bb047cbb74") - ) - (via - (at 67 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "b666728b-5eca-495e-9475-fb999b47136a") - ) - (via - (at 81.892 94.489) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "b7a3712c-1c19-4787-ac9e-125a75cb4ffd") - ) - (via - (at 103 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "ba2f4ac7-fec6-4f1c-bdfc-8014a4d5f03c") - ) - (via - (at 139 91) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "bc973d15-4e72-476c-a6b1-309a47b6fa26") - ) - (via - (at 73 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "be6b4661-34d3-45d1-8c0c-d642e4d27741") - ) - (via - (at 137 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "bea71d48-c207-47c9-9d7b-c5f95208836b") - ) - (via - (at 133 73) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "c0808773-411a-49a8-b112-c6a5191eb3b1") - ) - (via - (at 61 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "c64960f2-9609-40b4-8910-3b14f75e96b8") - ) - (via - (at 133 47) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "caaefc77-1f06-430d-ac79-1436814df47b") - ) - (via - (at 133 58) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "ceca8c85-e467-4089-b96a-94d09b5f4c6b") - ) - (via - (at 129.136 85.472) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "ced6fae6-872a-493e-8522-59ac7cfafd14") - ) - (via - (at 106 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "d2cccd45-a310-489a-b955-3057feca31b4") - ) - (via - (at 124 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "d4f2b620-715a-4513-b442-26a944637fd2") - ) - (via - (at 110.594 84.964) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "d6069c5d-d840-42b0-aa36-ff13f580dcc4") - ) - (via - (at 139 55) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "db472ea4-1beb-4666-83a2-bea6a195d31d") - ) - (via - (at 100 75) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "dec4613f-208c-4a8e-a187-de67057a6f61") - ) - (via - (at 121.516 93.6) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "e52ba3f1-3bad-4c43-b511-68ff93ccae04") - ) - (via - (at 133 64) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "eb64de22-bf2e-40ec-bbbd-f286fcd2f252") - ) - (via - (at 70 90) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "f1276a3b-acef-43ff-b0d3-c354b1a1cb34") - ) - (via - (at 135.74 74.296) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "f4fe3ae1-44db-4877-9a6c-b3871c17ddbb") - ) - (via - (at 139 112) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "fa382cd7-8d59-48f8-a95d-3e2fe4f617da") - ) - (via - (at 139 118) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 1) - (uuid "fe416fc7-4c72-4b0e-a0b6-8ed06e24ae03") - ) - (segment - (start 62.065 63.21) - (end 59.613 60.758) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "0b8f6899-6453-4e33-b4db-ab84a9a91f35") - ) - (segment - (start 69.856 88.52) - (end 59.032 88.52) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "1631b6c0-6bc1-49a3-b083-0b0f7f58ab04") - ) - (segment - (start 62.77 63.21) - (end 62.065 63.21) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "27a2f29c-240b-4b90-b1eb-3150bcec9bc8") - ) - (segment - (start 59.032 88.52) - (end 58.016 87.504) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "5dee9974-2e46-400e-bf23-15470c2e522e") - ) - (segment - (start 70.97 89.634) - (end 69.856 88.52) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "6d2d94d3-bf39-4b94-a00d-2232494c3bfe") - ) - (segment - (start 74.780005 66.168005) - (end 74.78 66.168) - (width 0.254) - (layer "B.Cu") - (net 1) - (uuid "9738ca79-b291-42b8-aad8-113336276f40") - ) - (segment - (start 76.811995 66.168005) - (end 74.780005 66.168005) - (width 0.254) - (layer "B.Cu") - (net 1) - (uuid "a9f99cf8-48d5-496a-8b4a-626f31869b41") - ) - (segment - (start 70.97 90.298) - (end 70.97 89.634) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "aba565bd-5f5e-46d4-808c-7ecf7b86e052") - ) - (segment - (start 58.016 87.504) - (end 58.016 64.644) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "b20da18b-26ce-4018-a384-e69b996ce0ed") - ) - (segment - (start 58.016 64.644) - (end 59.45 63.21) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "d249362b-04b8-4b05-857d-dce39d525088") - ) - (segment - (start 59.45 63.21) - (end 62.77 63.21) - (width 0.508) - (layer "B.Cu") - (net 1) - (uuid "f9ef34ed-d7f7-4fc1-84d6-da9eb1e7b48e") - ) - (segment - (start 63.842 71.568) - (end 63.842 69.74) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "00000000-0000-0000-0000-000060f3d619") - ) - (segment - (start 65.382 60.392) - (end 63.048 60.392) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "00000000-0000-0000-0000-000060f3d61c") - ) - (segment - (start 63.048 60.392) - (end 62.77 60.67) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "00000000-0000-0000-0000-000060f3d634") - ) - (segment - (start 63.842 69.74) - (end 64.112 69.47) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "00000000-0000-0000-0000-000060f3d66d") - ) - (segment - (start 74.526 51.69) - (end 74.526 54.164) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "00000000-0000-0000-0000-000060fbe553") - ) - (segment - (start 74.526 54.164) - (end 74.592 54.23) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "00000000-0000-0000-0000-000060fbe568") - ) - (segment - (start 76.05 59.31) - (end 75.034 59.31) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "05ab73d9-d74f-4703-8f9c-1f68e77a381d") - ) - (segment - (start 62.47 69.47) - (end 60.683 67.683) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "0c6b6e99-db2d-401e-9b50-1c524bd15302") - ) - (segment - (start 65.636 60.072) - (end 65.636 58.548) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "1b7ad8a8-9c78-497f-a7eb-4a03db8b78cd") - ) - (segment - (start 84.178 67.437994) - (end 78.327999 61.587993) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "2bc8b6d5-69a9-4f44-a300-5713caccc3a2") - ) - (segment - (start 75.034 59.31) - (end 71.572 55.848) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "2bdb94b3-548c-4469-9f91-e9a4b91d106f") - ) - (segment - (start 84.178 72.788) - (end 84.178 67.437994) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "2e4e3f7c-de14-41a8-8aa2-c7efd1c6bedc") - ) - (segment - (start 83.605 73.361) - (end 84.178 72.788) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "4172cdef-9773-4f49-ad39-0777b4d285d1") - ) - (segment - (start 62.498 60.67) - (end 62.77 60.67) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "77c9886f-40ab-413f-8d81-7ca38f7f541e") - ) - (segment - (start 69.446 55.848) - (end 71.5275 55.848) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "897ee1c6-c56c-4be8-81e9-cb87478522c2") - ) - (segment - (start 60.683 62.485) - (end 62.498 60.67) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "8ca6bf31-de16-43c2-b797-7402ea9b0a41") - ) - (segment - (start 78.327999 61.587993) - (end 77.828 61.087994) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "90542e49-f25c-4968-a003-f802c269f1ac") - ) - (segment - (start 73.1455 54.23) - (end 74.592 54.23) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "9131bb63-8bc4-4481-a978-9f2138270d30") - ) - (segment - (start 65.636 58.548) - (end 68.336 55.848) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "9146bbce-df9a-4492-bd11-f1d52597db78") - ) - (segment - (start 64.112 69.47) - (end 62.47 69.47) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "a0bfbd68-370b-48d0-bd09-c5644c0e9f4d") - ) - (segment - (start 71.5275 55.848) - (end 73.1455 54.23) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "b375d7dc-852a-4b21-92f3-a64ed27e1d6d") - ) - (segment - (start 68.336 55.848) - (end 69.446 55.848) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "b77d3837-1f3f-4969-a12e-e4588c100b16") - ) - (segment - (start 60.683 67.683) - (end 60.683 62.485) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "b97ead65-8c30-4043-a441-4a2d02ddf7a3") - ) - (segment - (start 64.874 60.392) - (end 65.316 60.392) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "eb0174b0-52ea-4534-b8b6-9a435e6a1719") - ) - (segment - (start 71.572 55.848) - (end 69.954 55.848) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "f38fd4bc-59a8-4595-9fdb-d5e4ad4d9e65") - ) - (segment - (start 65.316 60.392) - (end 65.636 60.072) - (width 0.254) - (layer "F.Cu") - (net 2) - (uuid "fb3af10b-c303-464d-aea3-b7dc42b4c61a") - ) - (segment - (start 83.605 74.439) - (end 83.605 73.361) - (width 0.3048) - (layer "F.Cu") - (net 2) - (uuid "ff7e4cd8-f0f4-4095-b8cb-9bd64908ea28") - ) - (via - (at 76.05 59.31) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 2) - (uuid "83cbeeae-6916-4a0d-8777-f65c1fa75ec2") - ) - (via - (at 77.828 61.087994) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 2) - (uuid "e2b2730f-1e4e-4836-a707-debb1c6b7d79") - ) - (segment - (start 77.827994 61.087994) - (end 77.828 61.087994) - (width 0.254) - (layer "B.Cu") - (net 2) - (uuid "44561c8e-30e5-4c4d-afcc-cc3b42dc85b1") - ) - (segment - (start 76.05 59.31) - (end 77.827994 61.087994) - (width 0.254) - (layer "B.Cu") - (net 2) - (uuid "71b6ee38-b0f3-4f19-9016-d96a3a0e5824") - ) - (segment - (start 78.656 79.9) - (end 78.656 78.25) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060f3d616") - ) - (segment - (start 78.656 78.25) - (end 78.655 78.249) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060f3d628") - ) - (segment - (start 62.77 65.75) - (end 65.03 65.75) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060f3d649") - ) - (segment - (start 65.03 65.75) - (end 65.382 66.102) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060f3d670") - ) - (segment - (start 82.146 44.07) - (end 83.162 43.054) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060fbe54d") - ) - (segment - (start 83.162 43.054) - (end 83.162 41.596) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060fbe550") - ) - (segment - (start 83.162 41.596) - (end 83.096 41.53) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "00000000-0000-0000-0000-000060fbe562") - ) - (segment - (start 79.86 57.63175) - (end 83.57025 57.63175) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "029b5058-3863-4a72-9d55-7c41ab38e3d3") - ) - (segment - (start 83.57025 57.63175) - (end 86.27501 54.92699) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "10817b47-fec1-4ce1-84a7-a4bc5bf402b5") - ) - (segment - (start 73.858 69.63) - (end 75.846811 67.641189) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "281e021e-a94b-42e1-ab7a-1545664cd9b3") - ) - (segment - (start 86.27501 43.62701) - (end 84.178 41.53) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "42295a70-7fbb-4c12-95e8-60c78dae8974") - ) - (segment - (start 72.494 69.63) - (end 73.858 69.63) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "4495ce6b-804c-466f-bc2e-914ad5958f90") - ) - (segment - (start 69.954 69.47) - (end 72.334 69.47) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "82950d1e-e3a1-410b-8c2f-151ee120471f") - ) - (segment - (start 78.655 78.249) - (end 73.764 78.249) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "887c9b70-08ae-4267-bfb7-60a709ff4b3d") - ) - (segment - (start 72.334 69.47) - (end 72.494 69.63) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "8b43d4bd-0d1b-4318-988a-9ce86b8eeb11") - ) - (segment - (start 84.178 41.53) - (end 83.096 41.53) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "8ff28c4f-f6ff-4ca6-a23c-e22b6cbf5e99") - ) - (segment - (start 86.27501 54.67299) - (end 86.27501 43.62701) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "922aec23-8ca3-4b67-8102-11a41a44caba") - ) - (segment - (start 75.846811 61.644941) - (end 79.86 57.63175) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "a14b5557-21db-4988-a17c-38833acc2abd") - ) - (segment - (start 66.586 66.102) - (end 69.954 69.47) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "a4fa4776-a796-4571-a7cc-c754f726ae9d") - ) - (segment - (start 72.494 76.979) - (end 72.494 69.63) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "a75f07f6-2d05-4e11-bafb-25b72e18b4a5") - ) - (segment - (start 65.382 66.102) - (end 66.586 66.102) - (width 0.254) - (layer "F.Cu") - (net 3) - (uuid "a880d426-d146-408d-b3e1-ecaea18659bc") - ) - (segment - (start 73.764 78.249) - (end 72.494 76.979) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "c4483368-e68c-4ea2-a607-bde278e593fb") - ) - (segment - (start 86.27501 54.92699) - (end 86.27501 54.67299) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "c48d9aaa-3d40-4f3a-aea7-a84896e481f2") - ) - (segment - (start 75.846811 67.641189) - (end 75.846811 61.644941) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "c6e8f171-a064-456f-9a7d-347e1d82ad4e") - ) - (segment - (start 86.27501 54.67299) - (end 86.27501 54.29501) - (width 0.3048) - (layer "F.Cu") - (net 3) - (uuid "df8543ce-553d-4409-8594-439ac17f5a69") - ) - (segment - (start 83.605 75.709) - (end 83.605 76.979) - (width 0.254) - (layer "F.Cu") - (net 4) - (uuid "00000000-0000-0000-0000-000060f3d646") - ) - (segment - (start 63.5 92.688) - (end 67.668 88.52) - (width 0.3048) - (layer "F.Cu") - (net 4) - (uuid "24692aa1-98ca-47ac-8ce1-c05ae8a98613") - ) - (segment - (start 84.58 76.979) - (end 83.605 76.979) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "26578a5d-ac70-41eb-84c5-2a1d14f2a00b") - ) - (segment - (start 63.5 96) - (end 63.5 92.688) - (width 0.3048) - (layer "F.Cu") - (net 4) - (uuid "4d99c7ff-e141-46f6-8a12-9177dfed8371") - ) - (segment - (start 83.686 81.662) - (end 85.448 79.9) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "57ea13f1-b051-4e3e-98b8-01a9b7ce7821") - ) - (segment - (start 77.431494 89.647494) - (end 76.311994 89.647494) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "619e512f-d233-4c63-b3f7-06abfb301fa9") - ) - (segment - (start 71.478 88.52) - (end 72.605494 89.647494) - (width 0.3048) - (layer "F.Cu") - (net 4) - (uuid "718619c6-2575-46b6-af17-1f2995ed1f48") - ) - (segment - (start 77.7245 91.06) - (end 77.7245 89.9405) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "79ad31b5-4016-4df4-96a1-1d1edef80ec6") - ) - (segment - (start 85.448 79.9) - (end 85.448 77.847) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "8edc684a-78a7-4496-b639-f97b853e0178") - ) - (segment - (start 76.311994 89.647494) - (end 76.311994 82.670006) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "ca23b7ec-8b4d-4f79-ad5c-aa84618b7d2e") - ) - (segment - (start 77.32 81.662) - (end 83.686 81.662) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "d8163224-efc0-4db0-8d83-15f857042625") - ) - (segment - (start 67.668 88.52) - (end 71.478 88.52) - (width 0.3048) - (layer "F.Cu") - (net 4) - (uuid "d89bf436-cee2-432a-be9a-2aa9cc234028") - ) - (segment - (start 77.7245 89.9405) - (end 77.431494 89.647494) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "e8b12930-7baf-482f-ac9e-bc96970dee40") - ) - (segment - (start 76.311994 82.670006) - (end 77.32 81.662) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "f160e6c0-8256-47fa-b09d-e4a66c7e4654") - ) - (segment - (start 85.448 77.847) - (end 84.58 76.979) - (width 0.508) - (layer "F.Cu") - (net 4) - (uuid "f6d7742d-29c6-43c9-a9fb-cde18130fb7b") - ) - (segment - (start 72.605494 89.647494) - (end 76.311994 89.647494) - (width 0.3048) - (layer "F.Cu") - (net 4) - (uuid "ff77c221-17d3-4e50-a7ef-cebc0fa0e3ae") - ) - (segment - (start 68.668 101.794) - (end 68.11 101.794) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "0928d93d-d8f5-4eb1-979b-2d41a988437a") - ) - (segment - (start 92.289242 96.648) - (end 89.766 96.648) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "11d91238-c445-4587-a8dc-2b9f8ecf8f00") - ) - (segment - (start 118.214 108.078) - (end 117.071 109.221) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "122a9517-2a1b-46ef-915b-f8bf5496ed02") - ) - (segment - (start 77.828 102.744) - (end 76.304 102.744) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "1268f37a-4963-4e74-942a-ca9b6ce6b16f") - ) - (segment - (start 64.62 111.126) - (end 65.382 111.888) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "19bd7eb6-990a-43a5-984d-06d0045b342e") - ) - (segment - (start 79.098 100.458) - (end 78.844 100.712) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "1ea4bef1-4abb-4b38-9340-2b89cf9ee094") - ) - (segment - (start 89.258 97.156) - (end 87.8375 97.156) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "202fe7f7-a93b-41a8-9b7f-0ce6a213aca0") - ) - (segment - (start 97.386 88.774) - (end 97.64 88.52) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "235a1693-c35d-4fcd-8776-0c5e30a04f4b") - ) - (segment - (start 136.9065 68.2) - (end 137.518 68.2) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "2760749b-2227-4596-a29b-59d6c4e0cb08") - ) - (segment - (start 136.502 105.2705) - (end 136.502 105.03) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "29b22154-7b00-447f-a12f-a09d56b92deb") - ) - (segment - (start 97.64 88.52) - (end 100.942 88.52) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "2b6ad0be-c811-440e-a801-b7ca9cfed6f2") - ) - (segment - (start 74.098 95.687) - (end 74.297 95.886) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "2bc6fc0d-5347-4bdd-a569-53571466c430") - ) - (segment - (start 97.132 83.186) - (end 97.132 84.456) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "321cf429-b3ee-49be-a001-e2421fcab424") - ) - (segment - (start 97.386 91.06) - (end 97.386 88.774) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "36c3c1bf-2b17-4d4a-a7a1-ac49ce5a0a25") - ) - (segment - (start 71.638842 108.774) - (end 67.734 108.774) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "382a56b0-31a8-4897-88f1-2c9fa80c0184") - ) - (segment - (start 100.942 89.409) - (end 100.942 88.52) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "3868d90b-48e2-4fc1-bddb-b8da9f8088b8") - ) - (segment - (start 105.006 91.06) - (end 103.322 89.376) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "3d984c62-5702-4772-8ecd-76d1dbb836f3") - ) - (segment - (start 102.466 91.06) - (end 102.466 90.933) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "3fdea6c1-697e-412f-a2c4-40e7e843f71a") - ) - (segment - (start 68.668 101.794) - (end 70.65 101.794) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "3ff396b9-8c3b-4310-8bd8-c9ac80a1617f") - ) - (segment - (start 98.8065 108.4355) - (end 98.783 108.412) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "41049e74-f30e-460f-a8b2-570d14fdd213") - ) - (segment - (start 84.8365 97.2595) - (end 81.384 100.712) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "41e268ba-3cf2-4e83-9691-d066e9d224a2") - ) - (segment - (start 70.65 101.794) - (end 70.716 101.728) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "4207e91b-5b18-4a29-931f-c17d145ccbe9") - ) - (segment - (start 133.708 104.522) - (end 132.692 103.506) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "42343505-c56d-412a-871a-5e1b81094298") - ) - (segment - (start 93.559242 95.378) - (end 92.289242 96.648) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "44245387-a6ef-4ff6-97ad-2f68d99c3b46") - ) - (segment - (start 102.908 88.52) - (end 102.974 88.454) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "47e8e1ce-6035-4ef0-9d8c-ff9b678eb961") - ) - (segment - (start 135.7265 105.2705) - (end 136.502 105.2705) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "495147f2-cf6f-44ee-adf8-c58c623780d8") - ) - (segment - (start 136.944 68.1625) - (end 136.9065 68.2) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "4b26c10e-b011-49e3-8a63-68cd7e76faaa") - ) - (segment - (start 68.11 101.794) - (end 67.668 102.236) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "4b3f30f7-67e9-4aaa-bf6f-c818c9a3b6f1") - ) - (segment - (start 137.772 72.710356) - (end 137.772 75.312) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "4c79d59f-361a-4113-b374-fc5d22c22400") - ) - (segment - (start 78.844 100.712) - (end 76.304 100.712) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "4e746561-af4a-43da-875d-2c8a257bd89d") - ) - (segment - (start 82.146 106.178) - (end 78.373158 106.178) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "4e8a7282-3704-4567-a62b-17c0198752dc") - ) - (segment - (start 133.2 83.44) - (end 133.2 89.536) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "556b10e0-d2ac-4913-933e-fcee8edf03ad") - ) - (segment - (start 127.0735 110.872) - (end 123.548 110.872) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "5896e012-f7cb-431e-9311-1e505b4e8ccb") - ) - (segment - (start 136.502 104.014) - (end 136.248 103.76) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "59f294a6-5ca4-4871-9919-87640baaa6ed") - ) - (segment - (start 67.734 108.774) - (end 64.62 108.774) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "5bc7095a-070d-4c97-be60-1381ef305c55") - ) - (segment - (start 136.502 105.2705) - (end 136.502 104.014) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "5c2765e6-b054-4c62-bf26-8faaf6ce7db6") - ) - (segment - (start 76.426 96.648) - (end 76.304 96.77) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "5e2dfbeb-4688-4f0e-a680-1f8a5dd0fb82") - ) - (segment - (start 76.304 102.744) - (end 76.304 104.108842) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "5f06c506-9736-4a26-8558-07bdb856a762") - ) - (segment - (start 133.708 80.9) - (end 133.2 81.408) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "5fc89a3b-d35c-461a-b398-73e8f469a391") - ) - (segment - (start 136.2345 105.538) - (end 133.84 105.538) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "60ee0a66-330a-4f31-b98b-3a9e254b8f9e") - ) - (segment - (start 74.297 95.886) - (end 75.42 95.886) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "6179a0a6-dadf-47ae-80a8-9518e107acdb") - ) - (segment - (start 107.292 106.808) - (end 108.248 106.808) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "62925f9b-4f40-411e-9876-e3911147090d") - ) - (segment - (start 103.322 89.376) - (end 103.228 89.376) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "6494e3bf-2c6b-4d11-a3e8-3c5b33a2b258") - ) - (segment - (start 87.734 97.2595) - (end 84.8365 97.2595) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "65039c4a-3488-4fac-824b-6281411f28be") - ) - (segment - (start 137.87359 72.608766) - (end 137.772 72.710356) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "6de7fe53-8ac4-4b2e-a5d2-752fa1cba9d9") - ) - (segment - (start 136.9065 68.2) - (end 137.01 68.2) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "7085fc86-987e-43d8-8d1a-9571a84c339a") - ) - (segment - (start 79.098 96.648) - (end 79.098 100.458) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "711638da-7d59-4800-86a6-946ac52da478") - ) - (segment - (start 98.656 93.092) - (end 98.656 89.536) - (width 0.254) - (layer "F.Cu") - (net 5) - (uuid "72d00c21-19a8-4901-9101-72d79a24bafc") - ) - (segment - (start 76.304 104.108842) - (end 71.638842 108.774) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "72e755fe-db56-49c4-854b-1ab86959d52a") - ) - (segment - (start 82.268 106.3) - (end 82.146 106.178) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "7338ca4a-b4ff-44e3-b056-ddc3fb8295f7") - ) - (segment - (start 102.466 90.933) - (end 100.942 89.409) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "776882be-5a0a-412e-8daf-202f0c974c46") - ) - (segment - (start 97.132 84.456) - (end 96.37 85.218) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "77abbe9b-4e0b-4dbe-bada-1c8ea7162c79") - ) - (segment - (start 134.582 78.502) - (end 134.582 80.9) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "7866ffd1-044e-49e7-a504-acb23858654f") - ) - (segment - (start 103.228 88.708) - (end 102.974 88.454) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "7cc672d1-2fbb-4c64-ac8d-2e592ba0e97d") - ) - (segment - (start 133.708 105.67) - (end 132.2755 105.67) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "81c8aa86-166f-48bf-a969-ea745f780961") - ) - (segment - (start 64.62 108.774) - (end 64.62 111.126) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "828be2c2-06b0-481a-8a0d-2f502945fbf1") - ) - (segment - (start 135.5475 100.488) - (end 134.44 100.488) - (width 0.254) - (layer "F.Cu") - (net 5) - (uuid "840cfea3-5c4a-4d2d-be56-39427b5085cb") - ) - (segment - (start 100.18 94.616) - (end 99.418 95.378) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "87b46094-e5c3-4be6-8438-6bb355fb4357") - ) - (segment - (start 132.692 100.712) - (end 133.327 100.077) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "888b0756-f324-4435-8596-e1d8df56f2b1") - ) - (segment - (start 87.8375 97.156) - (end 87.734 97.2595) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "8a5ae981-5fe5-4c6e-bd88-74a08d7e8ad5") - ) - (segment - (start 134.582 80.9) - (end 133.708 80.9) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "8d3bb399-17af-4b22-bf3f-2dbd76905302") - ) - (segment - (start 98.656 89.536) - (end 97.64 88.52) - (width 0.254) - (layer "F.Cu") - (net 5) - (uuid "8ef03873-4cc6-4b57-8e2c-eab1320a7c80") - ) - (segment - (start 101.45 95.886) - (end 132.946 95.886) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "930a36db-e4df-46e8-82a6-d65963a487a1") - ) - (segment - (start 79.098 96.648) - (end 76.426 96.648) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "932e3283-5110-428f-b6d6-16e3aad33527") - ) - (segment - (start 132.692 103.506) - (end 132.692 100.712) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "932e3f87-513d-4bf5-a751-c727cc3c952f") - ) - (segment - (start 133.327 100.077) - (end 133.327 95.505) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "9398e74c-cf54-4b18-a588-b7152cc5d57e") - ) - (segment - (start 65.382 111.888) - (end 67.789 111.888) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "97feea9d-6279-4220-af34-6dcea2cb5525") - ) - (segment - (start 100.942 88.52) - (end 102.908 88.52) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "9885d9ae-e188-4573-b911-09f56b867ee9") - ) - (segment - (start 103.228 89.376) - (end 103.228 88.708) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "9a466e29-582a-4a24-96a2-f9fa1da880a6") - ) - (segment - (start 99.418 95.378) - (end 93.559242 95.378) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "9dade6d2-17b1-49c5-b08f-e83d0afcd64b") - ) - (segment - (start 133.2 81.408) - (end 133.2 83.44) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "9dc7275c-9f7d-4f70-9176-512524165a68") - ) - (segment - (start 106.276 107.824) - (end 107.292 106.808) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "9e1d1287-efe3-4c1b-b85c-14d71c440f53") - ) - (segment - (start 136.502 105.2705) - (end 136.2345 105.538) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "9ea87f08-2cd7-433d-8774-2d0d4a55abef") - ) - (segment - (start 137.772 75.312) - (end 134.582 78.502) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "a3c25c28-9166-4910-9a1a-243a458eb72d") - ) - (segment - (start 67.668 102.236) - (end 67.668 104.779761) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "ad68059a-955c-4a41-a850-615aecc6c90f") - ) - (segment - (start 133.708 105.67) - (end 133.068 105.67) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "afa2e26d-a521-4715-87dd-c5848d8bab3d") - ) - (segment - (start 134.44 100.488) - (end 133.708 101.22) - (width 0.254) - (layer "F.Cu") - (net 5) - (uuid "b12b92a3-7651-4966-b29d-66376922f741") - ) - (segment - (start 87.734 97.2595) - (end 87.734 95.632) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "b1d1c3e8-dbee-466c-8624-8c98315b42c6") - ) - (segment - (start 76.304 100.712) - (end 76.304 102.744) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "b350363e-f38d-4b98-9c5f-66e2336e4054") - ) - (segment - (start 89.766 96.648) - (end 89.258 97.156) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "b8529028-d8a0-4477-9df3-e34c52b36464") - ) - (segment - (start 137.518 68.2) - (end 137.87359 68.55559) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "b87625ae-6a8d-4646-98b0-272a517d2f71") - ) - (segment - (start 132.946 95.886) - (end 133.327 95.505) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "bd16906b-9f9a-425b-9113-8a2753c61f08") - ) - (segment - (start 67.734 108.774) - (end 67.734 104.842) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "be5f9e48-36d3-4427-aa62-237871ac88f3") - ) - (segment - (start 98.91 93.346) - (end 98.656 93.092) - (width 0.254) - (layer "F.Cu") - (net 5) - (uuid "c339ea21-4045-48ef-b379-bbb280868fb9") - ) - (segment - (start 97.386 90.552) - (end 96.37 89.536) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "c6fbd757-663e-4fcc-824f-aae80cc5060a") - ) - (segment - (start 117.071 106.935) - (end 116.944 106.808) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "c875d5ba-8e86-4003-b7c1-68afb577a782") - ) - (segment - (start 132.2755 105.67) - (end 127.0735 110.872) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "c87cda52-b741-4b3f-b577-d85a87961597") - ) - (segment - (start 87.48 96.949) - (end 87.48 97.156) - (width 0.254) - (layer "F.Cu") - (net 5) - (uuid "cd745a1f-c9e7-40cb-ac81-f4385ed2df0a") - ) - (segment - (start 135.232 103.76) - (end 133.708 102.236) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "ce5fd1eb-6ff2-4349-844f-fed4a1e9e097") - ) - (segment - (start 133.84 105.538) - (end 133.708 105.67) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "cf1b1754-886d-4d49-96b2-30ddceba466d") - ) - (segment - (start 78.373158 106.178) - (end 76.304 104.108842) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "cfe7688a-b80d-44c8-829f-922441f32b80") - ) - (segment - (start 96.37 89.536) - (end 96.37 85.218) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "d240bb55-a4cb-45ed-8003-2c431deed2dc") - ) - (segment - (start 75.42 95.886) - (end 76.304 96.77) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "d39d2048-b1cf-41bf-8bf3-48e7545cb13e") - ) - (segment - (start 136.944 66.406) - (end 136.944 68.1625) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "d3ce66d6-aa9a-4923-84e7-f9ccc21caa6a") - ) - (segment - (start 98.783 107.189) - (end 98.656 107.062) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "d551da96-382d-453b-88eb-5bf8c55ca2bb") - ) - (segment - (start 136.248 103.76) - (end 135.232 103.76) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "d6347d0b-0158-46da-b46b-48985a4a3a33") - ) - (segment - (start 100.942 108.4355) - (end 98.8065 108.4355) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "d7373e5a-8083-45f1-8d16-153eee66b44c") - ) - (segment - (start 98.783 108.412) - (end 98.783 107.189) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "d81b2357-1c9a-4cd6-8dd1-42629e906850") - ) - (segment - (start 133.708 105.67) - (end 133.708 104.522) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "d8714f73-4146-4424-b002-0e0269bd82f3") - ) - (segment - (start 117.071 109.221) - (end 117.071 106.935) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "d928024a-d390-4d7b-b813-41241f5bae0e") - ) - (segment - (start 98.91 93.346) - (end 101.45 95.886) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "de71ee8d-ca3a-4b6e-870d-e593736c0bef") - ) - (segment - (start 119.183 108.078) - (end 118.214 108.078) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "e047ccff-3402-4b68-848e-3fb25a93f5e8") - ) - (segment - (start 81.384 100.712) - (end 78.844 100.712) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "e83c7a38-dd3f-4f49-8feb-9f279f42378c") - ) - (segment - (start 119.183 110.11) - (end 119.183 108.078) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "f00ba42e-c439-4507-af31-6654e00e809b") - ) - (segment - (start 97.386 91.06) - (end 97.386 90.552) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "f0609a30-b39c-46bb-b72a-980ec46a26c2") - ) - (segment - (start 137.87359 68.55559) - (end 137.87359 72.608766) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "f1e6f763-e65b-4943-bb07-0b86fcafc012") - ) - (segment - (start 133.708 102.236) - (end 133.708 101.22) - (width 0.508) - (layer "F.Cu") - (net 5) - (uuid "faae9166-d5bb-4770-a210-e2ebae3f7dab") - ) - (segment - (start 84.686 106.3) - (end 82.268 106.3) - (width 0.3048) - (layer "F.Cu") - (net 5) - (uuid "fb2a669c-f64d-486d-bad7-af9b1f120a63") - ) - (via - (at 98.656 107.062) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 5) - (uuid "0217f663-c57c-4f46-a5c9-66e1b4e808f9") - ) - (via - (at 133.2 89.536) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 5) - (uuid "177e2518-c81d-420e-8af6-b4a47b732a3e") - ) - (via - (at 106.276 107.824) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 5) - (uuid "1d8400c0-18fe-4d5a-844d-28e30a98308d") - ) - (via - (at 123.548 110.872) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 5) - (uuid "424f0de9-e59d-4458-b7d6-a6eb4a5eb3c3") - ) - (via - (at 133.327 95.505) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 5) - (uuid "c4bba0c0-46ff-447e-91f4-8419783ec039") - ) - (via - (at 117.071 109.221) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 5) - (uuid "c9b8ab94-287a-4518-8567-404f8a5d013d") - ) - (segment - (start 106.276 107.824) - (end 99.418 107.824) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "00000000-0000-0000-0000-000060f68d2f") - ) - (segment - (start 115.674 107.824) - (end 106.276 107.824) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "22895622-0b14-4df8-a1e2-8b65bef2d2e7") - ) - (segment - (start 102.466 91.06) - (end 102.466 83.44) - (width 0.3048) - (layer "B.Cu") - (net 5) - (uuid "37e07044-48a2-4038-9b7c-4e867576320f") - ) - (segment - (start 133.2 95.378) - (end 133.327 95.505) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "3915f87c-2033-4209-99a9-91bdbfe1a0b7") - ) - (segment - (start 117.071 109.221) - (end 121.897 109.221) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "8f9eae23-1001-420c-bae2-b0f1eed2ce32") - ) - (segment - (start 117.071 109.221) - (end 115.674 107.824) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "ae462e9c-fda4-4fd3-957f-782cef6d4abb") - ) - (segment - (start 121.897 109.221) - (end 123.548 110.872) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "b1f49721-3601-4933-8a95-64330d54fe34") - ) - (segment - (start 133.2 89.536) - (end 133.2 95.378) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "b28b8254-4896-4332-8459-6259a8710671") - ) - (segment - (start 105.006 83.44) - (end 104.752 83.186) - (width 0.3048) - (layer "B.Cu") - (net 5) - (uuid "be26658d-4d0e-4832-ad1b-f43298e2bbed") - ) - (segment - (start 105.006 91.06) - (end 105.006 83.44) - (width 0.3048) - (layer "B.Cu") - (net 5) - (uuid "d1209713-20ab-4f00-95db-5517191a8c63") - ) - (segment - (start 102.466 83.44) - (end 102.212 83.186) - (width 0.3048) - (layer "B.Cu") - (net 5) - (uuid "dd0b5053-d3a8-482b-9b59-11110913892c") - ) - (segment - (start 99.418 107.824) - (end 98.656 107.062) - (width 0.508) - (layer "B.Cu") - (net 5) - (uuid "ea84e763-7f97-421c-9d98-78c1211725c1") - ) - (segment - (start 78.289 72.788) - (end 78.289 70.831) - (width 0.254) - (layer "F.Cu") - (net 6) - (uuid "00000000-0000-0000-0000-000060f3d640") - ) - (segment - (start 80.495 68.327) - (end 80.495 68.327) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "00000000-0000-0000-0000-000060f7cc26") - ) - (segment - (start 77.066 57.405) - (end 77.066 57.405) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "00000000-0000-0000-0000-000060f7cc28") - ) - (segment - (start 74.526 49.15) - (end 72.0895 49.15) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "00000000-0000-0000-0000-000060fbe514") - ) - (segment - (start 72.0895 49.15) - (end 71.986 49.0465) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "00000000-0000-0000-0000-000060fbe517") - ) - (segment - (start 69.9915 49.0465) - (end 69.954 49.084) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "00000000-0000-0000-0000-000060fbe52f") - ) - (segment - (start 71.986 49.0465) - (end 69.9915 49.0465) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "00000000-0000-0000-0000-000060fbe53e") - ) - (segment - (start 80.114 70.756) - (end 80.114 68.708) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "05139927-2399-45da-9e25-4e0ef299ea8e") - ) - (segment - (start 75.61099 55.94999) - (end 77.066 57.405) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "0a411b33-9674-4542-a4d4-e495eb300441") - ) - (segment - (start 75.542 49.15) - (end 76.304 49.912) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "287901b9-1daa-486c-9e4a-8d36f719dd89") - ) - (segment - (start 76.304 49.912) - (end 76.304 52.452) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "4c0cc140-2e67-417d-85ab-c4b9b5db1b44") - ) - (segment - (start 76.304 52.452) - (end 75.61099 53.14501) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "84bf3e69-0081-4977-bceb-c6ed758245d8") - ) - (segment - (start 80.114 68.708) - (end 80.495 68.327) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "90aa0df5-8523-4641-afac-63d84c24e8ab") - ) - (segment - (start 74.526 49.15) - (end 75.542 49.15) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "99f152cb-8607-4928-912d-574d964c569f") - ) - (segment - (start 75.61099 53.14501) - (end 75.61099 55.94999) - (width 0.254) - (layer "F.Cu") - (net 7) - (uuid "b9b58be3-3341-46d8-b0e4-7dd091090b69") - ) - (via - (at 80.495 68.327) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 7) - (uuid "1fcbd679-a89e-4527-a26f-5aba9e7f92ea") - ) - (via - (at 77.066 57.405) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 7) - (uuid "9273608b-84b6-4eec-ab25-78b6cc965a7c") - ) - (segment - (start 77.066 57.405) - (end 80.495 60.834) - (width 0.3048) - (layer "B.Cu") - (net 7) - (uuid "39533e9f-8734-4eba-919e-39b191ac00d8") - ) - (segment - (start 80.495 60.834) - (end 80.495 68.327) - (width 0.3048) - (layer "B.Cu") - (net 7) - (uuid "7305fe22-ff29-4906-accc-a4f96ce0c624") - ) - (segment - (start 71.986 47.2215) - (end 69.9915 47.2215) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe50b") - ) - (segment - (start 73.51 46.61) - (end 72.8985 47.2215) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe51a") - ) - (segment - (start 69.954 45.1895) - (end 70.0575 45.086) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe526") - ) - (segment - (start 74.526 46.61) - (end 73.51 46.61) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe529") - ) - (segment - (start 72.8985 47.2215) - (end 71.986 47.2215) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe52c") - ) - (segment - (start 69.954 47.184) - (end 69.954 45.1895) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe535") - ) - (segment - (start 69.9915 47.2215) - (end 69.954 47.184) - (width 0.254) - (layer "F.Cu") - (net 8) - (uuid "00000000-0000-0000-0000-000060fbe538") - ) - (segment - (start 76.05 73.9075) - (end 74.0555 73.9075) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "00000000-0000-0000-0000-000060f3d59e") - ) - (segment - (start 78.655 74.439) - (end 77.193 74.439) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "00000000-0000-0000-0000-000060f3d5bf") - ) - (segment - (start 76.6615 73.9075) - (end 76.05 73.9075) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "00000000-0000-0000-0000-000060f3d601") - ) - (segment - (start 77.193 74.439) - (end 76.6615 73.9075) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "00000000-0000-0000-0000-000060f3d604") - ) - (segment - (start 83 80) - (end 83 80) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "00000000-0000-0000-0000-000060f7b908") - ) - (segment - (start 76.05 72.05) - (end 76.05 72.05) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "00000000-0000-0000-0000-000060f7b90a") - ) - (segment - (start 76.05 73.9075) - (end 76.05 72.05) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "64208023-a98c-463c-b99d-ef482e14fce3") - ) - (segment - (start 83.605 79.395) - (end 83 80) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "9280e719-5e63-449c-bfa6-0016f247fda5") - ) - (segment - (start 83.605 78.249) - (end 83.605 79.395) - (width 0.254) - (layer "F.Cu") - (net 9) - (uuid "fd8393e5-1deb-4cd8-a741-f26d62aa0ea1") - ) - (via - (at 83 80) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 9) - (uuid "abbcf2b1-00f1-4129-8290-7c0c70d9b996") - ) - (via - (at 76.05 72.05) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 9) - (uuid "e9f47a7f-8c3d-47b5-ad40-81f16ced8274") - ) - (segment - (start 83 79) - (end 76.05 72.05) - (width 0.254) - (layer "B.Cu") - (net 9) - (uuid "2c849aa2-3aa6-49c0-95df-a899e24e6047") - ) - (segment - (start 83 80) - (end 83 79) - (width 0.254) - (layer "B.Cu") - (net 9) - (uuid "2e1b3731-5a90-49ca-9ede-b9bcdd03d46b") - ) - (segment - (start 78.655 75.709) - (end 79.733 75.709) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5a1") - ) - (segment - (start 76.05 75.7325) - (end 74.0555 75.7325) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5ad") - ) - (segment - (start 79.733 75.709) - (end 80.24101 75.20099) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5b6") - ) - (segment - (start 80.24101 75.20099) - (end 80.24101 72.91501) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5bc") - ) - (segment - (start 80.24101 72.91501) - (end 80.114 72.788) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5da") - ) - (segment - (start 76.0735 75.709) - (end 76.05 75.7325) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5f2") - ) - (segment - (start 78.655 75.709) - (end 76.0735 75.709) - (width 0.254) - (layer "F.Cu") - (net 10) - (uuid "00000000-0000-0000-0000-000060f3d5fe") - ) - (segment - (start 71.8825 45.086) - (end 71.8825 43.0915) - (width 0.254) - (layer "F.Cu") - (net 11) - (uuid "00000000-0000-0000-0000-000060fbe511") - ) - (segment - (start 71.8825 43.0915) - (end 71.92 43.054) - (width 0.254) - (layer "F.Cu") - (net 11) - (uuid "00000000-0000-0000-0000-000060fbe532") - ) - (segment - (start 75.8995 91.06) - (end 74.272 91.06) - (width 0.508) - (layer "F.Cu") - (net 12) - (uuid "8f09b10b-b0be-4e25-bf36-123959c9e561") - ) - (segment - (start 75.8995 91.06) - (end 75.8995 92.9885) - (width 0.508) - (layer "F.Cu") - (net 12) - (uuid "d0b04a20-5bca-4bc2-82fe-df8685f070fd") - ) - (segment - (start 75.8995 92.9885) - (end 75.796 93.092) - (width 0.508) - (layer "F.Cu") - (net 12) - (uuid "d7c21568-bf36-40ae-bd3d-43d1bad1c65a") - ) - (segment - (start 74.098 93.219) - (end 73.971 93.092) - (width 0.3048) - (layer "F.Cu") - (net 13) - (uuid "7d2ddb6d-ffa1-4a6b-b9b6-d2f9fc943683") - ) - (segment - (start 74.098 94.737) - (end 74.098 93.219) - (width 0.508) - (layer "F.Cu") - (net 13) - (uuid "b16e41a0-fa21-4a02-b0e4-f600eed05096") - ) - (segment - (start 71.398 94.737) - (end 71.865 94.737) - (width 0.508) - (layer "F.Cu") - (net 14) - (uuid "33a2880f-cf39-4a3f-a551-d2be66f64e8b") - ) - (segment - (start 71.865 94.737) - (end 71.986 94.616) - (width 0.508) - (layer "F.Cu") - (net 14) - (uuid "49cbcc5e-b20e-4de5-bb17-99a16aa89ff3") - ) - (segment - (start 71.986 94.616) - (end 71.986 93.346) - (width 0.508) - (layer "F.Cu") - (net 14) - (uuid "5fa32eac-f6bc-4c8f-9bc4-4fbd7ef2d4ca") - ) - (segment - (start 71.986 93.346) - (end 72.24 93.092) - (width 0.508) - (layer "F.Cu") - (net 14) - (uuid "e2e77e47-944b-40e8-8c07-d04fafc5b50b") - ) - (segment - (start 62.334 75.265) - (end 62.287 75.312) - (width 0.254) - (layer "F.Cu") - (net 15) - (uuid "26fa77b0-7755-418f-84ae-29b4d375745f") - ) - (segment - (start 61.842 72.518) - (end 62.334 73.01) - (width 0.254) - (layer "F.Cu") - (net 15) - (uuid "29245672-f891-4923-9722-443ac2a3f952") - ) - (segment - (start 62.334 73.01) - (end 62.334 75.265) - (width 0.254) - (layer "F.Cu") - (net 15) - (uuid "fd1d2c4c-5f10-4f5d-890c-40c7c2de8972") - ) - (segment - (start 66.718 70.251) - (end 65.937 69.47) - (width 0.254) - (layer "F.Cu") - (net 16) - (uuid "00000000-0000-0000-0000-000060f3d5a7") - ) - (segment - (start 66.718 71.518) - (end 66.718 70.251) - (width 0.254) - (layer "F.Cu") - (net 16) - (uuid "00000000-0000-0000-0000-000060f3d5f5") - ) - (segment - (start 66.718 72.452) - (end 66.718 71.518) - (width 0.254) - (layer "F.Cu") - (net 16) - (uuid "090c25ef-ea41-41ff-97f4-c1f59ccd7863") - ) - (segment - (start 65.702 73.468) - (end 66.718 72.452) - (width 0.254) - (layer "F.Cu") - (net 16) - (uuid "65b63464-626f-4e35-bfae-a5f6e7ba540a") - ) - (segment - (start 63.842 73.468) - (end 65.702 73.468) - (width 0.254) - (layer "F.Cu") - (net 16) - (uuid "6deec52c-2a4d-4653-a16d-98dd43ecdaf3") - ) - (segment - (start 136.248 50.912) - (end 135.201 50.912) - (width 0.3048) - (layer "F.Cu") - (net 17) - (uuid "142a5b4f-69c4-40f3-b15e-16472aaadc5b") - ) - (segment - (start 134.724 51.389) - (end 134.47 51.643) - (width 0.3048) - (layer "F.Cu") - (net 17) - (uuid "b8570298-6f69-4a31-8911-e53bf4d05d8d") - ) - (segment - (start 135.201 50.912) - (end 134.47 51.643) - (width 0.3048) - (layer "F.Cu") - (net 17) - (uuid "da98537f-9cfb-4f24-a105-b0fa5829bb0d") - ) - (segment - (start 133.163 44.16) - (end 132.692 43.689) - (width 0.254) - (layer "F.Cu") - (net 18) - (uuid "4270dd7b-ad73-4bd4-9e8e-686ec9a1a946") - ) - (segment - (start 138.07 44.16) - (end 133.163 44.16) - (width 0.254) - (layer "F.Cu") - (net 18) - (uuid "4ce3c00d-b0fe-4101-b90b-75052e6933db") - ) - (segment - (start 132.692 43.689) - (end 126.419 43.689) - (width 0.254) - (layer "F.Cu") - (net 18) - (uuid "5367963d-7c4a-4316-8592-90afd9388e70") - ) - (segment - (start 126.419 43.689) - (end 126.004 43.274) - (width 0.254) - (layer "F.Cu") - (net 18) - (uuid "61dec7b5-f40a-4309-83ec-f7d7dda10ebf") - ) - (segment - (start 135.232 44.16) - (end 138.07 44.16) - (width 0.3048) - (layer "F.Cu") - (net 18) - (uuid "9a3a85b0-b90b-4ebf-a048-7055692e8cf4") - ) - (segment - (start 135.232 48.846) - (end 135.298 48.912) - (width 0.3048) - (layer "F.Cu") - (net 18) - (uuid "9cdd5a6c-4cc8-4ada-8d91-99a857ea0896") - ) - (segment - (start 135.232 47.118) - (end 135.232 44.16) - (width 0.3048) - (layer "F.Cu") - (net 18) - (uuid "d7aa44cc-3da7-4afe-9532-1f4904697be1") - ) - (segment - (start 135.232 47.118) - (end 135.232 48.846) - (width 0.3048) - (layer "F.Cu") - (net 18) - (uuid "e492d942-0429-4747-8d73-05a940566c7a") - ) - (segment - (start 137.198 48.912) - (end 137.198 49.846) - (width 0.3048) - (layer "F.Cu") - (net 19) - (uuid "00c51a9d-bf2f-417b-b547-3184f155391b") - ) - (segment - (start 137.772 50.42) - (end 137.772 53.518) - (width 0.3048) - (layer "F.Cu") - (net 19) - (uuid "04a5c1dc-e32d-49ac-873a-1fdd0c616699") - ) - (segment - (start 137.198 49.846) - (end 137.772 50.42) - (width 0.3048) - (layer "F.Cu") - (net 19) - (uuid "64ed867c-f917-44b5-84f1-eeaf4889b2de") - ) - (segment - (start 137.057 47.118) - (end 137.057 48.771) - (width 0.3048) - (layer "F.Cu") - (net 19) - (uuid "8875e83e-c097-4a27-abed-76054a444386") - ) - (segment - (start 137.772 53.518) - (end 137.248 54.042) - (width 0.3048) - (layer "F.Cu") - (net 19) - (uuid "982a817f-9741-4d5e-ab52-9eb0a54aa527") - ) - (segment - (start 137.057 48.771) - (end 137.198 48.912) - (width 0.3048) - (layer "F.Cu") - (net 19) - (uuid "c01eb8dc-de01-425f-befb-3e002314fa03") - ) - (segment - (start 69.7 78.36) - (end 69.7 79.884) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "0268a1c3-0214-4454-a9a9-0833ddc0fb5d") - ) - (segment - (start 117.452 104.268) - (end 117.452 101.474) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "13b54f27-5678-4222-8515-8d3d46123411") - ) - (segment - (start 82.908 92.584) - (end 79.098 88.774) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "145f9790-fd32-41c4-9cd4-5b8f9d0fefb1") - ) - (segment - (start 99.917999 96.886009) - (end 99.418 96.38601) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "2b3a2dd7-3ba7-44a0-80a2-2d09cf2709df") - ) - (segment - (start 68.618 71.518) - (end 69.462 71.518) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "34b8f63c-77fe-442a-a4b3-f0c14f336bd9") - ) - (segment - (start 69.462 71.518) - (end 69.7 71.756) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "4b781070-0fbd-473d-acab-4db4386a5d08") - ) - (segment - (start 114.769009 96.886009) - (end 99.917999 96.886009) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "6021d796-fb24-463c-af9b-290591e26377") - ) - (segment - (start 73.256004 83.440004) - (end 75.288 83.440004) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "6edecf9e-440a-4938-9d6a-766dd3365135") - ) - (segment - (start 77.646106 83.44) - (end 77.320002 83.44) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "6f572281-6995-4993-a706-51fdf71036dc") - ) - (segment - (start 86.083 92.584) - (end 82.908 92.584) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "70462d9c-8c31-4b9a-95b2-6f6f2f15c622") - ) - (segment - (start 79.098 84.891894) - (end 77.646106 83.44) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "9f499718-3efe-4496-a80c-410f7d224090") - ) - (segment - (start 117.452 101.474) - (end 117.706 101.22) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "a2ee5d65-0523-44ed-b5e3-ca264c3a67e6") - ) - (segment - (start 117.706 99.823) - (end 114.769009 96.886009) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "b938d141-bd4c-4b2a-9301-a119823bc50d") - ) - (segment - (start 117.706 101.22) - (end 117.706 99.823) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "c265e5cb-c532-44a3-8c45-0b578c35ea75") - ) - (segment - (start 79.098 88.774) - (end 79.098 84.891894) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "ce7e76f9-2b4e-40df-b31f-cd7a8544e6c6") - ) - (segment - (start 69.7 79.884) - (end 73.256004 83.440004) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "deb93af7-0521-4679-b56f-80cba7bcabca") - ) - (segment - (start 69.7 71.756) - (end 69.7 78.36) - (width 0.3048) - (layer "F.Cu") - (net 20) - (uuid "f1e1efdd-3f0a-47a3-b939-90efcae1ec15") - ) - (via - (at 86.083 92.584) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 20) - (uuid "1f492919-bc8f-4d30-b400-ae79263732a4") - ) - (via - (at 75.288 83.440004) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 20) - (uuid "755f066d-2f28-46c9-973c-fbca52a0ac3a") - ) - (via - (at 77.320002 83.44) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 20) - (uuid "76a6e29f-bacb-4cb1-b0ea-fe8bb22bb9de") - ) - (via - (at 99.418 96.38601) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 20) - (uuid "f9a77ee3-4e77-4f68-8d5f-c9cf7743b7eb") - ) - (segment - (start 75.288 83.440004) - (end 77.319998 83.440004) - (width 0.3048) - (layer "B.Cu") - (net 20) - (uuid "852fe28e-9c9a-4cc5-9d4b-8137295cf12e") - ) - (segment - (start 86.083 92.584) - (end 95.61599 92.584) - (width 0.3048) - (layer "B.Cu") - (net 20) - (uuid "bac6fb9c-4d80-45cb-9af0-76735a9b77fa") - ) - (segment - (start 95.61599 92.584) - (end 99.418 96.38601) - (width 0.3048) - (layer "B.Cu") - (net 20) - (uuid "e7c5477a-2146-4f41-a221-921b486cf98a") - ) - (segment - (start 77.319998 83.440004) - (end 77.320002 83.44) - (width 0.3048) - (layer "B.Cu") - (net 20) - (uuid "f14692ba-e971-4006-b4b1-73fb143309ba") - ) - (segment - (start 114.912 104.268) - (end 114.912 101.474) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "0d22b570-d4e9-4653-9fcd-39e5ede15342") - ) - (segment - (start 138.026 77.852) - (end 138.026 78.36) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "11d758df-20ee-470e-816a-4cee75672d95") - ) - (segment - (start 136.502 78.36) - (end 136.248 78.614) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "2100dc4d-3b01-40ed-bcbc-a4c19affa470") - ) - (segment - (start 138.534 56.262) - (end 138.534 77.344) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "5e7fd828-9aa9-4766-a4ff-476e3334ecfb") - ) - (segment - (start 114.912 101.474) - (end 115.166 101.22) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "7663f95d-c1df-4e89-9409-2db7a48b313f") - ) - (segment - (start 138.214 55.942) - (end 138.534 56.262) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "817bc310-9e99-4c96-a64b-55e6d1c2eed8") - ) - (segment - (start 138.026 78.36) - (end 136.502 78.36) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "91ea8c0f-282e-4391-ae4b-f2f05f93dccf") - ) - (segment - (start 137.248 55.942) - (end 138.214 55.942) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "e318542d-58d5-4ca3-a10d-3059f4b76323") - ) - (segment - (start 138.534 77.344) - (end 138.026 77.852) - (width 0.3048) - (layer "F.Cu") - (net 21) - (uuid "f4d40a2a-58e9-46ef-bc72-a1e3948db262") - ) - (via - (at 136.248 78.614) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 21) - (uuid "53f532be-0c6d-4308-81ee-f02b185ae883") - ) - (segment - (start 136.248 94.075842) - (end 131.135842 99.188) - (width 0.3048) - (layer "B.Cu") - (net 21) - (uuid "16318d2e-4229-4e79-af35-d8fe2ae68a18") - ) - (segment - (start 131.135842 99.188) - (end 117.198 99.188) - (width 0.3048) - (layer "B.Cu") - (net 21) - (uuid "188ecb74-8387-4d61-987f-758f3ba1aee3") - ) - (segment - (start 117.198 99.188) - (end 115.166 101.22) - (width 0.3048) - (layer "B.Cu") - (net 21) - (uuid "449e0aa6-4cf9-4b9f-99e6-4d919f7e3242") - ) - (segment - (start 136.248 78.614) - (end 136.248 94.075842) - (width 0.3048) - (layer "B.Cu") - (net 21) - (uuid "ed850091-bbc2-483b-b20b-0fb25f0533e4") - ) - (segment - (start 66.5015 75.312) - (end 64.112 75.312) - (width 0.254) - (layer "F.Cu") - (net 22) - (uuid "00000000-0000-0000-0000-000060f3d5ec") - ) - (segment - (start 134.47 53.468) - (end 134.216 53.468) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "2607cbaa-6a44-44cb-a86f-f7bc73892e34") - ) - (segment - (start 60.048 103.252) - (end 64.62 103.252) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "2c3f460e-8d5e-49bf-9e41-98c425f83b69") - ) - (segment - (start 135.232 57.349474) - (end 135.232 58.0475) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "30a21cf5-5892-430a-bf48-62f95098e883") - ) - (segment - (start 134.216 53.468) - (end 134.216 56.333474) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "313c22a1-dcf1-4a1e-83fa-37485b22dfcd") - ) - (segment - (start 135.232 58.0475) - (end 135.2295 58.05) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "315c9842-e4a4-468f-bbaf-67160c527a50") - ) - (segment - (start 72.24 84.964) - (end 75.288 84.964) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "3aeaff91-a3ca-4960-9d1a-618f37755a3c") - ) - (segment - (start 78.336 89.0915) - (end 78.336 85.934679) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "58d06dc5-d7b2-4a66-b5c8-8bd71f3a1b64") - ) - (segment - (start 135.105 62.612) - (end 133.962 63.755) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "6cffc081-b5d7-40e6-b63f-6b765f57b5fb") - ) - (segment - (start 131.676 76.582) - (end 130.961 77.297) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "703cc79e-f4e2-4d3f-acab-1c37f52ef2f1") - ) - (segment - (start 64.62 102.186526) - (end 68.620596 98.18593) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "71bd022b-865d-4c45-a3a2-a20f97f8e052") - ) - (segment - (start 133.962 73.534) - (end 131.676 75.82) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "737e9abf-e092-41dd-8f3e-95fc4238366f") - ) - (segment - (start 64.112 76.836) - (end 72.24 84.964) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "8789b156-18a8-434b-a22b-4bc7464b0446") - ) - (segment - (start 64.112 75.312) - (end 64.112 76.836) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "8e269ec0-900d-4f56-9018-1f8cf3673da1") - ) - (segment - (start 135.232 58.05) - (end 135.232 60.326) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "943e6846-4e73-4ca8-b220-6cb67785f148") - ) - (segment - (start 82.8445 93.6) - (end 78.336 89.0915) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "94add7b2-7c13-4470-b6d0-39ff61646ad4") - ) - (segment - (start 64.62 103.252) - (end 64.62 102.186526) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "96656d9d-aac9-4154-8e6d-96803ce0c5df") - ) - (segment - (start 68.620596 98.18593) - (end 70.718072 98.18593) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "9e3457fd-bf5e-4175-840f-b8c4029d33d2") - ) - (segment - (start 135.232 60.326) - (end 135.232 62.612) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "a10b17a3-33be-46aa-9c0f-9a5190c65d55") - ) - (segment - (start 130.961 77.297) - (end 130.961 78.614) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "a61d024c-95fc-4a72-971f-4613bc28fd0a") - ) - (segment - (start 71.351 98.68) - (end 71.345071 98.685929) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "aa931b0d-09fd-43d8-ac84-a0ab7792a73b") - ) - (segment - (start 135.232 62.612) - (end 135.105 62.612) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "ac5cf8c9-9c0c-4222-a49b-b262d82dc939") - ) - (segment - (start 131.676 75.82) - (end 131.676 76.582) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "b309b6eb-d25a-4869-96d2-12eb755d2821") - ) - (segment - (start 78.336 85.934679) - (end 77.365315 84.963994) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "b56f5ef2-8d38-4423-951a-0cd5f394b896") - ) - (segment - (start 70.718072 98.18593) - (end 71.218071 98.685929) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "bda21a24-ff1a-43c5-856f-fff6aa23f008") - ) - (segment - (start 71.345071 98.685929) - (end 71.218071 98.685929) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "d9238f13-3825-44a3-922c-c244ba04e0e5") - ) - (segment - (start 134.216 56.333474) - (end 135.232 57.349474) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "d947e872-a0de-4436-b68c-3102cb931784") - ) - (segment - (start 83.797 93.6) - (end 82.8445 93.6) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "dfcb0c3f-5b1c-4247-b763-af641a011c9e") - ) - (segment - (start 133.962 63.755) - (end 133.962 73.534) - (width 0.3048) - (layer "F.Cu") - (net 22) - (uuid "f824e666-86d9-49c1-89a5-2e786bb697ff") - ) - (via - (at 77.365315 84.963994) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 22) - (uuid "5c55b5a1-4b90-4969-ad97-1c773500859d") - ) - (via - (at 83.797 93.6) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 22) - (uuid "77bc71ae-3380-4fbb-8d78-76c9f6dae676") - ) - (via - (at 75.288 84.964) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 22) - (uuid "b94eeaef-8ac0-40de-a199-44c1bc70c145") - ) - (via - (at 131.295 76.963) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 22) - (uuid "c12431eb-c447-4714-af95-c2fb7d3f7815") - ) - (via - (at 71.218071 98.685929) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 22) - (uuid "d19b67b1-35ce-4b64-bff3-3b4ce203299c") - ) - (segment - (start 89.258 91.568) - (end 90.274 90.552) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "139a7ef4-538c-4faf-a9ff-1d7052540881") - ) - (segment - (start 85.121894 91.568) - (end 89.258 91.568) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "2899f1c4-b306-4d52-bc3c-3bd177eb76e2") - ) - (segment - (start 83.297001 93.100001) - (end 76.803999 93.100001) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "35771945-bb26-4c53-906d-b60aa93b846d") - ) - (segment - (start 131.168 76.836) - (end 131.295 76.963) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "39e8e0cc-7ac6-47a9-8829-9f8231d57dbc") - ) - (segment - (start 76.803999 93.100001) - (end 71.218071 98.685929) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "4446da5b-be4d-452f-a797-69510e9a8d46") - ) - (segment - (start 90.274 90.552) - (end 90.274 80.646) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "5aa3e293-4f09-42b7-9a8a-06911e9f3f41") - ) - (segment - (start 94.084 76.836) - (end 131.168 76.836) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "9d8a84d6-d7cc-4e15-ad54-c306fa1f1efe") - ) - (segment - (start 75.288 84.964) - (end 77.365309 84.964) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "b2c10ef2-b95d-4ff3-a2d1-541646c6c45b") - ) - (segment - (start 90.274 80.646) - (end 94.084 76.836) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "b35d4948-93da-4f5d-b4eb-3809175c4676") - ) - (segment - (start 83.797 93.6) - (end 83.297001 93.100001) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "bfe8da20-6cd4-42da-845e-25cabbd120d9") - ) - (segment - (start 83.797 93.6) - (end 83.797 92.892894) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "cc7afe02-2a23-4017-809c-b6a4a37ff6a8") - ) - (segment - (start 83.797 92.892894) - (end 85.121894 91.568) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "cea4c982-e224-47b2-a81b-9b6d05959b77") - ) - (segment - (start 77.365309 84.964) - (end 77.365315 84.963994) - (width 0.3048) - (layer "B.Cu") - (net 22) - (uuid "cec20454-7022-4511-b629-7411728a334f") - ) - (segment - (start 84.686 49.7615) - (end 84.686 47.584) - (width 0.254) - (layer "F.Cu") - (net 23) - (uuid "00000000-0000-0000-0000-000060fbe4f6") - ) - (segment - (start 82.7575 49.7615) - (end 82.146 49.15) - (width 0.254) - (layer "F.Cu") - (net 23) - (uuid "00000000-0000-0000-0000-000060fbe4ff") - ) - (segment - (start 84.686 49.7615) - (end 82.7575 49.7615) - (width 0.254) - (layer "F.Cu") - (net 23) - (uuid "00000000-0000-0000-0000-000060fbe505") - ) - (segment - (start 84.5825 51.69) - (end 84.686 51.5865) - (width 0.254) - (layer "F.Cu") - (net 24) - (uuid "00000000-0000-0000-0000-000060fbe4f9") - ) - (segment - (start 82.146 51.69) - (end 84.5825 51.69) - (width 0.254) - (layer "F.Cu") - (net 24) - (uuid "00000000-0000-0000-0000-000060fbe502") - ) - (segment - (start 76.94699 51.31699) - (end 77.32 51.69) - (width 0.254) - (layer "F.Cu") - (net 24) - (uuid "571956fb-9961-469e-b005-d0b9b9ae1884") - ) - (segment - (start 76.94699 46.49099) - (end 76.94699 51.31699) - (width 0.254) - (layer "F.Cu") - (net 24) - (uuid "a5d722f6-4a79-42da-8e16-e9922dc654aa") - ) - (segment - (start 82.146 51.69) - (end 80.114 51.69) - (width 0.254) - (layer "F.Cu") - (net 24) - (uuid "baa6add6-f5fc-4ded-ace2-3631fb07dc25") - ) - (segment - (start 74.526 44.07) - (end 76.94699 46.49099) - (width 0.254) - (layer "F.Cu") - (net 24) - (uuid "cd194c6d-0f3e-444f-9aec-002f9200f4b7") - ) - (via - (at 77.32 51.69) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 24) - (uuid "46545ed5-3286-4bed-bb8e-c6edc8765f6d") - ) - (via - (at 80.114 51.69) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 24) - (uuid "c09e7643-57df-4c03-b718-5d6998a60876") - ) - (segment - (start 80.114 51.69) - (end 77.32 51.69) - (width 0.254) - (layer "B.Cu") - (net 24) - (uuid "7a08ef29-c634-45a9-ae47-468d2280f436") - ) - (segment - (start 83.128 111.888) - (end 83.194 111.822) - (width 0.3048) - (layer "F.Cu") - (net 25) - (uuid "3132cd09-7fb4-4af5-a57f-a0b233a27b6f") - ) - (segment - (start 79.739 111.888) - (end 83.128 111.888) - (width 0.3048) - (layer "F.Cu") - (net 25) - (uuid "4ac5a9c0-52cd-483e-8cdb-061084004017") - ) - (segment - (start 83.194 110.332) - (end 84.686 108.84) - (width 0.3048) - (layer "F.Cu") - (net 25) - (uuid "86f316d7-f9a3-4104-a4c4-c292936690b8") - ) - (segment - (start 83.194 111.822) - (end 83.194 110.332) - (width 0.3048) - (layer "F.Cu") - (net 25) - (uuid "a444f7c2-6518-4e72-ad32-dd468a6c904c") - ) - (segment - (start 99.926 91.06) - (end 99.672 90.806) - (width 0.3048) - (layer "F.Cu") - (net 26) - (uuid "912a30f2-2631-435c-b575-21c91749fe92") - ) - (segment - (start 99.672 90.806) - (end 99.672 83.186) - (width 0.3048) - (layer "B.Cu") - (net 26) - (uuid "9063c8b4-497a-4206-b7be-a41a449fd853") - ) - (segment - (start 107.546 91.06) - (end 107.546 89.79) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "033fda5d-e592-4ff5-8d38-dd14d170ef86") - ) - (segment - (start 107.546 89.79) - (end 106.784 89.028) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "1d5a7ea1-76e6-42a9-8085-56e3572d8883") - ) - (segment - (start 107.292 84.71) - (end 106.784 85.218) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "229161c9-3c05-437b-a952-2420d8663ebb") - ) - (segment - (start 107.292 83.186) - (end 107.292 84.71) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "90281ad1-c900-4051-a52c-572276d5023d") - ) - (segment - (start 106.784 88.266) - (end 106.784 86.234) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "b9b65327-8238-47ca-a4ab-cf7f1f5b961f") - ) - (segment - (start 106.784 85.218) - (end 106.784 86.234) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "bb008515-4828-4cd9-9642-31e4cf2e3b93") - ) - (segment - (start 106.784 89.028) - (end 106.784 88.266) - (width 0.3048) - (layer "F.Cu") - (net 27) - (uuid "d037eba8-2ad7-400c-b1ab-c3834db8d5c9") - ) - (segment - (start 108.562 88.388) - (end 110.92 88.388) - (width 0.3048) - (layer "F.Cu") - (net 28) - (uuid "086f73c9-31bb-4cc6-a103-a6ca44670c02") - ) - (segment - (start 112.626 88.326) - (end 111.804 87.504) - (width 0.3048) - (layer "F.Cu") - (net 28) - (uuid "7c5236a6-e0fc-4506-a56d-8c0f8f0b5162") - ) - (segment - (start 112.626 91.06) - (end 112.626 88.326) - (width 0.3048) - (layer "F.Cu") - (net 28) - (uuid "bf6a61fb-2a0d-481a-a3b1-fbe72a8a9aad") - ) - (segment - (start 110.92 88.388) - (end 111.804 87.504) - (width 0.3048) - (layer "F.Cu") - (net 28) - (uuid "cc2a9caa-c612-47b1-9051-9aff40ee89d7") - ) - (segment - (start 116.182 89.282) - (end 116.182 88.326) - (width 0.3048) - (layer "F.Cu") - (net 29) - (uuid "0a096952-897b-4b55-aa65-cac9621bd5e1") - ) - (segment - (start 120.246 88.454) - (end 117.954 88.454) - (width 0.3048) - (layer "F.Cu") - (net 29) - (uuid "10aa39a7-1ae5-4e42-826b-500fa96bd58e") - ) - (segment - (start 115.166 90.298) - (end 116.182 89.282) - (width 0.3048) - (layer "F.Cu") - (net 29) - (uuid "492ec03e-a27c-4074-9f86-72eb0290d143") - ) - (segment - (start 115.166 91.06) - (end 115.166 90.298) - (width 0.3048) - (layer "F.Cu") - (net 29) - (uuid "5da2deb2-ba88-44e4-8ca3-a578fd5926ab") - ) - (segment - (start 117.954 88.454) - (end 117.004 87.504) - (width 0.3048) - (layer "F.Cu") - (net 29) - (uuid "73e96dd4-0b9b-4b2a-8747-e0afa0cf85ca") - ) - (segment - (start 116.182 88.326) - (end 117.004 87.504) - (width 0.3048) - (layer "F.Cu") - (net 29) - (uuid "f7ade249-f7df-43d1-9d10-c39d6266983a") - ) - (segment - (start 121.90641 89.65359) - (end 122.22719 89.33281) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "066cfd7a-78d3-4948-a6fb-0f2e22fc3528") - ) - (segment - (start 105.768 94.616) - (end 115.039 94.616) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "5db6080a-4422-4efd-bd3d-6f2f2c524591") - ) - (segment - (start 117.706 91.949) - (end 117.706 91.06) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "5f3fb390-f05e-4faf-9641-0fc198cea4d0") - ) - (segment - (start 122.22719 89.33281) - (end 122.22719 88.454) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "8500a1e5-4c1f-4aaa-b174-3bb73c2ecb08") - ) - (segment - (start 117.706 91.06) - (end 119.11241 89.65359) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "f2356c91-5e6b-4de7-a174-ac43e5944bd3") - ) - (segment - (start 115.039 94.616) - (end 117.706 91.949) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "f69305f8-7132-4602-906e-ac2aadb4d46d") - ) - (segment - (start 119.11241 89.65359) - (end 121.90641 89.65359) - (width 0.3048) - (layer "F.Cu") - (net 30) - (uuid "ffc88d1c-3081-452b-b014-9e7abe2591e0") - ) - (via - (at 105.768 94.616) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 30) - (uuid "61448742-6f62-4742-ab08-6f9a943a1c7d") - ) - (segment - (start 89.961123 101.741599) - (end 93.530722 98.172) - (width 0.3048) - (layer "B.Cu") - (net 30) - (uuid "62febba0-2458-433c-91d7-458b9b905432") - ) - (segment - (start 85.180401 101.741599) - (end 89.961123 101.741599) - (width 0.3048) - (layer "B.Cu") - (net 30) - (uuid "ab3a53f3-0cf3-4a5a-999b-c46ba1e1f166") - ) - (segment - (start 83.924 102.998) - (end 85.180401 101.741599) - (width 0.3048) - (layer "B.Cu") - (net 30) - (uuid "c2538e7c-6135-406d-b593-fe2d6716bf3b") - ) - (segment - (start 93.530722 98.172) - (end 102.212 98.172) - (width 0.3048) - (layer "B.Cu") - (net 30) - (uuid "d26d2605-912a-4cda-ad67-8697915dca33") - ) - (segment - (start 102.212 98.172) - (end 105.768 94.616) - (width 0.3048) - (layer "B.Cu") - (net 30) - (uuid "d671c3c6-70f6-4b41-a295-4c2cff1d1cc0") - ) - (segment - (start 124.564 94.108) - (end 122.786 92.33) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "06238542-6da2-47cc-859c-680809535c46") - ) - (segment - (start 122.786 92.33) - (end 122.786 90.552) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "09b8c3bb-e538-4f53-bd5c-ca1c3553cdd9") - ) - (segment - (start 122.786 83.19841) - (end 122.79841 83.186) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "136c7f53-6aef-4167-992b-5f2ef41130d9") - ) - (segment - (start 138.28 85.853) - (end 135.486 85.853) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "24249a70-3ff4-40cc-9b07-06be1991204c") - ) - (segment - (start 123.802 90.044) - (end 123.802 85.444486) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "5f26b5a0-2ba7-464c-994f-1f1200a983d1") - ) - (segment - (start 135.486 85.853) - (end 134.724 86.615) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "616ae243-2889-4e97-a4b8-6a1ddc0f146e") - ) - (segment - (start 134.724 86.615) - (end 134.724 91.342278) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "668f67e7-54bc-4880-ae88-14d90e7fd816") - ) - (segment - (start 131.958278 94.108) - (end 124.564 94.108) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "81a149cc-97c8-4795-81df-18cf5da203b2") - ) - (segment - (start 123.802 85.444486) - (end 122.786 84.428486) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "c2ad1cf5-4d9b-43b7-bf17-8e646779de9a") - ) - (segment - (start 134.724 91.342278) - (end 131.958278 94.108) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "d7f24c90-4b1c-4e33-9cd7-9bf2c2ef5779") - ) - (segment - (start 122.786 84.428486) - (end 122.786 83.19841) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "e0a87061-89f1-42ea-8431-49d819c0b0cc") - ) - (segment - (start 122.786 91.06) - (end 123.802 90.044) - (width 0.3048) - (layer "F.Cu") - (net 31) - (uuid "ec24a75a-8c59-401d-bb63-f376d7c1ce0f") - ) - (segment - (start 125.326 91.06) - (end 125.326 83.743474) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "00a14c9e-132f-48cd-81ff-5f16a4762de5") - ) - (segment - (start 134.079599 84.719401) - (end 134.079599 87.621599) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "0dcb9229-4f3c-43c6-8515-b32a05bf3fa5") - ) - (segment - (start 134.079599 87.621599) - (end 134.165189 87.707189) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "4729f6e9-1607-417f-b045-a4ae91591806") - ) - (segment - (start 134.165189 91.110811) - (end 131.93 93.346) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "48e6a51e-3fa1-480c-83df-6cb5c54741d4") - ) - (segment - (start 134.165189 87.707189) - (end 134.165189 91.110811) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "64f63e59-900a-44d6-a039-3f6dde13946e") - ) - (segment - (start 125.326 83.743474) - (end 124.935599 83.353073) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "a36328cc-7cb4-4001-9400-1b93b4dbe7c2") - ) - (segment - (start 126.342 93.346) - (end 125.326 92.33) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "aebf0962-f201-4416-b3b8-14d5092c3f55") - ) - (segment - (start 135.486 83.313) - (end 134.079599 84.719401) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "c011f9fe-4f7f-4854-95ba-362355ff0781") - ) - (segment - (start 125.326 92.33) - (end 125.326 91.06) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "e01e32d0-3a95-4a04-9b45-5aa09336c68f") - ) - (segment - (start 131.93 93.346) - (end 126.342 93.346) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "e04cdde0-59fc-45db-8631-2b7c88a10dcb") - ) - (segment - (start 138.28 83.313) - (end 135.486 83.313) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "e5f25b4b-2e05-4e1a-ab32-7b55fc202ded") - ) - (segment - (start 124.935599 83.353073) - (end 124.935599 83.186) - (width 0.3048) - (layer "F.Cu") - (net 32) - (uuid "f3f5fd99-5878-4c62-ad36-0a3dac3f8ec6") - ) - (segment - (start 127.866 84.773306) - (end 127.53359 84.440896) - (width 0.3048) - (layer "F.Cu") - (net 33) - (uuid "42f01be8-0274-40cf-aabb-14a6bd5b11d1") - ) - (segment - (start 127.53359 84.440896) - (end 127.53359 83.830401) - (width 0.3048) - (layer "F.Cu") - (net 33) - (uuid "65916ee5-ab82-4570-81b4-8dde690e4229") - ) - (segment - (start 127.866 91.06) - (end 127.866 84.773306) - (width 0.3048) - (layer "F.Cu") - (net 33) - (uuid "fb7f545e-ae9f-49ef-a837-c4a375e9607e") - ) - (segment - (start 102.212 101.474) - (end 102.466 101.22) - (width 0.3048) - (layer "F.Cu") - (net 34) - (uuid "28842c23-e634-495f-b1d6-62c24efb5789") - ) - (segment - (start 102.212 104.268) - (end 102.212 101.474) - (width 0.3048) - (layer "F.Cu") - (net 34) - (uuid "85cf22cd-91eb-4536-86e8-0de50d1d8b89") - ) - (segment - (start 104.752 104.268) - (end 104.752 101.474) - (width 0.3048) - (layer "F.Cu") - (net 35) - (uuid "d90a96df-b370-486d-bf50-2e72311b53c8") - ) - (segment - (start 104.752 101.474) - (end 105.006 101.22) - (width 0.3048) - (layer "F.Cu") - (net 35) - (uuid "f891f40a-dc23-46a3-9fb7-6cca8450ecd4") - ) - (segment - (start 107.292 104.268) - (end 107.292 101.474) - (width 0.3048) - (layer "F.Cu") - (net 36) - (uuid "0b7429df-1edf-4643-9812-a3a2e0c4fef2") - ) - (segment - (start 107.292 101.474) - (end 107.546 101.22) - (width 0.3048) - (layer "F.Cu") - (net 36) - (uuid "ccfe42be-33e9-4257-ab06-846d84c349c1") - ) - (segment - (start 109.832 104.268) - (end 109.832 101.474) - (width 0.3048) - (layer "F.Cu") - (net 37) - (uuid "79e20b0d-65a1-4fa7-93c7-60154c1be8a3") - ) - (segment - (start 109.832 101.474) - (end 110.086 101.22) - (width 0.3048) - (layer "F.Cu") - (net 37) - (uuid "fb916102-577b-402b-b35e-d8b5b9b26a10") - ) - (segment - (start 119.992 104.268) - (end 119.992 101.474) - (width 0.3048) - (layer "F.Cu") - (net 38) - (uuid "91054fda-4676-4e0b-a4e8-d760787b2aca") - ) - (segment - (start 119.992 101.474) - (end 120.246 101.22) - (width 0.3048) - (layer "F.Cu") - (net 38) - (uuid "cc5a992b-e132-4327-b9e7-3106ea63ff6e") - ) - (segment - (start 122.532 101.474) - (end 122.786 101.22) - (width 0.3048) - (layer "F.Cu") - (net 39) - (uuid "6cfc3c2e-9889-44a4-9a94-af0d9a81d52a") - ) - (segment - (start 122.532 104.268) - (end 122.532 101.474) - (width 0.3048) - (layer "F.Cu") - (net 39) - (uuid "b7462d91-01cc-409c-85c0-3eb431bb14c8") - ) - (segment - (start 134.47 75.82) - (end 132.946 77.344) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "16bdc818-b40e-488c-9c5e-f654f9282870") - ) - (segment - (start 136.944 74.616) - (end 135.74 75.82) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "19b87846-8933-422b-820e-f3e4c6294d55") - ) - (segment - (start 130.406 101.22) - (end 130.406 98.426) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "3654f695-5109-4edd-a456-b1f6909e4c6a") - ) - (segment - (start 130.152 104.268) - (end 130.152 101.474) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "425ca020-d185-4f4e-ae11-783529af7ed9") - ) - (segment - (start 135.74 75.82) - (end 134.47 75.82) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "49d2c26d-2089-454e-8619-c470c8908154") - ) - (segment - (start 130.406 98.426) - (end 131.168 97.664) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "9c2caed6-ee32-49fa-b5cc-64a8cbf2b063") - ) - (segment - (start 136.944 70.248) - (end 136.944 74.616) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "a73450fe-fa87-49d6-ab95-23e9969b0916") - ) - (segment - (start 130.152 101.474) - (end 130.406 101.22) - (width 0.3048) - (layer "F.Cu") - (net 40) - (uuid "eb3060ea-f8bd-400b-aba5-cd4e73374520") - ) - (via - (at 132.946 77.344) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 40) - (uuid "2a6fcf40-f507-4a7d-95fc-8352c826885d") - ) - (via - (at 131.168 97.664) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 40) - (uuid "4f505ac7-3be2-42be-9e52-ebec38ae4855") - ) - (segment - (start 132.184 96.648) - (end 131.168 97.664) - (width 0.3048) - (layer "B.Cu") - (net 40) - (uuid "01a3ff29-7af1-43be-ba0a-0186cd1f4018") - ) - (segment - (start 132.946 77.344) - (end 132.946 86.742) - (width 0.3048) - (layer "B.Cu") - (net 40) - (uuid "100ac8c6-eb80-4138-8298-409b7c021c33") - ) - (segment - (start 132.184 87.504) - (end 132.184 96.648) - (width 0.3048) - (layer "B.Cu") - (net 40) - (uuid "6ee278e9-2089-404e-9e02-4cb9d98455f3") - ) - (segment - (start 132.946 86.742) - (end 132.184 87.504) - (width 0.3048) - (layer "B.Cu") - (net 40) - (uuid "e45c347b-2f02-4079-a880-8db35d3e3079") - ) - (segment - (start 137.057 62.612) - (end 137.057 64.089) - (width 0.3048) - (layer "F.Cu") - (net 41) - (uuid "a1b753bd-3f8f-4c3e-83f7-f312f843d290") - ) - (segment - (start 137.057 64.089) - (end 136.74 64.406) - (width 0.3048) - (layer "F.Cu") - (net 41) - (uuid "b0dc6b2b-2526-471e-9f34-bfe2157892b5") - ) - (segment - (start 136.74 64.406) - (end 135.994 64.406) - (width 0.3048) - (layer "F.Cu") - (net 41) - (uuid "e09999a8-b5a4-483a-8a2b-cdd62f4f513c") - ) - (segment - (start 135.044 68.1625) - (end 135.0815 68.2) - (width 0.3048) - (layer "F.Cu") - (net 42) - (uuid "4e11a63d-687f-4b0e-8462-69b5c83b76f6") - ) - (segment - (start 135.0815 70.2105) - (end 135.044 70.248) - (width 0.3048) - (layer "F.Cu") - (net 42) - (uuid "6f1b3b23-1047-465f-bbea-03158dc1c95a") - ) - (segment - (start 135.0815 68.2) - (end 135.0815 70.2105) - (width 0.3048) - (layer "F.Cu") - (net 42) - (uuid "74da5354-6dbb-4b76-9eb4-ae3d6623415a") - ) - (segment - (start 135.044 66.406) - (end 135.044 68.1625) - (width 0.3048) - (layer "F.Cu") - (net 42) - (uuid "b7decef8-5b08-47fe-adae-3fc3053347ce") - ) - (segment - (start 87.687 111.681) - (end 87.687 110.364) - (width 0.3048) - (layer "F.Cu") - (net 43) - (uuid "0956515e-ca25-4a62-b043-2dac88177ab2") - ) - (segment - (start 86.596 112.772) - (end 87.687 111.681) - (width 0.3048) - (layer "F.Cu") - (net 43) - (uuid "2af717c6-95f0-4474-a783-7279dde48caf") - ) - (segment - (start 85.194 112.772) - (end 86.596 112.772) - (width 0.3048) - (layer "F.Cu") - (net 43) - (uuid "f98dd2e4-79b5-41d0-85c5-e9439100da0c") - ) - (segment - (start 66.668 103.998) - (end 66.668 102.744) - (width 0.3048) - (layer "F.Cu") - (net 44) - (uuid "96cb336e-5788-47fb-913a-ce576dbe5cc6") - ) - (segment - (start 64.62 105.077) - (end 65.589 105.077) - (width 0.3048) - (layer "F.Cu") - (net 44) - (uuid "9eb2b815-1cd2-44e8-9f60-bd9f2950d8f7") - ) - (segment - (start 65.589 105.077) - (end 66.668 103.998) - (width 0.3048) - (layer "F.Cu") - (net 44) - (uuid "ea303fde-4b6b-4aa5-9b82-4ef18432d1ce") - ) - (segment - (start 70.575 103.694) - (end 70.716 103.553) - (width 0.3048) - (layer "F.Cu") - (net 45) - (uuid "0edc19c0-7034-425e-97ac-0d397bfb82f5") - ) - (segment - (start 72.908 103.694) - (end 72.764 103.694) - (width 0.3048) - (layer "F.Cu") - (net 45) - (uuid "96da54a0-b0e7-4835-8d3a-c3cae5846e55") - ) - (segment - (start 73.049 103.553) - (end 72.908 103.694) - (width 0.3048) - (layer "F.Cu") - (net 45) - (uuid "a7fdf33c-c645-4eff-8a05-5044bfd7400e") - ) - (segment - (start 68.668 103.694) - (end 70.575 103.694) - (width 0.3048) - (layer "F.Cu") - (net 45) - (uuid "f3311111-95ad-4559-bee1-de6cd1d290d3") - ) - (segment - (start 70.716 103.553) - (end 73.049 103.553) - (width 0.3048) - (layer "F.Cu") - (net 45) - (uuid "f5cfc808-3d37-43b1-abe3-96eece46e0e2") - ) - (segment - (start 72.764 100.982) - (end 73.034 100.712) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "033a40dc-312e-4c5c-8989-50d3090c8283") - ) - (segment - (start 112.626 101.22) - (end 112.626 99.95) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "07c5bad0-963b-4942-8284-d048bd36d397") - ) - (segment - (start 112.626 99.95) - (end 110.34 97.664) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "099ff8db-699e-4cae-a70b-c200f53096c5") - ) - (segment - (start 72.764 100.982) - (end 71.478 99.696) - (width 0.3048) - (layer "F.Cu") - (net 46) - (uuid "1abdea59-6edf-48cb-8ddd-f21636901118") - ) - (segment - (start 112.372 101.474) - (end 112.626 101.22) - (width 0.3048) - (layer "F.Cu") - (net 46) - (uuid "2f82e127-bcf4-4b08-a3e3-4d105d92926b") - ) - (segment - (start 112.372 104.268) - (end 112.372 101.474) - (width 0.3048) - (layer "F.Cu") - (net 46) - (uuid "5596f903-de62-4aff-a593-73b5c6b55f4c") - ) - (segment - (start 72.764 101.794) - (end 72.764 100.982) - (width 0.3048) - (layer "F.Cu") - (net 46) - (uuid "5a58f83e-d5fd-4136-84b7-735ecd4423db") - ) - (segment - (start 93.16768 97.664) - (end 92.966383 97.462703) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "5b3af02c-7424-4f3a-9d4a-6d2949fdeca1") - ) - (segment - (start 110.34 97.664) - (end 93.16768 97.664) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "66a18607-edea-4c57-84c3-8ff6ada0a872") - ) - (segment - (start 73.034 100.712) - (end 74.526 100.712) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "880b15c8-e786-4084-a4b8-61abc2f6367b") - ) - (segment - (start 112.626 101.22) - (end 112.372 101.22) - (width 0.254) - (layer "F.Cu") - (net 46) - (uuid "c9a710d6-48a9-438f-8ced-6638dd00fab8") - ) - (segment - (start 71.478 99.696) - (end 69.192 99.696) - (width 0.3048) - (layer "F.Cu") - (net 46) - (uuid "f2383974-62c0-4dac-b027-787386db49d4") - ) - (via - (at 92.966383 97.462703) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 46) - (uuid "1ed19150-85e3-4f08-b7ca-19087fe0c567") - ) - (via - (at 74.526 100.712) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 46) - (uuid "46c31eb7-de57-4e14-8025-e6dd4fba1a9d") - ) - (segment - (start 92.966383 97.622674) - (end 92.966383 97.462703) - (width 0.254) - (layer "B.Cu") - (net 46) - (uuid "41a7f449-fcde-4e65-b83b-e96a1a42afdb") - ) - (segment - (start 89.877057 100.712) - (end 92.966383 97.622674) - (width 0.254) - (layer "B.Cu") - (net 46) - (uuid "4d1f081c-8f5f-4e69-ba19-e856a52854c7") - ) - (segment - (start 74.526 100.712) - (end 89.877057 100.712) - (width 0.254) - (layer "B.Cu") - (net 46) - (uuid "c1dcfc11-152d-4435-907e-3460cdaa458e") - ) - (segment - (start 94.592 101.474) - (end 94.846 101.22) - (width 0.3048) - (layer "F.Cu") - (net 47) - (uuid "1f781ebb-e4c1-4505-b129-16ab77d56c34") - ) - (segment - (start 89.512 110.364) - (end 89.512 108.84) - (width 0.3048) - (layer "F.Cu") - (net 47) - (uuid "5a85d5ea-14bc-461b-ac3b-50363e1d70f7") - ) - (segment - (start 88.75 108.078) - (end 90.782 108.078) - (width 0.3048) - (layer "F.Cu") - (net 47) - (uuid "769f2ab0-51be-4f7e-97a4-f3b7fe2a2375") - ) - (segment - (start 90.782 108.078) - (end 94.592 104.268) - (width 0.3048) - (layer "F.Cu") - (net 47) - (uuid "9003c9f0-6b88-4a0a-9201-26e7acb55d63") - ) - (segment - (start 94.592 104.268) - (end 94.592 101.474) - (width 0.3048) - (layer "F.Cu") - (net 47) - (uuid "b2626ac3-7b10-41d2-bd6e-db55dc852241") - ) - (segment - (start 89.512 108.84) - (end 88.75 108.078) - (width 0.3048) - (layer "F.Cu") - (net 47) - (uuid "bc37e257-c1e8-44f4-b198-9423af90fd3f") - ) - (segment - (start 106.19 109.7) - (end 105.340001 108.850001) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "15bceccd-a4d3-42c6-b1e6-c86d13aa431b") - ) - (segment - (start 87.734 93.807) - (end 86.003 93.807) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "1fc19f70-ffe3-4559-b148-a22a01fc80c1") - ) - (segment - (start 87.8375 93.7035) - (end 87.734 93.807) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "31de8804-8b06-48af-9e06-2ee67cc44fe1") - ) - (segment - (start 84.686 95.124) - (end 81.13 98.68) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "60568e54-4f95-4b77-9919-bfb03be89a5b") - ) - (segment - (start 74.098 96.637) - (end 74.098 97.49) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "6bccccee-b381-47fe-90d7-53eba5fd89dc") - ) - (segment - (start 89.465 93.807) - (end 91.29 95.632) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "6be1074b-42e4-43af-84ab-bf6fa258823f") - ) - (segment - (start 87.734 93.807) - (end 89.465 93.807) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "92aa5271-7b94-4a42-8a1d-4787dcd8d9ba") - ) - (segment - (start 106.060999 104.991001) - (end 106.060999 99.988999) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "9485efd2-6013-4dd1-b587-11091ac970f4") - ) - (segment - (start 105.340001 105.711999) - (end 106.060999 104.991001) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "9b4149f1-55cd-4593-95dc-8d650f7369b0") - ) - (segment - (start 105.340001 108.850001) - (end 105.340001 105.711999) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "9c246d99-0eef-4311-a3a7-c49b416f3e75") - ) - (segment - (start 74.098 97.49) - (end 75.542 98.934) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "a66ed6a3-925c-4713-aec7-0bb904635808") - ) - (segment - (start 104.752011 98.680011) - (end 91.544011 98.680011) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "af3b663a-8c6f-4ef2-a259-3d4db825654f") - ) - (segment - (start 91.544011 98.680011) - (end 91.036 98.172) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "c22d0de3-728f-48c4-82bb-24f2b81a8064") - ) - (segment - (start 86.003 93.807) - (end 84.686 95.124) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "c7848823-d1d3-408a-84e2-7af6322e61c5") - ) - (segment - (start 87.8375 91.949) - (end 87.8375 93.7035) - (width 0.3048) - (layer "F.Cu") - (net 48) - (uuid "e1765763-97e7-4ded-9fe0-2e7de2de89bb") - ) - (segment - (start 106.060999 99.988999) - (end 104.752011 98.680011) - (width 0.254) - (layer "F.Cu") - (net 48) - (uuid "f6e78034-5a42-4719-8655-edec7fca59b2") - ) - (via - (at 81.13 98.68) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 48) - (uuid "1ed8c6c4-2d79-4c02-b65a-2c61a5022988") - ) - (via - (at 75.542 98.934) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 48) - (uuid "28d129ce-c5c3-4764-a165-f9160d1da5b3") - ) - (via - (at 91.29 95.632) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 48) - (uuid "da6e0244-9e03-4a59-ac90-123a6f281b7c") - ) - (via - (at 91.036 98.172) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 48) - (uuid "e3fd187c-6f0a-4fb2-84d6-3e272a666434") - ) - (segment - (start 91.036 98.172) - (end 91.036 95.886) - (width 0.254) - (layer "B.Cu") - (net 48) - (uuid "7f292df3-b0f4-48c0-bbaf-782eeb5e5ded") - ) - (segment - (start 75.542 98.934) - (end 80.876 98.934) - (width 0.3048) - (layer "B.Cu") - (net 48) - (uuid "d5a8fb93-81f0-4993-b8e1-3c009d3a439b") - ) - (segment - (start 80.876 98.934) - (end 81.13 98.68) - (width 0.3048) - (layer "B.Cu") - (net 48) - (uuid "dfd6fdb8-5064-48e4-81cc-3f1136495287") - ) - (segment - (start 91.036 95.886) - (end 91.29 95.632) - (width 0.254) - (layer "B.Cu") - (net 48) - (uuid "fb3a75c5-62b2-413d-978d-17fd87db5e24") - ) - (segment - (start 103.44701 109.172951) - (end 105.654059 111.38) - (width 0.254) - (layer "F.Cu") - (net 49) - (uuid "17257a6b-4b8c-49ae-b490-9d5762d18902") - ) - (segment - (start 88.0915 100.966) - (end 85.194 100.966) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "23d8297d-ea03-48d1-bc1c-88280235cab4") - ) - (segment - (start 107.05 111.38) - (end 108.73 109.7) - (width 0.254) - (layer "F.Cu") - (net 49) - (uuid "2a4c9c8d-ab71-4995-b0fb-141be6548779") - ) - (segment - (start 85.194 100.966) - (end 83.924 99.696) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "33e7e6c7-5828-4186-9c41-460b73b23e96") - ) - (segment - (start 88.0915 100.966) - (end 88.0915 99.442) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "38f7367e-b880-4c13-bbce-433963e07905") - ) - (segment - (start 103.44701 99.91501) - (end 103.44701 109.172951) - (width 0.254) - (layer "F.Cu") - (net 49) - (uuid "4acac972-d4c0-4cee-a7f3-efc1366a0c73") - ) - (segment - (start 87.83752 99.18802) - (end 87.734 99.0845) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "5fd9f59c-eed5-4dfa-8091-e757ac579c0d") - ) - (segment - (start 72.857131 99.043131) - (end 74.162869 99.043131) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "7960775c-f586-4118-9bb4-b3b7293b4061") - ) - (segment - (start 102.720021 99.188021) - (end 103.44701 99.91501) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "7cafeaf7-d4cd-40e0-8c3d-249b506395ed") - ) - (segment - (start 71.398 96.836) - (end 71.398 97.584) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "a4134c15-fe7f-4563-ad17-20864e63116d") - ) - (segment - (start 89.61102 99.18802) - (end 102.720021 99.188021) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "d026af9a-3102-4a9b-8e08-b40b16aadb4a") - ) - (segment - (start 89.61102 99.18802) - (end 87.83752 99.18802) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "d060fc43-3b43-43f1-8155-3aa88ecacadd") - ) - (segment - (start 71.398 97.584) - (end 72.857131 99.043131) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "d3f78128-0b43-42ca-9b84-d1f72dee5b2c") - ) - (segment - (start 71.398 96.637) - (end 71.398 96.836) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "d94cb85a-5dd5-4ce2-bf50-2761445656b3") - ) - (segment - (start 88.0915 99.442) - (end 87.734 99.0845) - (width 0.3048) - (layer "F.Cu") - (net 49) - (uuid "efe3958b-81c8-49ad-b979-9e178eb9cc36") - ) - (segment - (start 105.654059 111.38) - (end 107.05 111.38) - (width 0.254) - (layer "F.Cu") - (net 49) - (uuid "f332a3be-e69c-4898-a098-afcf9cc3db5c") - ) - (via - (at 74.162869 99.043131) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 49) - (uuid "9b092ffb-8a9b-45d6-9101-6fe4a2f38a73") - ) - (via - (at 83.924 99.696) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 49) - (uuid "c2e3f584-4b80-4aca-937d-5950e5b8b40f") - ) - (segment - (start 83.678001 99.941999) - (end 83.924 99.696) - (width 0.3048) - (layer "B.Cu") - (net 49) - (uuid "2f724e35-99f8-4954-9868-a6044d8a78b8") - ) - (segment - (start 74.162869 99.043131) - (end 75.061737 99.941999) - (width 0.3048) - (layer "B.Cu") - (net 49) - (uuid "b931150c-0942-4458-8656-946b084ecf13") - ) - (segment - (start 75.061737 99.941999) - (end 83.678001 99.941999) - (width 0.3048) - (layer "B.Cu") - (net 49) - (uuid "bfca8838-dabb-4cc1-889a-87c95eb593fd") - ) - (segment - (start 111.27 109.7) - (end 109.67041 108.10041) - (width 0.3048) - (layer "F.Cu") - (net 50) - (uuid "aca28b31-e8ab-410f-b94b-64c14a5e8432") - ) - (segment - (start 109.67041 108.10041) - (end 109.67041 106.808) - (width 0.3048) - (layer "F.Cu") - (net 50) - (uuid "dfd42f52-7ee7-40f2-94a1-6f8d96f5de84") - ) - (segment - (start 113.81 109.7) - (end 115.644 107.866) - (width 0.3048) - (layer "F.Cu") - (net 51) - (uuid "ee03eebb-8493-4262-9dd7-3796bb39e336") - ) - (segment - (start 115.644 106.808) - (end 115.644 107.866) - (width 0.3048) - (layer "F.Cu") - (net 51) - (uuid "ee881c14-e924-459c-8a4c-efb2387e9213") - ) - (segment - (start 97.259 110.237) - (end 96.98 110.516) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "0878bbcc-bb05-4701-afcb-eee475bea0be") - ) - (segment - (start 89.02 112.638) - (end 96.98 112.638) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "0b1e5849-0ec8-48b7-8290-181ac57008c2") - ) - (segment - (start 97.132 104.268) - (end 97.132 101.474) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "15438f1e-de14-4595-8407-56288c7f0a63") - ) - (segment - (start 98.783 110.237) - (end 97.259 110.237) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "4c975112-cdda-4f97-843e-2822b774c510") - ) - (segment - (start 96.98 112.638) - (end 96.98 111.99) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "5d11ef9a-46e6-4f36-a9ad-eb43c6c8e6fd") - ) - (segment - (start 96.98 111.99) - (end 96.98 111.1745) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "6d0cc9c5-9c1c-48c5-ac30-2274d0a511c5") - ) - (segment - (start 97.132 110.237) - (end 97.132 104.268) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "7afc55cd-177b-4e64-bac7-64c88edb3d66") - ) - (segment - (start 96.98 110.516) - (end 96.98 111.99) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "8f80e350-4ff8-4ece-ab26-85e060a4768d") - ) - (segment - (start 97.132 101.474) - (end 97.386 101.22) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "bf0d5880-cfb2-487c-9704-f3aaa44e7057") - ) - (segment - (start 98.783 110.237) - (end 97.132 110.237) - (width 0.3048) - (layer "F.Cu") - (net 52) - (uuid "dfc83cab-a0e7-4fa6-a1a9-37de8373f38c") - ) - (segment - (start 100.942 106.808) - (end 99.672 105.538) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "08838564-b7dc-4c68-aa82-ff2ce9bafee4") - ) - (segment - (start 102.212 107.316) - (end 101.704 106.808) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "1fc12dfd-c652-49f4-a5da-a93dad4e97bc") - ) - (segment - (start 100.942 110.2605) - (end 101.8075 110.2605) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "2625f7b1-b9cf-42a2-aac8-df3eb1184573") - ) - (segment - (start 100.942 111.714) - (end 100.018 112.638) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "2a2c011b-afd5-4677-8bbf-46e0108d8cc0") - ) - (segment - (start 99.672 101.474) - (end 99.926 101.22) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "3cacf5c8-dc9b-449b-87a9-6733bb899b4a") - ) - (segment - (start 100.942 110.2605) - (end 100.942 111.714) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "46a03128-51f4-4eb9-a5d6-f71dcbe4915b") - ) - (segment - (start 99.672 105.538) - (end 99.672 104.268) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "8e94d37d-e893-4e6c-b660-956c5995f4bb") - ) - (segment - (start 101.704 106.808) - (end 100.942 106.808) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "93e50f0e-1735-4d58-81e8-17cfd7cacb4f") - ) - (segment - (start 102.212 109.856) - (end 102.212 107.316) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "b69e723b-16bf-4407-986d-1af39ee77d3b") - ) - (segment - (start 107.978 112.638) - (end 100.018 112.638) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "b945f46b-20ec-40ac-b9b4-136beb1d1949") - ) - (segment - (start 99.672 104.268) - (end 99.672 101.474) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "dc37325a-da6b-4d5b-8164-960c005348c9") - ) - (segment - (start 101.8075 110.2605) - (end 102.212 109.856) - (width 0.3048) - (layer "F.Cu") - (net 53) - (uuid "f15988a2-4cef-4287-acc9-98ee43b4a8ab") - ) - (segment - (start 122.02 113.67) - (end 121.262 114.428) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "0cdebc72-0baf-4426-afeb-ac3d89957d4a") - ) - (segment - (start 122.02 112.638) - (end 122.02 109.606) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "0f604ea1-7a81-41f2-b67d-16e6cfd630ff") - ) - (segment - (start 127.612 101.474) - (end 127.866 101.22) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "311edade-31d6-4f14-80bd-ca8a8024281c") - ) - (segment - (start 122.02 112.638) - (end 122.02 111.122) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "3b2507a6-0060-4f78-a963-b782fab18bec") - ) - (segment - (start 129.98 112.638) - (end 122.02 112.638) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "3cd820f0-2f37-4b96-b4eb-ffb9eacf8b48") - ) - (segment - (start 126.088 105.792) - (end 127.612 104.268) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "402b9bdc-8b49-4d2b-b52a-644db0ffd0cd") - ) - (segment - (start 127.612 104.268) - (end 127.612 101.474) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "522a038d-d4a3-458c-bcd3-303447ba9640") - ) - (segment - (start 121.262 114.428) - (end 86.972 114.428) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "6bb280cf-27a0-4547-88af-515bf59828aa") - ) - (segment - (start 122.02 109.606) - (end 122.02 108.082) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "8a857796-1622-417c-af50-80ceadef3fc5") - ) - (segment - (start 124.564 105.792) - (end 126.088 105.792) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "96ba642d-05b1-476d-b9b9-9b6dc78471c6") - ) - (segment - (start 122.024 108.078) - (end 121.008 108.078) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "9b3db0fe-4cd4-49c8-b1a2-50b9fdb4b405") - ) - (segment - (start 121.008 108.078) - (end 122.278 108.078) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "9e164954-d4a0-452e-a7b4-ba2e0a7295f8") - ) - (segment - (start 122.02 112.638) - (end 122.02 113.67) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "a2f896c4-463c-4826-aa9c-385bb11dbe2f") - ) - (segment - (start 122.278 108.078) - (end 124.564 105.792) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "acbc2769-9814-4e1f-98d9-840523d4e4dc") - ) - (segment - (start 122.02 108.082) - (end 122.024 108.078) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "db786d5f-69d2-4fac-a6e9-44cdf8715817") - ) - (segment - (start 122.02 109.606) - (end 122.024 109.602) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "e6c5d975-854d-4439-9797-ae7fe6f4e2cc") - ) - (segment - (start 86.972 114.428) - (end 86.718 114.682) - (width 0.3048) - (layer "F.Cu") - (net 54) - (uuid "f92970ea-d265-4420-93f3-2253d7c90e71") - ) - (via - (at 86.718 114.682) - (size 1) - (drill 0.5) - (layers "F.Cu" "B.Cu") - (net 54) - (uuid "ae8473b8-8046-4890-a647-dcb618402641") - ) - (segment - (start 86.718 103.252) - (end 86.464 102.998) - (width 0.3048) - (layer "B.Cu") - (net 54) - (uuid "6af0fd0c-f32a-4bbb-9029-25957498a8f8") - ) - (segment - (start 86.718 114.682) - (end 86.718 103.252) - (width 0.3048) - (layer "B.Cu") - (net 54) - (uuid "b8d398a6-1a3d-40c5-9d92-8712eb4357a5") - ) - (segment - (start 121.008 110.11) - (end 121.008 109.856) - (width 0.254) - (layer "F.Cu") - (net 55) - (uuid "07e4e562-8bd8-4e47-be92-6715a1e2503a") - ) - (segment - (start 125.072 101.474) - (end 125.326 101.22) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "08afc39f-4ad2-46cc-945d-7aaefa53440c") - ) - (segment - (start 120.07651 108.92451) - (end 120.07651 107.23149) - (width 0.254) - (layer "F.Cu") - (net 55) - (uuid "0b36d157-f82b-47c4-be08-b0478d205d31") - ) - (segment - (start 118.98 112.638) - (end 111.02 112.638) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "3afefed2-277d-4307-b1d8-213c93fc8115") - ) - (segment - (start 119.23 111.38) - (end 120.8175 111.38) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "3b4618d1-a82f-42c0-afa9-662c556ace33") - ) - (segment - (start 123.04 106.3) - (end 125.072 104.268) - (width 0.254) - (layer "F.Cu") - (net 55) - (uuid "912a7d50-9652-45a5-94e7-1d55b59c7214") - ) - (segment - (start 118.98 112.638) - (end 118.98 111.63) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "9757a35c-097a-4c65-bbe1-10e484318296") - ) - (segment - (start 121.008 109.856) - (end 120.07651 108.92451) - (width 0.254) - (layer "F.Cu") - (net 55) - (uuid "99b53e28-6da7-4735-8c71-3c7ace8cc0ac") - ) - (segment - (start 120.8175 111.38) - (end 121.008 111.1895) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "9a15fa94-4aac-4735-8edf-7da8eb2a4a6f") - ) - (segment - (start 125.072 104.268) - (end 125.072 101.474) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "bc5edd1f-f806-4fab-8bfe-acd497a77bc1") - ) - (segment - (start 121.008 106.3) - (end 123.04 106.3) - (width 0.254) - (layer "F.Cu") - (net 55) - (uuid "bf20fff5-a502-4292-a6a5-cefdfe00a05b") - ) - (segment - (start 118.98 111.63) - (end 119.23 111.38) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "c5371615-db37-42f4-a5de-32d8f9207523") - ) - (segment - (start 120.07651 107.23149) - (end 121.008 106.3) - (width 0.254) - (layer "F.Cu") - (net 55) - (uuid "d7d52e74-1f60-405d-a595-396feb50aff0") - ) - (segment - (start 121.008 111.1895) - (end 121.008 110.11) - (width 0.3048) - (layer "F.Cu") - (net 55) - (uuid "ded489cf-60f8-4171-a37d-2d3c55558953") - ) - (segment - (start 136.009 80.773) - (end 135.882 80.9) - (width 0.508) - (layer "F.Cu") - (net 56) - (uuid "6010d30c-da33-433d-87e8-85facd538f61") - ) - (segment - (start 138.28 80.773) - (end 136.009 80.773) - (width 0.508) - (layer "F.Cu") - (net 56) - (uuid "75c12965-e5a4-426d-8f0b-98e363f40980") - ) - (segment - (start 130.406 83.44) - (end 130.152 83.186) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "274c25a8-7c49-4fdf-9306-a83776fb8ca8") - ) - (segment - (start 131.036 82.048) - (end 131.036 80.646) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "555618ca-df21-4bed-882a-82898613dcee") - ) - (segment - (start 130.152 83.186) - (end 130.152 82.932) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "9a74316f-31d7-4ea9-990b-7a40f03714a8") - ) - (segment - (start 130.152 83.186) - (end 130.152 82.678) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "a38ee0cb-17c3-43ae-881d-184878ca8df0") - ) - (segment - (start 129.136 78.614) - (end 129.136 76.074) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "aef32ae1-faa2-4a20-a675-40eeaf7e47b0") - ) - (segment - (start 130.152 82.932) - (end 131.036 82.048) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "b3a60a39-004d-4718-8869-a71640d1ab27") - ) - (segment - (start 129.136 78.614) - (end 129.136 78.746) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "f04f67c3-f9fa-4995-93f8-6e6544c1d0e8") - ) - (segment - (start 129.136 78.746) - (end 131.036 80.646) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "f0d1582c-8f91-4927-8274-a1dfdd07187f") - ) - (segment - (start 130.406 91.06) - (end 130.406 83.44) - (width 0.3048) - (layer "F.Cu") - (net 57) - (uuid "f45463f8-9e6d-4fd5-90b9-36d15c5d6a7e") - ) - (segment - (start 92.306 83.44) - (end 92.052 83.186) - (width 0.3048) - (layer "F.Cu") - (net 58) - (uuid "3ea71cf5-25ec-47e7-b217-50ced4d7bbbf") - ) - (segment - (start 91.452 91.06) - (end 90.5515 91.06) - (width 0.3048) - (layer "F.Cu") - (net 58) - (uuid "83eac3b4-83ca-447b-8ae4-979d4e401116") - ) - (segment - (start 90.5515 91.06) - (end 89.6625 91.949) - (width 0.3048) - (layer "F.Cu") - (net 58) - (uuid "ab6b017e-d587-4b57-af13-833a606b93d9") - ) - (segment - (start 92.306 91.06) - (end 92.306 83.44) - (width 0.3048) - (layer "F.Cu") - (net 58) - (uuid "dc272c16-009d-41cb-bf69-08742c49ddf9") - ) - (segment - (start 92.306 91.06) - (end 91.452 91.06) - (width 0.254) - (layer "F.Cu") - (net 58) - (uuid "e361440e-17e5-41ab-b30d-740a2f884420") - ) - (segment - (start 92.306 101.22) - (end 91.452 101.22) - (width 0.3048) - (layer "F.Cu") - (net 59) - (uuid "466786d1-b2ac-4b87-85e2-c5cc00e3fc98") - ) - (segment - (start 91.452 101.22) - (end 90.944 100.712) - (width 0.3048) - (layer "F.Cu") - (net 59) - (uuid "d5c7ae9a-1402-47ed-9ef6-7b1eceeabc52") - ) - (segment - (start 90.944 100.712) - (end 89.9165 100.712) - (width 0.3048) - (layer "F.Cu") - (net 59) - (uuid "dca75657-f11f-4781-a366-2e05c57c1c60") - ) - (segment - (start 92.052 101.474) - (end 92.306 101.22) - (width 0.3048) - (layer "F.Cu") - (net 59) - (uuid "de86d591-c9fc-4f63-b91c-14f440a38750") - ) - (segment - (start 92.052 104.268) - (end 92.052 101.474) - (width 0.3048) - (layer "F.Cu") - (net 59) - (uuid "ebd71ee2-bf2c-464c-967e-0cb90f1a7c28") - ) - (segment - (start 79.382 102.998) - (end 79.128 102.744) - (width 0.3048) - (layer "F.Cu") - (net 60) - (uuid "2077c441-5415-4cc7-be3b-25d8a00267b9") - ) - (segment - (start 81.384 102.998) - (end 79.382 102.998) - (width 0.3048) - (layer "F.Cu") - (net 60) - (uuid "b10bf70c-1b2a-49d2-ba74-0b57f8c0c03c") - ) - (segment - (start 81.384 102.998) - (end 82.034 102.348) - (width 0.254) - (layer "F.Cu") - (net 60) - (uuid "c7b66354-ddcc-4fe5-80d2-acc4e8f094dc") - ) - (zone - (net 1) - (net_name "GND") - (layer "F.Cu") - (uuid "00000000-0000-0000-0000-000060fc30f4") - (hatch edge 0.508) - (connect_pads - (clearance 0.508) - ) - (min_thickness 0.254) - (filled_areas_thickness no) - (fill yes - (thermal_gap 0.508) - (thermal_bridge_width 0.508) - ) - (polygon - (pts - (xy 57 119) (xy 140 119) (xy 140 46) (xy 132 46) (xy 132 74) (xy 89.5 74) (xy 89.5 89) (xy 57 89) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 66.017278 89.020002) (xy 66.063771 89.073658) (xy 66.073875 89.143932) (xy 66.044381 89.208512) - (xy 66.038258 89.215088) (xy 65.658772 89.594574) (xy 63.060986 92.192357) (xy 63.060977 92.192369) - (xy 62.986643 92.266703) (xy 62.986642 92.266705) (xy 62.914318 92.374945) (xy 62.8645 92.495217) - (xy 62.864498 92.495222) (xy 62.8391 92.622904) (xy 62.8391 93.315916) (xy 62.819098 93.384037) - (xy 62.765442 93.43053) (xy 62.695168 93.440634) (xy 62.630588 93.41114) (xy 62.592204 93.351414) - (xy 62.587488 93.325802) (xy 62.577882 93.203753) (xy 62.517878 92.953816) (xy 62.419513 92.716342) - (xy 62.285207 92.497174) (xy 62.283745 92.495462) (xy 61.639234 93.139973) (xy 61.624641 93.104742) - (xy 61.542563 92.981903) (xy 61.438097 92.877437) (xy 61.315258 92.795359) (xy 61.280025 92.780765) - (xy 61.924536 92.136253) (xy 61.922824 92.134791) (xy 61.703657 92.000486) (xy 61.466183 91.902121) - (xy 61.216246 91.842117) (xy 60.96 91.82195) (xy 60.703753 91.842117) (xy 60.453816 91.902121) (xy 60.216342 92.000486) - (xy 59.997177 92.13479) (xy 59.997174 92.134793) (xy 59.995462 92.136253) (xy 60.639974 92.780765) - (xy 60.604742 92.795359) (xy 60.481903 92.877437) (xy 60.377437 92.981903) (xy 60.295359 93.104742) - (xy 60.280765 93.139974) (xy 59.636253 92.495462) (xy 59.634793 92.497174) (xy 59.63479 92.497177) - (xy 59.500486 92.716342) (xy 59.402121 92.953816) (xy 59.342117 93.203753) (xy 59.32195 93.46) (xy 59.342117 93.716246) - (xy 59.402121 93.966183) (xy 59.500486 94.203657) (xy 59.634791 94.422824) (xy 59.636253 94.424536) - (xy 60.280764 93.780024) (xy 60.295359 93.815258) (xy 60.377437 93.938097) (xy 60.481903 94.042563) - (xy 60.604742 94.124641) (xy 60.639973 94.139234) (xy 59.995462 94.783745) (xy 59.995462 94.783746) - (xy 59.997174 94.785207) (xy 60.216342 94.919513) (xy 60.453816 95.017878) (xy 60.703753 95.077882) - (xy 60.96 95.098049) (xy 61.216246 95.077882) (xy 61.466183 95.017878) (xy 61.703657 94.919513) - (xy 61.922825 94.785207) (xy 61.924535 94.783746) (xy 61.924536 94.783745) (xy 61.280025 94.139234) - (xy 61.315258 94.124641) (xy 61.438097 94.042563) (xy 61.542563 93.938097) (xy 61.624641 93.815258) - (xy 61.639234 93.780025) (xy 62.283745 94.424536) (xy 62.283746 94.424535) (xy 62.285207 94.422825) - (xy 62.419513 94.203657) (xy 62.517878 93.966183) (xy 62.577882 93.716246) (xy 62.587488 93.594197) - (xy 62.612774 93.527856) (xy 62.669912 93.485716) (xy 62.740762 93.481157) (xy 62.802829 93.515626) - (xy 62.836409 93.57818) (xy 62.8391 93.604083) (xy 62.8391 94.421475) (xy 62.819098 94.489596) (xy 62.765442 94.536089) - (xy 62.761322 94.537882) (xy 62.756116 94.540038) (xy 62.536882 94.674385) (xy 62.53688 94.674386) - (xy 62.341368 94.841368) (xy 62.174386 95.03688) (xy 62.174385 95.036882) (xy 62.040039 95.256114) - (xy 61.941644 95.493661) (xy 61.89146 95.702694) (xy 61.881622 95.743674) (xy 61.861449 96) (xy 61.881622 96.256326) - (xy 61.88703 96.27885) (xy 61.941644 96.506338) (xy 62.03336 96.727759) (xy 62.04004 96.743887) - (xy 62.173636 96.961896) (xy 62.174385 96.963117) (xy 62.174386 96.963119) (xy 62.341368 97.158631) - (xy 62.533501 97.322727) (xy 62.536884 97.325616) (xy 62.756113 97.45996) (xy 62.99366 97.558355) - (xy 63.243674 97.618378) (xy 63.5 97.638551) (xy 63.756326 97.618378) (xy 64.00634 97.558355) (xy 64.243887 97.45996) - (xy 64.463116 97.325616) (xy 64.658631 97.158631) (xy 64.825616 96.963116) (xy 64.95996 96.743887) - (xy 65.058355 96.50634) (xy 65.118378 96.256326) (xy 65.138551 96) (xy 65.118378 95.743674) (xy 65.058355 95.49366) - (xy 64.95996 95.256113) (xy 64.825616 95.036884) (xy 64.821375 95.031918) (xy 64.658631 94.841368) - (xy 64.463119 94.674386) (xy 64.463117 94.674385) (xy 64.463116 94.674384) (xy 64.243887 94.54004) - (xy 64.243884 94.540039) (xy 64.243883 94.540038) (xy 64.238678 94.537882) (xy 64.183398 94.493332) - (xy 64.16098 94.425968) (xy 64.1609 94.421475) (xy 64.1609 93.604083) (xy 64.180902 93.535962) (xy 64.234558 93.489469) - (xy 64.304832 93.479365) (xy 64.369412 93.508859) (xy 64.407796 93.568585) (xy 64.412512 93.594197) - (xy 64.422117 93.716246) (xy 64.482121 93.966183) (xy 64.580486 94.203657) (xy 64.714791 94.422824) - (xy 64.716253 94.424536) (xy 65.360764 93.780024) (xy 65.375359 93.815258) (xy 65.457437 93.938097) - (xy 65.561903 94.042563) (xy 65.684742 94.124641) (xy 65.719973 94.139234) (xy 65.075462 94.783745) - (xy 65.075462 94.783746) (xy 65.077174 94.785207) (xy 65.296342 94.919513) (xy 65.533816 95.017878) - (xy 65.783753 95.077882) (xy 66.04 95.098049) (xy 66.296246 95.077882) (xy 66.546183 95.017878) - (xy 66.783657 94.919513) (xy 67.002825 94.785207) (xy 67.004535 94.783746) (xy 67.004536 94.783745) - (xy 66.360025 94.139234) (xy 66.395258 94.124641) (xy 66.518097 94.042563) (xy 66.622563 93.938097) - (xy 66.704641 93.815258) (xy 66.719234 93.780025) (xy 67.363745 94.424536) (xy 67.363746 94.424535) - (xy 67.365207 94.422825) (xy 67.499513 94.203657) (xy 67.597878 93.966183) (xy 67.657882 93.716246) - (xy 67.678049 93.46) (xy 67.657882 93.203753) (xy 67.597878 92.953816) (xy 67.499513 92.716342) - (xy 67.422999 92.591482) (xy 69.3945 92.591482) (xy 69.3945 92.838) (xy 70.161 92.838) (xy 70.161 91.884) - (xy 70.160999 91.883999) (xy 70.101991 91.884) (xy 69.99818 91.894605) (xy 69.829973 91.950342) - (xy 69.67916 92.043365) (xy 69.679154 92.04337) (xy 69.55387 92.168654) (xy 69.553865 92.16866) - (xy 69.460842 92.319473) (xy 69.405106 92.487677) (xy 69.405105 92.48768) (xy 69.3945 92.591482) - (xy 67.422999 92.591482) (xy 67.365207 92.497174) (xy 67.363745 92.495462) (xy 66.719234 93.139973) - (xy 66.704641 93.104742) (xy 66.622563 92.981903) (xy 66.518097 92.877437) (xy 66.395258 92.795359) - (xy 66.360024 92.780764) (xy 67.004536 92.136253) (xy 67.002824 92.134791) (xy 66.783657 92.000486) - (xy 66.546183 91.902121) (xy 66.296246 91.842117) (xy 66.04 91.82195) (xy 65.783753 91.842117) (xy 65.555973 91.896802) - (xy 65.485065 91.893255) (xy 65.427331 91.851935) (xy 65.401101 91.785961) (xy 65.414704 91.71628) - (xy 65.437461 91.685191) (xy 67.904848 89.217805) (xy 67.96716 89.183779) (xy 67.993943 89.1809) - (xy 71.152055 89.1809) (xy 71.220176 89.200902) (xy 71.24115 89.217805) (xy 71.798597 89.775252) - (xy 71.832623 89.837564) (xy 71.827558 89.908379) (xy 71.785011 89.965215) (xy 71.77565 89.971587) - (xy 71.711162 90.011363) (xy 71.711154 90.01137) (xy 71.58587 90.136654) (xy 71.585865 90.13666) - (xy 71.492842 90.287473) (xy 71.437106 90.455677) (xy 71.437105 90.45568) (xy 71.4265 90.559482) - (xy 71.4265 90.806) (xy 72.575 90.806) (xy 72.643121 90.826002) (xy 72.689614 90.879658) (xy 72.701 90.932) - (xy 72.701 91.188) (xy 72.680998 91.256121) (xy 72.627342 91.302614) (xy 72.575 91.314) (xy 71.426501 91.314) - (xy 71.426501 91.560509) (xy 71.437105 91.664319) (xy 71.492842 91.832526) (xy 71.525023 91.884698) - (xy 71.54376 91.953177) (xy 71.522501 92.020916) (xy 71.506877 92.03994) (xy 71.416241 92.130576) - (xy 71.353929 92.164602) (xy 71.283114 92.159537) (xy 71.238051 92.130576) (xy 71.150845 92.04337) - (xy 71.150839 92.043365) (xy 71.000026 91.950342) (xy 70.831822 91.894606) (xy 70.831819 91.894605) - (xy 70.728017 91.884) (xy 70.669 91.884) (xy 70.669 93.22) (xy 70.648998 93.288121) (xy 70.595342 93.334614) - (xy 70.543 93.346) (xy 69.394501 93.346) (xy 69.394501 93.592509) (xy 69.405105 93.696319) (xy 69.460842 93.864526) - (xy 69.553865 94.015339) (xy 69.55387 94.015345) (xy 69.679154 94.140629) (xy 69.67916 94.140634) - (xy 69.829973 94.233657) (xy 69.998174 94.289393) (xy 70.025758 94.292211) (xy 70.091493 94.319033) - (xy 70.132292 94.377136) (xy 70.135201 94.448073) (xy 70.13101 94.461585) (xy 70.120563 94.489596) - (xy 70.11601 94.501802) (xy 70.116009 94.501803) (xy 70.1095 94.56235) (xy 70.1095 95.309649) (xy 70.116009 95.370195) - (xy 70.117823 95.377867) (xy 70.115834 95.378336) (xy 70.120135 95.438505) (xy 70.117759 95.446599) - (xy 70.116505 95.451903) (xy 70.11 95.512402) (xy 70.11 95.632) (xy 70.22314 95.632) (xy 70.291261 95.652002) - (xy 70.298649 95.657132) (xy 70.371792 95.711887) (xy 70.371794 95.711888) (xy 70.371796 95.711889) - (xy 70.41364 95.727496) (xy 70.5088 95.76299) (xy 70.510446 95.763379) (xy 70.511589 95.76403) (xy 70.516184 95.765744) - (xy 70.515906 95.766488) (xy 70.572139 95.798514) (xy 70.605043 95.861425) (xy 70.598711 95.932139) - (xy 70.555154 95.988204) (xy 70.516102 96.006037) (xy 70.516184 96.006256) (xy 70.513132 96.007394) - (xy 70.510446 96.008621) (xy 70.5088 96.009009) (xy 70.371797 96.06011) (xy 70.371792 96.060112) - (xy 70.298649 96.114868) (xy 70.232129 96.139679) (xy 70.22314 96.14) (xy 70.11 96.14) (xy 70.11 96.259597) - (xy 70.116505 96.320096) (xy 70.118318 96.327766) (xy 70.115938 96.328328) (xy 70.120133 96.387082) - (xy 70.116833 96.398319) (xy 70.116009 96.401804) (xy 70.1095 96.46235) (xy 70.1095 97.209649) (xy 70.116009 97.270196) - (xy 70.11601 97.270197) (xy 70.11601 97.270199) (xy 70.116011 97.270201) (xy 70.144857 97.347538) - (xy 70.147639 97.354997) (xy 70.152704 97.425813) (xy 70.118679 97.488125) (xy 70.056367 97.52215) - (xy 70.029583 97.52503) (xy 68.555498 97.52503) (xy 68.445511 97.546908) (xy 68.44551 97.546909) - (xy 68.427819 97.550428) (xy 68.427818 97.550428) (xy 68.427815 97.550429) (xy 68.307541 97.600248) - (xy 68.199301 97.672572) (xy 68.199294 97.672577) (xy 68.107241 97.764631) (xy 68.107238 97.764632) - (xy 68.107239 97.764633) (xy 67.801564 98.070306) (xy 67.739252 98.104331) (xy 67.668436 98.099266) - (xy 67.611601 98.056719) (xy 67.59606 98.029428) (xy 67.499513 97.796342) (xy 67.365207 97.577174) - (xy 67.363745 97.575462) (xy 66.719234 98.219973) (xy 66.704641 98.184742) (xy 66.622563 98.061903) - (xy 66.518097 97.957437) (xy 66.395258 97.875359) (xy 66.360025 97.860765) (xy 67.004536 97.216253) - (xy 67.002824 97.214791) (xy 66.783657 97.080486) (xy 66.546183 96.982121) (xy 66.296246 96.922117) - (xy 66.04 96.90195) (xy 65.783753 96.922117) (xy 65.533816 96.982121) (xy 65.296342 97.080486) (xy 65.077177 97.21479) - (xy 65.077174 97.214793) (xy 65.075462 97.216253) (xy 65.719974 97.860765) (xy 65.684742 97.875359) - (xy 65.561903 97.957437) (xy 65.457437 98.061903) (xy 65.375359 98.184742) (xy 65.360765 98.219974) - (xy 64.716253 97.575462) (xy 64.714793 97.577174) (xy 64.71479 97.577177) (xy 64.580486 97.796342) - (xy 64.482121 98.033816) (xy 64.422117 98.283753) (xy 64.40195 98.54) (xy 64.422117 98.796246) (xy 64.482121 99.046183) - (xy 64.580486 99.283657) (xy 64.714791 99.502824) (xy 64.716253 99.504536) (xy 65.360764 98.860024) - (xy 65.375359 98.895258) (xy 65.457437 99.018097) (xy 65.561903 99.122563) (xy 65.684742 99.204641) - (xy 65.719973 99.219234) (xy 65.075462 99.863745) (xy 65.075462 99.863746) (xy 65.077174 99.865207) - (xy 65.296342 99.999513) (xy 65.529428 100.09606) (xy 65.584709 100.140608) (xy 65.60713 100.207972) - (xy 65.589572 100.276763) (xy 65.570305 100.301564) (xy 64.180986 101.690883) (xy 64.180977 101.690895) - (xy 64.106643 101.765229) (xy 64.106642 101.765231) (xy 64.034318 101.873471) (xy 63.9845 101.993743) - (xy 63.984498 101.993748) (xy 63.9591 102.12143) (xy 63.9591 102.16934) (xy 63.939098 102.237461) - (xy 63.885442 102.283954) (xy 63.872733 102.288944) (xy 63.847264 102.297383) (xy 63.696347 102.39047) - (xy 63.696341 102.390475) (xy 63.570975 102.515841) (xy 63.570968 102.515849) (xy 63.561471 102.531248) - (xy 63.508685 102.578725) (xy 63.454231 102.5911) (xy 61.248208 102.5911) (xy 61.180087 102.571098) - (xy 61.144995 102.537371) (xy 61.0542 102.407703) (xy 61.054195 102.407697) (xy 60.892302 102.245804) - (xy 60.892296 102.245799) (xy 60.704749 102.114477) (xy 60.497246 102.017717) (xy 60.49724 102.017715) - (xy 60.384357 101.987468) (xy 60.276087 101.958457) (xy 60.048 101.938502) (xy 59.819913 101.958457) - (xy 59.598759 102.017715) (xy 59.598753 102.017717) (xy 59.39125 102.114477) (xy 59.203703 102.245799) - (xy 59.203697 102.245804) (xy 59.041804 102.407697) (xy 59.041799 102.407703) (xy 58.910477 102.59525) - (xy 58.813717 102.802753) (xy 58.813715 102.802759) (xy 58.813113 102.805007) (xy 58.754457 103.023913) - (xy 58.734502 103.252) (xy 58.754457 103.480087) (xy 58.777222 103.565046) (xy 58.813715 103.70124) - (xy 58.813717 103.701246) (xy 58.910477 103.908749) (xy 59.040333 104.094203) (xy 59.041802 104.0963) - (xy 59.2037 104.258198) (xy 59.391251 104.389523) (xy 59.598757 104.486284) (xy 59.819913 104.545543) - (xy 60.048 104.565498) (xy 60.276087 104.545543) (xy 60.497243 104.486284) (xy 60.704749 104.389523) - (xy 60.8923 104.258198) (xy 61.054198 104.0963) (xy 61.119653 104.002821) (xy 61.144995 103.966629) - (xy 61.200452 103.922301) (xy 61.248208 103.9129) (xy 63.454231 103.9129) (xy 63.522352 103.932902) - (xy 63.561471 103.972752) (xy 63.570968 103.98815) (xy 63.570975 103.988158) (xy 63.658222 104.075405) - (xy 63.692248 104.137717) (xy 63.687183 104.208532) (xy 63.658222 104.253595) (xy 63.570975 104.340841) - (xy 63.57097 104.340847) (xy 63.477885 104.491761) (xy 63.422113 104.660071) (xy 63.422112 104.660078) - (xy 63.4115 104.763945) (xy 63.4115 105.390054) (xy 63.411499 105.390054) (xy 63.422112 105.493921) - (xy 63.422113 105.493928) (xy 63.449013 105.575106) (xy 63.477885 105.662239) (xy 63.521868 105.733546) - (xy 63.57097 105.813152) (xy 63.570975 105.813158) (xy 63.638326 105.880509) (xy 63.672352 105.942821) - (xy 63.667287 106.013636) (xy 63.638326 106.058699) (xy 63.54637 106.150654) (xy 63.546365 106.15066) - (xy 63.453342 106.301474) (xy 63.397606 106.469678) (xy 63.397605 106.469681) (xy 63.387 106.573483) - (xy 63.387 106.62) (xy 65.853 106.62) (xy 65.853 106.573483) (xy 65.842394 106.469681) (xy 65.842393 106.469678) - (xy 65.786657 106.301474) (xy 65.693634 106.15066) (xy 65.693629 106.150654) (xy 65.601674 106.058699) - (xy 65.567648 105.996387) (xy 65.572713 105.925572) (xy 65.601674 105.880509) (xy 65.669024 105.813158) - (xy 65.66903 105.813152) (xy 65.695206 105.770712) (xy 65.747991 105.723235) (xy 65.777872 105.713279) - (xy 65.779098 105.713034) (xy 65.781777 105.712502) (xy 65.902054 105.662682) (xy 66.010299 105.590355) - (xy 66.756406 104.844246) (xy 66.818717 104.810223) (xy 66.889532 104.815287) (xy 66.946368 104.857834) - (xy 66.971179 104.924354) (xy 66.9715 104.933343) (xy 66.9715 107.8855) (xy 66.951498 107.953621) - (xy 66.897842 108.000114) (xy 66.8455 108.0115) (xy 65.707372 108.0115) (xy 65.639251 107.991498) - (xy 65.618281 107.974599) (xy 65.568652 107.92497) (xy 65.568651 107.924969) (xy 65.565547 107.922515) - (xy 65.56397 107.920288) (xy 65.563462 107.91978) (xy 65.563548 107.919693) (xy 65.524518 107.864575) - (xy 65.521326 107.79365) (xy 65.556986 107.732259) (xy 65.565558 107.724832) (xy 65.56835 107.722624) - (xy 65.693629 107.597345) (xy 65.693634 107.597339) (xy 65.786657 107.446525) (xy 65.842393 107.278321) - (xy 65.842394 107.278318) (xy 65.852999 107.174516) (xy 65.853 107.174516) (xy 65.853 107.128) (xy 63.387 107.128) - (xy 63.387 107.174516) (xy 63.397605 107.278318) (xy 63.397606 107.278321) (xy 63.453342 107.446525) - (xy 63.546365 107.597339) (xy 63.54637 107.597345) (xy 63.671657 107.722632) (xy 63.674446 107.724837) - (xy 63.675863 107.726838) (xy 63.67685 107.727825) (xy 63.676681 107.727993) (xy 63.715479 107.782775) - (xy 63.718674 107.8537) (xy 63.683017 107.915093) (xy 63.674457 107.922511) (xy 63.671345 107.924971) - (xy 63.545975 108.050341) (xy 63.54597 108.050347) (xy 63.452885 108.201262) (xy 63.397113 108.369572) - (xy 63.397112 108.369579) (xy 63.3865 108.473446) (xy 63.3865 109.074544) (xy 63.397112 109.178425) - (xy 63.452885 109.346738) (xy 63.54597 109.497652) (xy 63.545975 109.497658) (xy 63.671341 109.623024) - (xy 63.671347 109.623029) (xy 63.671348 109.62303) (xy 63.796136 109.7) (xy 63.797647 109.700932) - (xy 63.845125 109.753718) (xy 63.8575 109.808173) (xy 63.8575 111.2011) (xy 63.879719 111.312799) - (xy 63.886803 111.348413) (xy 63.886804 111.348417) (xy 63.886805 111.348418) (xy 63.934793 111.464272) - (xy 63.944282 111.487179) (xy 63.977645 111.537111) (xy 64.027727 111.612065) (xy 64.02773 111.612069) - (xy 64.89593 112.480269) (xy 64.895934 112.480272) (xy 64.960631 112.523501) (xy 64.960632 112.523501) - (xy 64.960633 112.523502) (xy 65.020821 112.563718) (xy 65.159587 112.621197) (xy 65.204082 112.630047) - (xy 65.266991 112.662954) (xy 65.302123 112.724649) (xy 65.3055 112.753626) (xy 65.3055 113.436649) - (xy 65.312009 113.497196) (xy 65.312011 113.497204) (xy 65.36311 113.634202) (xy 65.363112 113.634207) - (xy 65.450738 113.751261) (xy 65.567792 113.838887) (xy 65.567794 113.838888) (xy 65.567796 113.838889) - (xy 65.626875 113.860924) (xy 65.704795 113.889988) (xy 65.704803 113.88999) (xy 65.76535 113.896499) - (xy 65.765355 113.896499) (xy 65.765362 113.8965) (xy 65.765368 113.8965) (xy 69.812632 113.8965) - (xy 69.812638 113.8965) (xy 69.812645 113.896499) (xy 69.812649 113.896499) (xy 69.873196 113.88999) - (xy 69.873199 113.889989) (xy 69.873201 113.889989) (xy 70.010204 113.838889) (xy 70.127261 113.751261) - (xy 70.180759 113.679796) (xy 70.214887 113.634207) (xy 70.214887 113.634206) (xy 70.214889 113.634204) - (xy 70.265989 113.497201) (xy 70.270752 113.452902) (xy 70.272499 113.436649) (xy 70.2725 113.436632) - (xy 70.2725 110.339367) (xy 70.272499 110.33935) (xy 70.26599 110.278803) (xy 70.265988 110.278795) - (xy 70.225056 110.169054) (xy 70.214889 110.141796) (xy 70.214888 110.141794) (xy 70.214887 110.141792) - (xy 70.127261 110.024738) (xy 70.010207 109.937112) (xy 70.010202 109.93711) (xy 69.873204 109.886011) - (xy 69.873196 109.886009) (xy 69.812649 109.8795) (xy 69.812638 109.8795) (xy 65.765362 109.8795) - (xy 65.76535 109.8795) (xy 65.704803 109.886009) (xy 65.704795 109.886011) (xy 65.559353 109.94026) - (xy 65.558777 109.938717) (xy 65.499497 109.951606) (xy 65.43298 109.926788) (xy 65.390439 109.869947) - (xy 65.3825 109.825928) (xy 65.3825 109.808173) (xy 65.402502 109.740052) (xy 65.442353 109.700932) - (xy 65.443864 109.7) (xy 65.568652 109.62303) (xy 65.618278 109.573403) (xy 65.680588 109.53938) - (xy 65.707372 109.5365) (xy 71.713942 109.5365) (xy 71.861255 109.507197) (xy 72.000021 109.449718) - (xy 72.022496 109.434701) (xy 72.124907 109.366273) (xy 73.112664 108.378516) (xy 80.913 108.378516) - (xy 80.923605 108.482318) (xy 80.923606 108.482321) (xy 80.979342 108.650525) (xy 81.072365 108.801339) - (xy 81.07237 108.801345) (xy 81.197654 108.926629) (xy 81.19766 108.926634) (xy 81.348474 109.019657) - (xy 81.516678 109.075393) (xy 81.516681 109.075394) (xy 81.620483 109.085999) (xy 81.620483 109.086) - (xy 81.892 109.086) (xy 81.892 108.332) (xy 80.913 108.332) (xy 80.913 108.378516) (xy 73.112664 108.378516) - (xy 76.214905 105.276273) (xy 76.277217 105.242249) (xy 76.348032 105.247313) (xy 76.393095 105.276274) - (xy 77.780886 106.664065) (xy 77.887093 106.770272) (xy 78.011979 106.853718) (xy 78.150745 106.911197) - (xy 78.298058 106.9405) (xy 81.058628 106.9405) (xy 81.126749 106.960502) (xy 81.147718 106.9774) - (xy 81.173264 107.002946) (xy 81.19735 107.027032) (xy 81.20045 107.029483) (xy 81.202024 107.031706) - (xy 81.202538 107.03222) (xy 81.20245 107.032307) (xy 81.241481 107.087422) (xy 81.244673 107.158347) - (xy 81.209014 107.219739) (xy 81.200454 107.227157) (xy 81.197654 107.22937) (xy 81.07237 107.354654) - (xy 81.072365 107.35466) (xy 80.979342 107.505474) (xy 80.923606 107.673678) (xy 80.923605 107.673681) - (xy 80.913 107.777483) (xy 80.913 107.824) (xy 83.379 107.824) (xy 83.379 107.777483) (xy 83.368394 107.673681) - (xy 83.368393 107.673678) (xy 83.312657 107.505474) (xy 83.219634 107.35466) (xy 83.219629 107.354654) - (xy 83.094344 107.229369) (xy 83.091551 107.227161) (xy 83.090131 107.225156) (xy 83.08915 107.224175) - (xy 83.089317 107.224007) (xy 83.050519 107.169222) (xy 83.047325 107.098298) (xy 83.082983 107.036905) - (xy 83.091554 107.029478) (xy 83.094639 107.027037) (xy 83.094652 107.02703) (xy 83.107053 107.014629) - (xy 83.123878 106.997805) (xy 83.18619 106.963779) (xy 83.212973 106.9609) (xy 83.485792 106.9609) - (xy 83.553913 106.980902) (xy 83.589005 107.014629) (xy 83.679799 107.144296) (xy 83.679802 107.1443) - (xy 83.8417 107.306198) (xy 84.029251 107.437523) (xy 84.048556 107.446525) (xy 84.068457 107.455805) - (xy 84.121742 107.502722) (xy 84.141203 107.570999) (xy 84.120661 107.638959) (xy 84.068457 107.684195) - (xy 84.02925 107.702477) (xy 83.841703 107.833799) (xy 83.841697 107.833804) (xy 83.679804 107.995697) - (xy 83.679799 107.995703) (xy 83.548477 108.18325) (xy 83.513038 108.25925) (xy 83.466121 108.312535) - (xy 83.398843 108.332) (xy 82.4 108.332) (xy 82.4 109.086) (xy 82.671517 109.086) (xy 82.671516 109.085999) - (xy 82.775318 109.075394) (xy 82.775321 109.075393) (xy 82.943525 109.019657) (xy 83.094339 108.926634) - (xy 83.166027 108.854946) (xy 83.228339 108.820921) (xy 83.299155 108.825985) (xy 83.355991 108.868531) - (xy 83.380643 108.933057) (xy 83.392457 109.068087) (xy 83.392457 109.06809) (xy 83.392458 109.068092) - (xy 83.40127 109.10098) (xy 83.39958 109.171956) (xy 83.368659 109.222685) (xy 82.772701 109.818645) - (xy 82.680643 109.910703) (xy 82.680642 109.910705) (xy 82.608318 110.018945) (xy 82.5585 110.139217) - (xy 82.558498 110.139222) (xy 82.5331 110.266904) (xy 82.5331 110.881611) (xy 82.513098 110.949732) - (xy 82.482609 110.98248) (xy 82.424009 111.026347) (xy 82.357488 111.051157) (xy 82.288114 111.036065) - (xy 82.237912 110.985863) (xy 82.2225 110.925478) (xy 82.2225 110.339367) (xy 82.222499 110.33935) - (xy 82.21599 110.278803) (xy 82.215988 110.278795) (xy 82.175056 110.169054) (xy 82.164889 110.141796) - (xy 82.164888 110.141794) (xy 82.164887 110.141792) (xy 82.077261 110.024738) (xy 81.960207 109.937112) - (xy 81.960202 109.93711) (xy 81.823204 109.886011) (xy 81.823196 109.886009) (xy 81.762649 109.8795) - (xy 81.762638 109.8795) (xy 77.715362 109.8795) (xy 77.71535 109.8795) (xy 77.654803 109.886009) - (xy 77.654795 109.886011) (xy 77.517797 109.93711) (xy 77.517792 109.937112) (xy 77.400738 110.024738) - (xy 77.313112 110.141792) (xy 77.31311 110.141797) (xy 77.262011 110.278795) (xy 77.262009 110.278803) - (xy 77.2555 110.33935) (xy 77.2555 113.436649) (xy 77.262009 113.497196) (xy 77.262011 113.497204) - (xy 77.31311 113.634202) (xy 77.313112 113.634207) (xy 77.400738 113.751261) (xy 77.517792 113.838887) - (xy 77.517794 113.838888) (xy 77.517796 113.838889) (xy 77.576875 113.860924) (xy 77.654795 113.889988) - (xy 77.654803 113.88999) (xy 77.71535 113.896499) (xy 77.715355 113.896499) (xy 77.715362 113.8965) - (xy 77.715368 113.8965) (xy 81.762632 113.8965) (xy 81.762638 113.8965) (xy 81.762645 113.896499) - (xy 81.762649 113.896499) (xy 81.823196 113.88999) (xy 81.823199 113.889989) (xy 81.823201 113.889989) - (xy 81.960204 113.838889) (xy 82.077261 113.751261) (xy 82.130759 113.679796) (xy 82.164887 113.634207) - (xy 82.164887 113.634206) (xy 82.164889 113.634204) (xy 82.215989 113.497201) (xy 82.220752 113.452902) - (xy 82.222499 113.436649) (xy 82.2225 113.436632) (xy 82.2225 112.718521) (xy 82.242502 112.6504) - (xy 82.296158 112.603907) (xy 82.366432 112.593803) (xy 82.424009 112.617653) (xy 82.497792 112.672887) - (xy 82.497794 112.672888) (xy 82.497796 112.672889) (xy 82.556875 112.694924) (xy 82.634795 112.723988) - (xy 82.634803 112.72399) (xy 82.69535 112.730499) (xy 82.695355 112.730499) (xy 82.695362 112.7305) - (xy 82.695368 112.7305) (xy 83.692632 112.7305) (xy 83.692638 112.7305) (xy 83.692645 112.730499) - (xy 83.692649 112.730499) (xy 83.753196 112.72399) (xy 83.753199 112.723989) (xy 83.753201 112.723989) - (xy 83.890204 112.672889) (xy 83.963991 112.617653) (xy 84.007261 112.585261) (xy 84.008632 112.58343) - (xy 84.010465 112.582057) (xy 84.013634 112.578889) (xy 84.014089 112.579344) (xy 84.065467 112.540883) - (xy 84.136283 112.535818) (xy 84.198595 112.569844) (xy 84.232621 112.632156) (xy 84.2355 112.658939) - (xy 84.2355 113.220649) (xy 84.242009 113.281196) (xy 84.242011 113.281204) (xy 84.29311 113.418202) - (xy 84.293112 113.418207) (xy 84.380738 113.535261) (xy 84.497792 113.622887) (xy 84.497794 113.622888) - (xy 84.497796 113.622889) (xy 84.547458 113.641412) (xy 84.634795 113.673988) (xy 84.634803 113.67399) - (xy 84.69535 113.680499) (xy 84.695355 113.680499) (xy 84.695362 113.6805) (xy 84.695368 113.6805) - (xy 85.692632 113.6805) (xy 85.692638 113.6805) (xy 85.692645 113.680499) (xy 85.692649 113.680499) - (xy 85.753196 113.67399) (xy 85.753199 113.673989) (xy 85.753201 113.673989) (xy 85.890204 113.622889) - (xy 85.892589 113.621104) (xy 86.007261 113.535261) (xy 86.046091 113.483391) (xy 86.102927 113.440844) - (xy 86.146959 113.4329) (xy 86.546514 113.4329) (xy 86.614635 113.452902) (xy 86.64091 113.483225) - (xy 86.658351 113.453223) (xy 86.720446 113.421093) (xy 86.788777 113.407502) (xy 86.909054 113.357682) - (xy 87.017299 113.285355) (xy 87.521405 112.781249) (xy 87.583717 112.747223) (xy 87.654532 112.752288) - (xy 87.711368 112.794835) (xy 87.736179 112.861355) (xy 87.7365 112.870344) (xy 87.7365 113.336649) - (xy 87.743009 113.397196) (xy 87.743011 113.397204) (xy 87.79411 113.534202) (xy 87.794113 113.534208) - (xy 87.817606 113.56559) (xy 87.842418 113.63211) (xy 87.827327 113.701484) (xy 87.777126 113.751687) - (xy 87.716739 113.7671) (xy 87.177291 113.7671) (xy 87.117893 113.752221) (xy 87.105803 113.745758) - (xy 86.944305 113.696769) (xy 86.915701 113.688092) (xy 86.9157 113.688091) (xy 86.915694 113.68809) - (xy 86.732679 113.670065) (xy 86.666847 113.643482) (xy 86.651012 113.621104) (xy 86.641738 113.641412) - (xy 86.582012 113.679796) (xy 86.558864 113.684293) (xy 86.520305 113.68809) (xy 86.330195 113.745759) - (xy 86.154995 113.839405) (xy 86.001432 113.965432) (xy 85.875405 114.118995) (xy 85.781759 114.294195) - (xy 85.72409 114.484305) (xy 85.70462 114.681996) (xy 85.70462 114.682003) (xy 85.72409 114.879694) - (xy 85.724091 114.8797) (xy 85.724092 114.879701) (xy 85.781759 115.069804) (xy 85.875405 115.245004) - (xy 86.001432 115.398568) (xy 86.154996 115.524595) (xy 86.330196 115.618241) (xy 86.520299 115.675908) - (xy 86.520303 115.675908) (xy 86.520305 115.675909) (xy 86.717997 115.69538) (xy 86.718 115.69538) - (xy 86.718003 115.69538) (xy 86.915694 115.675909) (xy 86.915695 115.675908) (xy 86.915701 115.675908) - (xy 87.105804 115.618241) (xy 87.281004 115.524595) (xy 87.434568 115.398568) (xy 87.560595 115.245004) - (xy 87.608434 115.155504) (xy 87.658186 115.104856) (xy 87.719556 115.0889) (xy 121.327092 115.0889) - (xy 121.327093 115.0889) (xy 121.454777 115.063502) (xy 121.575054 115.013682) (xy 121.683299 114.941355) - (xy 122.533355 114.091299) (xy 122.605682 113.983054) (xy 122.650737 113.874282) (xy 122.695286 113.819001) - (xy 122.762649 113.79658) (xy 122.767146 113.7965) (xy 122.843632 113.7965) (xy 122.843638 113.7965) - (xy 122.843645 113.796499) (xy 122.843649 113.796499) (xy 122.904196 113.78999) (xy 122.904199 113.789989) - (xy 122.904201 113.789989) (xy 123.041204 113.738889) (xy 123.158261 113.651261) (xy 123.165634 113.641412) - (xy 123.245887 113.534207) (xy 123.245887 113.534206) (xy 123.245889 113.534204) (xy 123.296989 113.397201) - (xy 123.296989 113.397195) (xy 123.297292 113.39592) (xy 123.2978 113.395027) (xy 123.299744 113.389816) - (xy 123.300588 113.390131) (xy 123.332426 113.334226) (xy 123.395336 113.30132) (xy 123.419914 113.2989) - (xy 128.580086 113.2989) (xy 128.648207 113.318902) (xy 128.6947 113.372558) (xy 128.702708 113.39592) - (xy 128.703011 113.397202) (xy 128.75411 113.534202) (xy 128.754112 113.534207) (xy 128.841738 113.651261) - (xy 128.958792 113.738887) (xy 128.958794 113.738888) (xy 128.958796 113.738889) (xy 129.017875 113.760924) - (xy 129.095795 113.789988) (xy 129.095803 113.78999) (xy 129.15635 113.796499) (xy 129.156355 113.796499) - (xy 129.156362 113.7965) (xy 129.156368 113.7965) (xy 130.803632 113.7965) (xy 130.803638 113.7965) - (xy 130.803645 113.796499) (xy 130.803649 113.796499) (xy 130.864196 113.78999) (xy 130.864199 113.789989) - (xy 130.864201 113.789989) (xy 131.001204 113.738889) (xy 131.118261 113.651261) (xy 131.125634 113.641412) - (xy 131.205887 113.534207) (xy 131.205887 113.534206) (xy 131.205889 113.534204) (xy 131.256989 113.397201) - (xy 131.25775 113.390131) (xy 131.263499 113.336649) (xy 131.2635 113.336632) (xy 131.2635 111.939367) - (xy 131.263499 111.93935) (xy 131.25699 111.878803) (xy 131.256988 111.878795) (xy 131.215882 111.768588) - (xy 131.205889 111.741796) (xy 131.205888 111.741794) (xy 131.205887 111.741792) (xy 131.118261 111.624738) - (xy 131.001207 111.537112) (xy 131.001202 111.53711) (xy 130.864204 111.486011) (xy 130.864196 111.486009) - (xy 130.803649 111.4795) (xy 130.803638 111.4795) (xy 129.156362 111.4795) (xy 129.15635 111.4795) - (xy 129.095803 111.486009) (xy 129.095795 111.486011) (xy 128.958797 111.53711) (xy 128.958792 111.537112) - (xy 128.841738 111.624738) (xy 128.754112 111.741792) (xy 128.75411 111.741797) (xy 128.703011 111.878797) - (xy 128.702708 111.88008) (xy 128.702199 111.880972) (xy 128.700256 111.886184) (xy 128.699411 111.885868) - (xy 128.667574 111.941774) (xy 128.604664 111.97468) (xy 128.580086 111.9771) (xy 124.122911 111.9771) - (xy 124.05479 111.957098) (xy 124.008297 111.903442) (xy 123.998193 111.833168) (xy 124.027687 111.768588) - (xy 124.063513 111.739978) (xy 124.111004 111.714595) (xy 124.173751 111.6631) (xy 124.239098 111.635347) - (xy 124.253684 111.6345) (xy 127.1486 111.6345) (xy 127.295913 111.605197) (xy 127.434679 111.547718) - (xy 127.492706 111.508946) (xy 127.559565 111.464273) (xy 131.153321 107.870516) (xy 132.475 107.870516) - (xy 132.485605 107.974318) (xy 132.485606 107.974321) (xy 132.541342 108.142525) (xy 132.634365 108.293339) - (xy 132.63437 108.293345) (xy 132.759654 108.418629) (xy 132.75966 108.418634) (xy 132.910474 108.511657) - (xy 133.078678 108.567393) (xy 133.078681 108.567394) (xy 133.182483 108.577999) (xy 133.182483 108.578) - (xy 133.454 108.578) (xy 133.454 107.824) (xy 132.475 107.824) (xy 132.475 107.870516) (xy 131.153321 107.870516) - (xy 132.542984 106.480853) (xy 132.605294 106.44683) (xy 132.676109 106.451894) (xy 132.721172 106.480855) - (xy 132.759345 106.519028) (xy 132.76245 106.521483) (xy 132.764027 106.52371) (xy 132.764537 106.52422) - (xy 132.764449 106.524307) (xy 132.803481 106.579422) (xy 132.806673 106.650347) (xy 132.771014 106.711739) - (xy 132.762454 106.719157) (xy 132.759654 106.72137) (xy 132.63437 106.846654) (xy 132.634365 106.84666) - (xy 132.541342 106.997474) (xy 132.485606 107.165678) (xy 132.485605 107.165681) (xy 132.475 107.269483) - (xy 132.475 107.316) (xy 133.836 107.316) (xy 133.904121 107.336002) (xy 133.950614 107.389658) - (xy 133.962 107.442) (xy 133.962 108.578) (xy 134.233517 108.578) (xy 134.233516 108.577999) (xy 134.337318 108.567394) - (xy 134.337321 108.567393) (xy 134.505525 108.511657) (xy 134.626853 108.436821) (xy 134.695332 108.418084) - (xy 134.763071 108.439343) (xy 134.808563 108.49385) (xy 134.819 108.544062) (xy 134.819 108.808509) - (xy 134.829605 108.912319) (xy 134.885342 109.080526) (xy 134.978365 109.231339) (xy 134.97837 109.231345) - (xy 135.103654 109.356629) (xy 135.10366 109.356634) (xy 135.254473 109.449657) (xy 135.422677 109.505393) - (xy 135.42268 109.505394) (xy 135.526482 109.515999) (xy 136.248 109.515999) (xy 136.756 109.515999) - (xy 137.477509 109.515999) (xy 137.581319 109.505394) (xy 137.749526 109.449657) (xy 137.900339 109.356634) - (xy 137.900345 109.356629) (xy 138.025629 109.231345) (xy 138.025634 109.231339) (xy 138.118657 109.080526) - (xy 138.174393 108.912322) (xy 138.174394 108.912319) (xy 138.184999 108.808517) (xy 138.185 108.808517) - (xy 138.185 108.5995) (xy 136.756 108.5995) (xy 136.756 109.515999) (xy 136.248 109.515999) (xy 136.248 108.0915) - (xy 136.756 108.0915) (xy 138.184999 108.0915) (xy 138.184999 107.88249) (xy 138.174394 107.77868) - (xy 138.118657 107.610473) (xy 138.025634 107.45966) (xy 138.025629 107.459654) (xy 137.900345 107.33437) - (xy 137.900339 107.334365) (xy 137.749526 107.241342) (xy 137.581322 107.185606) (xy 137.581319 107.185605) - (xy 137.477517 107.175) (xy 136.756 107.175) (xy 136.756 108.0915) (xy 136.248 108.0915) (xy 136.248 107.175) - (xy 135.52649 107.175) (xy 135.42268 107.185605) (xy 135.254473 107.241342) (xy 135.127944 107.319387) - (xy 135.059464 107.338124) (xy 134.991726 107.316865) (xy 134.946234 107.262358) (xy 134.936449 107.224952) - (xy 134.930393 107.165675) (xy 134.874657 106.997474) (xy 134.781634 106.84666) (xy 134.781629 106.846654) - (xy 134.656344 106.721369) (xy 134.653551 106.719161) (xy 134.652131 106.717156) (xy 134.65115 106.716175) - (xy 134.651317 106.716007) (xy 134.612519 106.661222) (xy 134.609325 106.590298) (xy 134.644983 106.528905) - (xy 134.653554 106.521478) (xy 134.656639 106.519037) (xy 134.656652 106.51903) (xy 134.78203 106.393652) - (xy 134.80257 106.360352) (xy 134.855356 106.312875) (xy 134.90981 106.3005) (xy 135.097558 106.3005) - (xy 135.163704 106.319258) (xy 135.254261 106.375115) (xy 135.422573 106.430887) (xy 135.462527 106.434968) - (xy 135.526446 106.4415) (xy 135.526454 106.4415) (xy 137.477554 106.4415) (xy 137.536906 106.435435) - (xy 137.581427 106.430887) (xy 137.749739 106.375115) (xy 137.900652 106.28203) (xy 138.02603 106.156652) - (xy 138.119115 106.005739) (xy 138.174887 105.837427) (xy 138.181732 105.770432) (xy 138.1855 105.733554) - (xy 138.1855 104.807445) (xy 138.176178 104.716208) (xy 138.174887 104.703573) (xy 138.119115 104.535261) - (xy 138.02603 104.384348) (xy 138.026029 104.384347) (xy 138.026024 104.384341) (xy 137.900658 104.258975) - (xy 137.900652 104.25897) (xy 137.891938 104.253595) (xy 137.749739 104.165885) (xy 137.664732 104.137717) - (xy 137.581428 104.110113) (xy 137.581421 104.110112) (xy 137.477554 104.0995) (xy 137.477546 104.0995) - (xy 137.3905 104.0995) (xy 137.322379 104.079498) (xy 137.275886 104.025842) (xy 137.2645 103.9735) - (xy 137.2645 103.938899) (xy 137.259328 103.9129) (xy 137.242158 103.826582) (xy 137.248485 103.755872) - (xy 137.292039 103.699804) (xy 137.358991 103.676184) (xy 137.422941 103.689737) (xy 137.472169 103.71482) - (xy 137.47218 103.714825) (xy 137.638039 103.768715) (xy 137.638035 103.768715) (xy 137.810302 103.796) - (xy 137.9935 103.796) (xy 137.9935 102.988) (xy 138.5015 102.988) (xy 138.5015 103.796) (xy 138.684698 103.796) - (xy 138.856962 103.768715) (xy 139.022819 103.714825) (xy 139.022825 103.714822) (xy 139.178221 103.635643) - (xy 139.319315 103.533132) (xy 139.319318 103.53313) (xy 139.44263 103.409818) (xy 139.442632 103.409815) - (xy 139.545143 103.268721) (xy 139.624322 103.113325) (xy 139.624325 103.113319) (xy 139.678667 102.946072) - (xy 139.71874 102.887466) (xy 139.784137 102.859829) (xy 139.854094 102.871936) (xy 139.9064 102.919942) - (xy 139.9245 102.985008) (xy 139.9245 118.7985) (xy 139.904498 118.866621) (xy 139.850842 118.913114) - (xy 139.7985 118.9245) (xy 57.2015 118.9245) (xy 57.133379 118.904498) (xy 57.086886 118.850842) - (xy 57.0755 118.7985) (xy 57.0755 117.836597) (xy 87.737 117.836597) (xy 87.743505 117.897093) (xy 87.794555 118.033964) - (xy 87.794555 118.033965) (xy 87.882095 118.150904) (xy 87.999034 118.238444) (xy 88.135906 118.289494) - (xy 88.196402 118.295999) (xy 88.196415 118.296) (xy 88.766 118.296) (xy 89.274 118.296) (xy 89.843585 118.296) - (xy 89.843597 118.295999) (xy 89.904093 118.289494) (xy 90.040964 118.238444) (xy 90.040965 118.238444) - (xy 90.157904 118.150904) (xy 90.245444 118.033965) (xy 90.245444 118.033964) (xy 90.296494 117.897093) - (xy 90.302999 117.836597) (xy 95.697 117.836597) (xy 95.703505 117.897093) (xy 95.754555 118.033964) - (xy 95.754555 118.033965) (xy 95.842095 118.150904) (xy 95.959034 118.238444) (xy 96.095906 118.289494) - (xy 96.156402 118.295999) (xy 96.156415 118.296) (xy 96.726 118.296) (xy 97.234 118.296) (xy 97.803585 118.296) - (xy 97.803597 118.295999) (xy 97.864093 118.289494) (xy 98.000964 118.238444) (xy 98.000965 118.238444) - (xy 98.117904 118.150904) (xy 98.205444 118.033965) (xy 98.205444 118.033964) (xy 98.256494 117.897093) - (xy 98.262999 117.836597) (xy 98.735 117.836597) (xy 98.741505 117.897093) (xy 98.792555 118.033964) - (xy 98.792555 118.033965) (xy 98.880095 118.150904) (xy 98.997034 118.238444) (xy 99.133906 118.289494) - (xy 99.194402 118.295999) (xy 99.194415 118.296) (xy 99.764 118.296) (xy 100.272 118.296) (xy 100.841585 118.296) - (xy 100.841597 118.295999) (xy 100.902093 118.289494) (xy 101.038964 118.238444) (xy 101.038965 118.238444) - (xy 101.155904 118.150904) (xy 101.243444 118.033965) (xy 101.243444 118.033964) (xy 101.294494 117.897093) - (xy 101.300999 117.836597) (xy 106.695 117.836597) (xy 106.701505 117.897093) (xy 106.752555 118.033964) - (xy 106.752555 118.033965) (xy 106.840095 118.150904) (xy 106.957034 118.238444) (xy 107.093906 118.289494) - (xy 107.154402 118.295999) (xy 107.154415 118.296) (xy 107.724 118.296) (xy 108.232 118.296) (xy 108.801585 118.296) - (xy 108.801597 118.295999) (xy 108.862093 118.289494) (xy 108.998964 118.238444) (xy 108.998965 118.238444) - (xy 109.115904 118.150904) (xy 109.203444 118.033965) (xy 109.203444 118.033964) (xy 109.254494 117.897093) - (xy 109.260999 117.836597) (xy 109.737 117.836597) (xy 109.743505 117.897093) (xy 109.794555 118.033964) - (xy 109.794555 118.033965) (xy 109.882095 118.150904) (xy 109.999034 118.238444) (xy 110.135906 118.289494) - (xy 110.196402 118.295999) (xy 110.196415 118.296) (xy 110.766 118.296) (xy 111.274 118.296) (xy 111.843585 118.296) - (xy 111.843597 118.295999) (xy 111.904093 118.289494) (xy 112.040964 118.238444) (xy 112.040965 118.238444) - (xy 112.157904 118.150904) (xy 112.245444 118.033965) (xy 112.245444 118.033964) (xy 112.296494 117.897093) - (xy 112.302999 117.836597) (xy 117.697 117.836597) (xy 117.703505 117.897093) (xy 117.754555 118.033964) - (xy 117.754555 118.033965) (xy 117.842095 118.150904) (xy 117.959034 118.238444) (xy 118.095906 118.289494) - (xy 118.156402 118.295999) (xy 118.156415 118.296) (xy 118.726 118.296) (xy 119.234 118.296) (xy 119.803585 118.296) - (xy 119.803597 118.295999) (xy 119.864093 118.289494) (xy 120.000964 118.238444) (xy 120.000965 118.238444) - (xy 120.117904 118.150904) (xy 120.205444 118.033965) (xy 120.205444 118.033964) (xy 120.256494 117.897093) - (xy 120.262999 117.836597) (xy 120.737 117.836597) (xy 120.743505 117.897093) (xy 120.794555 118.033964) - (xy 120.794555 118.033965) (xy 120.882095 118.150904) (xy 120.999034 118.238444) (xy 121.135906 118.289494) - (xy 121.196402 118.295999) (xy 121.196415 118.296) (xy 121.766 118.296) (xy 122.274 118.296) (xy 122.843585 118.296) - (xy 122.843597 118.295999) (xy 122.904093 118.289494) (xy 123.040964 118.238444) (xy 123.040965 118.238444) - (xy 123.157904 118.150904) (xy 123.245444 118.033965) (xy 123.245444 118.033964) (xy 123.296494 117.897093) - (xy 123.302999 117.836597) (xy 128.697 117.836597) (xy 128.703505 117.897093) (xy 128.754555 118.033964) - (xy 128.754555 118.033965) (xy 128.842095 118.150904) (xy 128.959034 118.238444) (xy 129.095906 118.289494) - (xy 129.156402 118.295999) (xy 129.156415 118.296) (xy 129.726 118.296) (xy 130.234 118.296) (xy 130.803585 118.296) - (xy 130.803597 118.295999) (xy 130.864093 118.289494) (xy 131.000964 118.238444) (xy 131.000965 118.238444) - (xy 131.117904 118.150904) (xy 131.205444 118.033965) (xy 131.205444 118.033964) (xy 131.256494 117.897093) - (xy 131.262999 117.836597) (xy 131.263 117.836585) (xy 131.263 117.392) (xy 130.234 117.392) (xy 130.234 118.296) - (xy 129.726 118.296) (xy 129.726 117.392) (xy 128.697 117.392) (xy 128.697 117.836597) (xy 123.302999 117.836597) - (xy 123.303 117.836585) (xy 123.303 117.392) (xy 122.274 117.392) (xy 122.274 118.296) (xy 121.766 118.296) - (xy 121.766 117.392) (xy 120.737 117.392) (xy 120.737 117.836597) (xy 120.262999 117.836597) (xy 120.263 117.836585) - (xy 120.263 117.392) (xy 119.234 117.392) (xy 119.234 118.296) (xy 118.726 118.296) (xy 118.726 117.392) - (xy 117.697 117.392) (xy 117.697 117.836597) (xy 112.302999 117.836597) (xy 112.303 117.836585) - (xy 112.303 117.392) (xy 111.274 117.392) (xy 111.274 118.296) (xy 110.766 118.296) (xy 110.766 117.392) - (xy 109.737 117.392) (xy 109.737 117.836597) (xy 109.260999 117.836597) (xy 109.261 117.836585) - (xy 109.261 117.392) (xy 108.232 117.392) (xy 108.232 118.296) (xy 107.724 118.296) (xy 107.724 117.392) - (xy 106.695 117.392) (xy 106.695 117.836597) (xy 101.300999 117.836597) (xy 101.301 117.836585) - (xy 101.301 117.392) (xy 100.272 117.392) (xy 100.272 118.296) (xy 99.764 118.296) (xy 99.764 117.392) - (xy 98.735 117.392) (xy 98.735 117.836597) (xy 98.262999 117.836597) (xy 98.263 117.836585) (xy 98.263 117.392) - (xy 97.234 117.392) (xy 97.234 118.296) (xy 96.726 118.296) (xy 96.726 117.392) (xy 95.697 117.392) - (xy 95.697 117.836597) (xy 90.302999 117.836597) (xy 90.303 117.836585) (xy 90.303 117.392) (xy 89.274 117.392) - (xy 89.274 118.296) (xy 88.766 118.296) (xy 88.766 117.392) (xy 87.737 117.392) (xy 87.737 117.836597) - (xy 57.0755 117.836597) (xy 57.0755 116.439402) (xy 87.737 116.439402) (xy 87.737 116.884) (xy 88.766 116.884) - (xy 89.274 116.884) (xy 90.303 116.884) (xy 90.303 116.439414) (xy 90.302999 116.439402) (xy 95.697 116.439402) - (xy 95.697 116.884) (xy 96.726 116.884) (xy 97.234 116.884) (xy 98.263 116.884) (xy 98.263 116.439414) - (xy 98.262999 116.439402) (xy 98.735 116.439402) (xy 98.735 116.884) (xy 99.764 116.884) (xy 100.272 116.884) - (xy 101.301 116.884) (xy 101.301 116.439414) (xy 101.300999 116.439402) (xy 106.695 116.439402) - (xy 106.695 116.884) (xy 107.724 116.884) (xy 108.232 116.884) (xy 109.261 116.884) (xy 109.261 116.439414) - (xy 109.260999 116.439402) (xy 109.737 116.439402) (xy 109.737 116.884) (xy 110.766 116.884) (xy 111.274 116.884) - (xy 112.303 116.884) (xy 112.303 116.439414) (xy 112.302999 116.439402) (xy 117.697 116.439402) - (xy 117.697 116.884) (xy 118.726 116.884) (xy 119.234 116.884) (xy 120.263 116.884) (xy 120.263 116.439414) - (xy 120.262999 116.439402) (xy 120.737 116.439402) (xy 120.737 116.884) (xy 121.766 116.884) (xy 122.274 116.884) - (xy 123.303 116.884) (xy 123.303 116.439414) (xy 123.302999 116.439402) (xy 128.697 116.439402) - (xy 128.697 116.884) (xy 129.726 116.884) (xy 130.234 116.884) (xy 131.263 116.884) (xy 131.263 116.439414) - (xy 131.262999 116.439402) (xy 131.256494 116.378906) (xy 131.205444 116.242035) (xy 131.205444 116.242034) - (xy 131.117904 116.125095) (xy 131.000965 116.037555) (xy 130.864093 115.986505) (xy 130.803597 115.98) - (xy 130.234 115.98) (xy 130.234 116.884) (xy 129.726 116.884) (xy 129.726 115.98) (xy 129.156402 115.98) - (xy 129.095906 115.986505) (xy 128.959035 116.037555) (xy 128.959034 116.037555) (xy 128.842095 116.125095) - (xy 128.754555 116.242034) (xy 128.754555 116.242035) (xy 128.703505 116.378906) (xy 128.697 116.439402) - (xy 123.302999 116.439402) (xy 123.296494 116.378906) (xy 123.245444 116.242035) (xy 123.245444 116.242034) - (xy 123.157904 116.125095) (xy 123.040965 116.037555) (xy 122.904093 115.986505) (xy 122.843597 115.98) - (xy 122.274 115.98) (xy 122.274 116.884) (xy 121.766 116.884) (xy 121.766 115.98) (xy 121.196402 115.98) - (xy 121.135906 115.986505) (xy 120.999035 116.037555) (xy 120.999034 116.037555) (xy 120.882095 116.125095) - (xy 120.794555 116.242034) (xy 120.794555 116.242035) (xy 120.743505 116.378906) (xy 120.737 116.439402) - (xy 120.262999 116.439402) (xy 120.256494 116.378906) (xy 120.205444 116.242035) (xy 120.205444 116.242034) - (xy 120.117904 116.125095) (xy 120.000965 116.037555) (xy 119.864093 115.986505) (xy 119.803597 115.98) - (xy 119.234 115.98) (xy 119.234 116.884) (xy 118.726 116.884) (xy 118.726 115.98) (xy 118.156402 115.98) - (xy 118.095906 115.986505) (xy 117.959035 116.037555) (xy 117.959034 116.037555) (xy 117.842095 116.125095) - (xy 117.754555 116.242034) (xy 117.754555 116.242035) (xy 117.703505 116.378906) (xy 117.697 116.439402) - (xy 112.302999 116.439402) (xy 112.296494 116.378906) (xy 112.245444 116.242035) (xy 112.245444 116.242034) - (xy 112.157904 116.125095) (xy 112.040965 116.037555) (xy 111.904093 115.986505) (xy 111.843597 115.98) - (xy 111.274 115.98) (xy 111.274 116.884) (xy 110.766 116.884) (xy 110.766 115.98) (xy 110.196402 115.98) - (xy 110.135906 115.986505) (xy 109.999035 116.037555) (xy 109.999034 116.037555) (xy 109.882095 116.125095) - (xy 109.794555 116.242034) (xy 109.794555 116.242035) (xy 109.743505 116.378906) (xy 109.737 116.439402) - (xy 109.260999 116.439402) (xy 109.254494 116.378906) (xy 109.203444 116.242035) (xy 109.203444 116.242034) - (xy 109.115904 116.125095) (xy 108.998965 116.037555) (xy 108.862093 115.986505) (xy 108.801597 115.98) - (xy 108.232 115.98) (xy 108.232 116.884) (xy 107.724 116.884) (xy 107.724 115.98) (xy 107.154402 115.98) - (xy 107.093906 115.986505) (xy 106.957035 116.037555) (xy 106.957034 116.037555) (xy 106.840095 116.125095) - (xy 106.752555 116.242034) (xy 106.752555 116.242035) (xy 106.701505 116.378906) (xy 106.695 116.439402) - (xy 101.300999 116.439402) (xy 101.294494 116.378906) (xy 101.243444 116.242035) (xy 101.243444 116.242034) - (xy 101.155904 116.125095) (xy 101.038965 116.037555) (xy 100.902093 115.986505) (xy 100.841597 115.98) - (xy 100.272 115.98) (xy 100.272 116.884) (xy 99.764 116.884) (xy 99.764 115.98) (xy 99.194402 115.98) - (xy 99.133906 115.986505) (xy 98.997035 116.037555) (xy 98.997034 116.037555) (xy 98.880095 116.125095) - (xy 98.792555 116.242034) (xy 98.792555 116.242035) (xy 98.741505 116.378906) (xy 98.735 116.439402) - (xy 98.262999 116.439402) (xy 98.256494 116.378906) (xy 98.205444 116.242035) (xy 98.205444 116.242034) - (xy 98.117904 116.125095) (xy 98.000965 116.037555) (xy 97.864093 115.986505) (xy 97.803597 115.98) - (xy 97.234 115.98) (xy 97.234 116.884) (xy 96.726 116.884) (xy 96.726 115.98) (xy 96.156402 115.98) - (xy 96.095906 115.986505) (xy 95.959035 116.037555) (xy 95.959034 116.037555) (xy 95.842095 116.125095) - (xy 95.754555 116.242034) (xy 95.754555 116.242035) (xy 95.703505 116.378906) (xy 95.697 116.439402) - (xy 90.302999 116.439402) (xy 90.296494 116.378906) (xy 90.245444 116.242035) (xy 90.245444 116.242034) - (xy 90.157904 116.125095) (xy 90.040965 116.037555) (xy 89.904093 115.986505) (xy 89.843597 115.98) - (xy 89.274 115.98) (xy 89.274 116.884) (xy 88.766 116.884) (xy 88.766 115.98) (xy 88.196402 115.98) - (xy 88.135906 115.986505) (xy 87.999035 116.037555) (xy 87.999034 116.037555) (xy 87.882095 116.125095) - (xy 87.794555 116.242034) (xy 87.794555 116.242035) (xy 87.743505 116.378906) (xy 87.737 116.439402) - (xy 57.0755 116.439402) (xy 57.0755 108.332) (xy 58.735004 108.332) (xy 58.754951 108.560002) (xy 58.814186 108.781068) - (xy 58.814188 108.781073) (xy 58.910913 108.988501) (xy 58.960899 109.059888) (xy 59.648 108.372788) - (xy 59.648 108.384661) (xy 59.675259 108.486394) (xy 59.72792 108.577606) (xy 59.802394 108.65208) - (xy 59.893606 108.704741) (xy 59.995339 108.732) (xy 60.00721 108.732) (xy 59.32011 109.419098) - (xy 59.32011 109.4191) (xy 59.391498 109.469086) (xy 59.598926 109.565811) (xy 59.598931 109.565813) - (xy 59.819999 109.625048) (xy 59.819995 109.625048) (xy 60.048 109.644995) (xy 60.276002 109.625048) - (xy 60.497068 109.565813) (xy 60.497073 109.565811) (xy 60.704497 109.469088) (xy 60.775888 109.419099) - (xy 60.775888 109.419097) (xy 60.088791 108.732) (xy 60.100661 108.732) (xy 60.202394 108.704741) - (xy 60.293606 108.65208) (xy 60.36808 108.577606) (xy 60.420741 108.486394) (xy 60.448 108.384661) - (xy 60.448 108.372791) (xy 61.135097 109.059888) (xy 61.135099 109.059888) (xy 61.185088 108.988497) - (xy 61.281811 108.781073) (xy 61.281813 108.781068) (xy 61.341048 108.560002) (xy 61.360995 108.332) - (xy 61.341048 108.103997) (xy 61.281813 107.882931) (xy 61.281811 107.882926) (xy 61.185086 107.675498) - (xy 61.1351 107.60411) (xy 61.135098 107.60411) (xy 60.448 108.291208) (xy 60.448 108.279339) (xy 60.420741 108.177606) - (xy 60.36808 108.086394) (xy 60.293606 108.01192) (xy 60.202394 107.959259) (xy 60.100661 107.932) - (xy 60.08879 107.932) (xy 60.775888 107.244899) (xy 60.775888 107.244898) (xy 60.704501 107.194913) - (xy 60.497073 107.098188) (xy 60.497068 107.098186) (xy 60.276 107.038951) (xy 60.276004 107.038951) - (xy 60.048 107.019004) (xy 59.819997 107.038951) (xy 59.598931 107.098186) (xy 59.598926 107.098188) - (xy 59.3915 107.194913) (xy 59.320109 107.2449) (xy 60.007209 107.932) (xy 59.995339 107.932) (xy 59.893606 107.959259) - (xy 59.802394 108.01192) (xy 59.72792 108.086394) (xy 59.675259 108.177606) (xy 59.648 108.279339) - (xy 59.648 108.291209) (xy 58.9609 107.604109) (xy 58.910913 107.6755) (xy 58.814188 107.882926) - (xy 58.814186 107.882931) (xy 58.754951 108.103997) (xy 58.735004 108.332) (xy 57.0755 108.332) - (xy 57.0755 98.54) (xy 59.32195 98.54) (xy 59.342117 98.796246) (xy 59.402121 99.046183) (xy 59.500486 99.283657) - (xy 59.634791 99.502824) (xy 59.636253 99.504536) (xy 60.280764 98.860024) (xy 60.295359 98.895258) - (xy 60.377437 99.018097) (xy 60.481903 99.122563) (xy 60.604742 99.204641) (xy 60.639973 99.219234) - (xy 59.995462 99.863745) (xy 59.995462 99.863746) (xy 59.997174 99.865207) (xy 60.216342 99.999513) - (xy 60.453816 100.097878) (xy 60.703753 100.157882) (xy 60.96 100.178049) (xy 61.216246 100.157882) - (xy 61.466183 100.097878) (xy 61.703657 99.999513) (xy 61.922825 99.865207) (xy 61.924535 99.863746) - (xy 61.924536 99.863745) (xy 61.280025 99.219234) (xy 61.315258 99.204641) (xy 61.438097 99.122563) - (xy 61.542563 99.018097) (xy 61.624641 98.895258) (xy 61.639234 98.860025) (xy 62.283745 99.504536) - (xy 62.283746 99.504535) (xy 62.285207 99.502825) (xy 62.419513 99.283657) (xy 62.517878 99.046183) - (xy 62.577882 98.796246) (xy 62.598049 98.54) (xy 62.577882 98.283753) (xy 62.517878 98.033816) - (xy 62.419513 97.796342) (xy 62.285207 97.577174) (xy 62.283745 97.575462) (xy 61.639234 98.219973) - (xy 61.624641 98.184742) (xy 61.542563 98.061903) (xy 61.438097 97.957437) (xy 61.315258 97.875359) - (xy 61.280025 97.860765) (xy 61.924536 97.216253) (xy 61.922824 97.214791) (xy 61.703657 97.080486) - (xy 61.466183 96.982121) (xy 61.216246 96.922117) (xy 60.96 96.90195) (xy 60.703753 96.922117) (xy 60.453816 96.982121) - (xy 60.216342 97.080486) (xy 59.997177 97.21479) (xy 59.997174 97.214793) (xy 59.995462 97.216253) - (xy 60.639974 97.860765) (xy 60.604742 97.875359) (xy 60.481903 97.957437) (xy 60.377437 98.061903) - (xy 60.295359 98.184742) (xy 60.280765 98.219974) (xy 59.636253 97.575462) (xy 59.634793 97.577174) - (xy 59.63479 97.577177) (xy 59.500486 97.796342) (xy 59.402121 98.033816) (xy 59.342117 98.283753) - (xy 59.32195 98.54) (xy 57.0755 98.54) (xy 57.0755 89.126) (xy 57.095502 89.057879) (xy 57.149158 89.011386) - (xy 57.2015 89) (xy 65.949157 89) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 91.028686 101.732009) (xy 91.052313 101.747796) (xy 91.138946 101.805682) (xy 91.138947 101.805682) - (xy 91.138948 101.805683) (xy 91.156736 101.813051) (xy 91.212018 101.857599) (xy 91.228352 101.890524) - (xy 91.27871 102.045511) (xy 91.278712 102.045516) (xy 91.357926 102.200981) (xy 91.367034 102.213518) - (xy 91.390894 102.280383) (xy 91.3911 102.28758) (xy 91.3911 103.005906) (xy 91.371098 103.074027) - (xy 91.325073 103.116718) (xy 91.306426 103.126809) (xy 91.306424 103.126811) (xy 91.128762 103.265091) - (xy 90.976279 103.430729) (xy 90.976275 103.430734) (xy 90.853141 103.619206) (xy 90.762703 103.825386) - (xy 90.762702 103.825387) (xy 90.707437 104.043624) (xy 90.707436 104.04363) (xy 90.707436 104.043632) - (xy 90.688844 104.268) (xy 90.703668 104.4469) (xy 90.707437 104.492375) (xy 90.762702 104.710612) - (xy 90.762703 104.710613) (xy 90.762704 104.710616) (xy 90.813061 104.82542) (xy 90.853141 104.916793) - (xy 90.976275 105.105265) (xy 90.976279 105.10527) (xy 91.128762 105.270908) (xy 91.158176 105.293802) - (xy 91.306424 105.409189) (xy 91.504426 105.516342) (xy 91.504427 105.516342) (xy 91.504428 105.516343) - (xy 91.567301 105.537927) (xy 91.717365 105.589444) (xy 91.939431 105.6265) (xy 91.939435 105.6265) - (xy 91.994655 105.6265) (xy 92.062776 105.646502) (xy 92.109269 105.700158) (xy 92.119373 105.770432) - (xy 92.089879 105.835012) (xy 92.08375 105.841595) (xy 90.545151 107.380195) (xy 90.482839 107.41422) - (xy 90.456056 107.4171) (xy 90.184775 107.4171) (xy 90.116654 107.397098) (xy 90.077343 107.356935) - (xy 89.974181 107.188591) (xy 89.974173 107.18858) (xy 89.819969 107.00803) (xy 89.639419 106.853826) - (xy 89.639417 106.853825) (xy 89.639416 106.853824) (xy 89.436963 106.72976) (xy 89.416706 106.721369) - (xy 89.217592 106.638894) (xy 89.056055 106.600113) (xy 88.986711 106.583465) (xy 88.75 106.564835) - (xy 88.513289 106.583465) (xy 88.282407 106.638894) (xy 88.063038 106.729759) (xy 87.860582 106.853825) - (xy 87.86058 106.853826) (xy 87.68003 107.00803) (xy 87.525826 107.18858) (xy 87.525825 107.188582) - (xy 87.401759 107.391038) (xy 87.310894 107.610407) (xy 87.27366 107.7655) (xy 87.255465 107.841289) - (xy 87.236835 108.078) (xy 87.255465 108.314711) (xy 87.270783 108.378516) (xy 87.310894 108.545592) - (xy 87.395681 108.750286) (xy 87.40176 108.764963) (xy 87.523526 108.963666) (xy 87.542064 109.032198) - (xy 87.520608 109.099875) (xy 87.465969 109.145208) (xy 87.416093 109.1555) (xy 87.373946 109.1555) - (xy 87.270078 109.166112) (xy 87.270071 109.166113) (xy 87.101761 109.221885) (xy 86.950847 109.31497) - (xy 86.950841 109.314975) (xy 86.825475 109.440341) (xy 86.82547 109.440347) (xy 86.732385 109.591261) - (xy 86.676613 109.759571) (xy 86.676612 109.759578) (xy 86.666 109.863445) (xy 86.666 110.864554) - (xy 86.665999 110.864554) (xy 86.676612 110.968421) (xy 86.676613 110.968428) (xy 86.704026 111.051157) - (xy 86.732385 111.136739) (xy 86.81769 111.275038) (xy 86.82547 111.287652) (xy 86.825475 111.287658) - (xy 86.896485 111.358668) (xy 86.930511 111.42098) (xy 86.925446 111.491795) (xy 86.896486 111.536858) - (xy 86.359151 112.074195) (xy 86.296838 112.10822) (xy 86.270055 112.1111) (xy 86.146959 112.1111) - (xy 86.078838 112.091098) (xy 86.046091 112.060609) (xy 86.007262 112.00874) (xy 85.892134 111.922555) - (xy 85.849588 111.865719) (xy 85.844524 111.794903) (xy 85.878549 111.732591) (xy 85.892135 111.720819) - (xy 86.006904 111.634904) (xy 86.094444 111.517965) (xy 86.094444 111.517964) (xy 86.145494 111.381093) - (xy 86.151999 111.320597) (xy 86.152 111.320585) (xy 86.152 111.126) (xy 84.235331 111.126) (xy 84.17449 111.159221) - (xy 84.103674 111.154155) (xy 84.04684 111.11161) (xy 84.029951 111.089049) (xy 84.007261 111.058739) - (xy 84.007259 111.058738) (xy 84.007259 111.058737) (xy 83.905391 110.982479) (xy 83.862844 110.925643) - (xy 83.8549 110.881611) (xy 83.8549 110.657944) (xy 83.874902 110.589823) (xy 83.891805 110.568849) - (xy 84.020905 110.439749) (xy 84.083217 110.405723) (xy 84.154032 110.410788) (xy 84.210868 110.453335) - (xy 84.235679 110.519855) (xy 84.236 110.528844) (xy 84.236 110.618) (xy 86.152 110.618) (xy 86.152 110.423414) - (xy 86.151999 110.423402) (xy 86.145494 110.362906) (xy 86.094444 110.226035) (xy 86.094444 110.226034) - (xy 86.006904 110.109095) (xy 85.889965 110.021555) (xy 85.753094 109.970505) (xy 85.701533 109.964961) - (xy 85.635941 109.93779) (xy 85.595451 109.879471) (xy 85.592919 109.80852) (xy 85.625906 109.750591) - (xy 85.692198 109.6843) (xy 85.823523 109.496749) (xy 85.920284 109.289243) (xy 85.979543 109.068087) - (xy 85.999498 108.84) (xy 85.979543 108.611913) (xy 85.920284 108.390757) (xy 85.823523 108.183251) - (xy 85.692198 107.9957) (xy 85.5303 107.833802) (xy 85.527562 107.831885) (xy 85.385282 107.732259) - (xy 85.342749 107.702477) (xy 85.303543 107.684195) (xy 85.250258 107.637279) (xy 85.230796 107.569002) - (xy 85.251337 107.501042) (xy 85.303543 107.455805) (xy 85.316412 107.449804) (xy 85.342749 107.437523) - (xy 85.5303 107.306198) (xy 85.692198 107.1443) (xy 85.823523 106.956749) (xy 85.920284 106.749243) - (xy 85.979543 106.528087) (xy 85.999498 106.3) (xy 85.979543 106.071913) (xy 85.920284 105.850757) - (xy 85.823523 105.643251) (xy 85.692198 105.4557) (xy 85.5303 105.293802) (xy 85.505267 105.276274) - (xy 85.342749 105.162477) (xy 85.135246 105.065717) (xy 85.13524 105.065715) (xy 85.041771 105.04067) - (xy 84.914087 105.006457) (xy 84.686 104.986502) (xy 84.457913 105.006457) (xy 84.236759 105.065715) - (xy 84.236753 105.065717) (xy 84.02925 105.162477) (xy 83.841703 105.293799) (xy 83.841697 105.293804) - (xy 83.679804 105.455697) (xy 83.679799 105.455703) (xy 83.589005 105.585371) (xy 83.533548 105.629699) - (xy 83.485792 105.6391) (xy 83.404309 105.6391) (xy 83.336188 105.619098) (xy 83.297069 105.579249) - (xy 83.22003 105.454348) (xy 83.220029 105.454347) (xy 83.220024 105.454341) (xy 83.094658 105.328975) - (xy 83.094652 105.32897) (xy 83.086705 105.324068) (xy 82.943738 105.235885) (xy 82.849439 105.204638) - (xy 82.775427 105.180113) (xy 82.77542 105.180112) (xy 82.671553 105.1695) (xy 81.620455 105.1695) - (xy 81.516574 105.180112) (xy 81.348261 105.235885) (xy 81.197347 105.32897) (xy 81.197346 105.328971) - (xy 81.175744 105.350574) (xy 81.147721 105.378596) (xy 81.085412 105.41262) (xy 81.058628 105.4155) - (xy 78.741185 105.4155) (xy 78.673064 105.395498) (xy 78.65209 105.378595) (xy 77.491091 104.217595) - (xy 77.457065 104.155283) (xy 77.46213 104.084467) (xy 77.504677 104.027632) (xy 77.571197 104.002821) - (xy 77.580186 104.0025) (xy 78.376632 104.0025) (xy 78.376638 104.0025) (xy 78.376645 104.002499) - (xy 78.376649 104.002499) (xy 78.437201 103.995989) (xy 78.444871 103.994177) (xy 78.445391 103.996379) - (xy 78.50478 103.99213) (xy 78.514317 103.99493) (xy 78.518798 103.995989) (xy 78.57935 104.002499) - (xy 78.579355 104.002499) (xy 78.579362 104.0025) (xy 78.579368 104.0025) (xy 79.676632 104.0025) - (xy 79.676638 104.0025) (xy 79.676645 104.002499) (xy 79.676649 104.002499) (xy 79.737196 103.99599) - (xy 79.737199 103.995989) (xy 79.737201 103.995989) (xy 79.740041 103.99493) (xy 79.882647 103.94174) - (xy 79.883137 103.943056) (xy 79.943234 103.929978) (xy 80.009756 103.954784) (xy 80.052307 104.011617) - (xy 80.05231 104.011625) (xy 80.08311 104.094203) (xy 80.083112 104.094207) (xy 80.170738 104.211261) - (xy 80.287792 104.298887) (xy 80.287794 104.298888) (xy 80.287796 104.298889) (xy 80.3416 104.318957) - (xy 80.424795 104.349988) (xy 80.424803 104.34999) (xy 80.48535 104.356499) (xy 80.485355 104.356499) - (xy 80.485362 104.3565) (xy 80.485368 104.3565) (xy 82.282632 104.3565) (xy 82.282638 104.3565) - (xy 82.282645 104.356499) (xy 82.282649 104.356499) (xy 82.343196 104.34999) (xy 82.343199 104.349989) - (xy 82.343201 104.349989) (xy 82.480204 104.298889) (xy 82.53353 104.25897) (xy 82.597261 104.211261) - (xy 82.684886 104.094208) (xy 82.684885 104.094208) (xy 82.684889 104.094204) (xy 82.728999 103.975939) - (xy 82.771545 103.919107) (xy 82.838066 103.894296) (xy 82.90744 103.909388) (xy 82.939753 103.934635) - (xy 82.996593 103.996379) (xy 83.000762 104.000908) (xy 83.032797 104.025842) (xy 83.178424 104.139189) - (xy 83.376426 104.246342) (xy 83.376427 104.246342) (xy 83.376428 104.246343) (xy 83.470562 104.278659) - (xy 83.589365 104.319444) (xy 83.811431 104.3565) (xy 83.811435 104.3565) (xy 84.036565 104.3565) - (xy 84.036569 104.3565) (xy 84.258635 104.319444) (xy 84.471574 104.246342) (xy 84.669576 104.139189) - (xy 84.84724 104.000906) (xy 84.999722 103.835268) (xy 85.088518 103.699354) (xy 85.14252 103.653268) - (xy 85.212868 103.643692) (xy 85.277225 103.673669) (xy 85.29948 103.699353) (xy 85.318467 103.728414) - (xy 85.388275 103.835265) (xy 85.388279 103.83527) (xy 85.478157 103.932902) (xy 85.536234 103.99599) - (xy 85.540762 104.000908) (xy 85.572797 104.025842) (xy 85.718424 104.139189) (xy 85.916426 104.246342) - (xy 85.916427 104.246342) (xy 85.916428 104.246343) (xy 86.010562 104.278659) (xy 86.129365 104.319444) - (xy 86.351431 104.3565) (xy 86.351435 104.3565) (xy 86.576565 104.3565) (xy 86.576569 104.3565) - (xy 86.798635 104.319444) (xy 87.011574 104.246342) (xy 87.209576 104.139189) (xy 87.38724 104.000906) - (xy 87.539722 103.835268) (xy 87.628816 103.698898) (xy 87.682819 103.65281) (xy 87.753167 103.643235) - (xy 87.817524 103.673212) (xy 87.839782 103.698898) (xy 87.928674 103.834958) (xy 88.081097 104.000534) - (xy 88.258698 104.138767) (xy 88.258699 104.138768) (xy 88.456628 104.245882) (xy 88.45663 104.245883) - (xy 88.669483 104.318955) (xy 88.669492 104.318957) (xy 88.75 104.332391) (xy 88.75 103.428702) - (xy 88.811007 103.463925) (xy 88.938174 103.498) (xy 89.069826 103.498) (xy 89.196993 103.463925) - (xy 89.258 103.428702) (xy 89.258 104.33239) (xy 89.338507 104.318957) (xy 89.338516 104.318955) - (xy 89.551369 104.245883) (xy 89.551371 104.245882) (xy 89.7493 104.138768) (xy 89.749301 104.138767) - (xy 89.926902 104.000534) (xy 90.079325 103.834958) (xy 90.202419 103.646548) (xy 90.29282 103.440456) - (xy 90.292823 103.440449) (xy 90.340544 103.252) (xy 89.434703 103.252) (xy 89.469925 103.190993) - (xy 89.504 103.063826) (xy 89.504 102.932174) (xy 89.469925 102.805007) (xy 89.434703 102.744) (xy 90.340544 102.744) - (xy 90.340544 102.743999) (xy 90.292823 102.55555) (xy 90.29282 102.555543) (xy 90.200325 102.344676) - (xy 90.202197 102.343854) (xy 90.189189 102.282999) (xy 90.21424 102.216569) (xy 90.27123 102.174228) - (xy 90.302029 102.167095) (xy 90.309517 102.166329) (xy 90.333427 102.163887) (xy 90.501739 102.108115) - (xy 90.652652 102.01503) (xy 90.77803 101.889652) (xy 90.851447 101.770625) (xy 90.90423 101.72315) - (xy 90.974305 101.711747) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 113.725225 104.943669) (xy 113.74748 104.969353) (xy 113.771722 105.006457) (xy 113.836275 105.105265) - (xy 113.836279 105.10527) (xy 113.901016 105.175592) (xy 113.988758 105.270904) (xy 113.988765 105.270911) - (xy 114.057704 105.324569) (xy 114.099175 105.382194) (xy 114.102908 105.453092) (xy 114.067718 105.514754) - (xy 114.004778 105.547602) (xy 113.980313 105.55) (xy 113.795402 105.55) (xy 113.734906 105.556505) - (xy 113.598035 105.607555) (xy 113.598034 105.607555) (xy 113.481095 105.695095) (xy 113.393555 105.812034) - (xy 113.393555 105.812035) (xy 113.342505 105.948906) (xy 113.336 106.009402) (xy 113.336 106.554) - (xy 114.472 106.554) (xy 114.540121 106.574002) (xy 114.586614 106.627658) (xy 114.598 106.68) (xy 114.598 106.936) - (xy 114.577998 107.004121) (xy 114.524342 107.050614) (xy 114.472 107.062) (xy 113.336 107.062) - (xy 113.336 107.606597) (xy 113.342505 107.667093) (xy 113.393555 107.803964) (xy 113.393555 107.803965) - (xy 113.481095 107.920904) (xy 113.598034 108.008444) (xy 113.734906 108.059494) (xy 113.795402 108.065999) - (xy 113.795415 108.066) (xy 114.205155 108.066) (xy 114.273276 108.086002) (xy 114.319769 108.139658) - (xy 114.329873 108.209932) (xy 114.300379 108.274512) (xy 114.294263 108.281081) (xy 114.26281 108.312535) - (xy 114.235192 108.340153) (xy 114.172879 108.374178) (xy 114.125359 108.375339) (xy 114.046218 108.362133) - (xy 113.922569 108.3415) (xy 113.697431 108.3415) (xy 113.557591 108.364835) (xy 113.475369 108.378555) - (xy 113.47536 108.378557) (xy 113.262428 108.451656) (xy 113.262426 108.451658) (xy 113.064426 108.55881) - (xy 113.064424 108.558811) (xy 112.886762 108.697091) (xy 112.734279 108.862729) (xy 112.645483 108.998643) - (xy 112.591479 109.044731) (xy 112.521131 109.054306) (xy 112.456774 109.024329) (xy 112.434517 108.998643) - (xy 112.34572 108.862729) (xy 112.208342 108.713499) (xy 112.19324 108.697094) (xy 112.193239 108.697093) - (xy 112.193237 108.697091) (xy 112.111382 108.633381) (xy 112.015576 108.558811) (xy 111.817574 108.451658) - (xy 111.817572 108.451657) (xy 111.817571 108.451656) (xy 111.604639 108.378557) (xy 111.60463 108.378555) - (xy 111.550796 108.369572) (xy 111.382569 108.3415) (xy 111.157431 108.3415) (xy 111.062671 108.357312) - (xy 110.954639 108.375339) (xy 110.884155 108.366821) (xy 110.844806 108.340152) (xy 110.630905 108.126251) - (xy 110.598004 108.066) (xy 111.102 108.066) (xy 111.396585 108.066) (xy 111.396597 108.065999) - (xy 111.457093 108.059494) (xy 111.593964 108.008444) (xy 111.593965 108.008444) (xy 111.710904 107.920904) - (xy 111.798444 107.803965) (xy 111.798444 107.803964) (xy 111.849494 107.667093) (xy 111.855999 107.606597) - (xy 111.856 107.606585) (xy 111.856 107.062) (xy 111.102 107.062) (xy 111.102 108.066) (xy 110.598004 108.066) - (xy 110.596879 108.063939) (xy 110.594 108.037156) (xy 110.594 105.537927) (xy 110.574495 105.502208) - (xy 110.57956 105.431393) (xy 110.620224 105.375994) (xy 110.75524 105.270906) (xy 110.907722 105.105268) - (xy 110.996518 104.969354) (xy 111.05052 104.923268) (xy 111.120868 104.913692) (xy 111.185225 104.943669) - (xy 111.20748 104.969353) (xy 111.231722 105.006457) (xy 111.296275 105.105265) (xy 111.296279 105.10527) - (xy 111.448762 105.270908) (xy 111.478173 105.293799) (xy 111.523629 105.32918) (xy 111.5651 105.386804) - (xy 111.568834 105.457703) (xy 111.533644 105.519365) (xy 111.470703 105.552213) (xy 111.43277 105.553889) - (xy 111.396602 105.55) (xy 111.102 105.55) (xy 111.102 106.554) (xy 111.856 106.554) (xy 111.856 106.009414) - (xy 111.855999 106.009402) (xy 111.849494 105.948906) (xy 111.798444 105.812035) (xy 111.798444 105.812034) - (xy 111.736726 105.729589) (xy 111.711915 105.663069) (xy 111.727006 105.593695) (xy 111.777209 105.543492) - (xy 111.846583 105.528401) (xy 111.878501 105.534906) (xy 112.037365 105.589444) (xy 112.259431 105.6265) - (xy 112.259435 105.6265) (xy 112.484565 105.6265) (xy 112.484569 105.6265) (xy 112.706635 105.589444) - (xy 112.919574 105.516342) (xy 113.117576 105.409189) (xy 113.29524 105.270906) (xy 113.447722 105.105268) - (xy 113.536518 104.969354) (xy 113.59052 104.923268) (xy 113.660868 104.913692) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 73.805332 102.49) (xy 74.892 102.49) (xy 74.960121 102.510002) (xy 75.006614 102.563658) (xy 75.018 102.616) - (xy 75.018 103.652) (xy 75.262585 103.652) (xy 75.262597 103.651999) (xy 75.323094 103.645494) (xy 75.363979 103.630245) - (xy 75.434795 103.625179) (xy 75.497108 103.659204) (xy 75.531133 103.721516) (xy 75.526069 103.792331) - (xy 75.497108 103.837395) (xy 71.359909 107.974595) (xy 71.297597 108.008621) (xy 71.270814 108.0115) - (xy 68.6225 108.0115) (xy 68.554379 107.991498) (xy 68.507886 107.937842) (xy 68.4965 107.8855) - (xy 68.4965 104.766899) (xy 68.496499 104.766891) (xy 68.493752 104.75308) (xy 68.50008 104.682366) - (xy 68.543635 104.6263) (xy 68.610588 104.602681) (xy 68.617331 104.6025) (xy 69.166632 104.6025) - (xy 69.166638 104.6025) (xy 69.166645 104.602499) (xy 69.166649 104.602499) (xy 69.227196 104.59599) - (xy 69.227199 104.595989) (xy 69.227201 104.595989) (xy 69.364204 104.544889) (xy 69.377066 104.535261) - (xy 69.481261 104.457261) (xy 69.520091 104.405391) (xy 69.576927 104.362844) (xy 69.620959 104.3549) - (xy 69.680527 104.3549) (xy 69.748648 104.374902) (xy 69.769622 104.391805) (xy 69.792341 104.414524) - (xy 69.792347 104.414529) (xy 69.792348 104.41453) (xy 69.943261 104.507615) (xy 70.111573 104.563387) - (xy 70.151527 104.567468) (xy 70.215446 104.574) (xy 70.215454 104.574) (xy 71.216554 104.574) (xy 71.275906 104.567935) - (xy 71.320427 104.563387) (xy 71.488739 104.507615) (xy 71.639652 104.41453) (xy 71.696445 104.357736) - (xy 71.758755 104.323713) (xy 71.829571 104.328777) (xy 71.886405 104.371322) (xy 71.886407 104.371323) - (xy 71.886407 104.371324) (xy 71.950738 104.457261) (xy 72.067792 104.544887) (xy 72.067794 104.544888) - (xy 72.067796 104.544889) (xy 72.117388 104.563386) (xy 72.204795 104.595988) (xy 72.204803 104.59599) - (xy 72.26535 104.602499) (xy 72.265355 104.602499) (xy 72.265362 104.6025) (xy 72.265368 104.6025) - (xy 73.262632 104.6025) (xy 73.262638 104.6025) (xy 73.262645 104.602499) (xy 73.262649 104.602499) - (xy 73.323196 104.59599) (xy 73.323199 104.595989) (xy 73.323201 104.595989) (xy 73.460204 104.544889) - (xy 73.473066 104.535261) (xy 73.577261 104.457261) (xy 73.664887 104.340207) (xy 73.664887 104.340206) - (xy 73.664889 104.340204) (xy 73.715989 104.203201) (xy 73.7225 104.142638) (xy 73.7225 103.580105) - (xy 73.742502 103.511984) (xy 73.796158 103.465491) (xy 73.866432 103.455387) (xy 73.931012 103.484881) - (xy 73.949369 103.504597) (xy 73.951096 103.506904) (xy 74.068034 103.594444) (xy 74.204906 103.645494) - (xy 74.265402 103.651999) (xy 74.265415 103.652) (xy 74.51 103.652) (xy 74.51 102.998) (xy 73.805331 102.998) - (xy 73.74449 103.031221) (xy 73.673674 103.026155) (xy 73.61684 102.98361) (xy 73.594558 102.953845) - (xy 73.577261 102.930739) (xy 73.577259 102.930738) (xy 73.577259 102.930737) (xy 73.462551 102.844868) - (xy 73.420004 102.788033) (xy 73.414939 102.717217) (xy 73.448964 102.654905) (xy 73.462551 102.643132) - (xy 73.532058 102.5911) (xy 73.577261 102.557261) (xy 73.608262 102.515849) (xy 73.61684 102.50439) - (xy 73.673675 102.461843) (xy 73.744491 102.456778) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 136.580746 102.362037) (xy 136.598821 102.360456) (xy 136.615743 102.34693) (xy 136.686362 102.339621) - (xy 136.749723 102.371651) (xy 136.781936 102.426437) (xy 136.789499 102.434) (xy 137.73744 102.434) - (xy 137.713295 102.44794) (xy 137.65744 102.503795) (xy 137.617944 102.572204) (xy 137.5975 102.648504) - (xy 137.5975 102.727496) (xy 137.617944 102.803796) (xy 137.65744 102.872205) (xy 137.713295 102.92806) - (xy 137.73744 102.942) (xy 136.81592 102.942) (xy 136.816785 102.947466) (xy 136.816786 102.94747) - (xy 136.818857 102.953845) (xy 136.820881 103.024812) (xy 136.784215 103.085608) (xy 136.720501 103.11693) - (xy 136.649967 103.108833) (xy 136.629021 103.09754) (xy 136.61445 103.087804) (xy 136.609179 103.084282) - (xy 136.584421 103.074027) (xy 136.470418 103.026805) (xy 136.470417 103.026804) (xy 136.470413 103.026803) - (xy 136.47041 103.026802) (xy 136.470406 103.026801) (xy 136.455885 103.023912) (xy 136.455885 103.023913) - (xy 136.3231 102.9975) (xy 136.225038 102.9975) (xy 136.156917 102.977498) (xy 136.110424 102.923842) - (xy 136.10032 102.853568) (xy 136.129814 102.788988) (xy 136.162033 102.762383) (xy 136.166358 102.759885) - (xy 136.221537 102.721248) (xy 136.221537 102.721246) (xy 135.611211 102.11092) (xy 135.711544 102.084037) - (xy 135.808456 102.028084) (xy 135.887584 101.948956) (xy 135.943537 101.852044) (xy 135.97042 101.751711) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 138.443621 96.054002) (xy 138.490114 96.107658) (xy 138.5015 96.16) (xy 138.5015 102.216) (xy 138.481498 102.284121) - (xy 138.427842 102.330614) (xy 138.3755 102.342) (xy 138.1195 102.342) (xy 138.051379 102.321998) - (xy 138.004886 102.268342) (xy 137.9935 102.216) (xy 137.9935 96.16) (xy 138.013502 96.091879) (xy 138.067158 96.045386) - (xy 138.1195 96.034) (xy 138.3755 96.034) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 78.954012 90.64462) (xy 78.960595 90.650749) (xy 82.331145 94.021299) (xy 82.423201 94.113355) - (xy 82.531446 94.185682) (xy 82.651723 94.235502) (xy 82.779407 94.2609) (xy 82.975153 94.2609) - (xy 83.043274 94.280902) (xy 83.072551 94.306965) (xy 83.080432 94.316568) (xy 83.233996 94.442595) - (xy 83.409196 94.536241) (xy 83.599299 94.593908) (xy 83.599303 94.593908) (xy 83.599305 94.593909) - (xy 83.796997 94.61338) (xy 83.797 94.61338) (xy 83.797003 94.61338) (xy 83.962314 94.597098) (xy 84.032067 94.610326) - (xy 84.083595 94.659166) (xy 84.100539 94.728112) (xy 84.077518 94.795272) (xy 84.063759 94.811586) - (xy 81.243805 97.631539) (xy 81.181493 97.665565) (xy 81.142361 97.667837) (xy 81.130004 97.66662) - (xy 81.129997 97.66662) (xy 80.932305 97.68609) (xy 80.750188 97.741334) (xy 80.679194 97.741967) - (xy 80.619128 97.704117) (xy 80.58906 97.639802) (xy 80.598537 97.569441) (xy 80.618366 97.540613) - (xy 80.617477 97.53991) (xy 80.622025 97.534156) (xy 80.62203 97.534152) (xy 80.715115 97.383239) - (xy 80.770887 97.214927) (xy 80.775435 97.170406) (xy 80.7815 97.111054) (xy 80.7815 96.184945) - (xy 80.771991 96.091879) (xy 80.770887 96.081073) (xy 80.715115 95.912761) (xy 80.62203 95.761848) - (xy 80.622029 95.761847) (xy 80.622024 95.761841) (xy 80.496658 95.636475) (xy 80.496652 95.63647) - (xy 80.392461 95.572204) (xy 80.345739 95.543385) (xy 80.23655 95.507204) (xy 80.177428 95.487613) - (xy 80.177421 95.487612) (xy 80.073554 95.477) (xy 80.073546 95.477) (xy 78.122454 95.477) (xy 78.122446 95.477) - (xy 78.018578 95.487612) (xy 78.018571 95.487613) (xy 77.850261 95.543385) (xy 77.699347 95.63647) - (xy 77.699341 95.636475) (xy 77.573975 95.761841) (xy 77.573968 95.761849) (xy 77.534617 95.825648) - (xy 77.481831 95.873125) (xy 77.427377 95.8855) (xy 77.389665 95.8855) (xy 77.321544 95.865498) - (xy 77.275051 95.811842) (xy 77.264947 95.741568) (xy 77.294441 95.676988) (xy 77.30057 95.670405) - (xy 77.377629 95.593345) (xy 77.377634 95.593339) (xy 77.470657 95.442525) (xy 77.526393 95.274321) - (xy 77.526394 95.274318) (xy 77.536999 95.170516) (xy 77.537 95.170516) (xy 77.537 95.124) (xy 76.176 95.124) - (xy 76.107879 95.103998) (xy 76.061386 95.050342) (xy 76.05 94.998) (xy 76.05 94.742) (xy 76.070002 94.673879) - (xy 76.123658 94.627386) (xy 76.176 94.616) (xy 77.536999 94.616) (xy 77.548315 94.604684) (xy 77.610626 94.570659) - (xy 77.681442 94.575723) (xy 77.703558 94.586538) (xy 77.850473 94.677157) (xy 78.018677 94.732893) - (xy 78.01868 94.732894) (xy 78.122482 94.743499) (xy 78.844 94.743499) (xy 79.352 94.743499) (xy 80.073509 94.743499) - (xy 80.177319 94.732894) (xy 80.345526 94.677157) (xy 80.496339 94.584134) (xy 80.496345 94.584129) - (xy 80.621629 94.458845) (xy 80.621634 94.458839) (xy 80.714657 94.308026) (xy 80.770393 94.139822) - (xy 80.770394 94.139819) (xy 80.780999 94.036017) (xy 80.781 94.036017) (xy 80.781 93.827) (xy 79.352 93.827) - (xy 79.352 94.743499) (xy 78.844 94.743499) (xy 78.844 93.827) (xy 77.415001 93.827) (xy 77.415001 93.895937) - (xy 77.394999 93.964058) (xy 77.341343 94.010551) (xy 77.271069 94.020655) (xy 77.222855 94.003178) - (xy 77.101527 93.928343) (xy 76.933321 93.872606) (xy 76.933319 93.872605) (xy 76.910251 93.870248) - (xy 76.844516 93.843424) (xy 76.80372 93.785319) (xy 76.800813 93.714382) (xy 76.803449 93.705292) - (xy 76.806387 93.696427) (xy 76.8125 93.636592) (xy 76.817 93.592554) (xy 76.817 92.591445) (xy 76.807193 92.495462) - (xy 76.806387 92.487573) (xy 76.750615 92.319261) (xy 76.680759 92.206007) (xy 76.662 92.13986) - (xy 76.662 92.134872) (xy 76.682002 92.066751) (xy 76.698898 92.045783) (xy 76.722906 92.021775) - (xy 76.785213 91.987752) (xy 76.856029 91.992815) (xy 76.901094 92.021777) (xy 76.988341 92.109024) - (xy 76.988347 92.109029) (xy 76.988348 92.10903) (xy 77.139261 92.202115) (xy 77.307573 92.257887) - (xy 77.347527 92.261968) (xy 77.411446 92.2685) (xy 77.730991 92.2685) (xy 77.799112 92.288502) - (xy 77.845605 92.342158) (xy 77.855709 92.412432) (xy 77.826215 92.477012) (xy 77.797138 92.501741) - (xy 77.69966 92.561865) (xy 77.699654 92.56187) (xy 77.57437 92.687154) (xy 77.574365 92.68716) - (xy 77.481342 92.837973) (xy 77.425606 93.006177) (xy 77.425605 93.00618) (xy 77.415 93.109982) - (xy 77.415 93.319) (xy 78.844 93.319) (xy 79.352 93.319) (xy 80.780999 93.319) (xy 80.780999 93.10999) - (xy 80.770394 93.00618) (xy 80.714657 92.837973) (xy 80.621634 92.68716) (xy 80.621629 92.687154) - (xy 80.496345 92.56187) (xy 80.496339 92.561865) (xy 80.345526 92.468842) (xy 80.177322 92.413106) - (xy 80.177319 92.413105) (xy 80.073517 92.4025) (xy 79.352 92.4025) (xy 79.352 93.319) (xy 78.844 93.319) - (xy 78.844 92.4025) (xy 78.429151 92.4025) (xy 78.36103 92.382498) (xy 78.314537 92.328842) (xy 78.304433 92.258568) - (xy 78.333927 92.193988) (xy 78.363001 92.169262) (xy 78.460652 92.10903) (xy 78.58603 91.983652) - (xy 78.679115 91.832739) (xy 78.734887 91.664427) (xy 78.739435 91.619906) (xy 78.7455 91.560554) - (xy 78.7455 90.739844) (xy 78.765502 90.671723) (xy 78.819158 90.62523) (xy 78.889432 90.615126) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 139.866621 46.020002) (xy 139.913114 46.073658) (xy 139.9245 46.126) (xy 139.9245 95.390991) - (xy 139.904498 95.459112) (xy 139.850842 95.505605) (xy 139.780568 95.515709) (xy 139.715988 95.486215) - (xy 139.678667 95.429927) (xy 139.624325 95.26268) (xy 139.624322 95.262674) (xy 139.545143 95.107278) - (xy 139.442632 94.966184) (xy 139.44263 94.966181) (xy 139.319318 94.842869) (xy 139.319315 94.842867) - (xy 139.178221 94.740356) (xy 139.022825 94.661177) (xy 139.022819 94.661174) (xy 138.85696 94.607284) - (xy 138.856964 94.607284) (xy 138.684698 94.58) (xy 138.5015 94.58) (xy 138.5015 95.388) (xy 137.9935 95.388) - (xy 137.9935 94.58) (xy 137.810302 94.58) (xy 137.638037 94.607284) (xy 137.47218 94.661174) (xy 137.472174 94.661177) - (xy 137.316778 94.740356) (xy 137.175684 94.842867) (xy 137.175681 94.842869) (xy 137.052369 94.966181) - (xy 137.052367 94.966184) (xy 136.949856 95.107278) (xy 136.870677 95.262674) (xy 136.870674 95.26268) - (xy 136.816785 95.428534) (xy 136.81592 95.434) (xy 137.73744 95.434) (xy 137.713295 95.44794) (xy 137.65744 95.503795) - (xy 137.617944 95.572204) (xy 137.5975 95.648504) (xy 137.5975 95.727496) (xy 137.617944 95.803796) - (xy 137.65744 95.872205) (xy 137.713295 95.92806) (xy 137.73744 95.942) (xy 136.789499 95.942) (xy 136.777224 95.954274) - (xy 136.769498 95.980589) (xy 136.715842 96.027082) (xy 136.645568 96.037186) (xy 136.598025 96.015472) - (xy 136.580746 96.013961) (xy 135.97042 96.624287) (xy 135.943537 96.523956) (xy 135.887584 96.427044) - (xy 135.808456 96.347916) (xy 135.711544 96.291963) (xy 135.61121 96.265078) (xy 136.221537 95.654751) - (xy 136.166355 95.616112) (xy 135.970824 95.524934) (xy 135.970819 95.524932) (xy 135.762429 95.469094) - (xy 135.5475 95.45029) (xy 135.33257 95.469094) (xy 135.12418 95.524932) (xy 135.124175 95.524934) - (xy 134.928643 95.616113) (xy 134.87346 95.654751) (xy 135.483788 96.265079) (xy 135.383456 96.291963) - (xy 135.286544 96.347916) (xy 135.207416 96.427044) (xy 135.151463 96.523956) (xy 135.124579 96.624288) - (xy 134.514251 96.01396) (xy 134.475613 96.069143) (xy 134.384434 96.264675) (xy 134.384432 96.26468) - (xy 134.337207 96.440929) (xy 134.300255 96.501552) (xy 134.236395 96.532573) (xy 134.1659 96.524145) - (xy 134.111153 96.478942) (xy 134.089536 96.411317) (xy 134.0895 96.408318) (xy 134.0895 96.210682) - (xy 134.109502 96.142561) (xy 134.118097 96.130753) (xy 134.169595 96.068004) (xy 134.263241 95.892804) - (xy 134.320908 95.702701) (xy 134.325902 95.652002) (xy 134.34038 95.505003) (xy 134.34038 95.504996) - (xy 134.320909 95.307305) (xy 134.320908 95.307303) (xy 134.320908 95.307299) (xy 134.263241 95.117196) - (xy 134.169595 94.941996) (xy 134.043568 94.788432) (xy 133.890004 94.662405) (xy 133.714804 94.568759) - (xy 133.524701 94.511092) (xy 133.5247 94.511091) (xy 133.524694 94.51109) (xy 133.327003 94.49162) - (xy 133.326997 94.49162) (xy 133.129305 94.51109) (xy 132.939195 94.568759) (xy 132.763995 94.662405) - (xy 132.610432 94.788432) (xy 132.484405 94.941995) (xy 132.42299 95.056896) (xy 132.373238 95.107544) - (xy 132.311868 95.1235) (xy 115.770344 95.1235) (xy 115.702223 95.103498) (xy 115.65573 95.049842) - (xy 115.645626 94.979568) (xy 115.67512 94.914988) (xy 115.681249 94.908405) (xy 116.273088 94.316566) - (xy 118.066945 92.522707) (xy 118.117103 92.49197) (xy 118.131516 92.487288) (xy 118.286981 92.408074) - (xy 118.428139 92.305517) (xy 118.551517 92.182139) (xy 118.654074 92.040981) (xy 118.733288 91.885516) - (xy 118.787205 91.719574) (xy 118.8145 91.547241) (xy 118.8145 90.938344) (xy 118.834502 90.870223) - (xy 118.851405 90.849249) (xy 118.922405 90.778249) (xy 118.984717 90.744223) (xy 119.055532 90.749288) - (xy 119.112368 90.791835) (xy 119.137179 90.858355) (xy 119.1375 90.867344) (xy 119.1375 91.547241) - (xy 119.164795 91.719574) (xy 119.164796 91.719577) (xy 119.215955 91.877033) (xy 119.218712 91.885516) - (xy 119.297926 92.040981) (xy 119.400483 92.182139) (xy 119.400485 92.182141) (xy 119.400487 92.182144) - (xy 119.523855 92.305512) (xy 119.523858 92.305514) (xy 119.523861 92.305517) (xy 119.665019 92.408074) - (xy 119.820484 92.487288) (xy 119.986426 92.541205) (xy 120.158759 92.5685) (xy 120.158762 92.5685) - (xy 120.333238 92.5685) (xy 120.333241 92.5685) (xy 120.505574 92.541205) (xy 120.671516 92.487288) - (xy 120.826981 92.408074) (xy 120.968139 92.305517) (xy 121.091517 92.182139) (xy 121.194074 92.040981) - (xy 121.273288 91.885516) (xy 121.327205 91.719574) (xy 121.3545 91.547241) (xy 121.3545 90.572759) - (xy 121.336672 90.460199) (xy 121.345772 90.38979) (xy 121.391494 90.335476) (xy 121.459322 90.314503) - (xy 121.461121 90.31449) (xy 121.570879 90.31449) (xy 121.639 90.334492) (xy 121.685493 90.388148) - (xy 121.695597 90.458422) (xy 121.695338 90.460134) (xy 121.6775 90.572759) (xy 121.6775 91.547241) - (xy 121.704795 91.719574) (xy 121.704796 91.719577) (xy 121.755955 91.877033) (xy 121.758712 91.885516) - (xy 121.837926 92.040981) (xy 121.940483 92.182139) (xy 121.940485 92.182141) (xy 121.940487 92.182144) - (xy 122.063849 92.305506) (xy 122.063866 92.305521) (xy 122.074717 92.313404) (xy 122.118073 92.369625) - (xy 122.124238 92.39076) (xy 122.150498 92.522777) (xy 122.1505 92.522782) (xy 122.163194 92.553428) - (xy 122.200318 92.643054) (xy 122.272645 92.751299) (xy 124.142701 94.621355) (xy 124.223687 94.675468) - (xy 124.250946 94.693682) (xy 124.25095 94.693684) (xy 124.371216 94.743501) (xy 124.37122 94.743501) - (xy 124.371223 94.743503) (xy 124.46807 94.762766) (xy 124.498901 94.768899) (xy 124.498904 94.768899) - (xy 124.498907 94.7689) (xy 124.498908 94.7689) (xy 132.02337 94.7689) (xy 132.023371 94.7689) (xy 132.151055 94.743502) - (xy 132.271332 94.693682) (xy 132.379577 94.621355) (xy 135.237355 91.763577) (xy 135.309682 91.655332) - (xy 135.336706 91.590092) (xy 135.359501 91.535061) (xy 135.359501 91.535058) (xy 135.359503 91.535055) - (xy 135.3849 91.407371) (xy 135.3849 91.277184) (xy 135.3849 87.490594) (xy 135.404902 87.422473) - (xy 135.458558 87.37598) (xy 135.501006 87.364983) (xy 135.722711 87.347535) (xy 135.953594 87.292105) - (xy 136.172963 87.20124) (xy 136.375416 87.077176) (xy 136.555969 86.922969) (xy 136.710176 86.742416) - (xy 136.742131 86.690271) (xy 136.813343 86.574065) (xy 136.86599 86.526434) (xy 136.920775 86.5139) - (xy 137.020863 86.5139) (xy 137.088984 86.533902) (xy 137.126346 86.570985) (xy 137.204275 86.690264) - (xy 137.204279 86.69027) (xy 137.347841 86.846217) (xy 137.379262 86.909882) (xy 137.371276 86.980428) - (xy 137.326417 87.035457) (xy 137.299173 87.04961) (xy 137.184039 87.092553) (xy 137.184034 87.092555) - (xy 137.067095 87.180095) (xy 136.979555 87.297034) (xy 136.979555 87.297035) (xy 136.928505 87.433906) - (xy 136.922 87.494402) (xy 136.922 88.139) (xy 137.849297 88.139) (xy 137.814075 88.200007) (xy 137.78 88.327174) - (xy 137.78 88.458826) (xy 137.814075 88.585993) (xy 137.849297 88.647) (xy 136.922 88.647) (xy 136.922 89.291597) - (xy 136.928505 89.352093) (xy 136.979555 89.488964) (xy 136.979555 89.488965) (xy 137.067095 89.605904) - (xy 137.184034 89.693444) (xy 137.320906 89.744494) (xy 137.381402 89.750999) (xy 137.381415 89.751) - (xy 138.026 89.751) (xy 138.026 88.823702) (xy 138.087007 88.858925) (xy 138.214174 88.893) (xy 138.345826 88.893) - (xy 138.472993 88.858925) (xy 138.534 88.823702) (xy 138.534 89.751) (xy 139.178585 89.751) (xy 139.178597 89.750999) - (xy 139.239093 89.744494) (xy 139.375964 89.693444) (xy 139.375965 89.693444) (xy 139.492904 89.605904) - (xy 139.580444 89.488965) (xy 139.580444 89.488964) (xy 139.631494 89.352093) (xy 139.637999 89.291597) - (xy 139.638 89.291585) (xy 139.638 88.647) (xy 138.710703 88.647) (xy 138.745925 88.585993) (xy 138.78 88.458826) - (xy 138.78 88.327174) (xy 138.745925 88.200007) (xy 138.710703 88.139) (xy 139.638 88.139) (xy 139.638 87.494414) - (xy 139.637999 87.494402) (xy 139.631494 87.433906) (xy 139.580444 87.297035) (xy 139.580444 87.297034) - (xy 139.492904 87.180095) (xy 139.375966 87.092556) (xy 139.260826 87.049611) (xy 139.203991 87.007064) - (xy 139.17918 86.940543) (xy 139.194272 86.871169) (xy 139.212154 86.846222) (xy 139.355722 86.690268) - (xy 139.47886 86.501791) (xy 139.569296 86.295616) (xy 139.624564 86.077368) (xy 139.643156 85.853) - (xy 139.624564 85.628632) (xy 139.603639 85.546) (xy 139.569297 85.410387) (xy 139.569296 85.410386) - (xy 139.569296 85.410384) (xy 139.47886 85.204209) (xy 139.440604 85.145653) (xy 139.355724 85.015734) - (xy 139.35572 85.015729) (xy 139.203237 84.850091) (xy 139.099121 84.769054) (xy 139.025576 84.711811) - (xy 139.018927 84.708213) (xy 138.99232 84.693814) (xy 138.941929 84.643802) (xy 138.926576 84.574485) - (xy 138.951136 84.507872) (xy 138.99232 84.472186) (xy 138.99526 84.470595) (xy 139.025576 84.454189) - (xy 139.20324 84.315906) (xy 139.355722 84.150268) (xy 139.47886 83.961791) (xy 139.569296 83.755616) - (xy 139.624564 83.537368) (xy 139.643156 83.313) (xy 139.624564 83.088632) (xy 139.615337 83.052196) - (xy 139.569297 82.870387) (xy 139.569296 82.870386) (xy 139.569296 82.870384) (xy 139.47886 82.664209) - (xy 139.453921 82.626037) (xy 139.355724 82.475734) (xy 139.35572 82.475729) (xy 139.203237 82.310091) - (xy 139.114189 82.240782) (xy 139.025576 82.171811) (xy 138.992319 82.153813) (xy 138.941929 82.103802) - (xy 138.926576 82.034485) (xy 138.951136 81.967872) (xy 138.99232 81.932186) (xy 139.025576 81.914189) - (xy 139.20324 81.775906) (xy 139.355722 81.610268) (xy 139.47886 81.421791) (xy 139.569296 81.215616) - (xy 139.624564 80.997368) (xy 139.643156 80.773) (xy 139.624564 80.548632) (xy 139.583837 80.387804) - (xy 139.569297 80.330387) (xy 139.569296 80.330386) (xy 139.569296 80.330384) (xy 139.47886 80.124209) - (xy 139.447871 80.076777) (xy 139.355724 79.935734) (xy 139.35572 79.935729) (xy 139.248176 79.818907) - (xy 139.20324 79.770094) (xy 139.203238 79.770092) (xy 139.203234 79.770088) (xy 139.060685 79.659137) - (xy 139.019214 79.601512) (xy 139.015481 79.530614) (xy 139.050671 79.468952) (xy 139.056216 79.46392) - (xy 139.095969 79.429969) (xy 139.250176 79.249416) (xy 139.37424 79.046963) (xy 139.465105 78.827594) - (xy 139.520535 78.596711) (xy 139.539165 78.36) (xy 139.520535 78.123289) (xy 139.465105 77.892406) - (xy 139.37424 77.673037) (xy 139.250176 77.470584) (xy 139.225087 77.441209) (xy 139.196057 77.37642) - (xy 139.1949 77.35938) (xy 139.1949 56.196911) (xy 139.194899 56.196903) (xy 139.187768 56.161053) - (xy 139.178626 56.115095) (xy 139.169502 56.069223) (xy 139.143767 56.007093) (xy 139.119682 55.948946) - (xy 139.047355 55.840701) (xy 138.955299 55.748645) (xy 138.955298 55.748644) (xy 138.950903 55.744249) - (xy 138.950892 55.744239) (xy 138.635298 55.428644) (xy 138.527054 55.356318) (xy 138.406782 55.3065) - (xy 138.406777 55.306498) (xy 138.279095 55.2811) (xy 138.279093 55.2811) (xy 138.200959 55.2811) - (xy 138.132838 55.261098) (xy 138.100091 55.230609) (xy 138.061261 55.178738) (xy 137.946551 55.092868) - (xy 137.904004 55.036033) (xy 137.898939 54.965217) (xy 137.932964 54.902905) (xy 137.946551 54.891132) - (xy 138.061261 54.805261) (xy 138.148887 54.688207) (xy 138.148887 54.688206) (xy 138.148889 54.688204) - (xy 138.199989 54.551201) (xy 138.2065 54.490638) (xy 138.2065 54.070344) (xy 138.226502 54.002223) - (xy 138.243405 53.981249) (xy 138.285355 53.939299) (xy 138.357682 53.831054) (xy 138.407502 53.710777) - (xy 138.4329 53.583093) (xy 138.4329 53.452907) (xy 138.4329 50.354907) (xy 138.431275 50.346739) - (xy 138.407503 50.227223) (xy 138.357682 50.106946) (xy 138.285355 49.998701) (xy 138.060148 49.773494) - (xy 138.026122 49.711182) (xy 138.031187 49.640367) (xy 138.048378 49.608886) (xy 138.048889 49.608204) - (xy 138.099989 49.471201) (xy 138.1065 49.410638) (xy 138.1065 48.413362) (xy 138.100801 48.360348) - (xy 138.09999 48.352803) (xy 138.099988 48.352795) (xy 138.070924 48.274875) (xy 138.048889 48.215796) - (xy 138.048888 48.215794) (xy 138.048887 48.215792) (xy 137.969926 48.110313) (xy 137.945115 48.043793) - (xy 137.960206 47.974419) (xy 137.96354 47.968679) (xy 138.011615 47.890739) (xy 138.067387 47.722427) - (xy 138.071935 47.677906) (xy 138.078 47.618554) (xy 138.078 46.617445) (xy 138.071177 46.550673) - (xy 138.067387 46.513573) (xy 138.011615 46.345261) (xy 137.91853 46.194348) (xy 137.918528 46.194346) - (xy 137.917172 46.192147) (xy 137.898435 46.123668) (xy 137.919694 46.055929) (xy 137.974201 46.010437) - (xy 138.024413 46) (xy 139.7985 46) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 94.846 84.52039) (xy 94.926507 84.506957) (xy 94.926516 84.506955) (xy 95.139369 84.433883) - (xy 95.139371 84.433882) (xy 95.3373 84.326768) (xy 95.337301 84.326767) (xy 95.514902 84.188534) - (xy 95.667327 84.022955) (xy 95.756217 83.886899) (xy 95.81022 83.84081) (xy 95.880568 83.831235) - (xy 95.944925 83.861212) (xy 95.967183 83.886898) (xy 96.056279 84.02327) (xy 96.147755 84.122638) - (xy 96.196376 84.175454) (xy 96.208762 84.188908) (xy 96.239939 84.213174) (xy 96.28141 84.2708) - (xy 96.285143 84.341698) (xy 96.251644 84.401701) (xy 95.948701 84.704645) (xy 95.856643 84.796703) - (xy 95.856642 84.796705) (xy 95.784318 84.904945) (xy 95.7345 85.025217) (xy 95.734498 85.025222) - (xy 95.7091 85.152904) (xy 95.7091 89.601096) (xy 95.719868 89.655228) (xy 95.71354 89.725942) (xy 95.669986 89.78201) - (xy 95.603033 89.805629) (xy 95.53394 89.789302) (xy 95.522228 89.781746) (xy 95.426721 89.712356) - (xy 95.271325 89.633177) (xy 95.271319 89.633174) (xy 95.105461 89.579284) (xy 95.105449 89.579281) - (xy 95.1 89.578417) (xy 95.1 90.748314) (xy 95.091606 90.73992) (xy 95.000394 90.687259) (xy 94.898661 90.66) - (xy 94.793339 90.66) (xy 94.691606 90.687259) (xy 94.600394 90.73992) (xy 94.592 90.748314) (xy 94.592 89.578417) - (xy 94.58655 89.579281) (xy 94.586538 89.579284) (xy 94.42068 89.633174) (xy 94.420674 89.633177) - (xy 94.265278 89.712356) (xy 94.124184 89.814867) (xy 94.124181 89.814869) (xy 94.000869 89.938181) - (xy 94.000867 89.938184) (xy 93.898356 90.079278) (xy 93.819177 90.234674) (xy 93.819174 90.23468) - (xy 93.765284 90.400537) (xy 93.738 90.572802) (xy 93.738 90.806) (xy 94.534314 90.806) (xy 94.52592 90.814394) - (xy 94.473259 90.905606) (xy 94.446 91.007339) (xy 94.446 91.112661) (xy 94.473259 91.214394) (xy 94.52592 91.305606) - (xy 94.534314 91.314) (xy 93.738 91.314) (xy 93.738 91.547197) (xy 93.765284 91.719462) (xy 93.819174 91.885319) - (xy 93.819177 91.885325) (xy 93.898356 92.040721) (xy 94.000867 92.181815) (xy 94.000869 92.181818) - (xy 94.124181 92.30513) (xy 94.124184 92.305132) (xy 94.265278 92.407643) (xy 94.420674 92.486822) - (xy 94.42068 92.486825) (xy 94.586534 92.540714) (xy 94.592 92.54158) (xy 94.592 91.371686) (xy 94.600394 91.38008) - (xy 94.691606 91.432741) (xy 94.793339 91.46) (xy 94.898661 91.46) (xy 95.000394 91.432741) (xy 95.091606 91.38008) - (xy 95.1 91.371686) (xy 95.1 92.54158) (xy 95.105465 92.540714) (xy 95.271319 92.486825) (xy 95.271325 92.486822) - (xy 95.426721 92.407643) (xy 95.567815 92.305132) (xy 95.567818 92.30513) (xy 95.69113 92.181818) - (xy 95.691132 92.181815) (xy 95.793643 92.040721) (xy 95.872822 91.885325) (xy 95.872825 91.885319) - (xy 95.926715 91.719462) (xy 95.954 91.547197) (xy 95.954 91.314) (xy 95.157686 91.314) (xy 95.16608 91.305606) - (xy 95.218741 91.214394) (xy 95.246 91.112661) (xy 95.246 91.007339) (xy 95.218741 90.905606) (xy 95.16608 90.814394) - (xy 95.157686 90.806) (xy 95.954 90.806) (xy 95.954 90.572802) (xy 95.926715 90.400539) (xy 95.909287 90.346901) - (xy 95.907259 90.275934) (xy 95.943921 90.215135) (xy 96.007633 90.18381) (xy 96.078167 90.191902) - (xy 96.118215 90.218869) (xy 96.258711 90.359365) (xy 96.292737 90.421677) (xy 96.294065 90.46817) - (xy 96.29342 90.472241) (xy 96.2775 90.572759) (xy 96.2775 91.547241) (xy 96.304795 91.719574) (xy 96.304796 91.719577) - (xy 96.355955 91.877033) (xy 96.358712 91.885516) (xy 96.437926 92.040981) (xy 96.540483 92.182139) - (xy 96.540485 92.182141) (xy 96.540487 92.182144) (xy 96.663855 92.305512) (xy 96.663858 92.305514) - (xy 96.663861 92.305517) (xy 96.805019 92.408074) (xy 96.960484 92.487288) (xy 97.126426 92.541205) - (xy 97.298759 92.5685) (xy 97.298762 92.5685) (xy 97.473238 92.5685) (xy 97.473241 92.5685) (xy 97.645574 92.541205) - (xy 97.811516 92.487288) (xy 97.837297 92.474151) (xy 97.907073 92.461047) (xy 97.972858 92.487746) - (xy 98.013764 92.545773) (xy 98.0205 92.586418) (xy 98.0205 93.154593) (xy 98.044922 93.277369) - (xy 98.044924 93.277374) (xy 98.092827 93.393022) (xy 98.092829 93.393026) (xy 98.148798 93.47679) - (xy 98.167612 93.522208) (xy 98.176803 93.568413) (xy 98.176804 93.568415) (xy 98.234282 93.707179) - (xy 98.314342 93.827) (xy 98.317727 93.832065) (xy 98.886068 94.400406) (xy 98.920092 94.462717) - (xy 98.915028 94.533532) (xy 98.872481 94.590368) (xy 98.805961 94.615179) (xy 98.796972 94.6155) - (xy 93.484138 94.6155) (xy 93.336827 94.644803) (xy 93.336826 94.644804) (xy 93.297306 94.661174) - (xy 93.218821 94.693684) (xy 93.198061 94.702283) (xy 93.073181 94.785725) (xy 93.073179 94.785726) - (xy 92.4653 95.393603) (xy 92.402988 95.427628) (xy 92.332172 95.422563) (xy 92.275337 95.380016) - (xy 92.255632 95.341086) (xy 92.226241 95.244196) (xy 92.132595 95.068996) (xy 92.006568 94.915432) - (xy 91.853004 94.789405) (xy 91.677804 94.695759) (xy 91.487701 94.638092) (xy 91.4877 94.638091) - (xy 91.487694 94.63809) (xy 91.290004 94.61862) (xy 91.290001 94.61862) (xy 91.29 94.61862) (xy 91.277634 94.619837) - (xy 91.207883 94.606607) (xy 91.176193 94.583539) (xy 89.958539 93.365885) (xy 89.924513 93.303573) - (xy 89.929578 93.232758) (xy 89.972125 93.175922) (xy 90.034824 93.151443) (xy 90.079427 93.146887) - (xy 90.247739 93.091115) (xy 90.398652 92.99803) (xy 90.52403 92.872652) (xy 90.617115 92.721739) - (xy 90.672887 92.553427) (xy 90.677435 92.508906) (xy 90.6835 92.449554) (xy 90.6835 91.914844) - (xy 90.703502 91.846723) (xy 90.720405 91.825749) (xy 90.788349 91.757805) (xy 90.850661 91.723779) - (xy 90.877444 91.7209) (xy 91.133682 91.7209) (xy 91.201803 91.740902) (xy 91.248296 91.794558) - (xy 91.253507 91.807943) (xy 91.278712 91.885516) (xy 91.357926 92.040981) (xy 91.460483 92.182139) - (xy 91.460485 92.182141) (xy 91.460487 92.182144) (xy 91.583855 92.305512) (xy 91.583858 92.305514) - (xy 91.583861 92.305517) (xy 91.725019 92.408074) (xy 91.880484 92.487288) (xy 92.046426 92.541205) - (xy 92.218759 92.5685) (xy 92.218762 92.5685) (xy 92.393238 92.5685) (xy 92.393241 92.5685) (xy 92.565574 92.541205) - (xy 92.731516 92.487288) (xy 92.886981 92.408074) (xy 93.028139 92.305517) (xy 93.151517 92.182139) - (xy 93.254074 92.040981) (xy 93.333288 91.885516) (xy 93.387205 91.719574) (xy 93.4145 91.547241) - (xy 93.4145 90.572759) (xy 93.387205 90.400426) (xy 93.333288 90.234484) (xy 93.254074 90.079019) - (xy 93.151517 89.937861) (xy 93.151514 89.937858) (xy 93.151512 89.937855) (xy 93.028144 89.814487) - (xy 93.02814 89.814484) (xy 93.028139 89.814483) (xy 93.018836 89.807724) (xy 92.975484 89.751502) - (xy 92.9669 89.70579) (xy 92.9669 84.247131) (xy 92.986902 84.17901) (xy 93.0002 84.161793) (xy 93.127714 84.023277) - (xy 93.127723 84.023267) (xy 93.127927 84.022955) (xy 93.216517 83.887357) (xy 93.216816 83.886898) - (xy 93.270819 83.84081) (xy 93.341167 83.831235) (xy 93.405524 83.861212) (xy 93.427782 83.886898) - (xy 93.516674 84.022958) (xy 93.669097 84.188534) (xy 93.846698 84.326767) (xy 93.846699 84.326768) - (xy 94.044628 84.433882) (xy 94.04463 84.433883) (xy 94.257483 84.506955) (xy 94.257492 84.506957) - (xy 94.338 84.520391) (xy 94.338 83.616702) (xy 94.399007 83.651925) (xy 94.526174 83.686) (xy 94.657826 83.686) - (xy 94.784993 83.651925) (xy 94.846 83.616702) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 105.925088 89.202976) (xy 105.932515 89.211547) (xy 105.934974 89.214657) (xy 106.060341 89.340024) - (xy 106.060347 89.340029) (xy 106.060348 89.34003) (xy 106.211262 89.433115) (xy 106.235591 89.441176) - (xy 106.247524 89.445131) (xy 106.296986 89.47564) (xy 106.649099 89.827753) (xy 106.683125 89.890065) - (xy 106.67806 89.96088) (xy 106.661941 89.990908) (xy 106.597927 90.079016) (xy 106.518713 90.234482) - (xy 106.51871 90.234488) (xy 106.465226 90.3991) (xy 106.464795 90.400426) (xy 106.4375 90.572759) - (xy 106.4375 91.547241) (xy 106.464795 91.719574) (xy 106.464796 91.719577) (xy 106.515955 91.877033) - (xy 106.518712 91.885516) (xy 106.597926 92.040981) (xy 106.700483 92.182139) (xy 106.700485 92.182141) - (xy 106.700487 92.182144) (xy 106.823855 92.305512) (xy 106.823858 92.305514) (xy 106.823861 92.305517) - (xy 106.965019 92.408074) (xy 107.120484 92.487288) (xy 107.286426 92.541205) (xy 107.458759 92.5685) - (xy 107.458762 92.5685) (xy 107.633238 92.5685) (xy 107.633241 92.5685) (xy 107.805574 92.541205) - (xy 107.971516 92.487288) (xy 108.126981 92.408074) (xy 108.268139 92.305517) (xy 108.391517 92.182139) - (xy 108.494074 92.040981) (xy 108.573288 91.885516) (xy 108.627205 91.719574) (xy 108.6545 91.547241) - (xy 108.6545 90.572802) (xy 108.978 90.572802) (xy 108.978 90.806) (xy 109.774314 90.806) (xy 109.76592 90.814394) - (xy 109.713259 90.905606) (xy 109.686 91.007339) (xy 109.686 91.112661) (xy 109.713259 91.214394) - (xy 109.76592 91.305606) (xy 109.774314 91.314) (xy 108.978 91.314) (xy 108.978 91.547197) (xy 109.005284 91.719462) - (xy 109.059174 91.885319) (xy 109.059177 91.885325) (xy 109.138356 92.040721) (xy 109.240867 92.181815) - (xy 109.240869 92.181818) (xy 109.364181 92.30513) (xy 109.364184 92.305132) (xy 109.505278 92.407643) - (xy 109.660674 92.486822) (xy 109.66068 92.486825) (xy 109.826534 92.540714) (xy 109.832 92.54158) - (xy 109.832 91.371686) (xy 109.840394 91.38008) (xy 109.931606 91.432741) (xy 110.033339 91.46) - (xy 110.138661 91.46) (xy 110.240394 91.432741) (xy 110.331606 91.38008) (xy 110.34 91.371686) (xy 110.34 92.54158) - (xy 110.345465 92.540714) (xy 110.511319 92.486825) (xy 110.511325 92.486822) (xy 110.666721 92.407643) - (xy 110.807815 92.305132) (xy 110.807818 92.30513) (xy 110.93113 92.181818) (xy 110.931132 92.181815) - (xy 111.033643 92.040721) (xy 111.112822 91.885325) (xy 111.112825 91.885319) (xy 111.166715 91.719462) - (xy 111.194 91.547197) (xy 111.194 91.314) (xy 110.397686 91.314) (xy 110.40608 91.305606) (xy 110.458741 91.214394) - (xy 110.486 91.112661) (xy 110.486 91.007339) (xy 110.458741 90.905606) (xy 110.40608 90.814394) - (xy 110.397686 90.806) (xy 111.194 90.806) (xy 111.194 90.572802) (xy 111.166715 90.400537) (xy 111.112825 90.23468) - (xy 111.112822 90.234674) (xy 111.033643 90.079278) (xy 110.931132 89.938184) (xy 110.93113 89.938181) - (xy 110.807818 89.814869) (xy 110.807815 89.814867) (xy 110.666721 89.712356) (xy 110.511325 89.633177) - (xy 110.511319 89.633174) (xy 110.345461 89.579284) (xy 110.345449 89.579281) (xy 110.34 89.578417) - (xy 110.34 90.748314) (xy 110.331606 90.73992) (xy 110.240394 90.687259) (xy 110.138661 90.66) (xy 110.033339 90.66) - (xy 109.931606 90.687259) (xy 109.840394 90.73992) (xy 109.832 90.748314) (xy 109.832 89.578417) - (xy 109.82655 89.579281) (xy 109.826538 89.579284) (xy 109.66068 89.633174) (xy 109.660674 89.633177) - (xy 109.505278 89.712356) (xy 109.364184 89.814867) (xy 109.364181 89.814869) (xy 109.240869 89.938181) - (xy 109.240867 89.938184) (xy 109.138356 90.079278) (xy 109.059177 90.234674) (xy 109.059174 90.23468) - (xy 109.005284 90.400537) (xy 108.978 90.572802) (xy 108.6545 90.572802) (xy 108.6545 90.572759) - (xy 108.627205 90.400426) (xy 108.573288 90.234484) (xy 108.494074 90.079019) (xy 108.391517 89.937861) - (xy 108.391514 89.937858) (xy 108.391512 89.937855) (xy 108.268144 89.814487) (xy 108.268141 89.814485) - (xy 108.268139 89.814483) (xy 108.257278 89.806592) (xy 108.213925 89.750371) (xy 108.207761 89.729236) - (xy 108.204403 89.712356) (xy 108.202602 89.703299) (xy 108.181503 89.597223) (xy 108.170524 89.570717) - (xy 108.162935 89.500127) (xy 108.194714 89.43664) (xy 108.255772 89.400413) (xy 108.286933 89.396499) - (xy 109.087544 89.396499) (xy 109.191426 89.385887) (xy 109.359738 89.330115) (xy 109.510652 89.23703) - (xy 109.510653 89.237028) (xy 109.516898 89.233177) (xy 109.518429 89.23566) (xy 109.571895 89.214062) - (xy 109.64165 89.227281) (xy 109.673358 89.250359) (xy 109.704999 89.282) (xy 109.705 89.282) (xy 111.8391 89.282) - (xy 111.907221 89.302002) (xy 111.953714 89.355658) (xy 111.9651 89.408) (xy 111.9651 89.70579) - (xy 111.945098 89.773911) (xy 111.913163 89.807725) (xy 111.903855 89.814487) (xy 111.780487 89.937855) - (xy 111.780485 89.937858) (xy 111.677928 90.079015) (xy 111.598713 90.234482) (xy 111.59871 90.234488) - (xy 111.545226 90.3991) (xy 111.544795 90.400426) (xy 111.5175 90.572759) (xy 111.5175 91.547241) - (xy 111.544795 91.719574) (xy 111.544796 91.719577) (xy 111.595955 91.877033) (xy 111.598712 91.885516) - (xy 111.677926 92.040981) (xy 111.780483 92.182139) (xy 111.780485 92.182141) (xy 111.780487 92.182144) - (xy 111.903855 92.305512) (xy 111.903858 92.305514) (xy 111.903861 92.305517) (xy 112.045019 92.408074) - (xy 112.200484 92.487288) (xy 112.366426 92.541205) (xy 112.538759 92.5685) (xy 112.538762 92.5685) - (xy 112.713238 92.5685) (xy 112.713241 92.5685) (xy 112.885574 92.541205) (xy 113.051516 92.487288) - (xy 113.206981 92.408074) (xy 113.348139 92.305517) (xy 113.471517 92.182139) (xy 113.574074 92.040981) - (xy 113.653288 91.885516) (xy 113.707205 91.719574) (xy 113.7345 91.547241) (xy 113.7345 90.572759) - (xy 113.707205 90.400426) (xy 113.653288 90.234484) (xy 113.574074 90.079019) (xy 113.471517 89.937861) - (xy 113.471514 89.937858) (xy 113.471512 89.937855) (xy 113.348144 89.814487) (xy 113.34814 89.814484) - (xy 113.348139 89.814483) (xy 113.338836 89.807724) (xy 113.295484 89.751502) (xy 113.2869 89.70579) - (xy 113.2869 89.408) (xy 113.306902 89.339879) (xy 113.360558 89.293386) (xy 113.4129 89.282) (xy 114.943154 89.282) - (xy 115.011275 89.302002) (xy 115.057768 89.355658) (xy 115.067872 89.425932) (xy 115.038378 89.490512) - (xy 115.032248 89.497096) (xy 114.987801 89.541542) (xy 114.925489 89.575567) (xy 114.918426 89.576893) - (xy 114.906428 89.578793) (xy 114.906426 89.578794) (xy 114.740488 89.63271) (xy 114.740482 89.632713) - (xy 114.585015 89.711928) (xy 114.443858 89.814485) (xy 114.443855 89.814487) (xy 114.320487 89.937855) - (xy 114.320485 89.937858) (xy 114.217928 90.079015) (xy 114.138713 90.234482) (xy 114.13871 90.234488) - (xy 114.085226 90.3991) (xy 114.084795 90.400426) (xy 114.0575 90.572759) (xy 114.0575 91.547241) - (xy 114.084795 91.719574) (xy 114.084796 91.719577) (xy 114.135955 91.877033) (xy 114.138712 91.885516) - (xy 114.217926 92.040981) (xy 114.320483 92.182139) (xy 114.320485 92.182141) (xy 114.320487 92.182144) - (xy 114.443855 92.305512) (xy 114.443858 92.305514) (xy 114.443861 92.305517) (xy 114.585019 92.408074) - (xy 114.740484 92.487288) (xy 114.906426 92.541205) (xy 115.078759 92.5685) (xy 115.078762 92.5685) - (xy 115.253238 92.5685) (xy 115.253241 92.5685) (xy 115.425574 92.541205) (xy 115.591516 92.487288) - (xy 115.746981 92.408074) (xy 115.888139 92.305517) (xy 116.011517 92.182139) (xy 116.114074 92.040981) - (xy 116.193288 91.885516) (xy 116.247205 91.719574) (xy 116.2745 91.547241) (xy 116.2745 90.572759) - (xy 116.247205 90.400426) (xy 116.210005 90.285937) (xy 116.207978 90.214973) (xy 116.240742 90.15791) - (xy 116.695355 89.703299) (xy 116.767682 89.595054) (xy 116.817502 89.474777) (xy 116.835674 89.383416) - (xy 116.868582 89.320509) (xy 116.930277 89.285377) (xy 116.959253 89.282) (xy 118.245154 89.282) - (xy 118.313275 89.302002) (xy 118.359768 89.355658) (xy 118.369872 89.425932) (xy 118.340378 89.490512) - (xy 118.334249 89.497096) (xy 118.23677 89.594574) (xy 118.174458 89.628599) (xy 118.10874 89.625311) - (xy 117.965579 89.578796) (xy 117.965575 89.578795) (xy 117.965574 89.578795) (xy 117.793241 89.5515) - (xy 117.618759 89.5515) (xy 117.446426 89.578795) (xy 117.446423 89.578795) (xy 117.446422 89.578796) - (xy 117.280488 89.63271) (xy 117.280482 89.632713) (xy 117.125015 89.711928) (xy 116.983858 89.814485) - (xy 116.983855 89.814487) (xy 116.860487 89.937855) (xy 116.860485 89.937858) (xy 116.757928 90.079015) - (xy 116.678713 90.234482) (xy 116.67871 90.234488) (xy 116.625226 90.3991) (xy 116.624795 90.400426) - (xy 116.5975 90.572759) (xy 116.5975 91.547241) (xy 116.624795 91.719574) (xy 116.624796 91.719577) - (xy 116.67871 91.885511) (xy 116.678715 91.885522) (xy 116.689847 91.907369) (xy 116.702952 91.977146) - (xy 116.676253 92.042931) (xy 116.666676 92.053668) (xy 114.802149 93.918196) (xy 114.739839 93.95222) - (xy 114.713056 93.9551) (xy 106.589847 93.9551) (xy 106.521726 93.935098) (xy 106.492447 93.909033) - (xy 106.484569 93.899433) (xy 106.442294 93.864739) (xy 106.331004 93.773405) (xy 106.155804 93.679759) - (xy 105.965701 93.622092) (xy 105.9657 93.622091) (xy 105.965694 93.62209) (xy 105.768003 93.60262) - (xy 105.767997 93.60262) (xy 105.570305 93.62209) (xy 105.380195 93.679759) (xy 105.204995 93.773405) - (xy 105.051432 93.899432) (xy 104.925405 94.052995) (xy 104.831759 94.228195) (xy 104.77409 94.418305) - (xy 104.75462 94.615996) (xy 104.75462 94.616) (xy 104.77409 94.813694) (xy 104.774091 94.8137) - (xy 104.774092 94.813701) (xy 104.813009 94.941995) (xy 104.818752 94.960925) (xy 104.819385 95.031918) - (xy 104.781536 95.091985) (xy 104.717221 95.122053) (xy 104.698177 95.1235) (xy 101.818028 95.1235) - (xy 101.749907 95.103498) (xy 101.728933 95.086595) (xy 99.396067 92.753729) (xy 99.39606 92.753723) - (xy 99.347498 92.721275) (xy 99.30197 92.666798) (xy 99.2915 92.61651) (xy 99.2915 92.586418) (xy 99.311502 92.518297) - (xy 99.365158 92.471804) (xy 99.435432 92.4617) (xy 99.474702 92.474151) (xy 99.500484 92.487288) - (xy 99.666426 92.541205) (xy 99.838759 92.5685) (xy 99.838762 92.5685) (xy 100.013238 92.5685) (xy 100.013241 92.5685) - (xy 100.185574 92.541205) (xy 100.351516 92.487288) (xy 100.506981 92.408074) (xy 100.648139 92.305517) - (xy 100.771517 92.182139) (xy 100.874074 92.040981) (xy 100.953288 91.885516) (xy 101.007205 91.719574) - (xy 101.0345 91.547241) (xy 101.0345 90.740344) (xy 101.054502 90.672223) (xy 101.108158 90.62573) - (xy 101.178432 90.615626) (xy 101.243012 90.64512) (xy 101.249595 90.651249) (xy 101.320595 90.722249) - (xy 101.354621 90.784561) (xy 101.3575 90.811344) (xy 101.3575 91.547241) (xy 101.384795 91.719574) - (xy 101.384796 91.719577) (xy 101.435955 91.877033) (xy 101.438712 91.885516) (xy 101.517926 92.040981) - (xy 101.620483 92.182139) (xy 101.620485 92.182141) (xy 101.620487 92.182144) (xy 101.743855 92.305512) - (xy 101.743858 92.305514) (xy 101.743861 92.305517) (xy 101.885019 92.408074) (xy 102.040484 92.487288) - (xy 102.206426 92.541205) (xy 102.378759 92.5685) (xy 102.378762 92.5685) (xy 102.553238 92.5685) - (xy 102.553241 92.5685) (xy 102.725574 92.541205) (xy 102.891516 92.487288) (xy 103.046981 92.408074) - (xy 103.188139 92.305517) (xy 103.311517 92.182139) (xy 103.414074 92.040981) (xy 103.493288 91.885516) - (xy 103.547205 91.719574) (xy 103.5745 91.547241) (xy 103.5745 90.867344) (xy 103.594502 90.799223) - (xy 103.648158 90.75273) (xy 103.718432 90.742626) (xy 103.783012 90.77212) (xy 103.789595 90.778249) - (xy 103.860595 90.849249) (xy 103.894621 90.911561) (xy 103.8975 90.938344) (xy 103.8975 91.547241) - (xy 103.924795 91.719574) (xy 103.924796 91.719577) (xy 103.975955 91.877033) (xy 103.978712 91.885516) - (xy 104.057926 92.040981) (xy 104.160483 92.182139) (xy 104.160485 92.182141) (xy 104.160487 92.182144) - (xy 104.283855 92.305512) (xy 104.283858 92.305514) (xy 104.283861 92.305517) (xy 104.425019 92.408074) - (xy 104.580484 92.487288) (xy 104.746426 92.541205) (xy 104.918759 92.5685) (xy 104.918762 92.5685) - (xy 105.093238 92.5685) (xy 105.093241 92.5685) (xy 105.265574 92.541205) (xy 105.431516 92.487288) - (xy 105.586981 92.408074) (xy 105.728139 92.305517) (xy 105.851517 92.182139) (xy 105.954074 92.040981) - (xy 106.033288 91.885516) (xy 106.087205 91.719574) (xy 106.1145 91.547241) (xy 106.1145 90.572759) - (xy 106.087205 90.400426) (xy 106.033288 90.234484) (xy 105.954074 90.079019) (xy 105.851517 89.937861) - (xy 105.851514 89.937858) (xy 105.851512 89.937855) (xy 105.728144 89.814487) (xy 105.728141 89.814485) - (xy 105.728139 89.814483) (xy 105.672296 89.773911) (xy 105.586984 89.711927) (xy 105.483014 89.658952) - (xy 105.467379 89.650985) (xy 105.415765 89.602237) (xy 105.398699 89.533322) (xy 105.4216 89.466121) - (xy 105.458437 89.431478) (xy 105.607336 89.339636) (xy 105.607345 89.339629) (xy 105.732624 89.21435) - (xy 105.734832 89.211558) (xy 105.736837 89.210137) (xy 105.737825 89.20915) (xy 105.737993 89.209318) - (xy 105.792768 89.170522) (xy 105.863693 89.167323) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 126.425225 83.861669) (xy 126.44748 83.887353) (xy 126.480607 83.938058) (xy 126.536275 84.023265) - (xy 126.536279 84.02327) (xy 126.627755 84.122638) (xy 126.676376 84.175454) (xy 126.688762 84.188908) - (xy 126.706107 84.202408) (xy 126.824082 84.294232) (xy 126.865552 84.351856) (xy 126.87269 84.393663) - (xy 126.87269 84.505991) (xy 126.898088 84.633673) (xy 126.89809 84.633678) (xy 126.902741 84.644907) - (xy 126.947908 84.75395) (xy 127.020235 84.862195) (xy 127.020237 84.862197) (xy 127.168195 85.010155) - (xy 127.202221 85.072467) (xy 127.2051 85.09925) (xy 127.2051 89.70579) (xy 127.185098 89.773911) - (xy 127.153163 89.807725) (xy 127.143855 89.814487) (xy 127.020487 89.937855) (xy 127.020485 89.937858) - (xy 126.917928 90.079015) (xy 126.838713 90.234482) (xy 126.83871 90.234488) (xy 126.785226 90.3991) - (xy 126.784795 90.400426) (xy 126.7575 90.572759) (xy 126.7575 91.547241) (xy 126.784795 91.719574) - (xy 126.784796 91.719577) (xy 126.835955 91.877033) (xy 126.838712 91.885516) (xy 126.917926 92.040981) - (xy 127.020483 92.182139) (xy 127.020485 92.182141) (xy 127.020487 92.182144) (xy 127.143855 92.305512) - (xy 127.143858 92.305514) (xy 127.143861 92.305517) (xy 127.285019 92.408074) (xy 127.361088 92.446833) - (xy 127.412703 92.495582) (xy 127.429769 92.564497) (xy 127.406868 92.631698) (xy 127.35127 92.67585) - (xy 127.303885 92.6851) (xy 126.667944 92.6851) (xy 126.599823 92.665098) (xy 126.578849 92.648195) - (xy 126.2229 92.292246) (xy 126.188874 92.229934) (xy 126.193939 92.159119) (xy 126.210059 92.12909) - (xy 126.224633 92.109031) (xy 126.274074 92.040981) (xy 126.353288 91.885516) (xy 126.407205 91.719574) - (xy 126.4345 91.547241) (xy 126.4345 90.572759) (xy 126.407205 90.400426) (xy 126.353288 90.234484) - (xy 126.274074 90.079019) (xy 126.171517 89.937861) (xy 126.171514 89.937858) (xy 126.171512 89.937855) - (xy 126.048144 89.814487) (xy 126.04814 89.814484) (xy 126.048139 89.814483) (xy 126.038836 89.807724) - (xy 125.995484 89.751502) (xy 125.9869 89.70579) (xy 125.9869 84.247131) (xy 126.006902 84.17901) - (xy 126.0202 84.161793) (xy 126.147714 84.023277) (xy 126.147723 84.023267) (xy 126.147927 84.022955) - (xy 126.171787 83.986434) (xy 126.236518 83.887354) (xy 126.29052 83.841268) (xy 126.360868 83.831692) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 128.728061 84.0882) (xy 128.786606 84.128362) (xy 128.807 84.163941) (xy 128.851111 84.282204) - (xy 128.851112 84.282207) (xy 128.938738 84.399261) (xy 129.055792 84.486887) (xy 129.055794 84.486888) - (xy 129.055796 84.486889) (xy 129.1096 84.506957) (xy 129.192795 84.537988) (xy 129.192803 84.53799) - (xy 129.25335 84.544499) (xy 129.253355 84.544499) (xy 129.253362 84.5445) (xy 129.6191 84.5445) - (xy 129.687221 84.564502) (xy 129.733714 84.618158) (xy 129.7451 84.6705) (xy 129.7451 89.70579) - (xy 129.725098 89.773911) (xy 129.693163 89.807725) (xy 129.683855 89.814487) (xy 129.560487 89.937855) - (xy 129.560485 89.937858) (xy 129.457928 90.079015) (xy 129.378713 90.234482) (xy 129.37871 90.234488) - (xy 129.325226 90.3991) (xy 129.324795 90.400426) (xy 129.2975 90.572759) (xy 129.2975 91.547241) - (xy 129.324795 91.719574) (xy 129.324796 91.719577) (xy 129.375955 91.877033) (xy 129.378712 91.885516) - (xy 129.457926 92.040981) (xy 129.560483 92.182139) (xy 129.560485 92.182141) (xy 129.560487 92.182144) - (xy 129.683855 92.305512) (xy 129.683858 92.305514) (xy 129.683861 92.305517) (xy 129.825019 92.408074) - (xy 129.901088 92.446833) (xy 129.952703 92.495582) (xy 129.969769 92.564497) (xy 129.946868 92.631698) - (xy 129.89127 92.67585) (xy 129.843885 92.6851) (xy 128.428115 92.6851) (xy 128.359994 92.665098) - (xy 128.313501 92.611442) (xy 128.303397 92.541168) (xy 128.332891 92.476588) (xy 128.37091 92.446834) - (xy 128.446981 92.408074) (xy 128.588139 92.305517) (xy 128.711517 92.182139) (xy 128.814074 92.040981) - (xy 128.893288 91.885516) (xy 128.947205 91.719574) (xy 128.9745 91.547241) (xy 128.9745 90.572759) - (xy 128.947205 90.400426) (xy 128.893288 90.234484) (xy 128.814074 90.079019) (xy 128.711517 89.937861) - (xy 128.711514 89.937858) (xy 128.711512 89.937855) (xy 128.588144 89.814487) (xy 128.58814 89.814484) - (xy 128.588139 89.814483) (xy 128.578836 89.807724) (xy 128.535484 89.751502) (xy 128.5269 89.70579) - (xy 128.5269 84.708213) (xy 128.525091 84.699119) (xy 128.521052 84.678811) (xy 128.501503 84.580529) - (xy 128.501501 84.580526) (xy 128.501501 84.580522) (xy 128.451684 84.460256) (xy 128.451683 84.460254) - (xy 128.450381 84.458306) (xy 128.426105 84.421974) (xy 128.404892 84.354222) (xy 128.423675 84.285756) - (xy 128.453481 84.252542) (xy 128.460047 84.247432) (xy 128.53524 84.188906) (xy 128.596245 84.122637) - (xy 128.657096 84.086067) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 134.332708 46.020002) (xy 134.379201 46.073658) (xy 134.389305 46.143932) (xy 134.371828 46.192147) - (xy 134.370471 46.194346) (xy 134.37047 46.194348) (xy 134.283733 46.33497) (xy 134.277385 46.345261) - (xy 134.221613 46.513571) (xy 134.221612 46.513578) (xy 134.211 46.617445) (xy 134.211 47.618554) - (xy 134.210999 47.618554) (xy 134.220867 47.715125) (xy 134.221613 47.722427) (xy 134.277385 47.890739) - (xy 134.37047 48.041652) (xy 134.416341 48.087523) (xy 134.450365 48.149833) (xy 134.4453 48.220648) - (xy 134.396011 48.352799) (xy 134.39601 48.352802) (xy 134.396009 48.352803) (xy 134.3895 48.41335) - (xy 134.3895 49.410649) (xy 134.396009 49.471196) (xy 134.396011 49.471204) (xy 134.44711 49.608202) - (xy 134.447112 49.608207) (xy 134.534738 49.725261) (xy 134.651792 49.812887) (xy 134.651794 49.812888) - (xy 134.651796 49.812889) (xy 134.710875 49.834924) (xy 134.788795 49.863988) (xy 134.788803 49.86399) - (xy 134.84935 49.870499) (xy 134.849355 49.870499) (xy 134.849362 49.8705) (xy 134.849368 49.8705) - (xy 135.411061 49.8705) (xy 135.479182 49.890502) (xy 135.525675 49.944158) (xy 135.535779 50.014432) - (xy 135.506285 50.079012) (xy 135.48657 50.097368) (xy 135.484738 50.098738) (xy 135.408479 50.200609) - (xy 135.351643 50.243156) (xy 135.307611 50.2511) (xy 135.135902 50.2511) (xy 135.054469 50.267298) - (xy 135.054469 50.267299) (xy 135.008223 50.276498) (xy 135.008221 50.276498) (xy 135.00822 50.276499) - (xy 135.008219 50.276499) (xy 134.887945 50.326318) (xy 134.779705 50.398642) (xy 134.779698 50.398647) - (xy 134.687645 50.490701) (xy 134.687642 50.490702) (xy 134.687643 50.490703) (xy 134.62587 50.552477) - (xy 134.593252 50.585095) (xy 134.53094 50.61912) (xy 134.504156 50.622) (xy 133.969446 50.622) - (xy 133.865578 50.632612) (xy 133.865571 50.632613) (xy 133.697261 50.688385) (xy 133.546347 50.78147) - (xy 133.546341 50.781475) (xy 133.420975 50.906841) (xy 133.42097 50.906847) (xy 133.327885 51.057761) - (xy 133.272113 51.226071) (xy 133.272112 51.226078) (xy 133.2615 51.329945) (xy 133.2615 51.956054) - (xy 133.261499 51.956054) (xy 133.272112 52.059921) (xy 133.272113 52.059928) (xy 133.298395 52.139243) - (xy 133.327885 52.228239) (xy 133.42097 52.379152) (xy 133.420975 52.379158) (xy 133.508222 52.466405) - (xy 133.542248 52.528717) (xy 133.537183 52.599532) (xy 133.508222 52.644595) (xy 133.420975 52.731841) - (xy 133.42097 52.731847) (xy 133.327885 52.882761) (xy 133.272113 53.051071) (xy 133.272112 53.051078) - (xy 133.2615 53.154945) (xy 133.2615 53.781054) (xy 133.261499 53.781054) (xy 133.272112 53.884921) - (xy 133.272113 53.884928) (xy 133.290128 53.939294) (xy 133.327885 54.053239) (xy 133.391204 54.155894) - (xy 133.42097 54.204152) (xy 133.420975 54.204158) (xy 133.518195 54.301378) (xy 133.552221 54.36369) - (xy 133.5551 54.390473) (xy 133.5551 56.398569) (xy 133.56557 56.451204) (xy 133.580498 56.526251) - (xy 133.630318 56.646528) (xy 133.702645 56.754773) (xy 133.702647 56.754775) (xy 134.382249 57.434377) - (xy 134.416275 57.496689) (xy 134.41121 57.567504) (xy 134.382252 57.612565) (xy 134.37047 57.624347) - (xy 134.277385 57.775261) (xy 134.221613 57.943571) (xy 134.221612 57.943578) (xy 134.211 58.047445) - (xy 134.211 59.048554) (xy 134.210999 59.048554) (xy 134.221612 59.152421) (xy 134.221613 59.152427) - (xy 134.277385 59.320739) (xy 134.322643 59.394113) (xy 134.37047 59.471652) (xy 134.370475 59.471658) - (xy 134.373722 59.474905) (xy 134.407748 59.537217) (xy 134.402683 59.608032) (xy 134.373722 59.653095) - (xy 134.370475 59.656341) (xy 134.37047 59.656347) (xy 134.277385 59.807261) (xy 134.221613 59.975571) - (xy 134.221612 59.975578) (xy 134.211 60.079445) (xy 134.211 61.080554) (xy 134.210999 61.080554) - (xy 134.221612 61.184421) (xy 134.221613 61.184427) (xy 134.277385 61.352739) (xy 134.326179 61.431846) - (xy 134.37047 61.503652) (xy 134.370475 61.503658) (xy 134.373722 61.506905) (xy 134.407748 61.569217) - (xy 134.402683 61.640032) (xy 134.373722 61.685095) (xy 134.370475 61.688341) (xy 134.37047 61.688347) - (xy 134.277385 61.839261) (xy 134.221613 62.007571) (xy 134.221612 62.007578) (xy 134.211 62.111445) - (xy 134.211 62.519156) (xy 134.190998 62.587277) (xy 134.174095 62.608251) (xy 133.448647 63.333698) - (xy 133.448642 63.333705) (xy 133.376318 63.441945) (xy 133.3265 63.562217) (xy 133.326498 63.562222) - (xy 133.3011 63.689904) (xy 133.3011 73.208055) (xy 133.281098 73.276176) (xy 133.264195 73.29715) - (xy 131.236986 75.324357) (xy 131.236977 75.324369) (xy 131.162643 75.398703) (xy 131.162642 75.398705) - (xy 131.090318 75.506945) (xy 131.0405 75.627217) (xy 131.040498 75.627222) (xy 131.0151 75.754904) - (xy 131.0151 75.900578) (xy 130.995098 75.968699) (xy 130.941442 76.015192) (xy 130.925681 76.021151) - (xy 130.907196 76.026759) (xy 130.825905 76.070209) (xy 130.756398 76.08468) (xy 130.690103 76.059275) - (xy 130.648066 76.002062) (xy 130.640899 75.968978) (xy 130.630535 75.837289) (xy 130.575105 75.606406) - (xy 130.48424 75.387037) (xy 130.360176 75.184584) (xy 130.335952 75.156221) (xy 130.205969 75.00403) - (xy 130.025419 74.849826) (xy 130.025417 74.849825) (xy 130.025416 74.849824) (xy 129.822963 74.72576) - (xy 129.806716 74.71903) (xy 129.603592 74.634894) (xy 129.440851 74.595824) (xy 129.372711 74.579465) - (xy 129.136 74.560835) (xy 128.899289 74.579465) (xy 128.668407 74.634894) (xy 128.449038 74.725759) - (xy 128.246582 74.849825) (xy 128.24658 74.849826) (xy 128.06603 75.00403) (xy 127.911826 75.18458) - (xy 127.911825 75.184582) (xy 127.787759 75.387038) (xy 127.696894 75.606407) (xy 127.641465 75.837289) - (xy 127.622835 76.074) (xy 127.641465 76.31071) (xy 127.696894 76.541592) (xy 127.767527 76.712115) - (xy 127.78776 76.760963) (xy 127.873632 76.901093) (xy 127.911825 76.963417) (xy 127.911826 76.963419) - (xy 128.06603 77.143969) (xy 128.237047 77.290031) (xy 128.246584 77.298176) (xy 128.37076 77.374272) - (xy 128.41839 77.426918) (xy 128.429997 77.496959) (xy 128.401894 77.562157) (xy 128.394019 77.570798) - (xy 128.274475 77.690341) (xy 128.27447 77.690347) (xy 128.181385 77.841261) (xy 128.125613 78.009571) - (xy 128.125612 78.009578) (xy 128.115 78.113445) (xy 128.115 79.114554) (xy 128.114999 79.114554) - (xy 128.125612 79.218421) (xy 128.125613 79.218428) (xy 128.142892 79.270574) (xy 128.181385 79.386739) - (xy 128.228975 79.463893) (xy 128.27447 79.537652) (xy 128.279023 79.54341) (xy 128.277585 79.544546) - (xy 128.307066 79.598535) (xy 128.302001 79.66935) (xy 128.291186 79.691464) (xy 128.194343 79.848472) - (xy 128.138606 80.016678) (xy 128.138605 80.016681) (xy 128.128 80.120483) (xy 128.128 80.392) (xy 129.264 80.392) - (xy 129.332121 80.412002) (xy 129.378614 80.465658) (xy 129.39 80.518) (xy 129.39 80.774) (xy 129.369998 80.842121) - (xy 129.316342 80.888614) (xy 129.264 80.9) (xy 128.128 80.9) (xy 128.128 81.171516) (xy 128.138605 81.275318) - (xy 128.138606 81.275321) (xy 128.194342 81.443525) (xy 128.287365 81.594339) (xy 128.28737 81.594345) - (xy 128.412654 81.719629) (xy 128.41266 81.719634) (xy 128.563474 81.812657) (xy 128.731675 81.868393) - (xy 128.775107 81.87283) (xy 128.840842 81.899652) (xy 128.881641 81.957755) (xy 128.88455 82.028692) - (xy 128.86317 82.073686) (xy 128.851112 82.089793) (xy 128.851111 82.089795) (xy 128.807 82.208058) - (xy 128.764453 82.264893) (xy 128.697932 82.289703) (xy 128.628558 82.274611) (xy 128.596246 82.249363) - (xy 128.53524 82.183094) (xy 128.535239 82.183093) (xy 128.535237 82.183091) (xy 128.415372 82.089796) - (xy 128.357576 82.044811) (xy 128.159574 81.937658) (xy 128.159572 81.937657) (xy 128.159571 81.937656) - (xy 127.946639 81.864557) (xy 127.94663 81.864555) (xy 127.869029 81.851606) (xy 127.724569 81.8275) - (xy 127.499431 81.8275) (xy 127.354971 81.851606) (xy 127.277369 81.864555) (xy 127.27736 81.864557) - (xy 127.064428 81.937656) (xy 127.064426 81.937658) (xy 126.869771 82.043) (xy 126.866426 82.04481) - (xy 126.866424 82.044811) (xy 126.688762 82.183091) (xy 126.536279 82.348729) (xy 126.447483 82.484643) - (xy 126.393479 82.530731) (xy 126.323131 82.540306) (xy 126.258774 82.510329) (xy 126.236517 82.484643) - (xy 126.14772 82.348729) (xy 126.018221 82.208058) (xy 125.99524 82.183094) (xy 125.995239 82.183093) - (xy 125.995237 82.183091) (xy 125.875372 82.089796) (xy 125.817576 82.044811) (xy 125.619574 81.937658) - (xy 125.619572 81.937657) (xy 125.619571 81.937656) (xy 125.406639 81.864557) (xy 125.40663 81.864555) - (xy 125.329029 81.851606) (xy 125.184569 81.8275) (xy 124.959431 81.8275) (xy 124.814971 81.851606) - (xy 124.737369 81.864555) (xy 124.73736 81.864557) (xy 124.524428 81.937656) (xy 124.524426 81.937658) - (xy 124.329771 82.043) (xy 124.326426 82.04481) (xy 124.326424 82.044811) (xy 124.148762 82.183091) - (xy 123.996279 82.348729) (xy 123.907483 82.484643) (xy 123.853479 82.530731) (xy 123.783131 82.540306) - (xy 123.718774 82.510329) (xy 123.696517 82.484643) (xy 123.60772 82.348729) (xy 123.478221 82.208058) - (xy 123.45524 82.183094) (xy 123.455239 82.183093) (xy 123.455237 82.183091) (xy 123.335372 82.089796) - (xy 123.277576 82.044811) (xy 123.079574 81.937658) (xy 123.079572 81.937657) (xy 123.079571 81.937656) - (xy 122.866639 81.864557) (xy 122.86663 81.864555) (xy 122.789029 81.851606) (xy 122.644569 81.8275) - (xy 122.419431 81.8275) (xy 122.274971 81.851606) (xy 122.197369 81.864555) (xy 122.19736 81.864557) - (xy 121.984428 81.937656) (xy 121.984426 81.937658) (xy 121.789771 82.043) (xy 121.786426 82.04481) - (xy 121.786424 82.044811) (xy 121.608762 82.183091) (xy 121.456279 82.348729) (xy 121.367483 82.484643) - (xy 121.313479 82.530731) (xy 121.243131 82.540306) (xy 121.178774 82.510329) (xy 121.156517 82.484643) - (xy 121.06772 82.348729) (xy 120.938221 82.208058) (xy 120.91524 82.183094) (xy 120.915239 82.183093) - (xy 120.915237 82.183091) (xy 120.795372 82.089796) (xy 120.737576 82.044811) (xy 120.539574 81.937658) - (xy 120.539572 81.937657) (xy 120.539571 81.937656) (xy 120.326639 81.864557) (xy 120.32663 81.864555) - (xy 120.249029 81.851606) (xy 120.104569 81.8275) (xy 119.879431 81.8275) (xy 119.734971 81.851606) - (xy 119.657369 81.864555) (xy 119.65736 81.864557) (xy 119.444428 81.937656) (xy 119.444426 81.937658) - (xy 119.249771 82.043) (xy 119.246426 82.04481) (xy 119.246424 82.044811) (xy 119.068762 82.183091) - (xy 118.916279 82.348729) (xy 118.827483 82.484643) (xy 118.773479 82.530731) (xy 118.703131 82.540306) - (xy 118.638774 82.510329) (xy 118.616517 82.484643) (xy 118.52772 82.348729) (xy 118.398221 82.208058) - (xy 118.37524 82.183094) (xy 118.375239 82.183093) (xy 118.375237 82.183091) (xy 118.255372 82.089796) - (xy 118.197576 82.044811) (xy 117.999574 81.937658) (xy 117.999572 81.937657) (xy 117.999571 81.937656) - (xy 117.786639 81.864557) (xy 117.78663 81.864555) (xy 117.709029 81.851606) (xy 117.564569 81.8275) - (xy 117.339431 81.8275) (xy 117.194971 81.851606) (xy 117.117369 81.864555) (xy 117.11736 81.864557) - (xy 116.904428 81.937656) (xy 116.904426 81.937658) (xy 116.709771 82.043) (xy 116.706426 82.04481) - (xy 116.706424 82.044811) (xy 116.528762 82.183091) (xy 116.376279 82.348729) (xy 116.287483 82.484643) - (xy 116.233479 82.530731) (xy 116.163131 82.540306) (xy 116.098774 82.510329) (xy 116.076517 82.484643) - (xy 115.98772 82.348729) (xy 115.858221 82.208058) (xy 115.83524 82.183094) (xy 115.835239 82.183093) - (xy 115.835237 82.183091) (xy 115.715372 82.089796) (xy 115.657576 82.044811) (xy 115.459574 81.937658) - (xy 115.459572 81.937657) (xy 115.459571 81.937656) (xy 115.246639 81.864557) (xy 115.24663 81.864555) - (xy 115.169029 81.851606) (xy 115.024569 81.8275) (xy 114.799431 81.8275) (xy 114.654971 81.851606) - (xy 114.577369 81.864555) (xy 114.57736 81.864557) (xy 114.364428 81.937656) (xy 114.364426 81.937658) - (xy 114.169771 82.043) (xy 114.166426 82.04481) (xy 114.166424 82.044811) (xy 113.988762 82.183091) - (xy 113.836279 82.348729) (xy 113.747483 82.484643) (xy 113.693479 82.530731) (xy 113.623131 82.540306) - (xy 113.558774 82.510329) (xy 113.536517 82.484643) (xy 113.44772 82.348729) (xy 113.318221 82.208058) - (xy 113.29524 82.183094) (xy 113.295239 82.183093) (xy 113.295237 82.183091) (xy 113.175372 82.089796) - (xy 113.117576 82.044811) (xy 112.919574 81.937658) (xy 112.919572 81.937657) (xy 112.919571 81.937656) - (xy 112.706639 81.864557) (xy 112.70663 81.864555) (xy 112.629029 81.851606) (xy 112.484569 81.8275) - (xy 112.259431 81.8275) (xy 112.114971 81.851606) (xy 112.037369 81.864555) (xy 112.03736 81.864557) - (xy 111.824428 81.937656) (xy 111.824426 81.937658) (xy 111.629771 82.043) (xy 111.626426 82.04481) - (xy 111.626424 82.044811) (xy 111.448762 82.183091) (xy 111.296279 82.348729) (xy 111.207183 82.485101) - (xy 111.153179 82.531189) (xy 111.082831 82.540764) (xy 111.018474 82.510786) (xy 110.996217 82.4851) - (xy 110.907327 82.349044) (xy 110.754902 82.183465) (xy 110.577301 82.045232) (xy 110.5773 82.045231) - (xy 110.379371 81.938117) (xy 110.379369 81.938116) (xy 110.166512 81.865043) (xy 110.166501 81.86504) - (xy 110.086 81.851606) (xy 110.086 82.755297) (xy 110.024993 82.720075) (xy 109.897826 82.686) (xy 109.766174 82.686) - (xy 109.639007 82.720075) (xy 109.578 82.755297) (xy 109.578 81.851607) (xy 109.577999 81.851606) - (xy 109.497498 81.86504) (xy 109.497487 81.865043) (xy 109.28463 81.938116) (xy 109.284628 81.938117) - (xy 109.086699 82.045231) (xy 109.086698 82.045232) (xy 108.909097 82.183465) (xy 108.75667 82.349045) - (xy 108.66778 82.485101) (xy 108.613776 82.531189) (xy 108.543428 82.540764) (xy 108.479071 82.510786) - (xy 108.456816 82.485101) (xy 108.398079 82.395197) (xy 108.367724 82.348734) (xy 108.36772 82.348729) - (xy 108.238221 82.208058) (xy 108.21524 82.183094) (xy 108.215239 82.183093) (xy 108.215237 82.183091) - (xy 108.095372 82.089796) (xy 108.037576 82.044811) (xy 107.839574 81.937658) (xy 107.839572 81.937657) - (xy 107.839571 81.937656) (xy 107.626639 81.864557) (xy 107.62663 81.864555) (xy 107.549029 81.851606) - (xy 107.404569 81.8275) (xy 107.179431 81.8275) (xy 107.034971 81.851606) (xy 106.957369 81.864555) - (xy 106.95736 81.864557) (xy 106.744428 81.937656) (xy 106.744426 81.937658) (xy 106.549771 82.043) - (xy 106.546426 82.04481) (xy 106.546424 82.044811) (xy 106.368762 82.183091) (xy 106.216279 82.348729) - (xy 106.127483 82.484643) (xy 106.073479 82.530731) (xy 106.003131 82.540306) (xy 105.938774 82.510329) - (xy 105.916517 82.484643) (xy 105.82772 82.348729) (xy 105.698221 82.208058) (xy 105.67524 82.183094) - (xy 105.675239 82.183093) (xy 105.675237 82.183091) (xy 105.555372 82.089796) (xy 105.497576 82.044811) - (xy 105.299574 81.937658) (xy 105.299572 81.937657) (xy 105.299571 81.937656) (xy 105.086639 81.864557) - (xy 105.08663 81.864555) (xy 105.009029 81.851606) (xy 104.864569 81.8275) (xy 104.639431 81.8275) - (xy 104.494971 81.851606) (xy 104.417369 81.864555) (xy 104.41736 81.864557) (xy 104.204428 81.937656) - (xy 104.204426 81.937658) (xy 104.009771 82.043) (xy 104.006426 82.04481) (xy 104.006424 82.044811) - (xy 103.828762 82.183091) (xy 103.676279 82.348729) (xy 103.587483 82.484643) (xy 103.533479 82.530731) - (xy 103.463131 82.540306) (xy 103.398774 82.510329) (xy 103.376517 82.484643) (xy 103.28772 82.348729) - (xy 103.158221 82.208058) (xy 103.13524 82.183094) (xy 103.135239 82.183093) (xy 103.135237 82.183091) - (xy 103.015372 82.089796) (xy 102.957576 82.044811) (xy 102.759574 81.937658) (xy 102.759572 81.937657) - (xy 102.759571 81.937656) (xy 102.546639 81.864557) (xy 102.54663 81.864555) (xy 102.469029 81.851606) - (xy 102.324569 81.8275) (xy 102.099431 81.8275) (xy 101.954971 81.851606) (xy 101.877369 81.864555) - (xy 101.87736 81.864557) (xy 101.664428 81.937656) (xy 101.664426 81.937658) (xy 101.469771 82.043) - (xy 101.466426 82.04481) (xy 101.466424 82.044811) (xy 101.288762 82.183091) (xy 101.136279 82.348729) - (xy 101.047483 82.484643) (xy 100.993479 82.530731) (xy 100.923131 82.540306) (xy 100.858774 82.510329) - (xy 100.836517 82.484643) (xy 100.74772 82.348729) (xy 100.618221 82.208058) (xy 100.59524 82.183094) - (xy 100.595239 82.183093) (xy 100.595237 82.183091) (xy 100.475372 82.089796) (xy 100.417576 82.044811) - (xy 100.219574 81.937658) (xy 100.219572 81.937657) (xy 100.219571 81.937656) (xy 100.006639 81.864557) - (xy 100.00663 81.864555) (xy 99.929029 81.851606) (xy 99.784569 81.8275) (xy 99.559431 81.8275) - (xy 99.414971 81.851606) (xy 99.337369 81.864555) (xy 99.33736 81.864557) (xy 99.124428 81.937656) - (xy 99.124426 81.937658) (xy 98.929771 82.043) (xy 98.926426 82.04481) (xy 98.926424 82.044811) - (xy 98.748762 82.183091) (xy 98.596279 82.348729) (xy 98.507483 82.484643) (xy 98.453479 82.530731) - (xy 98.383131 82.540306) (xy 98.318774 82.510329) (xy 98.296517 82.484643) (xy 98.20772 82.348729) - (xy 98.078221 82.208058) (xy 98.05524 82.183094) (xy 98.055239 82.183093) (xy 98.055237 82.183091) - (xy 97.935372 82.089796) (xy 97.877576 82.044811) (xy 97.679574 81.937658) (xy 97.679572 81.937657) - (xy 97.679571 81.937656) (xy 97.466639 81.864557) (xy 97.46663 81.864555) (xy 97.389029 81.851606) - (xy 97.244569 81.8275) (xy 97.019431 81.8275) (xy 96.874971 81.851606) (xy 96.797369 81.864555) - (xy 96.79736 81.864557) (xy 96.584428 81.937656) (xy 96.584426 81.937658) (xy 96.389771 82.043) - (xy 96.386426 82.04481) (xy 96.386424 82.044811) (xy 96.208762 82.183091) (xy 96.056279 82.348729) - (xy 95.967183 82.485101) (xy 95.913179 82.531189) (xy 95.842831 82.540764) (xy 95.778474 82.510786) - (xy 95.756217 82.4851) (xy 95.667327 82.349044) (xy 95.514902 82.183465) (xy 95.337301 82.045232) - (xy 95.3373 82.045231) (xy 95.139371 81.938117) (xy 95.139369 81.938116) (xy 94.926512 81.865043) - (xy 94.926501 81.86504) (xy 94.846 81.851606) (xy 94.846 82.755297) (xy 94.784993 82.720075) (xy 94.657826 82.686) - (xy 94.526174 82.686) (xy 94.399007 82.720075) (xy 94.338 82.755297) (xy 94.338 81.851607) (xy 94.337999 81.851606) - (xy 94.257498 81.86504) (xy 94.257487 81.865043) (xy 94.04463 81.938116) (xy 94.044628 81.938117) - (xy 93.846699 82.045231) (xy 93.846698 82.045232) (xy 93.669097 82.183465) (xy 93.51667 82.349045) - (xy 93.42778 82.485101) (xy 93.373776 82.531189) (xy 93.303428 82.540764) (xy 93.239071 82.510786) - (xy 93.216816 82.485101) (xy 93.158079 82.395197) (xy 93.127724 82.348734) (xy 93.12772 82.348729) - (xy 92.998221 82.208058) (xy 92.97524 82.183094) (xy 92.975239 82.183093) (xy 92.975237 82.183091) - (xy 92.855372 82.089796) (xy 92.797576 82.044811) (xy 92.599574 81.937658) (xy 92.599572 81.937657) - (xy 92.599571 81.937656) (xy 92.386639 81.864557) (xy 92.38663 81.864555) (xy 92.309029 81.851606) - (xy 92.164569 81.8275) (xy 91.939431 81.8275) (xy 91.794971 81.851606) (xy 91.717369 81.864555) - (xy 91.71736 81.864557) (xy 91.504428 81.937656) (xy 91.504426 81.937658) (xy 91.309771 82.043) - (xy 91.306426 82.04481) (xy 91.306424 82.044811) (xy 91.128762 82.183091) (xy 90.976279 82.348729) - (xy 90.976275 82.348734) (xy 90.853141 82.537206) (xy 90.762703 82.743386) (xy 90.762702 82.743387) - (xy 90.707437 82.961624) (xy 90.707436 82.96163) (xy 90.707436 82.961632) (xy 90.688844 83.186) - (xy 90.704836 83.378993) (xy 90.707437 83.410375) (xy 90.762702 83.628612) (xy 90.762703 83.628613) - (xy 90.853141 83.834793) (xy 90.976275 84.023265) (xy 90.976279 84.02327) (xy 91.067755 84.122638) - (xy 91.116376 84.175454) (xy 91.128762 84.188908) (xy 91.146107 84.202408) (xy 91.306424 84.327189) - (xy 91.504426 84.434342) (xy 91.504429 84.434343) (xy 91.504431 84.434344) (xy 91.509972 84.436246) - (xy 91.560011 84.453424) (xy 91.617946 84.49446) (xy 91.644499 84.560304) (xy 91.6451 84.572597) - (xy 91.6451 89.70579) (xy 91.625098 89.773911) (xy 91.593163 89.807725) (xy 91.583855 89.814487) - (xy 91.460487 89.937855) (xy 91.460485 89.937858) (xy 91.357928 90.079015) (xy 91.278713 90.234481) - (xy 91.278713 90.234482) (xy 91.278712 90.234484) (xy 91.253513 90.312038) (xy 91.213443 90.370641) - (xy 91.148046 90.398279) (xy 91.133682 90.3991) (xy 90.486404 90.3991) (xy 90.358722 90.424498) - (xy 90.358717 90.4245) (xy 90.238445 90.474318) (xy 90.130205 90.546642) (xy 90.130198 90.546647) - (xy 89.973251 90.703595) (xy 89.910939 90.737621) (xy 89.884156 90.7405) (xy 89.349446 90.7405) - (xy 89.245578 90.751112) (xy 89.245571 90.751113) (xy 89.077261 90.806885) (xy 88.926347 90.89997) - (xy 88.926341 90.899975) (xy 88.839095 90.987222) (xy 88.776783 91.021248) (xy 88.705968 91.016183) - (xy 88.660905 90.987222) (xy 88.573658 90.899975) (xy 88.573652 90.89997) (xy 88.506184 90.858355) - (xy 88.422739 90.806885) (xy 88.278694 90.759154) (xy 88.254428 90.751113) (xy 88.254421 90.751112) - (xy 88.150554 90.7405) (xy 88.150546 90.7405) (xy 87.524454 90.7405) (xy 87.524446 90.7405) (xy 87.420578 90.751112) - (xy 87.420571 90.751113) (xy 87.252261 90.806885) (xy 87.101347 90.89997) (xy 87.101341 90.899975) - (xy 86.975975 91.025341) (xy 86.97597 91.025347) (xy 86.882885 91.176261) (xy 86.827113 91.344571) - (xy 86.827112 91.344578) (xy 86.8165 91.448445) (xy 86.8165 91.622318) (xy 86.796498 91.690439) - (xy 86.742842 91.736932) (xy 86.672568 91.747036) (xy 86.631105 91.73344) (xy 86.470808 91.64776) - (xy 86.470805 91.647759) (xy 86.280694 91.59009) (xy 86.083003 91.57062) (xy 86.082997 91.57062) - (xy 85.885305 91.59009) (xy 85.695195 91.647759) (xy 85.519995 91.741405) (xy 85.36643 91.867433) - (xy 85.358553 91.877033) (xy 85.299876 91.917002) (xy 85.261153 91.9231) (xy 83.233944 91.9231) - (xy 83.165823 91.903098) (xy 83.144849 91.886195) (xy 80.473749 89.215095) (xy 80.439723 89.152783) - (xy 80.444788 89.081968) (xy 80.487335 89.025132) (xy 80.553855 89.000321) (xy 80.562844 89) (xy 89.5 89) - (xy 89.5 74.126) (xy 89.520002 74.057879) (xy 89.573658 74.011386) (xy 89.626 74) (xy 132 74) (xy 132 46.126) - (xy 132.020002 46.057879) (xy 132.073658 46.011386) (xy 132.126 46) (xy 134.264587 46) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 106.105225 83.861669) (xy 106.12748 83.887353) (xy 106.160607 83.938058) (xy 106.216275 84.023265) - (xy 106.216279 84.02327) (xy 106.307755 84.122638) (xy 106.356376 84.175454) (xy 106.368762 84.188908) - (xy 106.386107 84.202408) (xy 106.542771 84.324346) (xy 106.584241 84.381969) (xy 106.587975 84.452868) - (xy 106.554475 84.512871) (xy 106.362701 84.704645) (xy 106.270647 84.796698) (xy 106.270642 84.796705) - (xy 106.198318 84.904945) (xy 106.148499 85.025219) (xy 106.148496 85.025227) (xy 106.140982 85.063001) - (xy 106.108073 85.12591) (xy 106.083556 85.145653) (xy 106.060351 85.159967) (xy 105.934967 85.28535) - (xy 105.932511 85.288457) (xy 105.930284 85.290033) (xy 105.92978 85.290538) (xy 105.929693 85.290451) - (xy 105.874568 85.329483) (xy 105.803643 85.332671) (xy 105.742254 85.297008) (xy 105.734837 85.288446) - (xy 105.732632 85.285657) (xy 105.607345 85.16037) (xy 105.607339 85.160365) (xy 105.456525 85.067342) - (xy 105.288321 85.011606) (xy 105.288318 85.011605) (xy 105.184516 85.001) (xy 105.138 85.001) (xy 105.138 88.394) - (xy 105.117998 88.462121) (xy 105.064342 88.508614) (xy 105.012 88.52) (xy 104.756 88.52) (xy 104.687879 88.499998) - (xy 104.641386 88.446342) (xy 104.63 88.394) (xy 104.63 85.001) (xy 104.583483 85.001) (xy 104.479681 85.011605) - (xy 104.479678 85.011606) (xy 104.311474 85.067342) (xy 104.16066 85.160365) (xy 104.160654 85.16037) - (xy 104.03537 85.285654) (xy 104.035365 85.28566) (xy 103.94234 85.436478) (xy 103.912563 85.52634) - (xy 103.872149 85.584712) (xy 103.806593 85.611967) (xy 103.753326 85.606312) (xy 103.603322 85.556606) - (xy 103.603318 85.556605) (xy 103.499516 85.546) (xy 103.228 85.546) (xy 103.228 86.682) (xy 103.207998 86.750121) - (xy 103.154342 86.796614) (xy 103.102 86.808) (xy 102.217999 86.808) (xy 102.188904 86.837095) (xy 102.126592 86.871121) - (xy 102.099809 86.874) (xy 99.709 86.874) (xy 99.709 86.920516) (xy 99.719605 87.024318) (xy 99.719606 87.024321) - (xy 99.775342 87.192525) (xy 99.868365 87.343339) (xy 99.86837 87.343345) (xy 99.993657 87.468632) - (xy 99.996446 87.470837) (xy 99.997863 87.472838) (xy 99.99885 87.473825) (xy 99.998681 87.473993) - (xy 100.037479 87.528775) (xy 100.040674 87.5997) (xy 100.005017 87.661093) (xy 99.996457 87.668511) - (xy 99.99335 87.670967) (xy 99.968537 87.695781) (xy 99.943721 87.720596) (xy 99.881412 87.75462) - (xy 99.854628 87.7575) (xy 98.727372 87.7575) (xy 98.659251 87.737498) (xy 98.638281 87.720599) - (xy 98.588652 87.67097) (xy 98.588651 87.670969) (xy 98.585547 87.668515) (xy 98.58397 87.666288) - (xy 98.583462 87.66578) (xy 98.583548 87.665693) (xy 98.544518 87.610575) (xy 98.541326 87.53965) - (xy 98.576986 87.478259) (xy 98.585558 87.470832) (xy 98.58835 87.468624) (xy 98.713629 87.343345) - (xy 98.713634 87.343339) (xy 98.806657 87.192525) (xy 98.862393 87.024321) (xy 98.862394 87.024318) - (xy 98.872999 86.920516) (xy 98.873 86.920516) (xy 98.873 86.874) (xy 97.512 86.874) (xy 97.443879 86.853998) - (xy 97.397386 86.800342) (xy 97.386 86.748) (xy 97.386 86.366) (xy 97.894 86.366) (xy 98.873 86.366) - (xy 98.873 86.319483) (xy 99.709 86.319483) (xy 99.709 86.366) (xy 100.688 86.366) (xy 100.688 85.612) - (xy 101.196 85.612) (xy 101.196 86.366) (xy 101.698001 86.366) (xy 101.727096 86.336905) (xy 101.789408 86.302879) - (xy 101.816191 86.3) (xy 102.72 86.3) (xy 102.72 85.546) (xy 102.448483 85.546) (xy 102.344681 85.556605) - (xy 102.344678 85.556606) (xy 102.176474 85.612342) (xy 102.02566 85.705365) (xy 102.00366 85.727365) - (xy 101.941347 85.761389) (xy 101.870531 85.756323) (xy 101.848419 85.745509) (xy 101.739525 85.678342) - (xy 101.571321 85.622606) (xy 101.571318 85.622605) (xy 101.467516 85.612) (xy 101.196 85.612) (xy 100.688 85.612) - (xy 100.416483 85.612) (xy 100.312681 85.622605) (xy 100.312678 85.622606) (xy 100.144474 85.678342) - (xy 99.99366 85.771365) (xy 99.993654 85.77137) (xy 99.86837 85.896654) (xy 99.868365 85.89666) - (xy 99.775342 86.047474) (xy 99.719606 86.215678) (xy 99.719605 86.215681) (xy 99.709 86.319483) - (xy 98.873 86.319483) (xy 98.862394 86.215681) (xy 98.862393 86.215678) (xy 98.806657 86.047474) - (xy 98.713634 85.89666) (xy 98.713629 85.896654) (xy 98.588345 85.77137) (xy 98.588339 85.771365) - (xy 98.437525 85.678342) (xy 98.269321 85.622606) (xy 98.269318 85.622605) (xy 98.165516 85.612) - (xy 97.894 85.612) (xy 97.894 86.366) (xy 97.386 86.366) (xy 97.386 85.612) (xy 97.214844 85.612) - (xy 97.146723 85.591998) (xy 97.10023 85.538342) (xy 97.090126 85.468068) (xy 97.11962 85.403488) - (xy 97.125749 85.396905) (xy 97.377001 85.145653) (xy 97.645355 84.877299) (xy 97.717682 84.769054) - (xy 97.741395 84.711807) (xy 97.767501 84.648783) (xy 97.767501 84.64878) (xy 97.767503 84.648777) - (xy 97.7929 84.521093) (xy 97.7929 84.448092) (xy 97.812902 84.379971) (xy 97.85893 84.337279) (xy 97.877576 84.327189) - (xy 98.05524 84.188906) (xy 98.207722 84.023268) (xy 98.207927 84.022955) (xy 98.231787 83.986434) - (xy 98.296518 83.887354) (xy 98.35052 83.841268) (xy 98.420868 83.831692) (xy 98.485225 83.861669) - (xy 98.50748 83.887353) (xy 98.540607 83.938058) (xy 98.596275 84.023265) (xy 98.596279 84.02327) - (xy 98.687755 84.122638) (xy 98.736376 84.175454) (xy 98.748762 84.188908) (xy 98.766107 84.202408) - (xy 98.926424 84.327189) (xy 99.124426 84.434342) (xy 99.124427 84.434342) (xy 99.124428 84.434343) - (xy 99.199899 84.460252) (xy 99.337365 84.507444) (xy 99.559431 84.5445) (xy 99.559435 84.5445) - (xy 99.784565 84.5445) (xy 99.784569 84.5445) (xy 100.006635 84.507444) (xy 100.219574 84.434342) - (xy 100.417576 84.327189) (xy 100.59524 84.188906) (xy 100.747722 84.023268) (xy 100.747927 84.022955) - (xy 100.771787 83.986434) (xy 100.836518 83.887354) (xy 100.89052 83.841268) (xy 100.960868 83.831692) - (xy 101.025225 83.861669) (xy 101.04748 83.887353) (xy 101.080607 83.938058) (xy 101.136275 84.023265) - (xy 101.136279 84.02327) (xy 101.227755 84.122638) (xy 101.276376 84.175454) (xy 101.288762 84.188908) - (xy 101.306107 84.202408) (xy 101.466424 84.327189) (xy 101.664426 84.434342) (xy 101.664427 84.434342) - (xy 101.664428 84.434343) (xy 101.739899 84.460252) (xy 101.877365 84.507444) (xy 102.099431 84.5445) - (xy 102.099435 84.5445) (xy 102.324565 84.5445) (xy 102.324569 84.5445) (xy 102.546635 84.507444) - (xy 102.759574 84.434342) (xy 102.957576 84.327189) (xy 103.13524 84.188906) (xy 103.287722 84.023268) - (xy 103.287927 84.022955) (xy 103.311787 83.986434) (xy 103.376518 83.887354) (xy 103.43052 83.841268) - (xy 103.500868 83.831692) (xy 103.565225 83.861669) (xy 103.58748 83.887353) (xy 103.620607 83.938058) - (xy 103.676275 84.023265) (xy 103.676279 84.02327) (xy 103.767755 84.122638) (xy 103.816376 84.175454) - (xy 103.828762 84.188908) (xy 103.846107 84.202408) (xy 104.006424 84.327189) (xy 104.204426 84.434342) - (xy 104.204427 84.434342) (xy 104.204428 84.434343) (xy 104.279899 84.460252) (xy 104.417365 84.507444) - (xy 104.639431 84.5445) (xy 104.639435 84.5445) (xy 104.864565 84.5445) (xy 104.864569 84.5445) - (xy 105.086635 84.507444) (xy 105.299574 84.434342) (xy 105.497576 84.327189) (xy 105.67524 84.188906) - (xy 105.827722 84.023268) (xy 105.827927 84.022955) (xy 105.851787 83.986434) (xy 105.916518 83.887354) - (xy 105.97052 83.841268) (xy 106.040868 83.831692) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 110.086 84.52039) (xy 110.166507 84.506957) (xy 110.166516 84.506955) (xy 110.379369 84.433883) - (xy 110.379371 84.433882) (xy 110.5773 84.326768) (xy 110.577301 84.326767) (xy 110.754902 84.188534) - (xy 110.907327 84.022955) (xy 110.996217 83.886899) (xy 111.05022 83.84081) (xy 111.120568 83.831235) - (xy 111.184925 83.861212) (xy 111.207183 83.886898) (xy 111.296279 84.02327) (xy 111.387755 84.122638) - (xy 111.436376 84.175454) (xy 111.448762 84.188908) (xy 111.466107 84.202408) (xy 111.626424 84.327189) - (xy 111.824426 84.434342) (xy 111.824427 84.434342) (xy 111.824428 84.434343) (xy 111.899899 84.460252) - (xy 112.037365 84.507444) (xy 112.259431 84.5445) (xy 112.259435 84.5445) (xy 112.484565 84.5445) - (xy 112.484569 84.5445) (xy 112.706635 84.507444) (xy 112.919574 84.434342) (xy 113.117576 84.327189) - (xy 113.29524 84.188906) (xy 113.447722 84.023268) (xy 113.447927 84.022955) (xy 113.471787 83.986434) - (xy 113.536518 83.887354) (xy 113.59052 83.841268) (xy 113.660868 83.831692) (xy 113.725225 83.861669) - (xy 113.74748 83.887353) (xy 113.780607 83.938058) (xy 113.836275 84.023265) (xy 113.836279 84.02327) - (xy 113.927755 84.122638) (xy 113.976376 84.175454) (xy 113.988762 84.188908) (xy 114.006107 84.202408) - (xy 114.166424 84.327189) (xy 114.364426 84.434342) (xy 114.364427 84.434342) (xy 114.364428 84.434343) - (xy 114.439899 84.460252) (xy 114.577365 84.507444) (xy 114.799431 84.5445) (xy 114.799435 84.5445) - (xy 115.024565 84.5445) (xy 115.024569 84.5445) (xy 115.246635 84.507444) (xy 115.459574 84.434342) - (xy 115.657576 84.327189) (xy 115.83524 84.188906) (xy 115.987722 84.023268) (xy 115.987927 84.022955) - (xy 116.011787 83.986434) (xy 116.076518 83.887354) (xy 116.13052 83.841268) (xy 116.200868 83.831692) - (xy 116.265225 83.861669) (xy 116.28748 83.887353) (xy 116.320607 83.938058) (xy 116.376275 84.023265) - (xy 116.376279 84.02327) (xy 116.467755 84.122638) (xy 116.516376 84.175454) (xy 116.528762 84.188908) - (xy 116.546107 84.202408) (xy 116.706424 84.327189) (xy 116.904426 84.434342) (xy 116.904427 84.434342) - (xy 116.904428 84.434343) (xy 116.979899 84.460252) (xy 117.117365 84.507444) (xy 117.339431 84.5445) - (xy 117.339435 84.5445) (xy 117.564565 84.5445) (xy 117.564569 84.5445) (xy 117.786635 84.507444) - (xy 117.999574 84.434342) (xy 118.197576 84.327189) (xy 118.37524 84.188906) (xy 118.527722 84.023268) - (xy 118.527927 84.022955) (xy 118.551787 83.986434) (xy 118.616518 83.887354) (xy 118.67052 83.841268) - (xy 118.740868 83.831692) (xy 118.805225 83.861669) (xy 118.82748 83.887353) (xy 118.860607 83.938058) - (xy 118.916275 84.023265) (xy 118.916279 84.02327) (xy 119.007755 84.122638) (xy 119.056376 84.175454) - (xy 119.068762 84.188908) (xy 119.086107 84.202408) (xy 119.246424 84.327189) (xy 119.444426 84.434342) - (xy 119.444427 84.434342) (xy 119.444428 84.434343) (xy 119.519899 84.460252) (xy 119.657365 84.507444) - (xy 119.879431 84.5445) (xy 119.879435 84.5445) (xy 120.104565 84.5445) (xy 120.104569 84.5445) - (xy 120.326635 84.507444) (xy 120.539574 84.434342) (xy 120.737576 84.327189) (xy 120.91524 84.188906) - (xy 121.067722 84.023268) (xy 121.067927 84.022955) (xy 121.091787 83.986434) (xy 121.156518 83.887354) - (xy 121.21052 83.841268) (xy 121.280868 83.831692) (xy 121.345225 83.861669) (xy 121.36748 83.887353) - (xy 121.400607 83.938058) (xy 121.456275 84.023265) (xy 121.456279 84.02327) (xy 121.547755 84.122638) - (xy 121.596376 84.175454) (xy 121.608762 84.188908) (xy 121.626107 84.202408) (xy 121.786424 84.327189) - (xy 121.984426 84.434342) (xy 121.984432 84.434344) (xy 122.054231 84.458306) (xy 122.112167 84.499342) - (xy 122.136898 84.552895) (xy 122.150498 84.621263) (xy 122.200318 84.74154) (xy 122.272645 84.849785) - (xy 122.272647 84.849787) (xy 122.753765 85.330905) (xy 122.787791 85.393217) (xy 122.782726 85.464032) - (xy 122.740179 85.520868) (xy 122.673659 85.545679) (xy 122.66467 85.546) (xy 122.532 85.546) (xy 122.532 86.682) - (xy 122.511998 86.750121) (xy 122.458342 86.796614) (xy 122.406 86.808) (xy 120.118 86.808) (xy 120.049879 86.787998) - (xy 120.003386 86.734342) (xy 119.992 86.682) (xy 119.992 86.3) (xy 120.5 86.3) (xy 122.024 86.3) - (xy 122.024 85.546) (xy 121.752483 85.546) (xy 121.648681 85.556605) (xy 121.648678 85.556606) (xy 121.480474 85.612342) - (xy 121.328147 85.706299) (xy 121.259667 85.725036) (xy 121.195853 85.706299) (xy 121.043525 85.612342) - (xy 120.875321 85.556606) (xy 120.875318 85.556605) (xy 120.771516 85.546) (xy 120.5 85.546) (xy 120.5 86.3) - (xy 119.992 86.3) (xy 119.992 85.546) (xy 119.720483 85.546) (xy 119.616681 85.556605) (xy 119.616678 85.556606) - (xy 119.448474 85.612342) (xy 119.29766 85.705365) (xy 119.297654 85.70537) (xy 119.191095 85.81193) - (xy 119.128783 85.845956) (xy 119.057968 85.840891) (xy 119.001132 85.798344) (xy 118.976321 85.731824) - (xy 118.976117 85.726116) (xy 118.976001 85.726) (xy 118.976 85.726) (xy 109.705 85.726) (xy 109.652809 85.726) - (xy 109.652809 85.723157) (xy 109.606955 85.719878) (xy 109.561892 85.690917) (xy 109.510345 85.63937) - (xy 109.510339 85.639365) (xy 109.359525 85.546342) (xy 109.191321 85.490606) (xy 109.191318 85.490605) - (xy 109.087516 85.48) (xy 108.816 85.48) (xy 108.816 86.616) (xy 108.795998 86.684121) (xy 108.742342 86.730614) - (xy 108.69 86.742) (xy 108.434 86.742) (xy 108.365879 86.721998) (xy 108.319386 86.668342) (xy 108.308 86.616) - (xy 108.308 85.48) (xy 108.036483 85.48) (xy 107.932681 85.490605) (xy 107.932671 85.490607) (xy 107.882147 85.507349) - (xy 107.811193 85.509788) (xy 107.750183 85.47348) (xy 107.728317 85.440986) (xy 107.726118 85.436271) - (xy 107.726115 85.436262) (xy 107.7059 85.403488) (xy 107.692305 85.381447) (xy 107.673567 85.312967) - (xy 107.694826 85.245228) (xy 107.71045 85.226203) (xy 107.720702 85.215951) (xy 107.805354 85.1313) - (xy 107.825068 85.101796) (xy 107.877682 85.023054) (xy 107.927502 84.902777) (xy 107.939094 84.8445) - (xy 107.9529 84.775094) (xy 107.9529 84.644907) (xy 107.9529 84.448092) (xy 107.972902 84.379971) - (xy 108.01893 84.337279) (xy 108.037576 84.327189) (xy 108.21524 84.188906) (xy 108.367722 84.023268) - (xy 108.367927 84.022955) (xy 108.456517 83.887357) (xy 108.456816 83.886898) (xy 108.510819 83.84081) - (xy 108.581167 83.831235) (xy 108.645524 83.861212) (xy 108.667782 83.886898) (xy 108.756674 84.022958) - (xy 108.909097 84.188534) (xy 109.086698 84.326767) (xy 109.086699 84.326768) (xy 109.284628 84.433882) - (xy 109.28463 84.433883) (xy 109.497483 84.506955) (xy 109.497492 84.506957) (xy 109.578 84.520391) - (xy 109.578 83.616702) (xy 109.639007 83.651925) (xy 109.766174 83.686) (xy 109.897826 83.686) (xy 110.024993 83.651925) - (xy 110.086 83.616702) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 136.083095 70.932964) (xy 136.094868 70.946551) (xy 136.176869 71.056092) (xy 136.180739 71.061261) - (xy 136.232608 71.100089) (xy 136.275155 71.156925) (xy 136.2831 71.200958) (xy 136.2831 71.202709) - (xy 136.263098 71.27083) (xy 136.248 71.289564) (xy 136.248 73.207501) (xy 136.280221 73.266508) - (xy 136.2831 73.293291) (xy 136.2831 74.290056) (xy 136.263098 74.358177) (xy 136.246195 74.379151) - (xy 135.503151 75.122195) (xy 135.440839 75.156221) (xy 135.414056 75.1591) (xy 135.396775 75.1591) - (xy 135.328654 75.139098) (xy 135.289343 75.098935) (xy 135.186181 74.930591) (xy 135.186173 74.93058) - (xy 135.031969 74.75003) (xy 134.851419 74.595826) (xy 134.851417 74.595825) (xy 134.851416 74.595824) - (xy 134.648963 74.47176) (xy 134.429594 74.380895) (xy 134.42959 74.380894) (xy 134.429584 74.380892) - (xy 134.342064 74.35988) (xy 134.280495 74.324528) (xy 134.247813 74.261502) (xy 134.254394 74.190811) - (xy 134.282382 74.148269) (xy 134.372923 74.057729) (xy 134.372928 74.057725) (xy 134.383297 74.047355) - (xy 134.383299 74.047355) (xy 134.475355 73.955299) (xy 134.547682 73.847054) (xy 134.597502 73.726777) - (xy 134.6229 73.599093) (xy 134.6229 72.746597) (xy 135.086 72.746597) (xy 135.092505 72.807093) - (xy 135.143555 72.943964) (xy 135.143555 72.943965) (xy 135.231095 73.060904) (xy 135.348034 73.148444) - (xy 135.484906 73.199494) (xy 135.545402 73.205999) (xy 135.545415 73.206) (xy 135.74 73.206) (xy 135.74 72.502) - (xy 135.086 72.502) (xy 135.086 72.746597) (xy 134.6229 72.746597) (xy 134.6229 71.3325) (xy 134.642902 71.264379) - (xy 134.696558 71.217886) (xy 134.7489 71.2065) (xy 135.157895 71.2065) (xy 135.226016 71.226502) - (xy 135.272509 71.280158) (xy 135.282613 71.350432) (xy 135.253119 71.415012) (xy 135.233403 71.433369) - (xy 135.231095 71.435096) (xy 135.143555 71.552034) (xy 135.143555 71.552035) (xy 135.092505 71.688906) - (xy 135.086 71.749402) (xy 135.086 71.994) (xy 135.74 71.994) (xy 135.74 71.28933) (xy 135.706778 71.228491) - (xy 135.711843 71.157676) (xy 135.75439 71.10084) (xy 135.807261 71.061261) (xy 135.893132 70.946551) - (xy 135.949967 70.904004) (xy 136.020783 70.898939) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 136.338322 54.709843) (xy 136.395158 54.752389) (xy 136.434738 54.80526) (xy 136.549448 54.891132) - (xy 136.591995 54.947968) (xy 136.597059 55.018784) (xy 136.563034 55.081096) (xy 136.549448 55.092868) - (xy 136.434739 55.178738) (xy 136.395158 55.231611) (xy 136.338321 55.274156) (xy 136.267506 55.27922) - (xy 136.20667 55.246) (xy 135.502 55.246) (xy 135.502 55.9) (xy 135.746585 55.9) (xy 135.746597 55.899999) - (xy 135.807093 55.893494) (xy 135.943964 55.842444) (xy 135.943965 55.842444) (xy 136.060903 55.754904) - (xy 136.062631 55.752597) (xy 136.064941 55.750867) (xy 136.067277 55.748532) (xy 136.067612 55.748867) - (xy 136.119467 55.71005) (xy 136.190283 55.704984) (xy 136.252595 55.739009) (xy 136.28662 55.801321) - (xy 136.2895 55.828105) (xy 136.2895 56.390649) (xy 136.296009 56.451196) (xy 136.296011 56.451204) - (xy 136.34711 56.588202) (xy 136.347112 56.588207) (xy 136.434738 56.705261) (xy 136.551792 56.792887) - (xy 136.551794 56.792888) (xy 136.551796 56.792889) (xy 136.610875 56.814924) (xy 136.688795 56.843988) - (xy 136.688803 56.84399) (xy 136.74935 56.850499) (xy 136.749355 56.850499) (xy 136.749362 56.8505) - (xy 136.749368 56.8505) (xy 137.7471 56.8505) (xy 137.815221 56.870502) (xy 137.861714 56.924158) - (xy 137.8731 56.9765) (xy 137.8731 57.323112) (xy 137.853098 57.391233) (xy 137.799442 57.437726) - (xy 137.729168 57.44783) (xy 137.680953 57.430353) (xy 137.642026 57.406342) (xy 137.473822 57.350606) - (xy 137.473819 57.350605) (xy 137.370017 57.34) (xy 137.311 57.34) (xy 137.311 60.708) (xy 137.290998 60.776121) - (xy 137.237342 60.822614) (xy 137.185 60.834) (xy 136.929 60.834) (xy 136.860879 60.813998) (xy 136.814386 60.760342) - (xy 136.803 60.708) (xy 136.803 57.34) (xy 136.802999 57.339999) (xy 136.743991 57.34) (xy 136.64018 57.350605) - (xy 136.471973 57.406342) (xy 136.32116 57.499365) (xy 136.233948 57.586577) (xy 136.171636 57.620602) - (xy 136.10082 57.615536) (xy 136.055758 57.586576) (xy 135.968153 57.498971) (xy 135.968143 57.498963) - (xy 135.952751 57.489469) (xy 135.905274 57.436683) (xy 135.8929 57.38223) (xy 135.8929 57.284382) - (xy 135.892899 57.284378) (xy 135.877567 57.207299) (xy 135.867502 57.156697) (xy 135.817682 57.03642) - (xy 135.745355 56.928175) (xy 135.653299 56.836119) (xy 134.932275 56.115095) (xy 134.898249 56.052783) - (xy 134.903314 55.981968) (xy 134.945861 55.925132) (xy 134.982555 55.911445) (xy 134.994 55.900001) - (xy 134.994 54.864) (xy 135.014002 54.795879) (xy 135.067658 54.749386) (xy 135.12 54.738) (xy 136.206668 54.738) - (xy 136.267506 54.704779) - ) - ) - ) - (zone - (net 0) - (net_name "") - (layers "F&B.Cu") - (uuid "d9be628a-832a-4049-a6bc-f9be35fccc79") - (hatch edge 0.508) - (connect_pads - (clearance 0) - ) - (min_thickness 0.254) - (filled_areas_thickness no) - (keepout - (tracks allowed) - (vias allowed) - (pads allowed) - (copperpour not_allowed) - (footprints allowed) - ) - (fill - (thermal_gap 0.508) - (thermal_bridge_width 0.508) - ) - (polygon - (pts - (xy 118.976 89.282) (xy 109.705 89.282) (xy 109.705 85.726) (xy 118.976 85.726) - ) - ) - ) - (zone - (net 1) - (net_name "GND") - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060fc30f1") - (hatch edge 0.508) - (connect_pads - (clearance 0.508) - ) - (min_thickness 0.254) - (filled_areas_thickness no) - (fill yes - (thermal_gap 0.508) - (thermal_bridge_width 0.508) - ) - (polygon - (pts - (xy 59.5 87.504) (xy 87.5 87.5) (xy 87.48 34.926) (xy 59.5 35) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 87.421888 34.946155) (xy 87.468523 34.999688) (xy 87.480048 35.052285) (xy 87.489165 59.01898) - (xy 87.469189 59.087108) (xy 87.415551 59.133622) (xy 87.367884 59.144) (xy 87.367935 59.14464) - (xy 87.363255 59.145008) (xy 87.363165 59.145028) (xy 87.363005 59.145028) (xy 87.110676 59.164886) - (xy 86.864565 59.223971) (xy 86.630727 59.32083) (xy 86.416387 59.452176) (xy 86.416387 59.452178) - (xy 86.966437 60.002228) (xy 86.960374 60.00474) (xy 86.821156 60.097762) (xy 86.702762 60.216156) - (xy 86.60974 60.355374) (xy 86.607228 60.361437) (xy 86.057178 59.811387) (xy 86.057176 59.811387) - (xy 85.92583 60.025727) (xy 85.828971 60.259565) (xy 85.769886 60.505676) (xy 85.750028 60.758) - (xy 85.769886 61.010323) (xy 85.828971 61.256434) (xy 85.92583 61.490272) (xy 86.057177 61.704611) - (xy 86.057178 61.704611) (xy 86.607228 61.154561) (xy 86.60974 61.160626) (xy 86.702762 61.299844) - (xy 86.821156 61.418238) (xy 86.960374 61.51126) (xy 86.966436 61.51377) (xy 86.416387 62.06382) - (xy 86.416387 62.063822) (xy 86.630727 62.195169) (xy 86.864565 62.292028) (xy 87.110676 62.351113) - (xy 87.363006 62.370972) (xy 87.364488 62.370972) (xy 87.36503 62.371131) (xy 87.367936 62.37136) - (xy 87.367887 62.37197) (xy 87.432609 62.390974) (xy 87.479102 62.44463) (xy 87.490488 62.496924) - (xy 87.499952 87.37397) (xy 87.479976 87.442098) (xy 87.426338 87.488612) (xy 87.37397 87.500018) - (xy 75.208274 87.501755) (xy 75.14015 87.481763) (xy 75.09365 87.428114) (xy 75.082644 87.365869) - (xy 75.100971 87.132999) (xy 75.081113 86.880676) (xy 75.022028 86.634565) (xy 74.925169 86.400727) - (xy 74.793822 86.186387) (xy 74.79382 86.186387) (xy 74.243771 86.736436) (xy 74.24126 86.730374) - (xy 74.148238 86.591156) (xy 74.029844 86.472762) (xy 73.890626 86.37974) (xy 73.884562 86.377228) - (xy 74.4429 85.81889) (xy 74.449299 85.781106) (xy 74.497117 85.728628) (xy 74.565716 85.710333) - (xy 74.633316 85.73203) (xy 74.642498 85.73889) (xy 74.724996 85.806595) (xy 74.900196 85.900241) - (xy 75.090299 85.957908) (xy 75.090303 85.957908) (xy 75.090305 85.957909) (xy 75.287997 85.97738) - (xy 75.288 85.97738) (xy 75.288003 85.97738) (xy 75.485694 85.957909) (xy 75.485695 85.957908) (xy 75.485701 85.957908) - (xy 75.675804 85.900241) (xy 75.851004 85.806595) (xy 76.004568 85.680568) (xy 76.012447 85.670966) - (xy 76.071124 85.630998) (xy 76.109847 85.6249) (xy 76.543473 85.6249) (xy 76.611594 85.644902) - (xy 76.640871 85.670965) (xy 76.648747 85.680562) (xy 76.802311 85.806589) (xy 76.977511 85.900235) - (xy 77.167614 85.957902) (xy 77.167618 85.957902) (xy 77.16762 85.957903) (xy 77.365312 85.977374) - (xy 77.365315 85.977374) (xy 77.365318 85.977374) (xy 77.563009 85.957903) (xy 77.56301 85.957902) - (xy 77.563016 85.957902) (xy 77.753119 85.900235) (xy 77.928319 85.806589) (xy 78.081883 85.680562) - (xy 78.20791 85.526998) (xy 78.301556 85.351798) (xy 78.359223 85.161695) (xy 78.378695 84.964) - (xy 78.378695 84.963997) (xy 78.378695 84.96399) (xy 78.359224 84.766299) (xy 78.359223 84.766297) - (xy 78.359223 84.766293) (xy 78.301556 84.57619) (xy 78.20791 84.40099) (xy 78.087543 84.254323) - (xy 78.05979 84.188977) (xy 78.071772 84.118998) (xy 78.087544 84.094456) (xy 78.162597 84.003004) - (xy 78.256243 83.827804) (xy 78.31391 83.637701) (xy 78.333382 83.440007) (xy 78.333382 83.440003) - (xy 78.333382 83.439996) (xy 78.313911 83.242305) (xy 78.31391 83.242303) (xy 78.31391 83.242299) - (xy 78.256243 83.052196) (xy 78.162597 82.876996) (xy 78.03657 82.723432) (xy 77.883006 82.597405) - (xy 77.707806 82.503759) (xy 77.517703 82.446092) (xy 77.517702 82.446091) (xy 77.517696 82.44609) - (xy 77.320005 82.42662) (xy 77.319999 82.42662) (xy 77.122307 82.44609) (xy 76.932197 82.503759) - (xy 76.756997 82.597405) (xy 76.603435 82.72343) (xy 76.599995 82.727621) (xy 76.595551 82.733037) - (xy 76.536876 82.773006) (xy 76.498152 82.779104) (xy 76.109847 82.779104) (xy 76.041726 82.759102) - (xy 76.012447 82.733037) (xy 76.012446 82.733036) (xy 76.004568 82.723436) (xy 75.851004 82.597409) - (xy 75.675804 82.503763) (xy 75.485701 82.446096) (xy 75.4857 82.446095) (xy 75.485694 82.446094) - (xy 75.288003 82.426624) (xy 75.287997 82.426624) (xy 75.090305 82.446094) (xy 74.900195 82.503763) - (xy 74.724995 82.597409) (xy 74.571432 82.723436) (xy 74.445405 82.876999) (xy 74.351759 83.052199) - (xy 74.29409 83.242309) (xy 74.27462 83.44) (xy 74.27462 83.440007) (xy 74.29409 83.637698) (xy 74.351759 83.827808) - (xy 74.445405 84.003008) (xy 74.543115 84.122068) (xy 74.570869 84.187416) (xy 74.558887 84.257394) - (xy 74.543115 84.281936) (xy 74.445405 84.400995) (xy 74.351759 84.576195) (xy 74.29409 84.766305) - (xy 74.27462 84.963996) (xy 74.27462 84.964003) (xy 74.29409 85.161694) (xy 74.351759 85.351804) - (xy 74.445405 85.527004) (xy 74.477418 85.566012) (xy 74.505172 85.63136) (xy 74.49319 85.701338) - (xy 74.445278 85.75373) (xy 74.376646 85.771901) (xy 74.314185 85.753379) (xy 74.220276 85.695832) - (xy 73.986434 85.598971) (xy 73.740323 85.539886) (xy 73.488 85.520028) (xy 73.235676 85.539886) - (xy 72.989565 85.598971) (xy 72.755727 85.69583) (xy 72.541387 85.827176) (xy 72.541387 85.827178) - (xy 73.091437 86.377228) (xy 73.085374 86.37974) (xy 72.946156 86.472762) (xy 72.827762 86.591156) - (xy 72.73474 86.730374) (xy 72.732228 86.736437) (xy 72.182178 86.186387) (xy 72.182176 86.186387) - (xy 72.05083 86.400727) (xy 71.953971 86.634565) (xy 71.894886 86.880676) (xy 71.875028 87.133) - (xy 71.893394 87.366361) (xy 71.878798 87.435841) (xy 71.828955 87.486401) (xy 71.7678 87.502247) - (xy 59.626018 87.503981) (xy 59.557894 87.483989) (xy 59.511394 87.43034) (xy 59.5 87.377981) (xy 59.5 72.049996) - (xy 75.03662 72.049996) (xy 75.03662 72.050003) (xy 75.05609 72.247694) (xy 75.056091 72.2477) (xy 75.056092 72.247701) - (xy 75.113759 72.437804) (xy 75.207405 72.613004) (xy 75.333432 72.766568) (xy 75.486996 72.892595) - (xy 75.662196 72.986241) (xy 75.852299 73.043908) (xy 75.852303 73.043908) (xy 75.852305 73.043909) - (xy 76.049997 73.06338) (xy 76.049999 73.06338) (xy 76.049999 73.063379) (xy 76.05 73.06338) (xy 76.09506 73.058941) - (xy 76.164811 73.072168) (xy 76.196506 73.095239) (xy 82.248326 79.147059) (xy 82.282352 79.209371) - (xy 82.277287 79.280186) (xy 82.256631 79.316087) (xy 82.157405 79.436995) (xy 82.063759 79.612195) - (xy 82.00609 79.802305) (xy 81.98662 79.999996) (xy 81.98662 80.000003) (xy 82.00609 80.197694) - (xy 82.006091 80.1977) (xy 82.006092 80.197701) (xy 82.063759 80.387804) (xy 82.157405 80.563004) - (xy 82.283432 80.716568) (xy 82.436996 80.842595) (xy 82.612196 80.936241) (xy 82.802299 80.993908) - (xy 82.802303 80.993908) (xy 82.802305 80.993909) (xy 82.999997 81.01338) (xy 83 81.01338) (xy 83.000003 81.01338) - (xy 83.197694 80.993909) (xy 83.197695 80.993908) (xy 83.197701 80.993908) (xy 83.387804 80.936241) - (xy 83.563004 80.842595) (xy 83.716568 80.716568) (xy 83.842595 80.563004) (xy 83.936241 80.387804) - (xy 83.993908 80.197701) (xy 84.01338 80) (xy 83.993908 79.802299) (xy 83.936241 79.612196) (xy 83.842595 79.436996) - (xy 83.716568 79.283432) (xy 83.681564 79.254705) (xy 83.641597 79.196028) (xy 83.6355 79.157307) - (xy 83.6355 78.93741) (xy 83.635499 78.937406) (xy 83.611078 78.814631) (xy 83.563173 78.698978) - (xy 83.493625 78.594892) (xy 83.405108 78.506375) (xy 77.095239 72.196506) (xy 77.061213 72.134194) - (xy 77.058941 72.095063) (xy 77.06338 72.05) (xy 77.043908 71.852299) (xy 76.986241 71.662196) (xy 76.892595 71.486996) - (xy 76.766568 71.333432) (xy 76.613004 71.207405) (xy 76.437804 71.113759) (xy 76.247701 71.056092) - (xy 76.2477 71.056091) (xy 76.247694 71.05609) (xy 76.050003 71.03662) (xy 76.049997 71.03662) (xy 75.852305 71.05609) - (xy 75.662195 71.113759) (xy 75.486995 71.207405) (xy 75.333432 71.333432) (xy 75.207405 71.486995) - (xy 75.113759 71.662195) (xy 75.05609 71.852305) (xy 75.03662 72.049996) (xy 59.5 72.049996) (xy 59.5 62.496338) - (xy 59.520002 62.428217) (xy 59.573658 62.381724) (xy 59.616114 62.370726) (xy 59.865323 62.351113) - (xy 60.111434 62.292028) (xy 60.345277 62.195167) (xy 60.559611 62.063822) (xy 60.559611 62.06382) - (xy 60.009562 61.513771) (xy 60.015626 61.51126) (xy 60.154844 61.418238) (xy 60.273238 61.299844) - (xy 60.36626 61.160626) (xy 60.368771 61.154562) (xy 60.91882 61.704611) (xy 60.918822 61.704611) - (xy 61.050167 61.490277) (xy 61.147028 61.256434) (xy 61.207269 61.00551) (xy 61.2088 61.005877) - (xy 61.236223 60.948005) (xy 61.296484 60.910467) (xy 61.367474 60.911469) (xy 61.426653 60.950691) - (xy 61.452418 61.00092) (xy 61.480703 61.112614) (xy 61.571141 61.318793) (xy 61.694275 61.507265) - (xy 61.694279 61.50727) (xy 61.846762 61.672908) (xy 61.887494 61.704611) (xy 62.024424 61.811189) - (xy 62.058205 61.82947) (xy 62.108596 61.879482) (xy 62.123949 61.948799) (xy 62.099389 62.015412) - (xy 62.058209 62.051096) (xy 62.024704 62.069228) (xy 62.024698 62.069232) (xy 61.847097 62.207465) - (xy 61.694674 62.373041) (xy 61.57158 62.561451) (xy 61.481179 62.767543) (xy 61.481176 62.76755) - (xy 61.433455 62.955999) (xy 61.433456 62.956) (xy 62.339297 62.956) (xy 62.304075 63.017007) (xy 62.27 63.144174) - (xy 62.27 63.275826) (xy 62.304075 63.402993) (xy 62.339297 63.464) (xy 61.433455 63.464) (xy 61.481176 63.652449) - (xy 61.481179 63.652456) (xy 61.57158 63.858548) (xy 61.694674 64.046958) (xy 61.837981 64.202632) - (xy 61.869401 64.266297) (xy 61.861414 64.336843) (xy 61.816555 64.391872) (xy 61.789313 64.406024) - (xy 61.673795 64.449111) (xy 61.673792 64.449112) (xy 61.556738 64.536738) (xy 61.469112 64.653792) - (xy 61.46911 64.653797) (xy 61.418011 64.790795) (xy 61.418009 64.790803) (xy 61.4115 64.85135) - (xy 61.4115 66.648649) (xy 61.418009 66.709196) (xy 61.418011 66.709204) (xy 61.46911 66.846202) - (xy 61.469112 66.846207) (xy 61.556738 66.963261) (xy 61.673792 67.050887) (xy 61.673794 67.050888) - (xy 61.673796 67.050889) (xy 61.732875 67.072924) (xy 61.810795 67.101988) (xy 61.810803 67.10199) - (xy 61.87135 67.108499) (xy 61.871355 67.108499) (xy 61.871362 67.1085) (xy 61.871368 67.1085) (xy 63.668632 67.1085) - (xy 63.668638 67.1085) (xy 63.668645 67.108499) (xy 63.668649 67.108499) (xy 63.729196 67.10199) - (xy 63.729199 67.101989) (xy 63.729201 67.101989) (xy 63.866204 67.050889) (xy 63.983261 66.963261) - (xy 64.070889 66.846204) (xy 64.121989 66.709201) (xy 64.1285 66.648638) (xy 64.1285 64.851362) - (xy 64.128499 64.85135) (xy 64.12199 64.790803) (xy 64.121988 64.790795) (xy 64.070889 64.653797) - (xy 64.070887 64.653792) (xy 63.983261 64.536738) (xy 63.866207 64.449112) (xy 63.866204 64.449111) - (xy 63.750686 64.406024) (xy 63.693851 64.363477) (xy 63.669041 64.296957) (xy 63.684133 64.227583) - (xy 63.702019 64.202632) (xy 63.845323 64.046961) (xy 63.968419 63.858548) (xy 64.05882 63.652456) - (xy 64.058823 63.652449) (xy 64.106544 63.464) (xy 63.200703 63.464) (xy 63.235925 63.402993) (xy 63.27 63.275826) - (xy 63.27 63.144174) (xy 63.235925 63.017007) (xy 63.200703 62.956) (xy 64.106544 62.956) (xy 64.106544 62.955999) - (xy 64.058823 62.76755) (xy 64.05882 62.767543) (xy 63.968419 62.561451) (xy 63.845325 62.373041) - (xy 63.692902 62.207465) (xy 63.515301 62.069232) (xy 63.5153 62.069231) (xy 63.481791 62.051097) - (xy 63.431401 62.001083) (xy 63.41605 61.931766) (xy 63.440612 61.865153) (xy 63.48179 61.829472) - (xy 63.515576 61.811189) (xy 63.69324 61.672906) (xy 63.845722 61.507268) (xy 63.96886 61.318791) - (xy 64.059296 61.112616) (xy 64.114564 60.894368) (xy 64.133156 60.67) (xy 64.114564 60.445632) - (xy 64.102702 60.398789) (xy 64.059297 60.227387) (xy 64.059296 60.227386) (xy 64.059296 60.227384) - (xy 63.96886 60.021209) (xy 63.894897 59.908) (xy 63.845724 59.832734) (xy 63.84572 59.832729) (xy 63.693237 59.667091) - (xy 63.611382 59.603381) (xy 63.515576 59.528811) (xy 63.317574 59.421658) (xy 63.317572 59.421657) - (xy 63.317571 59.421656) (xy 63.104639 59.348557) (xy 63.10463 59.348555) (xy 63.060476 59.341187) - (xy 62.882569 59.3115) (xy 62.657431 59.3115) (xy 62.509211 59.336233) (xy 62.435369 59.348555) - (xy 62.43536 59.348557) (xy 62.222428 59.421656) (xy 62.222426 59.421658) (xy 62.024426 59.52881) - (xy 62.024424 59.528811) (xy 61.846762 59.667091) (xy 61.694279 59.832729) (xy 61.694275 59.832734) - (xy 61.571141 60.021206) (xy 61.480703 60.227386) (xy 61.480702 60.227387) (xy 61.430857 60.424222) - (xy 61.394745 60.485348) (xy 61.331317 60.517247) (xy 61.260713 60.50979) (xy 61.205349 60.465346) - (xy 61.186194 60.422705) (xy 61.147028 60.259565) (xy 61.050169 60.025727) (xy 60.918822 59.811387) - (xy 60.91882 59.811387) (xy 60.368771 60.361436) (xy 60.36626 60.355374) (xy 60.273238 60.216156) - (xy 60.154844 60.097762) (xy 60.015626 60.00474) (xy 60.009561 60.002227) (xy 60.559611 59.452178) - (xy 60.559611 59.452177) (xy 60.345272 59.32083) (xy 60.319116 59.309996) (xy 75.03662 59.309996) - (xy 75.03662 59.310003) (xy 75.05609 59.507694) (xy 75.056091 59.5077) (xy 75.056092 59.507701) - (xy 75.113759 59.697804) (xy 75.207405 59.873004) (xy 75.333432 60.026568) (xy 75.486996 60.152595) - (xy 75.662196 60.246241) (xy 75.852299 60.303908) (xy 75.852303 60.303908) (xy 75.852305 60.303909) - (xy 76.049997 60.32338) (xy 76.049999 60.32338) (xy 76.049999 60.323379) (xy 76.05 60.32338) (xy 76.09506 60.318941) - (xy 76.164811 60.332168) (xy 76.196506 60.355239) (xy 76.782759 60.941492) (xy 76.816785 61.003804) - (xy 76.819057 61.042936) (xy 76.81462 61.08799) (xy 76.81462 61.087997) (xy 76.83409 61.285688) - (xy 76.834091 61.285694) (xy 76.834092 61.285695) (xy 76.891759 61.475798) (xy 76.985405 61.650998) - (xy 77.111432 61.804562) (xy 77.264996 61.930589) (xy 77.440196 62.024235) (xy 77.630299 62.081902) - (xy 77.630303 62.081902) (xy 77.630305 62.081903) (xy 77.827997 62.101374) (xy 77.828 62.101374) - (xy 77.828003 62.101374) (xy 78.025694 62.081903) (xy 78.025695 62.081902) (xy 78.025701 62.081902) - (xy 78.215804 62.024235) (xy 78.391004 61.930589) (xy 78.544568 61.804562) (xy 78.670595 61.650998) - (xy 78.764241 61.475798) (xy 78.821908 61.285695) (xy 78.834227 61.160626) (xy 78.84138 61.087997) - (xy 78.84138 61.08799) (xy 78.821909 60.890299) (xy 78.821908 60.890297) (xy 78.821908 60.890293) - (xy 78.764241 60.70019) (xy 78.670595 60.52499) (xy 78.544568 60.371426) (xy 78.391004 60.245399) - (xy 78.215804 60.151753) (xy 78.025701 60.094086) (xy 78.0257 60.094085) (xy 78.025694 60.094084) - (xy 77.828003 60.074614) (xy 77.827996 60.074614) (xy 77.782931 60.079052) (xy 77.713178 60.065823) - (xy 77.681487 60.042754) (xy 77.095239 59.456506) (xy 77.061213 59.394194) (xy 77.058941 59.355063) - (xy 77.06338 59.31) (xy 77.054907 59.223971) (xy 77.043909 59.112305) (xy 77.043908 59.112303) (xy 77.043908 59.112299) - (xy 76.986241 58.922196) (xy 76.892595 58.746996) (xy 76.892593 58.746992) (xy 76.776919 58.606043) - (xy 76.749165 58.540696) (xy 76.761147 58.470718) (xy 76.80906 58.418326) (xy 76.877691 58.400155) - (xy 76.88666 58.400716) (xy 77.066 58.41838) (xy 77.078358 58.417162) (xy 77.148108 58.430388) (xy 77.179806 58.45346) - (xy 79.797195 61.070848) (xy 79.83122 61.13316) (xy 79.8341 61.159943) (xy 79.8341 67.505152) (xy 79.814098 67.573273) - (xy 79.788037 67.602548) (xy 79.778439 67.610425) (xy 79.778434 67.61043) (xy 79.652405 67.763995) - (xy 79.558759 67.939195) (xy 79.50109 68.129305) (xy 79.48162 68.326996) (xy 79.48162 68.327003) - (xy 79.50109 68.524694) (xy 79.501091 68.5247) (xy 79.501092 68.524701) (xy 79.558759 68.714804) - (xy 79.652405 68.890004) (xy 79.778432 69.043568) (xy 79.931996 69.169595) (xy 80.107196 69.263241) - (xy 80.297299 69.320908) (xy 80.297303 69.320908) (xy 80.297305 69.320909) (xy 80.494997 69.34038) - (xy 80.495 69.34038) (xy 80.495003 69.34038) (xy 80.692694 69.320909) (xy 80.692695 69.320908) (xy 80.692701 69.320908) - (xy 80.882804 69.263241) (xy 81.058004 69.169595) (xy 81.211568 69.043568) (xy 81.337595 68.890004) - (xy 81.431241 68.714804) (xy 81.488908 68.524701) (xy 81.50838 68.327) (xy 81.488908 68.129299) - (xy 81.431241 67.939196) (xy 81.337595 67.763996) (xy 81.211568 67.610432) (xy 81.211562 67.610427) - (xy 81.21156 67.610425) (xy 81.201963 67.602548) (xy 81.161996 67.54387) (xy 81.1559 67.505152) - (xy 81.1559 60.768908) (xy 81.155899 60.768904) (xy 81.130502 60.641223) (xy 81.080682 60.520946) - (xy 81.008355 60.412701) (xy 80.916299 60.320645) (xy 80.916298 60.320644) (xy 80.911898 60.316244) - (xy 80.911887 60.316234) (xy 78.11446 57.518806) (xy 78.080434 57.456494) (xy 78.078162 57.417361) - (xy 78.07938 57.405) (xy 78.059908 57.207299) (xy 78.002241 57.017196) (xy 77.908595 56.841996) - (xy 77.782568 56.688432) (xy 77.629004 56.562405) (xy 77.453804 56.468759) (xy 77.263701 56.411092) - (xy 77.2637 56.411091) (xy 77.263694 56.41109) (xy 77.066003 56.39162) (xy 77.065997 56.39162) (xy 76.868305 56.41109) - (xy 76.678195 56.468759) (xy 76.502995 56.562405) (xy 76.349432 56.688432) (xy 76.223405 56.841995) - (xy 76.129759 57.017195) (xy 76.07209 57.207305) (xy 76.05262 57.404996) (xy 76.05262 57.405003) - (xy 76.07209 57.602694) (xy 76.129759 57.792804) (xy 76.223406 57.968007) (xy 76.33908 58.108956) - (xy 76.366834 58.174303) (xy 76.354852 58.244281) (xy 76.306939 58.296673) (xy 76.238308 58.314844) - (xy 76.229331 58.314282) (xy 76.050003 58.29662) (xy 76.049997 58.29662) (xy 75.852305 58.31609) - (xy 75.662195 58.373759) (xy 75.486995 58.467405) (xy 75.333432 58.593432) (xy 75.207405 58.746995) - (xy 75.113759 58.922195) (xy 75.05609 59.112305) (xy 75.03662 59.309996) (xy 60.319116 59.309996) - (xy 60.111434 59.223971) (xy 59.865323 59.164886) (xy 59.616114 59.145273) (xy 59.549773 59.119987) - (xy 59.507633 59.062849) (xy 59.5 59.019661) (xy 59.5 44.07) (xy 73.212502 44.07) (xy 73.232457 44.298087) - (xy 73.291716 44.519243) (xy 73.388477 44.726749) (xy 73.519802 44.9143) (xy 73.6817 45.076198) - (xy 73.869251 45.207523) (xy 73.904359 45.223894) (xy 73.908457 45.225805) (xy 73.961742 45.272722) - (xy 73.981203 45.340999) (xy 73.960661 45.408959) (xy 73.908457 45.454195) (xy 73.86925 45.472477) - (xy 73.681703 45.603799) (xy 73.681697 45.603804) (xy 73.519804 45.765697) (xy 73.519799 45.765703) - (xy 73.388477 45.95325) (xy 73.291717 46.160753) (xy 73.291715 46.160759) (xy 73.2394 46.356) (xy 73.232457 46.381913) - (xy 73.212502 46.61) (xy 73.232457 46.838087) (xy 73.291716 47.059243) (xy 73.388477 47.266749) - (xy 73.519802 47.4543) (xy 73.6817 47.616198) (xy 73.869251 47.747523) (xy 73.904359 47.763894) - (xy 73.908457 47.765805) (xy 73.961742 47.812722) (xy 73.981203 47.880999) (xy 73.960661 47.948959) - (xy 73.908457 47.994195) (xy 73.86925 48.012477) (xy 73.681703 48.143799) (xy 73.681697 48.143804) - (xy 73.519804 48.305697) (xy 73.519799 48.305703) (xy 73.388477 48.49325) (xy 73.291717 48.700753) - (xy 73.291716 48.700757) (xy 73.232457 48.921913) (xy 73.212502 49.15) (xy 73.232457 49.378087) - (xy 73.291716 49.599243) (xy 73.388477 49.806749) (xy 73.519802 49.9943) (xy 73.6817 50.156198) - (xy 73.869251 50.287523) (xy 73.899255 50.301514) (xy 73.908457 50.305805) (xy 73.961742 50.352722) - (xy 73.981203 50.420999) (xy 73.960661 50.488959) (xy 73.908457 50.534195) (xy 73.86925 50.552477) - (xy 73.681703 50.683799) (xy 73.681697 50.683804) (xy 73.519804 50.845697) (xy 73.519799 50.845703) - (xy 73.388477 51.03325) (xy 73.291717 51.240753) (xy 73.291715 51.240759) (xy 73.275253 51.302196) - (xy 73.232457 51.461913) (xy 73.212502 51.69) (xy 73.232457 51.918087) (xy 73.291716 52.139243) - (xy 73.388477 52.346749) (xy 73.519802 52.5343) (xy 73.6817 52.696198) (xy 73.869251 52.827523) - (xy 74.076757 52.924284) (xy 74.297913 52.983543) (xy 74.526 53.003498) (xy 74.754087 52.983543) - (xy 74.975243 52.924284) (xy 75.182749 52.827523) (xy 75.3703 52.696198) (xy 75.532198 52.5343) - (xy 75.663523 52.346749) (xy 75.760284 52.139243) (xy 75.819543 51.918087) (xy 75.839498 51.69) - (xy 75.839498 51.689996) (xy 76.30662 51.689996) (xy 76.30662 51.690003) (xy 76.32609 51.887694) - (xy 76.326091 51.8877) (xy 76.326092 51.887701) (xy 76.383759 52.077804) (xy 76.477405 52.253004) - (xy 76.603432 52.406568) (xy 76.756996 52.532595) (xy 76.932196 52.626241) (xy 77.122299 52.683908) - (xy 77.122303 52.683908) (xy 77.122305 52.683909) (xy 77.319997 52.70338) (xy 77.32 52.70338) (xy 77.320003 52.70338) - (xy 77.517694 52.683909) (xy 77.517695 52.683908) (xy 77.517701 52.683908) (xy 77.707804 52.626241) - (xy 77.883004 52.532595) (xy 78.036568 52.406568) (xy 78.065293 52.371565) (xy 78.123969 52.331598) - (xy 78.162692 52.3255) (xy 79.271308 52.3255) (xy 79.339429 52.345502) (xy 79.368705 52.371564) - (xy 79.397432 52.406568) (xy 79.550996 52.532595) (xy 79.726196 52.626241) (xy 79.916299 52.683908) - (xy 79.916303 52.683908) (xy 79.916305 52.683909) (xy 80.113997 52.70338) (xy 80.114 52.70338) (xy 80.114003 52.70338) - (xy 80.311694 52.683909) (xy 80.311695 52.683908) (xy 80.311701 52.683908) (xy 80.501804 52.626241) - (xy 80.668447 52.537168) (xy 80.737951 52.522697) (xy 80.804247 52.548101) (xy 80.845896 52.604257) - (xy 80.895111 52.736204) (xy 80.895112 52.736207) (xy 80.982738 52.853261) (xy 81.099792 52.940887) - (xy 81.099794 52.940888) (xy 81.099796 52.940889) (xy 81.158875 52.962924) (xy 81.236795 52.991988) - (xy 81.236803 52.99199) (xy 81.29735 52.998499) (xy 81.297355 52.998499) (xy 81.297362 52.9985) - (xy 81.297368 52.9985) (xy 82.994632 52.9985) (xy 82.994638 52.9985) (xy 82.994645 52.998499) (xy 82.994649 52.998499) - (xy 83.055196 52.99199) (xy 83.055199 52.991989) (xy 83.055201 52.991989) (xy 83.192204 52.940889) - (xy 83.214389 52.924282) (xy 83.309261 52.853261) (xy 83.396887 52.736207) (xy 83.396887 52.736206) - (xy 83.396889 52.736204) (xy 83.447989 52.599201) (xy 83.4545 52.538638) (xy 83.4545 50.841362) - (xy 83.453556 50.832577) (xy 83.44799 50.780803) (xy 83.447988 50.780795) (xy 83.411811 50.683804) - (xy 83.396889 50.643796) (xy 83.396888 50.643794) (xy 83.396887 50.643792) (xy 83.309261 50.526738) - (xy 83.192207 50.439112) (xy 83.192202 50.43911) (xy 83.055204 50.388011) (xy 83.055196 50.388009) - (xy 83.045802 50.387) (xy 82.98021 50.359832) (xy 82.939718 50.301514) (xy 82.937184 50.230563) - (xy 82.97341 50.169504) (xy 82.987004 50.158506) (xy 82.987278 50.158313) (xy 82.9903 50.156198) - (xy 83.152198 49.9943) (xy 83.283523 49.806749) (xy 83.380284 49.599243) (xy 83.439543 49.378087) - (xy 83.459498 49.15) (xy 83.439543 48.921913) (xy 83.380284 48.700757) (xy 83.283523 48.493251) - (xy 83.152198 48.3057) (xy 82.9903 48.143802) (xy 82.802749 48.012477) (xy 82.762951 47.993919) - (xy 82.709666 47.947002) (xy 82.690205 47.878725) (xy 82.710747 47.810765) (xy 82.762951 47.765529) - (xy 82.802498 47.747087) (xy 82.989974 47.615815) (xy 82.98998 47.61581) (xy 83.15181 47.45398) - (xy 83.151815 47.453974) (xy 83.283087 47.266498) (xy 83.379811 47.059073) (xy 83.379813 47.059068) - (xy 83.432082 46.864) (xy 82.457686 46.864) (xy 82.46608 46.855606) (xy 82.518741 46.764394) (xy 82.546 46.662661) - (xy 82.546 46.557339) (xy 82.518741 46.455606) (xy 82.46608 46.364394) (xy 82.457686 46.356) (xy 83.432082 46.356) - (xy 83.379813 46.160931) (xy 83.379811 46.160926) (xy 83.283087 45.953501) (xy 83.151815 45.766025) - (xy 83.15181 45.766019) (xy 82.98998 45.604189) (xy 82.989974 45.604184) (xy 82.802497 45.472911) - (xy 82.762949 45.454469) (xy 82.709665 45.407551) (xy 82.690205 45.339273) (xy 82.710748 45.271314) - (xy 82.76295 45.226081) (xy 82.802749 45.207523) (xy 82.9903 45.076198) (xy 83.152198 44.9143) (xy 83.283523 44.726749) - (xy 83.380284 44.519243) (xy 83.439543 44.298087) (xy 83.459498 44.07) (xy 83.439543 43.841913) - (xy 83.380284 43.620757) (xy 83.283523 43.413251) (xy 83.152198 43.2257) (xy 82.9903 43.063802) - (xy 82.802749 42.932477) (xy 82.595246 42.835717) (xy 82.59524 42.835715) (xy 82.501771 42.81067) - (xy 82.374087 42.776457) (xy 82.146 42.756502) (xy 81.917913 42.776457) (xy 81.696759 42.835715) - (xy 81.696753 42.835717) (xy 81.48925 42.932477) (xy 81.301703 43.063799) (xy 81.301697 43.063804) - (xy 81.139804 43.225697) (xy 81.139799 43.225703) (xy 81.008477 43.41325) (xy 80.911717 43.620753) - (xy 80.911716 43.620757) (xy 80.852457 43.841913) (xy 80.832502 44.07) (xy 80.852457 44.298087) - (xy 80.911716 44.519243) (xy 81.008477 44.726749) (xy 81.139802 44.9143) (xy 81.3017 45.076198) - (xy 81.489251 45.207523) (xy 81.528457 45.225805) (xy 81.529047 45.22608) (xy 81.582332 45.272996) - (xy 81.601794 45.341273) (xy 81.581253 45.409233) (xy 81.529051 45.454468) (xy 81.489504 45.47291) - (xy 81.302025 45.604184) (xy 81.302019 45.604189) (xy 81.140189 45.766019) (xy 81.140184 45.766025) - (xy 81.008912 45.953501) (xy 80.912188 46.160926) (xy 80.912186 46.160931) (xy 80.859917 46.356) - (xy 81.834314 46.356) (xy 81.82592 46.364394) (xy 81.773259 46.455606) (xy 81.746 46.557339) (xy 81.746 46.662661) - (xy 81.773259 46.764394) (xy 81.82592 46.855606) (xy 81.834314 46.864) (xy 80.859918 46.864) (xy 80.912186 47.059068) - (xy 80.912188 47.059073) (xy 81.008912 47.266498) (xy 81.140184 47.453974) (xy 81.140189 47.45398) - (xy 81.302019 47.61581) (xy 81.302025 47.615815) (xy 81.489503 47.747089) (xy 81.529049 47.76553) - (xy 81.582334 47.812447) (xy 81.601794 47.880724) (xy 81.581252 47.948684) (xy 81.529049 47.993918) - (xy 81.489252 48.012475) (xy 81.301703 48.143799) (xy 81.301697 48.143804) (xy 81.139804 48.305697) - (xy 81.139799 48.305703) (xy 81.008477 48.49325) (xy 80.911717 48.700753) (xy 80.911715 48.700759) - (xy 80.852457 48.921913) (xy 80.832502 49.15) (xy 80.852457 49.378086) (xy 80.911715 49.59924) (xy 80.911717 49.599246) - (xy 81.008477 49.806749) (xy 81.139799 49.994296) (xy 81.139804 49.994302) (xy 81.301697 50.156195) - (xy 81.301706 50.156203) (xy 81.305001 50.15851) (xy 81.349329 50.213968) (xy 81.356637 50.284587) - (xy 81.324605 50.347947) (xy 81.263403 50.383931) (xy 81.246197 50.387) (xy 81.236803 50.388009) - (xy 81.236795 50.388011) (xy 81.099797 50.43911) (xy 81.099792 50.439112) (xy 80.982738 50.526738) - (xy 80.895112 50.643792) (xy 80.895111 50.643795) (xy 80.845896 50.775742) (xy 80.803349 50.832577) - (xy 80.736828 50.857387) (xy 80.668445 50.84283) (xy 80.501804 50.753759) (xy 80.311694 50.69609) - (xy 80.114003 50.67662) (xy 80.113997 50.67662) (xy 79.916305 50.69609) (xy 79.726195 50.753759) - (xy 79.550995 50.847405) (xy 79.397432 50.973431) (xy 79.381616 50.992703) (xy 79.368706 51.008434) - (xy 79.310031 51.048402) (xy 79.271308 51.0545) (xy 78.162692 51.0545) (xy 78.094571 51.034498) - (xy 78.065294 51.008435) (xy 78.036568 50.973432) (xy 77.883004 50.847405) (xy 77.707804 50.753759) - (xy 77.517701 50.696092) (xy 77.5177 50.696091) (xy 77.517694 50.69609) (xy 77.320003 50.67662) - (xy 77.319997 50.67662) (xy 77.122305 50.69609) (xy 76.932195 50.753759) (xy 76.756995 50.847405) - (xy 76.603432 50.973432) (xy 76.477405 51.126995) (xy 76.383759 51.302195) (xy 76.32609 51.492305) - (xy 76.30662 51.689996) (xy 75.839498 51.689996) (xy 75.819543 51.461913) (xy 75.760284 51.240757) - (xy 75.663523 51.033251) (xy 75.532198 50.8457) (xy 75.3703 50.683802) (xy 75.182749 50.552477) - (xy 75.143543 50.534195) (xy 75.090258 50.487279) (xy 75.070796 50.419002) (xy 75.091337 50.351042) - (xy 75.143543 50.305805) (xy 75.152745 50.301514) (xy 75.182749 50.287523) (xy 75.3703 50.156198) - (xy 75.532198 49.9943) (xy 75.663523 49.806749) (xy 75.760284 49.599243) (xy 75.819543 49.378087) - (xy 75.839498 49.15) (xy 75.819543 48.921913) (xy 75.760284 48.700757) (xy 75.663523 48.493251) - (xy 75.532198 48.3057) (xy 75.3703 48.143802) (xy 75.182749 48.012477) (xy 75.143543 47.994195) - (xy 75.090258 47.947279) (xy 75.070796 47.879002) (xy 75.091337 47.811042) (xy 75.143543 47.765805) - (xy 75.145997 47.76466) (xy 75.182749 47.747523) (xy 75.3703 47.616198) (xy 75.532198 47.4543) (xy 75.663523 47.266749) - (xy 75.760284 47.059243) (xy 75.819543 46.838087) (xy 75.839498 46.61) (xy 75.819543 46.381913) - (xy 75.760284 46.160757) (xy 75.663523 45.953251) (xy 75.532198 45.7657) (xy 75.3703 45.603802) - (xy 75.182749 45.472477) (xy 75.14413 45.454469) (xy 75.143543 45.454195) (xy 75.090258 45.407279) - (xy 75.070796 45.339002) (xy 75.091337 45.271042) (xy 75.143543 45.225805) (xy 75.145997 45.22466) - (xy 75.182749 45.207523) (xy 75.3703 45.076198) (xy 75.532198 44.9143) (xy 75.663523 44.726749) - (xy 75.760284 44.519243) (xy 75.819543 44.298087) (xy 75.839498 44.07) (xy 75.819543 43.841913) - (xy 75.760284 43.620757) (xy 75.663523 43.413251) (xy 75.532198 43.2257) (xy 75.3703 43.063802) - (xy 75.182749 42.932477) (xy 74.975246 42.835717) (xy 74.97524 42.835715) (xy 74.881771 42.81067) - (xy 74.754087 42.776457) (xy 74.526 42.756502) (xy 74.297913 42.776457) (xy 74.076759 42.835715) - (xy 74.076753 42.835717) (xy 73.86925 42.932477) (xy 73.681703 43.063799) (xy 73.681697 43.063804) - (xy 73.519804 43.225697) (xy 73.519799 43.225703) (xy 73.388477 43.41325) (xy 73.291717 43.620753) - (xy 73.291716 43.620757) (xy 73.232457 43.841913) (xy 73.212502 44.07) (xy 59.5 44.07) (xy 59.5 35.125667) - (xy 59.520002 35.057546) (xy 59.573658 35.011053) (xy 59.625664 34.999667) (xy 71.904972 34.967191) - (xy 71.973142 34.987013) (xy 72.019777 35.040546) (xy 72.02171 35.044972) (xy 72.050828 35.115269) - (xy 72.182177 35.329611) (xy 72.182178 35.329611) (xy 72.546293 34.965495) (xy 72.867563 34.964645) - (xy 72.946156 35.043238) (xy 73.085374 35.13626) (xy 73.091436 35.13877) (xy 72.541387 35.68882) - (xy 72.541387 35.688822) (xy 72.755727 35.820169) (xy 72.989565 35.917028) (xy 73.235676 35.976113) - (xy 73.488 35.995971) (xy 73.740323 35.976113) (xy 73.986434 35.917028) (xy 74.220277 35.820167) - (xy 74.434611 35.688822) (xy 74.434611 35.68882) (xy 73.884562 35.138771) (xy 73.890626 35.13626) - (xy 74.029844 35.043238) (xy 74.111727 34.961354) (xy 74.424736 34.960527) (xy 74.79382 35.329611) - (xy 74.793822 35.329611) (xy 74.925167 35.115277) (xy 74.925168 35.115274) (xy 74.957759 35.036593) - (xy 75.002307 34.981312) (xy 75.06967 34.95889) (xy 75.073765 34.958811) (xy 87.353718 34.926333) - ) - ) - ) - (zone - (net 1) - (net_name "GND") - (layer "B.Cu") - (uuid "00000000-0000-0000-0000-000060fc30f7") - (hatch edge 0.508) - (connect_pads - (clearance 0.508) - ) - (min_thickness 0.254) - (filled_areas_thickness no) - (fill yes - (thermal_gap 0.508) - (thermal_bridge_width 0.508) - ) - (polygon - (pts - (xy 57 119) (xy 140 119) (xy 140 74) (xy 140 46) (xy 132 46) (xy 132 74) (xy 89.5 74) (xy 89.5 89) - (xy 57 89) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 89.555221 89.020002) (xy 89.601714 89.073658) (xy 89.6131 89.126) (xy 89.6131 90.226056) (xy 89.593098 90.294177) - (xy 89.576195 90.315151) (xy 89.021151 90.870195) (xy 88.958839 90.904221) (xy 88.932056 90.9071) - (xy 85.056798 90.9071) (xy 84.929116 90.932498) (xy 84.929111 90.9325) (xy 84.808839 90.982318) - (xy 84.700599 91.054642) (xy 84.700592 91.054647) (xy 83.353044 92.402196) (xy 83.290732 92.436222) - (xy 83.263949 92.439101) (xy 76.738901 92.439101) (xy 76.611221 92.464499) (xy 76.611218 92.4645) - (xy 76.490944 92.514319) (xy 76.382704 92.586643) (xy 76.382697 92.586648) (xy 76.290642 92.678704) - (xy 71.331876 97.637468) (xy 71.269564 97.671494) (xy 71.230432 97.673766) (xy 71.218075 97.672549) - (xy 71.218068 97.672549) (xy 71.020376 97.692019) (xy 70.830266 97.749688) (xy 70.655066 97.843334) - (xy 70.501503 97.969361) (xy 70.375476 98.122924) (xy 70.28183 98.298124) (xy 70.224161 98.488234) - (xy 70.204691 98.685925) (xy 70.204691 98.685932) (xy 70.224161 98.883623) (xy 70.281828 99.073728) - (xy 70.281829 99.073732) (xy 70.371142 99.240825) (xy 70.375476 99.248933) (xy 70.501503 99.402497) - (xy 70.655067 99.528524) (xy 70.830267 99.62217) (xy 71.02037 99.679837) (xy 71.020374 99.679837) - (xy 71.020376 99.679838) (xy 71.218068 99.699309) (xy 71.218071 99.699309) (xy 71.218074 99.699309) - (xy 71.415765 99.679838) (xy 71.415766 99.679837) (xy 71.415772 99.679837) (xy 71.605875 99.62217) - (xy 71.781075 99.528524) (xy 71.934639 99.402497) (xy 72.060666 99.248933) (xy 72.154312 99.073733) - (xy 72.15611 99.067808) (xy 72.182918 98.979432) (xy 72.211979 98.88363) (xy 72.215742 98.84543) - (xy 72.231451 98.685932) (xy 72.231451 98.685929) (xy 72.230233 98.673567) (xy 72.243459 98.603817) - (xy 72.266528 98.572124) (xy 77.040847 93.797806) (xy 77.103159 93.76378) (xy 77.129942 93.760901) - (xy 82.698481 93.760901) (xy 82.766602 93.780903) (xy 82.813095 93.834559) (xy 82.819053 93.85032) - (xy 82.860759 93.987804) (xy 82.954405 94.163004) (xy 83.080432 94.316568) (xy 83.233996 94.442595) - (xy 83.409196 94.536241) (xy 83.599299 94.593908) (xy 83.599303 94.593908) (xy 83.599305 94.593909) - (xy 83.796997 94.61338) (xy 83.797 94.61338) (xy 83.797003 94.61338) (xy 83.994694 94.593909) (xy 83.994695 94.593908) - (xy 83.994701 94.593908) (xy 84.184804 94.536241) (xy 84.360004 94.442595) (xy 84.513568 94.316568) - (xy 84.639595 94.163004) (xy 84.733241 93.987804) (xy 84.790908 93.797701) (xy 84.792563 93.780903) - (xy 84.81038 93.600003) (xy 84.81038 93.599996) (xy 84.790909 93.402305) (xy 84.790908 93.402303) - (xy 84.790908 93.402299) (xy 84.733241 93.212196) (xy 84.665516 93.085492) (xy 84.651045 93.015987) - (xy 84.676449 92.949691) (xy 84.687537 92.937009) (xy 84.883135 92.741411) (xy 84.945445 92.707387) - (xy 85.01626 92.712452) (xy 85.073096 92.754999) (xy 85.092801 92.793928) (xy 85.118133 92.877437) - (xy 85.146759 92.971805) (xy 85.240405 93.147004) (xy 85.366432 93.300568) (xy 85.519996 93.426595) - (xy 85.695196 93.520241) (xy 85.885299 93.577908) (xy 85.885303 93.577908) (xy 85.885305 93.577909) - (xy 86.082997 93.59738) (xy 86.083 93.59738) (xy 86.083003 93.59738) (xy 86.280694 93.577909) (xy 86.280695 93.577908) - (xy 86.280701 93.577908) (xy 86.470804 93.520241) (xy 86.646004 93.426595) (xy 86.799568 93.300568) - (xy 86.807447 93.290966) (xy 86.866124 93.250998) (xy 86.904847 93.2449) (xy 95.290046 93.2449) - (xy 95.358167 93.264902) (xy 95.379141 93.281805) (xy 98.369539 96.272202) (xy 98.403565 96.334514) - (xy 98.405837 96.373642) (xy 98.404621 96.386006) (xy 98.40462 96.386013) (xy 98.42409 96.583704) - (xy 98.424091 96.58371) (xy 98.424092 96.583711) (xy 98.481759 96.773814) (xy 98.575405 96.949014) - (xy 98.701432 97.102578) (xy 98.854996 97.228605) (xy 98.922109 97.264477) (xy 98.939883 97.273978) - (xy 98.990531 97.32373) (xy 99.006241 97.392967) (xy 98.982025 97.459706) (xy 98.925571 97.502758) - (xy 98.880487 97.5111) (xy 94.09873 97.5111) (xy 94.030609 97.491098) (xy 93.984116 97.437442) (xy 93.973337 97.39745) - (xy 93.960292 97.265008) (xy 93.960291 97.265006) (xy 93.960291 97.265002) (xy 93.902624 97.074899) - (xy 93.808978 96.899699) (xy 93.682951 96.746135) (xy 93.529387 96.620108) (xy 93.354187 96.526462) - (xy 93.164084 96.468795) (xy 93.164083 96.468794) (xy 93.164077 96.468793) (xy 92.966386 96.449323) - (xy 92.96638 96.449323) (xy 92.768688 96.468793) (xy 92.578578 96.526462) (xy 92.403378 96.620108) - (xy 92.249815 96.746135) (xy 92.123788 96.899698) (xy 92.030142 97.074898) (xy 91.972473 97.265008) - (xy 91.961781 97.373572) (xy 91.935198 97.439404) (xy 91.877244 97.480414) (xy 91.806318 97.483581) - (xy 91.756454 97.458621) (xy 91.717566 97.426706) (xy 91.677597 97.368028) (xy 91.6715 97.329307) - (xy 91.6715 96.647132) (xy 91.691502 96.579011) (xy 91.738104 96.53601) (xy 91.853004 96.474595) - (xy 92.006568 96.348568) (xy 92.132595 96.195004) (xy 92.226241 96.019804) (xy 92.283908 95.829701) - (xy 92.284568 95.823006) (xy 92.30338 95.632003) (xy 92.30338 95.631996) (xy 92.283909 95.434305) - (xy 92.283908 95.434303) (xy 92.283908 95.434299) (xy 92.226241 95.244196) (xy 92.132595 95.068996) - (xy 92.006568 94.915432) (xy 91.853004 94.789405) (xy 91.677804 94.695759) (xy 91.487701 94.638092) - (xy 91.4877 94.638091) (xy 91.487694 94.63809) (xy 91.290003 94.61862) (xy 91.289997 94.61862) (xy 91.092305 94.63809) - (xy 90.902195 94.695759) (xy 90.726995 94.789405) (xy 90.573432 94.915432) (xy 90.447405 95.068995) - (xy 90.353759 95.244195) (xy 90.29609 95.434305) (xy 90.27662 95.631996) (xy 90.27662 95.632003) - (xy 90.29609 95.829694) (xy 90.296091 95.8297) (xy 90.296092 95.829701) (xy 90.353759 96.019804) - (xy 90.37242 96.054717) (xy 90.385622 96.079415) (xy 90.4005 96.138811) (xy 90.4005 97.329307) (xy 90.380498 97.397428) - (xy 90.354436 97.426704) (xy 90.338963 97.439404) (xy 90.31943 97.455434) (xy 90.193405 97.608995) - (xy 90.099759 97.784195) (xy 90.04209 97.974305) (xy 90.02262 98.171996) (xy 90.02262 98.172003) - (xy 90.04209 98.369694) (xy 90.042091 98.3697) (xy 90.042092 98.369701) (xy 90.099759 98.559804) - (xy 90.193405 98.735004) (xy 90.319432 98.888568) (xy 90.43015 98.979432) (xy 90.476883 99.017785) - (xy 90.516851 99.076462) (xy 90.518752 99.147433) (xy 90.486046 99.204276) (xy 89.650727 100.039596) - (xy 89.588417 100.07362) (xy 89.561634 100.0765) (xy 85.032348 100.0765) (xy 84.964227 100.056498) - (xy 84.917734 100.002842) (xy 84.90763 99.932568) (xy 84.911773 99.913927) (xy 84.917909 99.893697) - (xy 84.93738 99.696003) (xy 84.93738 99.695996) (xy 84.917909 99.498305) (xy 84.917908 99.498303) - (xy 84.917908 99.498299) (xy 84.860241 99.308196) (xy 84.766595 99.132996) (xy 84.640568 98.979432) - (xy 84.487004 98.853405) (xy 84.311804 98.759759) (xy 84.121701 98.702092) (xy 84.1217 98.702091) - (xy 84.121694 98.70209) (xy 83.924003 98.68262) (xy 83.923997 98.68262) (xy 83.726305 98.70209) - (xy 83.536195 98.759759) (xy 83.360995 98.853405) (xy 83.207432 98.979432) (xy 83.081405 99.132995) - (xy 83.037843 99.214495) (xy 82.988091 99.265143) (xy 82.926721 99.281099) (xy 82.162451 99.281099) - (xy 82.09433 99.261097) (xy 82.047837 99.207441) (xy 82.037733 99.137167) (xy 82.051329 99.095704) - (xy 82.066239 99.067808) (xy 82.06624 99.067805) (xy 82.066241 99.067804) (xy 82.123908 98.877701) - (xy 82.127087 98.84543) (xy 82.14338 98.680003) (xy 82.14338 98.679996) (xy 82.123909 98.482305) - (xy 82.123908 98.482303) (xy 82.123908 98.482299) (xy 82.066241 98.292196) (xy 81.972595 98.116996) - (xy 81.846568 97.963432) (xy 81.693004 97.837405) (xy 81.517804 97.743759) (xy 81.327701 97.686092) - (xy 81.3277 97.686091) (xy 81.327694 97.68609) (xy 81.130003 97.66662) (xy 81.129997 97.66662) (xy 80.932305 97.68609) - (xy 80.742195 97.743759) (xy 80.566995 97.837405) (xy 80.413432 97.963432) (xy 80.287405 98.116995) - (xy 80.239566 98.206496) (xy 80.189814 98.257144) (xy 80.128444 98.2731) (xy 76.363847 98.2731) - (xy 76.295726 98.253098) (xy 76.266447 98.227033) (xy 76.266423 98.227004) (xy 76.258568 98.217432) - (xy 76.105004 98.091405) (xy 75.929804 97.997759) (xy 75.739701 97.940092) (xy 75.7397 97.940091) - (xy 75.739694 97.94009) (xy 75.542003 97.92062) (xy 75.541997 97.92062) (xy 75.344305 97.94009) - (xy 75.154195 97.997759) (xy 74.978995 98.091405) (xy 74.863712 98.186016) (xy 74.798364 98.21377) - (xy 74.728386 98.201788) (xy 74.724382 98.199739) (xy 74.550673 98.10689) (xy 74.360563 98.049221) - (xy 74.162872 98.029751) (xy 74.162866 98.029751) (xy 73.965174 98.049221) (xy 73.775064 98.10689) - (xy 73.599864 98.200536) (xy 73.446301 98.326563) (xy 73.320274 98.480126) (xy 73.226628 98.655326) - (xy 73.168959 98.845436) (xy 73.149489 99.043127) (xy 73.149489 99.043134) (xy 73.168959 99.240825) - (xy 73.16896 99.240831) (xy 73.168961 99.240832) (xy 73.226628 99.430935) (xy 73.320274 99.606135) - (xy 73.446301 99.759699) (xy 73.551332 99.845896) (xy 73.599862 99.885724) (xy 73.599863 99.885724) - (xy 73.599865 99.885726) (xy 73.672712 99.924663) (xy 73.723359 99.974413) (xy 73.739069 100.04365) - (xy 73.714854 100.110389) (xy 73.710716 100.115715) (xy 73.683406 100.148993) (xy 73.589759 100.324195) - (xy 73.53209 100.514305) (xy 73.51262 100.711996) (xy 73.51262 100.712003) (xy 73.53209 100.909694) - (xy 73.532091 100.9097) (xy 73.532092 100.909701) (xy 73.589759 101.099804) (xy 73.683405 101.275004) - (xy 73.809432 101.428568) (xy 73.962996 101.554595) (xy 74.138196 101.648241) (xy 74.328299 101.705908) - (xy 74.328303 101.705908) (xy 74.328305 101.705909) (xy 74.525997 101.72538) (xy 74.526 101.72538) - (xy 74.526003 101.72538) (xy 74.723694 101.705909) (xy 74.723695 101.705908) (xy 74.723701 101.705908) - (xy 74.913804 101.648241) (xy 75.089004 101.554595) (xy 75.242568 101.428568) (xy 75.271293 101.393565) - (xy 75.329969 101.353598) (xy 75.368692 101.3475) (xy 84.335655 101.3475) (xy 84.403776 101.367502) - (xy 84.450269 101.421158) (xy 84.460373 101.491432) (xy 84.430879 101.556012) (xy 84.42475 101.562596) - (xy 84.349192 101.638153) (xy 84.286879 101.672178) (xy 84.239359 101.673339) (xy 84.160218 101.660133) - (xy 84.036569 101.6395) (xy 83.811431 101.6395) (xy 83.681545 101.661174) (xy 83.589369 101.676555) - (xy 83.58936 101.676557) (xy 83.376428 101.749656) (xy 83.376426 101.749658) (xy 83.178426 101.85681) - (xy 83.178424 101.856811) (xy 83.000762 101.995091) (xy 82.939754 102.061363) (xy 82.878901 102.097933) - (xy 82.807936 102.095798) (xy 82.749391 102.055636) (xy 82.728999 102.020057) (xy 82.69858 101.938502) - (xy 82.684889 101.901796) (xy 82.684888 101.901794) (xy 82.684887 101.901792) (xy 82.597261 101.784738) - (xy 82.480207 101.697112) (xy 82.480202 101.69711) (xy 82.343204 101.646011) (xy 82.343196 101.646009) - (xy 82.282649 101.6395) (xy 82.282638 101.6395) (xy 80.485362 101.6395) (xy 80.48535 101.6395) (xy 80.424803 101.646009) - (xy 80.424795 101.646011) (xy 80.287797 101.69711) (xy 80.287792 101.697112) (xy 80.170738 101.784738) - (xy 80.083112 101.901792) (xy 80.08311 101.901797) (xy 80.032011 102.038795) (xy 80.032009 102.038803) - (xy 80.0255 102.09935) (xy 80.0255 103.896649) (xy 80.032009 103.957196) (xy 80.032011 103.957204) - (xy 80.08311 104.094202) (xy 80.083112 104.094207) (xy 80.170738 104.211261) (xy 80.287792 104.298887) - (xy 80.287794 104.298888) (xy 80.287796 104.298889) (xy 80.3416 104.318957) (xy 80.424795 104.349988) - (xy 80.424803 104.34999) (xy 80.48535 104.356499) (xy 80.485355 104.356499) (xy 80.485362 104.3565) - (xy 80.485368 104.3565) (xy 82.282632 104.3565) (xy 82.282638 104.3565) (xy 82.282645 104.356499) - (xy 82.282649 104.356499) (xy 82.343196 104.34999) (xy 82.343199 104.349989) (xy 82.343201 104.349989) - (xy 82.480204 104.298889) (xy 82.550399 104.246342) (xy 82.597261 104.211261) (xy 82.684886 104.094208) - (xy 82.684885 104.094208) (xy 82.684889 104.094204) (xy 82.728999 103.975939) (xy 82.771545 103.919107) - (xy 82.838066 103.894296) (xy 82.90744 103.909388) (xy 82.939753 103.934635) (xy 82.977779 103.975942) - (xy 83.000762 104.000908) (xy 83.055331 104.043381) (xy 83.178424 104.139189) (xy 83.376426 104.246342) - (xy 83.376427 104.246342) (xy 83.376428 104.246343) (xy 83.488227 104.284723) (xy 83.589365 104.319444) - (xy 83.811431 104.3565) (xy 83.811435 104.3565) (xy 84.036565 104.3565) (xy 84.036569 104.3565) - (xy 84.258635 104.319444) (xy 84.471574 104.246342) (xy 84.669576 104.139189) (xy 84.84724 104.000906) - (xy 84.999722 103.835268) (xy 85.088518 103.699354) (xy 85.14252 103.653268) (xy 85.212868 103.643692) - (xy 85.277225 103.673669) (xy 85.29948 103.699353) (xy 85.309587 103.714822) (xy 85.388275 103.835265) - (xy 85.388279 103.83527) (xy 85.540762 104.000908) (xy 85.595331 104.043381) (xy 85.718424 104.139189) - (xy 85.916426 104.246342) (xy 85.916429 104.246343) (xy 85.916431 104.246344) (xy 85.950523 104.258047) - (xy 85.972011 104.265424) (xy 86.029946 104.30646) (xy 86.056499 104.372304) (xy 86.0571 104.384597) - (xy 86.0571 105.577579) (xy 86.037098 105.6457) (xy 85.983442 105.692193) (xy 85.913168 105.702297) - (xy 85.848588 105.672803) (xy 85.827457 105.647213) (xy 85.826679 105.647758) (xy 85.6922 105.455703) - (xy 85.692195 105.455697) (xy 85.530302 105.293804) (xy 85.530296 105.293799) (xy 85.342749 105.162477) - (xy 85.135246 105.065717) (xy 85.13524 105.065715) (xy 85.041771 105.04067) (xy 84.914087 105.006457) - (xy 84.686 104.986502) (xy 84.457913 105.006457) (xy 84.236759 105.065715) (xy 84.236753 105.065717) - (xy 84.02925 105.162477) (xy 83.841703 105.293799) (xy 83.841697 105.293804) (xy 83.679804 105.455697) - (xy 83.679799 105.455703) (xy 83.548477 105.64325) (xy 83.451717 105.850753) (xy 83.451715 105.850759) - (xy 83.392457 106.071913) (xy 83.372502 106.3) (xy 83.392457 106.528086) (xy 83.451715 106.74924) - (xy 83.451717 106.749246) (xy 83.548477 106.956749) (xy 83.647512 107.098186) (xy 83.679802 107.1443) - (xy 83.8417 107.306198) (xy 84.029251 107.437523) (xy 84.055588 107.449804) (xy 84.068457 107.455805) - (xy 84.121742 107.502722) (xy 84.141203 107.570999) (xy 84.120661 107.638959) (xy 84.068457 107.684195) - (xy 84.02925 107.702477) (xy 83.841703 107.833799) (xy 83.841697 107.833804) (xy 83.679804 107.995697) - (xy 83.679799 107.995703) (xy 83.548477 108.18325) (xy 83.451717 108.390753) (xy 83.451715 108.390759) - (xy 83.433564 108.4585) (xy 83.392457 108.611913) (xy 83.372502 108.84) (xy 83.386381 108.998643) - (xy 83.392457 109.068086) (xy 83.451715 109.28924) (xy 83.451717 109.289246) (xy 83.538626 109.475624) - (xy 83.548477 109.496749) (xy 83.679802 109.6843) (xy 83.8417 109.846198) (xy 84.029251 109.977523) - (xy 84.236757 110.074284) (xy 84.457913 110.133543) (xy 84.686 110.153498) (xy 84.914087 110.133543) - (xy 85.135243 110.074284) (xy 85.342749 109.977523) (xy 85.5303 109.846198) (xy 85.692198 109.6843) - (xy 85.823523 109.496749) (xy 85.823522 109.496749) (xy 85.826679 109.492242) (xy 85.828313 109.493386) - (xy 85.873348 109.450435) (xy 85.943059 109.436989) (xy 86.008974 109.463366) (xy 86.050164 109.521193) - (xy 86.0571 109.56242) (xy 86.0571 113.860152) (xy 86.037098 113.928273) (xy 86.011037 113.957548) - (xy 86.001439 113.965425) (xy 86.001434 113.96543) (xy 85.875405 114.118995) (xy 85.781759 114.294195) - (xy 85.72409 114.484305) (xy 85.70462 114.681996) (xy 85.70462 114.682003) (xy 85.72409 114.879694) - (xy 85.724091 114.8797) (xy 85.724092 114.879701) (xy 85.781759 115.069804) (xy 85.875405 115.245004) - (xy 86.001432 115.398568) (xy 86.154996 115.524595) (xy 86.330196 115.618241) (xy 86.520299 115.675908) - (xy 86.520303 115.675908) (xy 86.520305 115.675909) (xy 86.717997 115.69538) (xy 86.718 115.69538) - (xy 86.718003 115.69538) (xy 86.915694 115.675909) (xy 86.915695 115.675908) (xy 86.915701 115.675908) - (xy 87.105804 115.618241) (xy 87.281004 115.524595) (xy 87.434568 115.398568) (xy 87.560595 115.245004) - (xy 87.654241 115.069804) (xy 87.711908 114.879701) (xy 87.73138 114.682) (xy 87.711908 114.484299) - (xy 87.654241 114.294196) (xy 87.560595 114.118996) (xy 87.434568 113.965432) (xy 87.434562 113.965427) - (xy 87.43456 113.965425) (xy 87.424963 113.957548) (xy 87.384996 113.89887) (xy 87.3789 113.860152) - (xy 87.3789 107.061996) (xy 97.64262 107.061996) (xy 97.64262 107.062003) (xy 97.66209 107.259694) - (xy 97.662091 107.2597) (xy 97.662092 107.259701) (xy 97.719759 107.449804) (xy 97.813405 107.625004) - (xy 97.939432 107.778568) (xy 98.092996 107.904595) (xy 98.268196 107.998241) (xy 98.458299 108.055908) - (xy 98.458304 108.055908) (xy 98.458306 108.055909) (xy 98.539078 108.063864) (xy 98.60491 108.090446) - (xy 98.615815 108.100153) (xy 98.931935 108.416273) (xy 99.038989 108.487803) (xy 99.056821 108.499718) - (xy 99.195587 108.557197) (xy 99.3429 108.5865) (xy 99.4931 108.5865) (xy 105.081317 108.5865) (xy 105.149438 108.606502) - (xy 105.195931 108.660158) (xy 105.206035 108.730432) (xy 105.176541 108.795012) (xy 105.174017 108.797839) - (xy 105.11428 108.862728) (xy 105.114275 108.862734) (xy 104.991141 109.051206) (xy 104.900703 109.257386) - (xy 104.900702 109.257387) (xy 104.845437 109.475624) (xy 104.845436 109.47563) (xy 104.845436 109.475632) - (xy 104.826844 109.7) (xy 104.841601 109.878092) (xy 104.845437 109.924375) (xy 104.900702 110.142612) - (xy 104.900703 110.142613) (xy 104.900704 110.142616) (xy 104.989781 110.345692) (xy 104.991141 110.348793) - (xy 105.114275 110.537265) (xy 105.114279 110.53727) (xy 105.266762 110.702908) (xy 105.321331 110.745381) - (xy 105.444424 110.841189) (xy 105.642426 110.948342) (xy 105.642427 110.948342) (xy 105.642428 110.948343) - (xy 105.718584 110.974487) (xy 105.855365 111.021444) (xy 106.077431 111.0585) (xy 106.077435 111.0585) - (xy 106.302565 111.0585) (xy 106.302569 111.0585) (xy 106.524635 111.021444) (xy 106.737574 110.948342) - (xy 106.935576 110.841189) (xy 107.11324 110.702906) (xy 107.265722 110.537268) (xy 107.354518 110.401354) - (xy 107.40852 110.355268) (xy 107.478868 110.345692) (xy 107.543225 110.375669) (xy 107.56548 110.401353) - (xy 107.598607 110.452058) (xy 107.654275 110.537265) (xy 107.654279 110.53727) (xy 107.806762 110.702908) - (xy 107.861331 110.745381) (xy 107.984424 110.841189) (xy 108.182426 110.948342) (xy 108.182427 110.948342) - (xy 108.182428 110.948343) (xy 108.258584 110.974487) (xy 108.395365 111.021444) (xy 108.617431 111.0585) - (xy 108.617435 111.0585) (xy 108.842565 111.0585) (xy 108.842569 111.0585) (xy 109.064635 111.021444) - (xy 109.277574 110.948342) (xy 109.475576 110.841189) (xy 109.65324 110.702906) (xy 109.805722 110.537268) - (xy 109.894518 110.401354) (xy 109.94852 110.355268) (xy 110.018868 110.345692) (xy 110.083225 110.375669) - (xy 110.10548 110.401353) (xy 110.138607 110.452058) (xy 110.194275 110.537265) (xy 110.194279 110.53727) - (xy 110.346762 110.702908) (xy 110.401331 110.745381) (xy 110.524424 110.841189) (xy 110.722426 110.948342) - (xy 110.722427 110.948342) (xy 110.722428 110.948343) (xy 110.798584 110.974487) (xy 110.935365 111.021444) - (xy 111.157431 111.0585) (xy 111.157435 111.0585) (xy 111.382565 111.0585) (xy 111.382569 111.0585) - (xy 111.604635 111.021444) (xy 111.817574 110.948342) (xy 112.015576 110.841189) (xy 112.19324 110.702906) - (xy 112.345722 110.537268) (xy 112.434518 110.401354) (xy 112.48852 110.355268) (xy 112.558868 110.345692) - (xy 112.623225 110.375669) (xy 112.64548 110.401353) (xy 112.678607 110.452058) (xy 112.734275 110.537265) - (xy 112.734279 110.53727) (xy 112.886762 110.702908) (xy 112.941331 110.745381) (xy 113.064424 110.841189) - (xy 113.262426 110.948342) (xy 113.262427 110.948342) (xy 113.262428 110.948343) (xy 113.338584 110.974487) - (xy 113.475365 111.021444) (xy 113.697431 111.0585) (xy 113.697435 111.0585) (xy 113.922565 111.0585) - (xy 113.922569 111.0585) (xy 114.144635 111.021444) (xy 114.357574 110.948342) (xy 114.555576 110.841189) - (xy 114.73324 110.702906) (xy 114.885722 110.537268) (xy 115.00886 110.348791) (xy 115.099296 110.142616) - (xy 115.154564 109.924368) (xy 115.173156 109.7) (xy 115.154564 109.475632) (xy 115.099296 109.257384) - (xy 115.00886 109.051209) (xy 115.00214 109.040924) (xy 114.885724 108.862734) (xy 114.885719 108.862728) - (xy 114.825983 108.797839) (xy 114.794561 108.734174) (xy 114.802547 108.663628) (xy 114.847406 108.608598) - (xy 114.914894 108.586557) (xy 114.918683 108.5865) (xy 115.305972 108.5865) (xy 115.374093 108.606502) - (xy 115.395067 108.623405) (xy 116.032837 109.261175) (xy 116.066863 109.323487) (xy 116.069135 109.337918) - (xy 116.077092 109.418701) (xy 116.100768 109.496749) (xy 116.134759 109.608805) (xy 116.154103 109.644995) - (xy 116.228405 109.784004) (xy 116.354432 109.937568) (xy 116.507996 110.063595) (xy 116.683196 110.157241) - (xy 116.873299 110.214908) (xy 116.873303 110.214908) (xy 116.873305 110.214909) (xy 117.070997 110.23438) - (xy 117.071 110.23438) (xy 117.071003 110.23438) (xy 117.268694 110.214909) (xy 117.268695 110.214908) - (xy 117.268701 110.214908) (xy 117.458804 110.157241) (xy 117.634004 110.063595) (xy 117.696751 110.0121) - (xy 117.762098 109.984347) (xy 117.776684 109.9835) (xy 121.528972 109.9835) (xy 121.597093 110.003502) - (xy 121.618067 110.020405) (xy 122.509837 110.912175) (xy 122.543863 110.974487) (xy 122.546135 110.988918) - (xy 122.554092 111.069701) (xy 122.592536 111.196436) (xy 122.611759 111.259805) (xy 122.705405 111.435004) - (xy 122.831432 111.588568) (xy 122.984996 111.714595) (xy 123.160196 111.808241) (xy 123.350299 111.865908) - (xy 123.350303 111.865908) (xy 123.350305 111.865909) (xy 123.547997 111.88538) (xy 123.548 111.88538) - (xy 123.548003 111.88538) (xy 123.745694 111.865909) (xy 123.745695 111.865908) (xy 123.745701 111.865908) - (xy 123.935804 111.808241) (xy 124.111004 111.714595) (xy 124.264568 111.588568) (xy 124.390595 111.435004) - (xy 124.484241 111.259804) (xy 124.541908 111.069701) (xy 124.543012 111.0585) (xy 124.56138 110.872003) - (xy 124.56138 110.871996) (xy 124.541909 110.674305) (xy 124.541908 110.674303) (xy 124.541908 110.674299) - (xy 124.484241 110.484196) (xy 124.390595 110.308996) (xy 124.264568 110.155432) (xy 124.111004 110.029405) - (xy 124.062543 110.003502) (xy 123.935805 109.935759) (xy 123.872436 109.916536) (xy 123.745701 109.878092) - (xy 123.664918 109.870135) (xy 123.599087 109.843552) (xy 123.588175 109.833837) (xy 122.383069 108.62873) - (xy 122.383065 108.628727) (xy 122.258179 108.545282) (xy 122.148178 108.499718) (xy 122.119414 108.487803) - (xy 121.972103 108.4585) (xy 121.9721 108.4585) (xy 117.776684 108.4585) (xy 117.708563 108.438498) - (xy 117.696751 108.4299) (xy 117.649057 108.390759) (xy 117.634004 108.378405) (xy 117.546404 108.331582) - (xy 117.458805 108.284759) (xy 117.395436 108.265536) (xy 117.268701 108.227092) (xy 117.187918 108.219135) - (xy 117.122087 108.192552) (xy 117.111183 108.182845) (xy 116.160065 107.231727) (xy 116.035179 107.148282) - (xy 115.896414 107.090803) (xy 115.749103 107.0615) (xy 115.7491 107.0615) (xy 106.981684 107.0615) - (xy 106.913563 107.041498) (xy 106.901751 107.0329) (xy 106.884818 107.019004) (xy 106.839004 106.981405) - (xy 106.663804 106.887759) (xy 106.473701 106.830092) (xy 106.4737 106.830091) (xy 106.473694 106.83009) - (xy 106.276003 106.81062) (xy 106.275997 106.81062) (xy 106.078305 106.83009) (xy 105.888195 106.887759) - (xy 105.712996 106.981405) (xy 105.650249 107.0329) (xy 105.584902 107.060653) (xy 105.570316 107.0615) - (xy 99.786028 107.0615) (xy 99.717907 107.041498) (xy 99.696933 107.024595) (xy 99.694162 107.021824) - (xy 99.660136 106.959512) (xy 99.657864 106.945078) (xy 99.649909 106.864306) (xy 99.649908 106.864304) - (xy 99.649908 106.864299) (xy 99.592241 106.674196) (xy 99.498595 106.498996) (xy 99.372568 106.345432) - (xy 99.219004 106.219405) (xy 99.043804 106.125759) (xy 98.853701 106.068092) (xy 98.8537 106.068091) - (xy 98.853694 106.06809) (xy 98.656003 106.04862) (xy 98.655997 106.04862) (xy 98.458305 106.06809) - (xy 98.268195 106.125759) (xy 98.092995 106.219405) (xy 97.939432 106.345432) (xy 97.813405 106.498995) - (xy 97.719759 106.674195) (xy 97.66209 106.864305) (xy 97.64262 107.061996) (xy 87.3789 107.061996) - (xy 87.3789 104.059131) (xy 87.398902 103.99101) (xy 87.4122 103.973793) (xy 87.539714 103.835277) - (xy 87.539724 103.835265) (xy 87.627287 103.70124) (xy 87.628816 103.698898) (xy 87.682819 103.65281) - (xy 87.753167 103.643235) (xy 87.817524 103.673212) (xy 87.839782 103.698898) (xy 87.928674 103.834958) - (xy 88.081097 104.000534) (xy 88.258698 104.138767) (xy 88.258699 104.138768) (xy 88.456628 104.245882) - (xy 88.45663 104.245883) (xy 88.669483 104.318955) (xy 88.669492 104.318957) (xy 88.75 104.332391) - (xy 88.75 103.428702) (xy 88.811007 103.463925) (xy 88.938174 103.498) (xy 89.069826 103.498) (xy 89.196993 103.463925) - (xy 89.258 103.428702) (xy 89.258 104.33239) (xy 89.338507 104.318957) (xy 89.338516 104.318955) - (xy 89.551369 104.245883) (xy 89.551371 104.245882) (xy 89.7493 104.138768) (xy 89.749301 104.138767) - (xy 89.926902 104.000534) (xy 90.079325 103.834958) (xy 90.202419 103.646548) (xy 90.29282 103.440456) - (xy 90.292823 103.440449) (xy 90.340544 103.252) (xy 89.434703 103.252) (xy 89.469925 103.190993) - (xy 89.504 103.063826) (xy 89.504 102.932174) (xy 89.469925 102.805007) (xy 89.434703 102.744) (xy 90.340544 102.744) - (xy 90.340544 102.743999) (xy 90.292822 102.555548) (xy 90.292821 102.555546) (xy 90.253584 102.466095) - (xy 90.244537 102.395677) (xy 90.274997 102.331546) (xy 90.298965 102.310717) (xy 90.382422 102.254954) - (xy 90.986085 101.651289) (xy 91.048396 101.617266) (xy 91.119211 101.62233) (xy 91.176047 101.664877) - (xy 91.199627 101.720674) (xy 91.224795 101.879574) (xy 91.224796 101.879577) (xy 91.27653 102.038803) - (xy 91.278712 102.045516) (xy 91.357926 102.200981) (xy 91.460483 102.342139) (xy 91.460485 102.342141) - (xy 91.460487 102.342144) (xy 91.583855 102.465512) (xy 91.583858 102.465514) (xy 91.583861 102.465517) - (xy 91.725019 102.568074) (xy 91.880484 102.647288) (xy 91.943463 102.66775) (xy 92.002065 102.707821) - (xy 92.029703 102.773218) (xy 92.017597 102.843175) (xy 91.969591 102.895481) (xy 91.925263 102.911864) - (xy 91.717367 102.946555) (xy 91.71736 102.946557) (xy 91.504428 103.019656) (xy 91.504426 103.019658) - (xy 91.422811 103.063826) (xy 91.306426 103.12681) (xy 91.306424 103.126811) (xy 91.128762 103.265091) - (xy 90.976279 103.430729) (xy 90.976275 103.430734) (xy 90.853141 103.619206) (xy 90.762703 103.825386) - (xy 90.762702 103.825387) (xy 90.707437 104.043624) (xy 90.707436 104.04363) (xy 90.707436 104.043632) - (xy 90.688844 104.268) (xy 90.696177 104.3565) (xy 90.707437 104.492375) (xy 90.762702 104.710612) - (xy 90.762703 104.710613) (xy 90.853141 104.916793) (xy 90.976275 105.105265) (xy 90.976279 105.10527) - (xy 91.128762 105.270908) (xy 91.158176 105.293802) (xy 91.306424 105.409189) (xy 91.504426 105.516342) - (xy 91.504427 105.516342) (xy 91.504428 105.516343) (xy 91.616227 105.554723) (xy 91.717365 105.589444) - (xy 91.939431 105.6265) (xy 91.939435 105.6265) (xy 92.164565 105.6265) (xy 92.164569 105.6265) - (xy 92.386635 105.589444) (xy 92.599574 105.516342) (xy 92.797576 105.409189) (xy 92.97524 105.270906) - (xy 93.127722 105.105268) (xy 93.216518 104.969354) (xy 93.27052 104.923268) (xy 93.340868 104.913692) - (xy 93.405225 104.943669) (xy 93.42748 104.969353) (xy 93.451722 105.006457) (xy 93.516275 105.105265) - (xy 93.516279 105.10527) (xy 93.668762 105.270908) (xy 93.698176 105.293802) (xy 93.846424 105.409189) - (xy 94.044426 105.516342) (xy 94.044427 105.516342) (xy 94.044428 105.516343) (xy 94.156227 105.554723) - (xy 94.257365 105.589444) (xy 94.479431 105.6265) (xy 94.479435 105.6265) (xy 94.704565 105.6265) - (xy 94.704569 105.6265) (xy 94.926635 105.589444) (xy 95.139574 105.516342) (xy 95.337576 105.409189) - (xy 95.51524 105.270906) (xy 95.667722 105.105268) (xy 95.756518 104.969354) (xy 95.81052 104.923268) - (xy 95.880868 104.913692) (xy 95.945225 104.943669) (xy 95.96748 104.969353) (xy 95.991722 105.006457) - (xy 96.056275 105.105265) (xy 96.056279 105.10527) (xy 96.208762 105.270908) (xy 96.238176 105.293802) - (xy 96.386424 105.409189) (xy 96.584426 105.516342) (xy 96.584427 105.516342) (xy 96.584428 105.516343) - (xy 96.696227 105.554723) (xy 96.797365 105.589444) (xy 97.019431 105.6265) (xy 97.019435 105.6265) - (xy 97.244565 105.6265) (xy 97.244569 105.6265) (xy 97.466635 105.589444) (xy 97.679574 105.516342) - (xy 97.877576 105.409189) (xy 98.05524 105.270906) (xy 98.207722 105.105268) (xy 98.296518 104.969354) - (xy 98.35052 104.923268) (xy 98.420868 104.913692) (xy 98.485225 104.943669) (xy 98.50748 104.969353) - (xy 98.531722 105.006457) (xy 98.596275 105.105265) (xy 98.596279 105.10527) (xy 98.748762 105.270908) - (xy 98.778176 105.293802) (xy 98.926424 105.409189) (xy 99.124426 105.516342) (xy 99.124427 105.516342) - (xy 99.124428 105.516343) (xy 99.236227 105.554723) (xy 99.337365 105.589444) (xy 99.559431 105.6265) - (xy 99.559435 105.6265) (xy 99.784565 105.6265) (xy 99.784569 105.6265) (xy 100.006635 105.589444) - (xy 100.219574 105.516342) (xy 100.417576 105.409189) (xy 100.59524 105.270906) (xy 100.747722 105.105268) - (xy 100.836518 104.969354) (xy 100.89052 104.923268) (xy 100.960868 104.913692) (xy 101.025225 104.943669) - (xy 101.04748 104.969353) (xy 101.071722 105.006457) (xy 101.136275 105.105265) (xy 101.136279 105.10527) - (xy 101.288762 105.270908) (xy 101.318176 105.293802) (xy 101.466424 105.409189) (xy 101.664426 105.516342) - (xy 101.664427 105.516342) (xy 101.664428 105.516343) (xy 101.776227 105.554723) (xy 101.877365 105.589444) - (xy 102.099431 105.6265) (xy 102.099435 105.6265) (xy 102.324565 105.6265) (xy 102.324569 105.6265) - (xy 102.546635 105.589444) (xy 102.759574 105.516342) (xy 102.957576 105.409189) (xy 103.13524 105.270906) - (xy 103.287722 105.105268) (xy 103.376518 104.969354) (xy 103.43052 104.923268) (xy 103.500868 104.913692) - (xy 103.565225 104.943669) (xy 103.58748 104.969353) (xy 103.611722 105.006457) (xy 103.676275 105.105265) - (xy 103.676279 105.10527) (xy 103.828762 105.270908) (xy 103.858176 105.293802) (xy 104.006424 105.409189) - (xy 104.204426 105.516342) (xy 104.204427 105.516342) (xy 104.204428 105.516343) (xy 104.316227 105.554723) - (xy 104.417365 105.589444) (xy 104.639431 105.6265) (xy 104.639435 105.6265) (xy 104.864565 105.6265) - (xy 104.864569 105.6265) (xy 105.086635 105.589444) (xy 105.299574 105.516342) (xy 105.497576 105.409189) - (xy 105.67524 105.270906) (xy 105.827722 105.105268) (xy 105.916518 104.969354) (xy 105.97052 104.923268) - (xy 106.040868 104.913692) (xy 106.105225 104.943669) (xy 106.12748 104.969353) (xy 106.151722 105.006457) - (xy 106.216275 105.105265) (xy 106.216279 105.10527) (xy 106.368762 105.270908) (xy 106.398176 105.293802) - (xy 106.546424 105.409189) (xy 106.744426 105.516342) (xy 106.744427 105.516342) (xy 106.744428 105.516343) - (xy 106.856227 105.554723) (xy 106.957365 105.589444) (xy 107.179431 105.6265) (xy 107.179435 105.6265) - (xy 107.404565 105.6265) (xy 107.404569 105.6265) (xy 107.626635 105.589444) (xy 107.839574 105.516342) - (xy 108.037576 105.409189) (xy 108.21524 105.270906) (xy 108.367722 105.105268) (xy 108.456518 104.969354) - (xy 108.51052 104.923268) (xy 108.580868 104.913692) (xy 108.645225 104.943669) (xy 108.66748 104.969353) - (xy 108.691722 105.006457) (xy 108.756275 105.105265) (xy 108.756279 105.10527) (xy 108.908762 105.270908) - (xy 108.938176 105.293802) (xy 109.086424 105.409189) (xy 109.284426 105.516342) (xy 109.284427 105.516342) - (xy 109.284428 105.516343) (xy 109.396227 105.554723) (xy 109.497365 105.589444) (xy 109.719431 105.6265) - (xy 109.719435 105.6265) (xy 109.944565 105.6265) (xy 109.944569 105.6265) (xy 110.166635 105.589444) - (xy 110.379574 105.516342) (xy 110.577576 105.409189) (xy 110.75524 105.270906) (xy 110.907722 105.105268) - (xy 110.996518 104.969354) (xy 111.05052 104.923268) (xy 111.120868 104.913692) (xy 111.185225 104.943669) - (xy 111.20748 104.969353) (xy 111.231722 105.006457) (xy 111.296275 105.105265) (xy 111.296279 105.10527) - (xy 111.448762 105.270908) (xy 111.478176 105.293802) (xy 111.626424 105.409189) (xy 111.824426 105.516342) - (xy 111.824427 105.516342) (xy 111.824428 105.516343) (xy 111.936227 105.554723) (xy 112.037365 105.589444) - (xy 112.259431 105.6265) (xy 112.259435 105.6265) (xy 112.484565 105.6265) (xy 112.484569 105.6265) - (xy 112.706635 105.589444) (xy 112.919574 105.516342) (xy 113.117576 105.409189) (xy 113.29524 105.270906) - (xy 113.447722 105.105268) (xy 113.536518 104.969354) (xy 113.59052 104.923268) (xy 113.660868 104.913692) - (xy 113.725225 104.943669) (xy 113.74748 104.969353) (xy 113.771722 105.006457) (xy 113.836275 105.105265) - (xy 113.836279 105.10527) (xy 113.988762 105.270908) (xy 114.018176 105.293802) (xy 114.166424 105.409189) - (xy 114.364426 105.516342) (xy 114.364427 105.516342) (xy 114.364428 105.516343) (xy 114.476227 105.554723) - (xy 114.577365 105.589444) (xy 114.799431 105.6265) (xy 114.799435 105.6265) (xy 115.024565 105.6265) - (xy 115.024569 105.6265) (xy 115.246635 105.589444) (xy 115.459574 105.516342) (xy 115.657576 105.409189) - (xy 115.83524 105.270906) (xy 115.987722 105.105268) (xy 116.076518 104.969354) (xy 116.13052 104.923268) - (xy 116.200868 104.913692) (xy 116.265225 104.943669) (xy 116.28748 104.969353) (xy 116.311722 105.006457) - (xy 116.376275 105.105265) (xy 116.376279 105.10527) (xy 116.528762 105.270908) (xy 116.558176 105.293802) - (xy 116.706424 105.409189) (xy 116.904426 105.516342) (xy 116.904427 105.516342) (xy 116.904428 105.516343) - (xy 117.016227 105.554723) (xy 117.117365 105.589444) (xy 117.339431 105.6265) (xy 117.339435 105.6265) - (xy 117.564565 105.6265) (xy 117.564569 105.6265) (xy 117.786635 105.589444) (xy 117.999574 105.516342) - (xy 118.197576 105.409189) (xy 118.37524 105.270906) (xy 118.527722 105.105268) (xy 118.616518 104.969354) - (xy 118.67052 104.923268) (xy 118.740868 104.913692) (xy 118.805225 104.943669) (xy 118.82748 104.969353) - (xy 118.851722 105.006457) (xy 118.916275 105.105265) (xy 118.916279 105.10527) (xy 119.068762 105.270908) - (xy 119.098176 105.293802) (xy 119.246424 105.409189) (xy 119.444426 105.516342) (xy 119.444427 105.516342) - (xy 119.444428 105.516343) (xy 119.556227 105.554723) (xy 119.657365 105.589444) (xy 119.879431 105.6265) - (xy 119.879435 105.6265) (xy 120.104565 105.6265) (xy 120.104569 105.6265) (xy 120.326635 105.589444) - (xy 120.539574 105.516342) (xy 120.737576 105.409189) (xy 120.91524 105.270906) (xy 121.067722 105.105268) - (xy 121.156518 104.969354) (xy 121.21052 104.923268) (xy 121.280868 104.913692) (xy 121.345225 104.943669) - (xy 121.36748 104.969353) (xy 121.391722 105.006457) (xy 121.456275 105.105265) (xy 121.456279 105.10527) - (xy 121.608762 105.270908) (xy 121.638176 105.293802) (xy 121.786424 105.409189) (xy 121.984426 105.516342) - (xy 121.984427 105.516342) (xy 121.984428 105.516343) (xy 122.096227 105.554723) (xy 122.197365 105.589444) - (xy 122.419431 105.6265) (xy 122.419435 105.6265) (xy 122.644565 105.6265) (xy 122.644569 105.6265) - (xy 122.866635 105.589444) (xy 123.079574 105.516342) (xy 123.277576 105.409189) (xy 123.45524 105.270906) - (xy 123.607722 105.105268) (xy 123.696518 104.969354) (xy 123.75052 104.923268) (xy 123.820868 104.913692) - (xy 123.885225 104.943669) (xy 123.90748 104.969353) (xy 123.931722 105.006457) (xy 123.996275 105.105265) - (xy 123.996279 105.10527) (xy 124.148762 105.270908) (xy 124.178176 105.293802) (xy 124.326424 105.409189) - (xy 124.524426 105.516342) (xy 124.524427 105.516342) (xy 124.524428 105.516343) (xy 124.636227 105.554723) - (xy 124.737365 105.589444) (xy 124.959431 105.6265) (xy 124.959435 105.6265) (xy 125.184565 105.6265) - (xy 125.184569 105.6265) (xy 125.406635 105.589444) (xy 125.619574 105.516342) (xy 125.817576 105.409189) - (xy 125.99524 105.270906) (xy 126.147722 105.105268) (xy 126.236518 104.969354) (xy 126.29052 104.923268) - (xy 126.360868 104.913692) (xy 126.425225 104.943669) (xy 126.44748 104.969353) (xy 126.471722 105.006457) - (xy 126.536275 105.105265) (xy 126.536279 105.10527) (xy 126.688762 105.270908) (xy 126.718176 105.293802) - (xy 126.866424 105.409189) (xy 127.064426 105.516342) (xy 127.064427 105.516342) (xy 127.064428 105.516343) - (xy 127.176227 105.554723) (xy 127.277365 105.589444) (xy 127.499431 105.6265) (xy 127.499435 105.6265) - (xy 127.724565 105.6265) (xy 127.724569 105.6265) (xy 127.946635 105.589444) (xy 128.159574 105.516342) - (xy 128.357576 105.409189) (xy 128.53524 105.270906) (xy 128.596245 105.204637) (xy 128.657096 105.168067) - (xy 128.728061 105.1702) (xy 128.786606 105.210362) (xy 128.807 105.245941) (xy 128.851111 105.364204) - (xy 128.851112 105.364207) (xy 128.938738 105.481261) (xy 129.055792 105.568887) (xy 129.055794 105.568888) - (xy 129.055796 105.568889) (xy 129.079095 105.577579) (xy 129.192795 105.619988) (xy 129.192803 105.61999) - (xy 129.25335 105.626499) (xy 129.253355 105.626499) (xy 129.253362 105.6265) (xy 129.253368 105.6265) - (xy 131.050632 105.6265) (xy 131.050638 105.6265) (xy 131.050645 105.626499) (xy 131.050649 105.626499) - (xy 131.111196 105.61999) (xy 131.111199 105.619989) (xy 131.111201 105.619989) (xy 131.248204 105.568889) - (xy 131.318399 105.516342) (xy 131.365261 105.481261) (xy 131.452887 105.364207) (xy 131.452887 105.364206) - (xy 131.452889 105.364204) (xy 131.503989 105.227201) (xy 131.5058 105.210362) (xy 131.510499 105.166649) - (xy 131.5105 105.166632) (xy 131.5105 103.369367) (xy 131.510499 103.36935) (xy 131.50399 103.308803) - (xy 131.503988 103.308795) (xy 131.452889 103.171797) (xy 131.452887 103.171792) (xy 131.365261 103.054738) - (xy 131.248207 102.967112) (xy 131.248202 102.96711) (xy 131.111204 102.916011) (xy 131.111196 102.916009) - (xy 131.050649 102.9095) (xy 131.050638 102.9095) (xy 130.820041 102.9095) (xy 130.75192 102.889498) - (xy 130.705427 102.835842) (xy 130.695323 102.765568) (xy 130.724817 102.700988) (xy 130.781104 102.663667) - (xy 130.831516 102.647288) (xy 130.986981 102.568074) (xy 131.128139 102.465517) (xy 131.251517 102.342139) - (xy 131.354074 102.200981) (xy 131.433288 102.045516) (xy 131.487205 101.879574) (xy 131.5145 101.707241) - (xy 131.5145 100.732759) (xy 131.487205 100.560426) (xy 131.433288 100.394484) (xy 131.354074 100.239019) - (xy 131.251517 100.097861) (xy 131.251514 100.097858) (xy 131.251512 100.097855) (xy 131.202155 100.048498) - (xy 131.168129 99.986186) (xy 131.173194 99.915371) (xy 131.215741 99.858535) (xy 131.266666 99.835825) - (xy 131.328619 99.823502) (xy 131.448896 99.773682) (xy 131.557141 99.701355) (xy 134.181742 97.076752) - (xy 134.244051 97.04273) (xy 134.314866 97.047794) (xy 134.371702 97.090341) (xy 134.385029 97.1126) - (xy 134.475612 97.306855) (xy 134.514251 97.362038) (xy 135.124578 96.75171) (xy 135.151463 96.852044) - (xy 135.207416 96.948956) (xy 135.286544 97.028084) (xy 135.383456 97.084037) (xy 135.483788 97.11092) - (xy 134.873461 97.721247) (xy 134.873461 97.721249) (xy 134.928641 97.759886) (xy 134.92864 97.759886) - (xy 135.124175 97.851065) (xy 135.12418 97.851067) (xy 135.33257 97.906905) (xy 135.5475 97.925709) - (xy 135.762429 97.906905) (xy 135.970819 97.851067) (xy 135.970824 97.851065) (xy 136.166354 97.759888) - (xy 136.221537 97.721248) (xy 136.221537 97.721246) (xy 135.611211 97.11092) (xy 135.711544 97.084037) - (xy 135.808456 97.028084) (xy 135.887584 96.948956) (xy 135.943537 96.852044) (xy 135.97042 96.751711) - (xy 136.580746 97.362037) (xy 136.580748 97.362037) (xy 136.619388 97.306854) (xy 136.710565 97.111324) - (xy 136.710567 97.111319) (xy 136.766405 96.902929) (xy 136.785209 96.688) (xy 136.766405 96.47307) - (xy 136.748424 96.405964) (xy 136.750114 96.334988) (xy 136.789908 96.276192) (xy 136.855172 96.248244) - (xy 136.925186 96.260017) (xy 136.972067 96.299292) (xy 137.052367 96.409815) (xy 137.052369 96.409818) - (xy 137.175681 96.53313) (xy 137.175684 96.533132) (xy 137.316778 96.635643) (xy 137.472174 96.714822) - (xy 137.47218 96.714825) (xy 137.638039 96.768715) (xy 137.638035 96.768715) (xy 137.810302 96.796) - (xy 137.9935 96.796) (xy 137.9935 95.988) (xy 138.5015 95.988) (xy 138.5015 96.796) (xy 138.684698 96.796) - (xy 138.856962 96.768715) (xy 139.022819 96.714825) (xy 139.022825 96.714822) (xy 139.178221 96.635643) - (xy 139.319315 96.533132) (xy 139.319318 96.53313) (xy 139.44263 96.409818) (xy 139.442632 96.409815) - (xy 139.545143 96.268721) (xy 139.624322 96.113325) (xy 139.624325 96.113319) (xy 139.678667 95.946072) - (xy 139.71874 95.887466) (xy 139.784137 95.859829) (xy 139.854094 95.871936) (xy 139.9064 95.919942) - (xy 139.9245 95.985008) (xy 139.9245 102.390991) (xy 139.904498 102.459112) (xy 139.850842 102.505605) - (xy 139.780568 102.515709) (xy 139.715988 102.486215) (xy 139.678667 102.429927) (xy 139.624325 102.26268) - (xy 139.624322 102.262674) (xy 139.545143 102.107278) (xy 139.442632 101.966184) (xy 139.44263 101.966181) - (xy 139.319318 101.842869) (xy 139.319315 101.842867) (xy 139.178221 101.740356) (xy 139.022825 101.661177) - (xy 139.022819 101.661174) (xy 138.85696 101.607284) (xy 138.856964 101.607284) (xy 138.684698 101.58) - (xy 138.5015 101.58) (xy 138.5015 102.388) (xy 137.9935 102.388) (xy 137.9935 101.58) (xy 137.810302 101.58) - (xy 137.638037 101.607284) (xy 137.47218 101.661174) (xy 137.472174 101.661177) (xy 137.316778 101.740356) - (xy 137.175684 101.842867) (xy 137.175681 101.842869) (xy 137.052366 101.966184) (xy 136.972067 102.076707) - (xy 136.915844 102.120061) (xy 136.845108 102.126136) (xy 136.782316 102.093004) (xy 136.747405 102.031184) - (xy 136.748424 101.970034) (xy 136.766405 101.902928) (xy 136.785209 101.688) (xy 136.766405 101.47307) - (xy 136.710567 101.26468) (xy 136.710565 101.264675) (xy 136.619386 101.069141) (xy 136.580749 101.013961) - (xy 136.580747 101.013961) (xy 135.97042 101.624288) (xy 135.943537 101.523956) (xy 135.887584 101.427044) - (xy 135.808456 101.347916) (xy 135.711544 101.291963) (xy 135.61121 101.265078) (xy 136.221537 100.654751) - (xy 136.166355 100.616112) (xy 135.970824 100.524934) (xy 135.970819 100.524932) (xy 135.762429 100.469094) - (xy 135.5475 100.45029) (xy 135.33257 100.469094) (xy 135.12418 100.524932) (xy 135.124175 100.524934) - (xy 134.928643 100.616113) (xy 134.87346 100.654751) (xy 135.483788 101.265079) (xy 135.383456 101.291963) - (xy 135.286544 101.347916) (xy 135.207416 101.427044) (xy 135.151463 101.523956) (xy 135.124579 101.624288) - (xy 134.514251 101.01396) (xy 134.475613 101.069143) (xy 134.384434 101.264675) (xy 134.384432 101.26468) - (xy 134.328594 101.47307) (xy 134.30979 101.688) (xy 134.328594 101.902929) (xy 134.384432 102.111319) - (xy 134.384433 102.111321) (xy 134.475612 102.306855) (xy 134.514251 102.362037) (xy 135.124578 101.75171) - (xy 135.151463 101.852044) (xy 135.207416 101.948956) (xy 135.286544 102.028084) (xy 135.383456 102.084037) - (xy 135.483788 102.11092) (xy 134.873461 102.721247) (xy 134.873461 102.721249) (xy 134.928641 102.759886) - (xy 134.92864 102.759886) (xy 135.124175 102.851065) (xy 135.12418 102.851067) (xy 135.33257 102.906905) - (xy 135.5475 102.925709) (xy 135.762429 102.906905) (xy 135.970819 102.851067) (xy 135.970824 102.851065) - (xy 136.166354 102.759888) (xy 136.221537 102.721248) (xy 136.221537 102.721246) (xy 135.611211 102.11092) - (xy 135.711544 102.084037) (xy 135.808456 102.028084) (xy 135.887584 101.948956) (xy 135.943537 101.852044) - (xy 135.97042 101.751711) (xy 136.580746 102.362037) (xy 136.580747 102.362037) (xy 136.586354 102.35403) - (xy 136.641811 102.3097) (xy 136.71243 102.30239) (xy 136.775791 102.334421) (xy 136.811776 102.395622) - (xy 136.81335 102.430992) (xy 136.815919 102.434) (xy 137.73744 102.434) (xy 137.713295 102.44794) - (xy 137.65744 102.503795) (xy 137.617944 102.572204) (xy 137.5975 102.648504) (xy 137.5975 102.727496) - (xy 137.617944 102.803796) (xy 137.65744 102.872205) (xy 137.713295 102.92806) (xy 137.73744 102.942) - (xy 136.81592 102.942) (xy 136.816785 102.947465) (xy 136.870674 103.113319) (xy 136.870677 103.113325) - (xy 136.949856 103.268721) (xy 137.052367 103.409815) (xy 137.052369 103.409818) (xy 137.175681 103.53313) - (xy 137.175684 103.533132) (xy 137.316778 103.635643) (xy 137.472174 103.714822) (xy 137.47218 103.714825) - (xy 137.638039 103.768715) (xy 137.638035 103.768715) (xy 137.810302 103.796) (xy 137.9935 103.796) - (xy 137.9935 102.988) (xy 138.5015 102.988) (xy 138.5015 103.796) (xy 138.684698 103.796) (xy 138.856962 103.768715) - (xy 139.022819 103.714825) (xy 139.022825 103.714822) (xy 139.178221 103.635643) (xy 139.319315 103.533132) - (xy 139.319318 103.53313) (xy 139.44263 103.409818) (xy 139.442632 103.409815) (xy 139.545143 103.268721) - (xy 139.624322 103.113325) (xy 139.624325 103.113319) (xy 139.678667 102.946072) (xy 139.71874 102.887466) - (xy 139.784137 102.859829) (xy 139.854094 102.871936) (xy 139.9064 102.919942) (xy 139.9245 102.985008) - (xy 139.9245 118.7985) (xy 139.904498 118.866621) (xy 139.850842 118.913114) (xy 139.7985 118.9245) - (xy 57.2015 118.9245) (xy 57.133379 118.904498) (xy 57.086886 118.850842) (xy 57.0755 118.7985) - (xy 57.0755 108.332) (xy 58.735004 108.332) (xy 58.754951 108.560002) (xy 58.814186 108.781068) - (xy 58.814188 108.781073) (xy 58.910913 108.988501) (xy 58.960899 109.059888) (xy 59.648 108.372788) - (xy 59.648 108.384661) (xy 59.675259 108.486394) (xy 59.72792 108.577606) (xy 59.802394 108.65208) - (xy 59.893606 108.704741) (xy 59.995339 108.732) (xy 60.00721 108.732) (xy 59.32011 109.419098) - (xy 59.32011 109.4191) (xy 59.391498 109.469086) (xy 59.598926 109.565811) (xy 59.598931 109.565813) - (xy 59.819999 109.625048) (xy 59.819995 109.625048) (xy 60.048 109.644995) (xy 60.276002 109.625048) - (xy 60.497068 109.565813) (xy 60.497073 109.565811) (xy 60.704497 109.469088) (xy 60.775888 109.419099) - (xy 60.775888 109.419097) (xy 60.088791 108.732) (xy 60.100661 108.732) (xy 60.202394 108.704741) - (xy 60.293606 108.65208) (xy 60.36808 108.577606) (xy 60.420741 108.486394) (xy 60.448 108.384661) - (xy 60.448 108.372791) (xy 61.135097 109.059888) (xy 61.135099 109.059888) (xy 61.185088 108.988497) - (xy 61.281811 108.781073) (xy 61.281813 108.781068) (xy 61.341048 108.560002) (xy 61.360995 108.332) - (xy 61.341048 108.103997) (xy 61.281813 107.882931) (xy 61.281811 107.882926) (xy 61.185086 107.675498) - (xy 61.1351 107.60411) (xy 61.135098 107.60411) (xy 60.448 108.291208) (xy 60.448 108.279339) (xy 60.420741 108.177606) - (xy 60.36808 108.086394) (xy 60.293606 108.01192) (xy 60.202394 107.959259) (xy 60.100661 107.932) - (xy 60.08879 107.932) (xy 60.775888 107.244899) (xy 60.775888 107.244898) (xy 60.704501 107.194913) - (xy 60.497073 107.098188) (xy 60.497068 107.098186) (xy 60.276 107.038951) (xy 60.276004 107.038951) - (xy 60.048 107.019004) (xy 59.819997 107.038951) (xy 59.598931 107.098186) (xy 59.598926 107.098188) - (xy 59.3915 107.194913) (xy 59.320109 107.2449) (xy 60.007209 107.932) (xy 59.995339 107.932) (xy 59.893606 107.959259) - (xy 59.802394 108.01192) (xy 59.72792 108.086394) (xy 59.675259 108.177606) (xy 59.648 108.279339) - (xy 59.648 108.291209) (xy 58.9609 107.604109) (xy 58.910913 107.6755) (xy 58.814188 107.882926) - (xy 58.814186 107.882931) (xy 58.754951 108.103997) (xy 58.735004 108.332) (xy 57.0755 108.332) - (xy 57.0755 103.252) (xy 58.734502 103.252) (xy 58.754457 103.480087) (xy 58.77765 103.566643) (xy 58.813715 103.70124) - (xy 58.813717 103.701246) (xy 58.871604 103.825386) (xy 58.910477 103.908749) (xy 59.041802 104.0963) - (xy 59.2037 104.258198) (xy 59.391251 104.389523) (xy 59.598757 104.486284) (xy 59.819913 104.545543) - (xy 60.048 104.565498) (xy 60.276087 104.545543) (xy 60.497243 104.486284) (xy 60.704749 104.389523) - (xy 60.8923 104.258198) (xy 61.054198 104.0963) (xy 61.185523 103.908749) (xy 61.282284 103.701243) - (xy 61.341543 103.480087) (xy 61.361498 103.252) (xy 61.341543 103.023913) (xy 61.282284 102.802757) - (xy 61.185523 102.595251) (xy 61.054198 102.4077) (xy 60.8923 102.245802) (xy 60.828293 102.200984) - (xy 60.704749 102.114477) (xy 60.497246 102.017717) (xy 60.49724 102.017715) (xy 60.403771 101.99267) - (xy 60.276087 101.958457) (xy 60.048 101.938502) (xy 59.819913 101.958457) (xy 59.598759 102.017715) - (xy 59.598753 102.017717) (xy 59.39125 102.114477) (xy 59.203703 102.245799) (xy 59.203697 102.245804) - (xy 59.041804 102.407697) (xy 59.041799 102.407703) (xy 58.910477 102.59525) (xy 58.813717 102.802753) - (xy 58.813715 102.802759) (xy 58.774941 102.947465) (xy 58.754457 103.023913) (xy 58.734502 103.252) - (xy 57.0755 103.252) (xy 57.0755 98.54) (xy 59.32195 98.54) (xy 59.342117 98.796246) (xy 59.402121 99.046183) - (xy 59.500486 99.283657) (xy 59.634791 99.502824) (xy 59.636253 99.504536) (xy 60.280764 98.860024) - (xy 60.295359 98.895258) (xy 60.377437 99.018097) (xy 60.481903 99.122563) (xy 60.604742 99.204641) - (xy 60.639973 99.219234) (xy 59.995462 99.863745) (xy 59.995462 99.863746) (xy 59.997174 99.865207) - (xy 60.216342 99.999513) (xy 60.453816 100.097878) (xy 60.703753 100.157882) (xy 60.96 100.178049) - (xy 61.216246 100.157882) (xy 61.466183 100.097878) (xy 61.703657 99.999513) (xy 61.922825 99.865207) - (xy 61.924535 99.863746) (xy 61.924536 99.863745) (xy 61.280025 99.219234) (xy 61.315258 99.204641) - (xy 61.438097 99.122563) (xy 61.542563 99.018097) (xy 61.624641 98.895258) (xy 61.639234 98.860025) - (xy 62.283745 99.504536) (xy 62.283746 99.504535) (xy 62.285207 99.502825) (xy 62.419513 99.283657) - (xy 62.517878 99.046183) (xy 62.577882 98.796246) (xy 62.598049 98.54) (xy 64.40195 98.54) (xy 64.422117 98.796246) - (xy 64.482121 99.046183) (xy 64.580486 99.283657) (xy 64.714791 99.502824) (xy 64.716253 99.504536) - (xy 65.360764 98.860024) (xy 65.375359 98.895258) (xy 65.457437 99.018097) (xy 65.561903 99.122563) - (xy 65.684742 99.204641) (xy 65.719973 99.219234) (xy 65.075462 99.863745) (xy 65.075462 99.863746) - (xy 65.077174 99.865207) (xy 65.296342 99.999513) (xy 65.533816 100.097878) (xy 65.783753 100.157882) - (xy 66.04 100.178049) (xy 66.296246 100.157882) (xy 66.546183 100.097878) (xy 66.783657 99.999513) - (xy 67.002825 99.865207) (xy 67.004535 99.863746) (xy 67.004536 99.863745) (xy 66.360025 99.219234) - (xy 66.395258 99.204641) (xy 66.518097 99.122563) (xy 66.622563 99.018097) (xy 66.704641 98.895258) - (xy 66.719234 98.860025) (xy 67.363745 99.504536) (xy 67.363746 99.504535) (xy 67.365207 99.502825) - (xy 67.499513 99.283657) (xy 67.597878 99.046183) (xy 67.657882 98.796246) (xy 67.678049 98.54) - (xy 67.657882 98.283753) (xy 67.597878 98.033816) (xy 67.499513 97.796342) (xy 67.365207 97.577174) - (xy 67.363745 97.575462) (xy 66.719234 98.219973) (xy 66.704641 98.184742) (xy 66.622563 98.061903) - (xy 66.518097 97.957437) (xy 66.395258 97.875359) (xy 66.360025 97.860765) (xy 67.004536 97.216253) - (xy 67.002824 97.214791) (xy 66.783657 97.080486) (xy 66.546183 96.982121) (xy 66.296246 96.922117) - (xy 66.04 96.90195) (xy 65.783753 96.922117) (xy 65.533816 96.982121) (xy 65.296342 97.080486) (xy 65.077177 97.21479) - (xy 65.077174 97.214793) (xy 65.075462 97.216253) (xy 65.719974 97.860765) (xy 65.684742 97.875359) - (xy 65.561903 97.957437) (xy 65.457437 98.061903) (xy 65.375359 98.184742) (xy 65.360765 98.219974) - (xy 64.716253 97.575462) (xy 64.714793 97.577174) (xy 64.71479 97.577177) (xy 64.580486 97.796342) - (xy 64.482121 98.033816) (xy 64.422117 98.283753) (xy 64.40195 98.54) (xy 62.598049 98.54) (xy 62.577882 98.283753) - (xy 62.517878 98.033816) (xy 62.419513 97.796342) (xy 62.285207 97.577174) (xy 62.283745 97.575462) - (xy 61.639234 98.219973) (xy 61.624641 98.184742) (xy 61.542563 98.061903) (xy 61.438097 97.957437) - (xy 61.315258 97.875359) (xy 61.280025 97.860765) (xy 61.924536 97.216253) (xy 61.922824 97.214791) - (xy 61.703657 97.080486) (xy 61.466183 96.982121) (xy 61.216246 96.922117) (xy 60.96 96.90195) (xy 60.703753 96.922117) - (xy 60.453816 96.982121) (xy 60.216342 97.080486) (xy 59.997177 97.21479) (xy 59.997174 97.214793) - (xy 59.995462 97.216253) (xy 60.639974 97.860765) (xy 60.604742 97.875359) (xy 60.481903 97.957437) - (xy 60.377437 98.061903) (xy 60.295359 98.184742) (xy 60.280765 98.219974) (xy 59.636253 97.575462) - (xy 59.634793 97.577174) (xy 59.63479 97.577177) (xy 59.500486 97.796342) (xy 59.402121 98.033816) - (xy 59.342117 98.283753) (xy 59.32195 98.54) (xy 57.0755 98.54) (xy 57.0755 96) (xy 61.861449 96) - (xy 61.881622 96.256326) (xy 61.890178 96.291963) (xy 61.941644 96.506338) (xy 62.03336 96.727759) - (xy 62.04004 96.743887) (xy 62.165742 96.949014) (xy 62.174385 96.963117) (xy 62.174386 96.963119) - (xy 62.341368 97.158631) (xy 62.53688 97.325613) (xy 62.536884 97.325616) (xy 62.756113 97.45996) - (xy 62.99366 97.558355) (xy 63.243674 97.618378) (xy 63.5 97.638551) (xy 63.756326 97.618378) (xy 64.00634 97.558355) - (xy 64.243887 97.45996) (xy 64.463116 97.325616) (xy 64.658631 97.158631) (xy 64.825616 96.963116) - (xy 64.95996 96.743887) (xy 65.058355 96.50634) (xy 65.118378 96.256326) (xy 65.138551 96) (xy 65.118378 95.743674) - (xy 65.058355 95.49366) (xy 64.95996 95.256113) (xy 64.825616 95.036884) (xy 64.825613 95.03688) - (xy 64.658631 94.841368) (xy 64.463119 94.674386) (xy 64.463117 94.674385) (xy 64.463116 94.674384) - (xy 64.243887 94.54004) (xy 64.234716 94.536241) (xy 64.006338 94.441644) (xy 63.786624 94.388896) - (xy 63.756326 94.381622) (xy 63.5 94.361449) (xy 63.243674 94.381622) (xy 62.993661 94.441644) (xy 62.756114 94.540039) - (xy 62.536882 94.674385) (xy 62.53688 94.674386) (xy 62.341368 94.841368) (xy 62.174386 95.03688) - (xy 62.174385 95.036882) (xy 62.040039 95.256114) (xy 61.941644 95.493661) (xy 61.885506 95.727496) - (xy 61.881622 95.743674) (xy 61.861449 96) (xy 57.0755 96) (xy 57.0755 93.46) (xy 59.32195 93.46) - (xy 59.342117 93.716246) (xy 59.402121 93.966183) (xy 59.500486 94.203657) (xy 59.634791 94.422824) - (xy 59.636253 94.424536) (xy 60.280764 93.780024) (xy 60.295359 93.815258) (xy 60.377437 93.938097) - (xy 60.481903 94.042563) (xy 60.604742 94.124641) (xy 60.639973 94.139234) (xy 59.995462 94.783745) - (xy 59.995462 94.783746) (xy 59.997174 94.785207) (xy 60.216342 94.919513) (xy 60.453816 95.017878) - (xy 60.703753 95.077882) (xy 60.96 95.098049) (xy 61.216246 95.077882) (xy 61.466183 95.017878) - (xy 61.703657 94.919513) (xy 61.922825 94.785207) (xy 61.924535 94.783746) (xy 61.924536 94.783745) - (xy 61.280025 94.139234) (xy 61.315258 94.124641) (xy 61.438097 94.042563) (xy 61.542563 93.938097) - (xy 61.624641 93.815258) (xy 61.639234 93.780025) (xy 62.283745 94.424536) (xy 62.283746 94.424535) - (xy 62.285207 94.422825) (xy 62.419513 94.203657) (xy 62.517878 93.966183) (xy 62.577882 93.716246) - (xy 62.598049 93.46) (xy 64.40195 93.46) (xy 64.422117 93.716246) (xy 64.482121 93.966183) (xy 64.580486 94.203657) - (xy 64.714791 94.422824) (xy 64.716253 94.424536) (xy 65.360764 93.780024) (xy 65.375359 93.815258) - (xy 65.457437 93.938097) (xy 65.561903 94.042563) (xy 65.684742 94.124641) (xy 65.719973 94.139234) - (xy 65.075462 94.783745) (xy 65.075462 94.783746) (xy 65.077174 94.785207) (xy 65.296342 94.919513) - (xy 65.533816 95.017878) (xy 65.783753 95.077882) (xy 66.04 95.098049) (xy 66.296246 95.077882) - (xy 66.546183 95.017878) (xy 66.783657 94.919513) (xy 67.002825 94.785207) (xy 67.004535 94.783746) - (xy 67.004536 94.783745) (xy 66.360025 94.139234) (xy 66.395258 94.124641) (xy 66.518097 94.042563) - (xy 66.622563 93.938097) (xy 66.704641 93.815258) (xy 66.719234 93.780025) (xy 67.363745 94.424536) - (xy 67.363746 94.424535) (xy 67.365207 94.422825) (xy 67.499513 94.203657) (xy 67.597878 93.966183) - (xy 67.657882 93.716246) (xy 67.678049 93.46) (xy 67.657882 93.203753) (xy 67.597878 92.953816) - (xy 67.499513 92.716342) (xy 67.365207 92.497174) (xy 67.363745 92.495462) (xy 66.719234 93.139973) - (xy 66.704641 93.104742) (xy 66.622563 92.981903) (xy 66.518097 92.877437) (xy 66.395258 92.795359) - (xy 66.360025 92.780765) (xy 67.004536 92.136253) (xy 67.002824 92.134791) (xy 66.783657 92.000486) - (xy 66.546183 91.902121) (xy 66.296246 91.842117) (xy 66.04 91.82195) (xy 65.783753 91.842117) (xy 65.533816 91.902121) - (xy 65.296342 92.000486) (xy 65.077177 92.13479) (xy 65.077174 92.134793) (xy 65.075462 92.136253) - (xy 65.719974 92.780765) (xy 65.684742 92.795359) (xy 65.561903 92.877437) (xy 65.457437 92.981903) - (xy 65.375359 93.104742) (xy 65.360765 93.139974) (xy 64.716253 92.495462) (xy 64.714793 92.497174) - (xy 64.71479 92.497177) (xy 64.580486 92.716342) (xy 64.482121 92.953816) (xy 64.422117 93.203753) - (xy 64.40195 93.46) (xy 62.598049 93.46) (xy 62.577882 93.203753) (xy 62.517878 92.953816) (xy 62.419513 92.716342) - (xy 62.285207 92.497174) (xy 62.283745 92.495462) (xy 61.639234 93.139973) (xy 61.624641 93.104742) - (xy 61.542563 92.981903) (xy 61.438097 92.877437) (xy 61.315258 92.795359) (xy 61.280025 92.780765) - (xy 61.924536 92.136253) (xy 61.922824 92.134791) (xy 61.703657 92.000486) (xy 61.466183 91.902121) - (xy 61.216246 91.842117) (xy 60.96 91.82195) (xy 60.703753 91.842117) (xy 60.453816 91.902121) (xy 60.216342 92.000486) - (xy 59.997177 92.13479) (xy 59.997174 92.134793) (xy 59.995462 92.136253) (xy 60.639974 92.780765) - (xy 60.604742 92.795359) (xy 60.481903 92.877437) (xy 60.377437 92.981903) (xy 60.295359 93.104742) - (xy 60.280765 93.139974) (xy 59.636253 92.495462) (xy 59.634793 92.497174) (xy 59.63479 92.497177) - (xy 59.500486 92.716342) (xy 59.402121 92.953816) (xy 59.342117 93.203753) (xy 59.32195 93.46) (xy 57.0755 93.46) - (xy 57.0755 89.126) (xy 57.095502 89.057879) (xy 57.149158 89.011386) (xy 57.2015 89) (xy 89.4871 89) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 130.437048 77.516902) (xy 130.466326 77.542967) (xy 130.578429 77.679565) (xy 130.57843 77.679566) - (xy 130.578432 77.679568) (xy 130.731996 77.805595) (xy 130.907196 77.899241) (xy 131.097299 77.956908) - (xy 131.097303 77.956908) (xy 131.097305 77.956909) (xy 131.294997 77.97638) (xy 131.295 77.97638) - (xy 131.295003 77.97638) (xy 131.492694 77.956909) (xy 131.492695 77.956908) (xy 131.492701 77.956908) - (xy 131.682804 77.899241) (xy 131.858004 77.805595) (xy 131.87222 77.793927) (xy 131.937567 77.766173) - (xy 132.007545 77.778154) (xy 132.059938 77.826066) (xy 132.063277 77.83193) (xy 132.103405 77.907004) - (xy 132.229433 78.06057) (xy 132.239032 78.068447) (xy 132.279002 78.127123) (xy 132.2851 78.165847) - (xy 132.2851 86.416056) (xy 132.265098 86.484177) (xy 132.248195 86.505151) (xy 131.670647 87.082698) - (xy 131.670642 87.082705) (xy 131.598318 87.190945) (xy 131.5485 87.311217) (xy 131.548498 87.311222) - (xy 131.5231 87.438904) (xy 131.5231 89.923875) (xy 131.503098 89.991996) (xy 131.449442 90.038489) - (xy 131.379168 90.048593) (xy 131.314588 90.019099) (xy 131.295164 89.997936) (xy 131.290848 89.991996) - (xy 131.251517 89.937861) (xy 131.251514 89.937858) (xy 131.251512 89.937855) (xy 131.128144 89.814487) - (xy 131.128141 89.814485) (xy 131.128139 89.814483) (xy 130.986981 89.711926) (xy 130.831516 89.632712) - (xy 130.831513 89.632711) (xy 130.831511 89.63271) (xy 130.665577 89.578796) (xy 130.665574 89.578795) - (xy 130.493241 89.5515) (xy 130.318759 89.5515) (xy 130.146426 89.578795) (xy 130.146423 89.578795) - (xy 130.146422 89.578796) (xy 129.980488 89.63271) (xy 129.980482 89.632713) (xy 129.825015 89.711928) - (xy 129.683858 89.814485) (xy 129.683855 89.814487) (xy 129.560487 89.937855) (xy 129.560485 89.937858) - (xy 129.457928 90.079015) (xy 129.378713 90.234482) (xy 129.37871 90.234488) (xy 129.352502 90.315151) - (xy 129.324795 90.400426) (xy 129.2975 90.572759) (xy 129.2975 91.547241) (xy 129.324795 91.719574) - (xy 129.324796 91.719577) (xy 129.360391 91.829131) (xy 129.378712 91.885516) (xy 129.457926 92.040981) - (xy 129.560483 92.182139) (xy 129.560485 92.182141) (xy 129.560487 92.182144) (xy 129.683855 92.305512) - (xy 129.683858 92.305514) (xy 129.683861 92.305517) (xy 129.825019 92.408074) (xy 129.980484 92.487288) - (xy 130.146426 92.541205) (xy 130.318759 92.5685) (xy 130.318762 92.5685) (xy 130.493238 92.5685) - (xy 130.493241 92.5685) (xy 130.665574 92.541205) (xy 130.831516 92.487288) (xy 130.986981 92.408074) - (xy 131.128139 92.305517) (xy 131.251517 92.182139) (xy 131.295165 92.122062) (xy 131.351386 92.078709) - (xy 131.422122 92.072633) (xy 131.484914 92.105765) (xy 131.519825 92.167585) (xy 131.5231 92.196124) - (xy 131.5231 96.322054) (xy 131.503098 96.390175) (xy 131.486195 96.411149) (xy 131.281805 96.615539) - (xy 131.219493 96.649565) (xy 131.180361 96.651837) (xy 131.168004 96.65062) (xy 131.167997 96.65062) - (xy 130.970305 96.67009) (xy 130.780195 96.727759) (xy 130.604995 96.821405) (xy 130.451432 96.947432) - (xy 130.325405 97.100995) (xy 130.231759 97.276195) (xy 130.17409 97.466305) (xy 130.15462 97.663996) - (xy 130.15462 97.664003) (xy 130.17409 97.861694) (xy 130.174091 97.8617) (xy 130.174092 97.861701) - (xy 130.191965 97.92062) (xy 130.231759 98.051804) (xy 130.325405 98.227004) (xy 130.402682 98.321166) - (xy 130.430436 98.386513) (xy 130.418454 98.456492) (xy 130.370542 98.508884) (xy 130.305283 98.5271) - (xy 117.132904 98.5271) (xy 117.005222 98.552498) (xy 117.005217 98.5525) (xy 116.884945 98.602318) - (xy 116.776705 98.674642) (xy 116.776698 98.674647) (xy 115.696771 99.754574) (xy 115.634459 99.7886) - (xy 115.56874 99.785312) (xy 115.425574 99.738795) (xy 115.253241 99.7115) (xy 115.078759 99.7115) - (xy 114.906426 99.738795) (xy 114.906423 99.738795) (xy 114.906422 99.738796) (xy 114.740488 99.79271) - (xy 114.740482 99.792713) (xy 114.585015 99.871928) (xy 114.443858 99.974485) (xy 114.443855 99.974487) - (xy 114.320487 100.097855) (xy 114.320485 100.097858) (xy 114.217928 100.239015) (xy 114.138713 100.394482) - (xy 114.13871 100.394488) (xy 114.084796 100.560422) (xy 114.084795 100.560426) (xy 114.0575 100.732759) - (xy 114.0575 101.707241) (xy 114.084795 101.879574) (xy 114.084796 101.879577) (xy 114.13653 102.038803) - (xy 114.138712 102.045516) (xy 114.217926 102.200981) (xy 114.320483 102.342139) (xy 114.320485 102.342141) - (xy 114.320487 102.342144) (xy 114.443855 102.465512) (xy 114.443858 102.465514) (xy 114.443861 102.465517) - (xy 114.585019 102.568074) (xy 114.740484 102.647288) (xy 114.803463 102.66775) (xy 114.862065 102.707821) - (xy 114.889703 102.773218) (xy 114.877597 102.843175) (xy 114.829591 102.895481) (xy 114.785263 102.911864) - (xy 114.577367 102.946555) (xy 114.57736 102.946557) (xy 114.364428 103.019656) (xy 114.364426 103.019658) - (xy 114.282811 103.063826) (xy 114.166426 103.12681) (xy 114.166424 103.126811) (xy 113.988762 103.265091) - (xy 113.836279 103.430729) (xy 113.747483 103.566643) (xy 113.693479 103.612731) (xy 113.623131 103.622306) - (xy 113.558774 103.592329) (xy 113.536517 103.566643) (xy 113.469408 103.463925) (xy 113.447722 103.430732) - (xy 113.447721 103.430731) (xy 113.44772 103.430729) (xy 113.295237 103.265091) (xy 113.175372 103.171796) - (xy 113.117576 103.126811) (xy 112.919574 103.019658) (xy 112.919571 103.019657) (xy 112.91957 103.019656) - (xy 112.752986 102.962468) (xy 112.695051 102.921431) (xy 112.668499 102.855586) (xy 112.68176 102.785839) - (xy 112.730625 102.734334) (xy 112.774183 102.718847) (xy 112.885574 102.701205) (xy 113.051516 102.647288) - (xy 113.206981 102.568074) (xy 113.348139 102.465517) (xy 113.471517 102.342139) (xy 113.574074 102.200981) - (xy 113.653288 102.045516) (xy 113.707205 101.879574) (xy 113.7345 101.707241) (xy 113.7345 100.732759) - (xy 113.707205 100.560426) (xy 113.653288 100.394484) (xy 113.574074 100.239019) (xy 113.471517 100.097861) - (xy 113.471514 100.097858) (xy 113.471512 100.097855) (xy 113.348144 99.974487) (xy 113.348141 99.974485) - (xy 113.34814 99.974484) (xy 113.348139 99.974483) (xy 113.206981 99.871926) (xy 113.051516 99.792712) - (xy 113.051513 99.792711) (xy 113.051511 99.79271) (xy 112.885577 99.738796) (xy 112.885574 99.738795) - (xy 112.713241 99.7115) (xy 112.538759 99.7115) (xy 112.366426 99.738795) (xy 112.366423 99.738795) - (xy 112.366422 99.738796) (xy 112.200488 99.79271) (xy 112.200482 99.792713) (xy 112.045015 99.871928) - (xy 111.903858 99.974485) (xy 111.903855 99.974487) (xy 111.780487 100.097855) (xy 111.780485 100.097858) - (xy 111.677928 100.239015) (xy 111.598713 100.394482) (xy 111.59871 100.394488) (xy 111.544796 100.560422) - (xy 111.544795 100.560426) (xy 111.5175 100.732759) (xy 111.5175 101.707241) (xy 111.544795 101.879574) - (xy 111.544796 101.879577) (xy 111.59653 102.038803) (xy 111.598712 102.045516) (xy 111.677926 102.200981) - (xy 111.780483 102.342139) (xy 111.780485 102.342141) (xy 111.780487 102.342144) (xy 111.903855 102.465512) - (xy 111.903858 102.465514) (xy 111.903861 102.465517) (xy 112.045019 102.568074) (xy 112.200484 102.647288) - (xy 112.263463 102.66775) (xy 112.322065 102.707821) (xy 112.349703 102.773218) (xy 112.337597 102.843175) - (xy 112.289591 102.895481) (xy 112.245263 102.911864) (xy 112.037367 102.946555) (xy 112.03736 102.946557) - (xy 111.824428 103.019656) (xy 111.824426 103.019658) (xy 111.742811 103.063826) (xy 111.626426 103.12681) - (xy 111.626424 103.126811) (xy 111.448762 103.265091) (xy 111.296279 103.430729) (xy 111.207483 103.566643) - (xy 111.153479 103.612731) (xy 111.083131 103.622306) (xy 111.018774 103.592329) (xy 110.996517 103.566643) - (xy 110.929408 103.463925) (xy 110.907722 103.430732) (xy 110.907721 103.430731) (xy 110.90772 103.430729) - (xy 110.755237 103.265091) (xy 110.635372 103.171796) (xy 110.577576 103.126811) (xy 110.379574 103.019658) - (xy 110.379571 103.019657) (xy 110.37957 103.019656) (xy 110.212986 102.962468) (xy 110.155051 102.921431) - (xy 110.128499 102.855586) (xy 110.14176 102.785839) (xy 110.190625 102.734334) (xy 110.234183 102.718847) - (xy 110.345574 102.701205) (xy 110.511516 102.647288) (xy 110.666981 102.568074) (xy 110.808139 102.465517) - (xy 110.931517 102.342139) (xy 111.034074 102.200981) (xy 111.113288 102.045516) (xy 111.167205 101.879574) - (xy 111.1945 101.707241) (xy 111.1945 100.732759) (xy 111.167205 100.560426) (xy 111.113288 100.394484) - (xy 111.034074 100.239019) (xy 110.931517 100.097861) (xy 110.931514 100.097858) (xy 110.931512 100.097855) - (xy 110.808144 99.974487) (xy 110.808141 99.974485) (xy 110.80814 99.974484) (xy 110.808139 99.974483) - (xy 110.666981 99.871926) (xy 110.511516 99.792712) (xy 110.511513 99.792711) (xy 110.511511 99.79271) - (xy 110.345577 99.738796) (xy 110.345574 99.738795) (xy 110.173241 99.7115) (xy 109.998759 99.7115) - (xy 109.826426 99.738795) (xy 109.826423 99.738795) (xy 109.826422 99.738796) (xy 109.660488 99.79271) - (xy 109.660482 99.792713) (xy 109.505015 99.871928) (xy 109.363858 99.974485) (xy 109.363855 99.974487) - (xy 109.240487 100.097855) (xy 109.240485 100.097858) (xy 109.137928 100.239015) (xy 109.058713 100.394482) - (xy 109.05871 100.394488) (xy 109.004796 100.560422) (xy 109.004795 100.560426) (xy 108.9775 100.732759) - (xy 108.9775 101.707241) (xy 109.004795 101.879574) (xy 109.004796 101.879577) (xy 109.05653 102.038803) - (xy 109.058712 102.045516) (xy 109.137926 102.200981) (xy 109.240483 102.342139) (xy 109.240485 102.342141) - (xy 109.240487 102.342144) (xy 109.363855 102.465512) (xy 109.363858 102.465514) (xy 109.363861 102.465517) - (xy 109.505019 102.568074) (xy 109.660484 102.647288) (xy 109.723463 102.66775) (xy 109.782065 102.707821) - (xy 109.809703 102.773218) (xy 109.797597 102.843175) (xy 109.749591 102.895481) (xy 109.705263 102.911864) - (xy 109.497367 102.946555) (xy 109.49736 102.946557) (xy 109.284428 103.019656) (xy 109.284426 103.019658) - (xy 109.202811 103.063826) (xy 109.086426 103.12681) (xy 109.086424 103.126811) (xy 108.908762 103.265091) - (xy 108.756279 103.430729) (xy 108.667483 103.566643) (xy 108.613479 103.612731) (xy 108.543131 103.622306) - (xy 108.478774 103.592329) (xy 108.456517 103.566643) (xy 108.389408 103.463925) (xy 108.367722 103.430732) - (xy 108.367721 103.430731) (xy 108.36772 103.430729) (xy 108.215237 103.265091) (xy 108.095372 103.171796) - (xy 108.037576 103.126811) (xy 107.839574 103.019658) (xy 107.839571 103.019657) (xy 107.83957 103.019656) - (xy 107.672986 102.962468) (xy 107.615051 102.921431) (xy 107.588499 102.855586) (xy 107.60176 102.785839) - (xy 107.650625 102.734334) (xy 107.694183 102.718847) (xy 107.805574 102.701205) (xy 107.971516 102.647288) - (xy 108.126981 102.568074) (xy 108.268139 102.465517) (xy 108.391517 102.342139) (xy 108.494074 102.200981) - (xy 108.573288 102.045516) (xy 108.627205 101.879574) (xy 108.6545 101.707241) (xy 108.6545 100.732759) - (xy 108.627205 100.560426) (xy 108.573288 100.394484) (xy 108.494074 100.239019) (xy 108.391517 100.097861) - (xy 108.391514 100.097858) (xy 108.391512 100.097855) (xy 108.268144 99.974487) (xy 108.268141 99.974485) - (xy 108.26814 99.974484) (xy 108.268139 99.974483) (xy 108.126981 99.871926) (xy 107.971516 99.792712) - (xy 107.971513 99.792711) (xy 107.971511 99.79271) (xy 107.805577 99.738796) (xy 107.805574 99.738795) - (xy 107.633241 99.7115) (xy 107.458759 99.7115) (xy 107.286426 99.738795) (xy 107.286423 99.738795) - (xy 107.286422 99.738796) (xy 107.120488 99.79271) (xy 107.120482 99.792713) (xy 106.965015 99.871928) - (xy 106.823858 99.974485) (xy 106.823855 99.974487) (xy 106.700487 100.097855) (xy 106.700485 100.097858) - (xy 106.597928 100.239015) (xy 106.518713 100.394482) (xy 106.51871 100.394488) (xy 106.464796 100.560422) - (xy 106.464795 100.560426) (xy 106.4375 100.732759) (xy 106.4375 101.707241) (xy 106.464795 101.879574) - (xy 106.464796 101.879577) (xy 106.51653 102.038803) (xy 106.518712 102.045516) (xy 106.597926 102.200981) - (xy 106.700483 102.342139) (xy 106.700485 102.342141) (xy 106.700487 102.342144) (xy 106.823855 102.465512) - (xy 106.823858 102.465514) (xy 106.823861 102.465517) (xy 106.965019 102.568074) (xy 107.120484 102.647288) - (xy 107.183463 102.66775) (xy 107.242065 102.707821) (xy 107.269703 102.773218) (xy 107.257597 102.843175) - (xy 107.209591 102.895481) (xy 107.165263 102.911864) (xy 106.957367 102.946555) (xy 106.95736 102.946557) - (xy 106.744428 103.019656) (xy 106.744426 103.019658) (xy 106.662811 103.063826) (xy 106.546426 103.12681) - (xy 106.546424 103.126811) (xy 106.368762 103.265091) (xy 106.216279 103.430729) (xy 106.127483 103.566643) - (xy 106.073479 103.612731) (xy 106.003131 103.622306) (xy 105.938774 103.592329) (xy 105.916517 103.566643) - (xy 105.849408 103.463925) (xy 105.827722 103.430732) (xy 105.827721 103.430731) (xy 105.82772 103.430729) - (xy 105.675237 103.265091) (xy 105.555372 103.171796) (xy 105.497576 103.126811) (xy 105.299574 103.019658) - (xy 105.299571 103.019657) (xy 105.29957 103.019656) (xy 105.132986 102.962468) (xy 105.075051 102.921431) - (xy 105.048499 102.855586) (xy 105.06176 102.785839) (xy 105.110625 102.734334) (xy 105.154183 102.718847) - (xy 105.265574 102.701205) (xy 105.431516 102.647288) (xy 105.586981 102.568074) (xy 105.728139 102.465517) - (xy 105.851517 102.342139) (xy 105.954074 102.200981) (xy 106.033288 102.045516) (xy 106.087205 101.879574) - (xy 106.1145 101.707241) (xy 106.1145 100.732759) (xy 106.087205 100.560426) (xy 106.033288 100.394484) - (xy 105.954074 100.239019) (xy 105.851517 100.097861) (xy 105.851514 100.097858) (xy 105.851512 100.097855) - (xy 105.728144 99.974487) (xy 105.728141 99.974485) (xy 105.72814 99.974484) (xy 105.728139 99.974483) - (xy 105.586981 99.871926) (xy 105.431516 99.792712) (xy 105.431513 99.792711) (xy 105.431511 99.79271) - (xy 105.265577 99.738796) (xy 105.265574 99.738795) (xy 105.093241 99.7115) (xy 104.918759 99.7115) - (xy 104.746426 99.738795) (xy 104.746423 99.738795) (xy 104.746422 99.738796) (xy 104.580488 99.79271) - (xy 104.580482 99.792713) (xy 104.425015 99.871928) (xy 104.283858 99.974485) (xy 104.283855 99.974487) - (xy 104.160487 100.097855) (xy 104.160485 100.097858) (xy 104.057928 100.239015) (xy 103.978713 100.394482) - (xy 103.97871 100.394488) (xy 103.924796 100.560422) (xy 103.924795 100.560426) (xy 103.8975 100.732759) - (xy 103.8975 101.707241) (xy 103.924795 101.879574) (xy 103.924796 101.879577) (xy 103.97653 102.038803) - (xy 103.978712 102.045516) (xy 104.057926 102.200981) (xy 104.160483 102.342139) (xy 104.160485 102.342141) - (xy 104.160487 102.342144) (xy 104.283855 102.465512) (xy 104.283858 102.465514) (xy 104.283861 102.465517) - (xy 104.425019 102.568074) (xy 104.580484 102.647288) (xy 104.643463 102.66775) (xy 104.702065 102.707821) - (xy 104.729703 102.773218) (xy 104.717597 102.843175) (xy 104.669591 102.895481) (xy 104.625263 102.911864) - (xy 104.417367 102.946555) (xy 104.41736 102.946557) (xy 104.204428 103.019656) (xy 104.204426 103.019658) - (xy 104.122811 103.063826) (xy 104.006426 103.12681) (xy 104.006424 103.126811) (xy 103.828762 103.265091) - (xy 103.676279 103.430729) (xy 103.587483 103.566643) (xy 103.533479 103.612731) (xy 103.463131 103.622306) - (xy 103.398774 103.592329) (xy 103.376517 103.566643) (xy 103.309408 103.463925) (xy 103.287722 103.430732) - (xy 103.287721 103.430731) (xy 103.28772 103.430729) (xy 103.135237 103.265091) (xy 103.015372 103.171796) - (xy 102.957576 103.126811) (xy 102.759574 103.019658) (xy 102.759571 103.019657) (xy 102.75957 103.019656) - (xy 102.592986 102.962468) (xy 102.535051 102.921431) (xy 102.508499 102.855586) (xy 102.52176 102.785839) - (xy 102.570625 102.734334) (xy 102.614183 102.718847) (xy 102.725574 102.701205) (xy 102.891516 102.647288) - (xy 103.046981 102.568074) (xy 103.188139 102.465517) (xy 103.311517 102.342139) (xy 103.414074 102.200981) - (xy 103.493288 102.045516) (xy 103.547205 101.879574) (xy 103.5745 101.707241) (xy 103.5745 100.732759) - (xy 103.547205 100.560426) (xy 103.493288 100.394484) (xy 103.414074 100.239019) (xy 103.311517 100.097861) - (xy 103.311514 100.097858) (xy 103.311512 100.097855) (xy 103.188144 99.974487) (xy 103.188141 99.974485) - (xy 103.18814 99.974484) (xy 103.188139 99.974483) (xy 103.046981 99.871926) (xy 102.891516 99.792712) - (xy 102.891513 99.792711) (xy 102.891511 99.79271) (xy 102.725577 99.738796) (xy 102.725574 99.738795) - (xy 102.553241 99.7115) (xy 102.378759 99.7115) (xy 102.206426 99.738795) (xy 102.206423 99.738795) - (xy 102.206422 99.738796) (xy 102.040488 99.79271) (xy 102.040482 99.792713) (xy 101.885015 99.871928) - (xy 101.743858 99.974485) (xy 101.743855 99.974487) (xy 101.620487 100.097855) (xy 101.620485 100.097858) - (xy 101.517928 100.239015) (xy 101.438713 100.394482) (xy 101.43871 100.394488) (xy 101.384796 100.560422) - (xy 101.384795 100.560426) (xy 101.3575 100.732759) (xy 101.3575 101.707241) (xy 101.384795 101.879574) - (xy 101.384796 101.879577) (xy 101.43653 102.038803) (xy 101.438712 102.045516) (xy 101.517926 102.200981) - (xy 101.620483 102.342139) (xy 101.620485 102.342141) (xy 101.620487 102.342144) (xy 101.743855 102.465512) - (xy 101.743858 102.465514) (xy 101.743861 102.465517) (xy 101.885019 102.568074) (xy 102.040484 102.647288) - (xy 102.103463 102.66775) (xy 102.162065 102.707821) (xy 102.189703 102.773218) (xy 102.177597 102.843175) - (xy 102.129591 102.895481) (xy 102.085263 102.911864) (xy 101.877367 102.946555) (xy 101.87736 102.946557) - (xy 101.664428 103.019656) (xy 101.664426 103.019658) (xy 101.582811 103.063826) (xy 101.466426 103.12681) - (xy 101.466424 103.126811) (xy 101.288762 103.265091) (xy 101.136279 103.430729) (xy 101.047483 103.566643) - (xy 100.993479 103.612731) (xy 100.923131 103.622306) (xy 100.858774 103.592329) (xy 100.836517 103.566643) - (xy 100.769408 103.463925) (xy 100.747722 103.430732) (xy 100.747721 103.430731) (xy 100.74772 103.430729) - (xy 100.595237 103.265091) (xy 100.475372 103.171796) (xy 100.417576 103.126811) (xy 100.219574 103.019658) - (xy 100.219571 103.019657) (xy 100.21957 103.019656) (xy 100.052986 102.962468) (xy 99.995051 102.921431) - (xy 99.968499 102.855586) (xy 99.98176 102.785839) (xy 100.030625 102.734334) (xy 100.074183 102.718847) - (xy 100.185574 102.701205) (xy 100.351516 102.647288) (xy 100.506981 102.568074) (xy 100.648139 102.465517) - (xy 100.771517 102.342139) (xy 100.874074 102.200981) (xy 100.953288 102.045516) (xy 101.007205 101.879574) - (xy 101.0345 101.707241) (xy 101.0345 100.732759) (xy 101.007205 100.560426) (xy 100.953288 100.394484) - (xy 100.874074 100.239019) (xy 100.771517 100.097861) (xy 100.771514 100.097858) (xy 100.771512 100.097855) - (xy 100.648144 99.974487) (xy 100.648141 99.974485) (xy 100.64814 99.974484) (xy 100.648139 99.974483) - (xy 100.506981 99.871926) (xy 100.351516 99.792712) (xy 100.351513 99.792711) (xy 100.351511 99.79271) - (xy 100.185577 99.738796) (xy 100.185574 99.738795) (xy 100.013241 99.7115) (xy 99.838759 99.7115) - (xy 99.666426 99.738795) (xy 99.666423 99.738795) (xy 99.666422 99.738796) (xy 99.500488 99.79271) - (xy 99.500482 99.792713) (xy 99.345015 99.871928) (xy 99.203858 99.974485) (xy 99.203855 99.974487) - (xy 99.080487 100.097855) (xy 99.080485 100.097858) (xy 98.977928 100.239015) (xy 98.898713 100.394482) - (xy 98.89871 100.394488) (xy 98.844796 100.560422) (xy 98.844795 100.560426) (xy 98.8175 100.732759) - (xy 98.8175 101.707241) (xy 98.844795 101.879574) (xy 98.844796 101.879577) (xy 98.89653 102.038803) - (xy 98.898712 102.045516) (xy 98.977926 102.200981) (xy 99.080483 102.342139) (xy 99.080485 102.342141) - (xy 99.080487 102.342144) (xy 99.203855 102.465512) (xy 99.203858 102.465514) (xy 99.203861 102.465517) - (xy 99.345019 102.568074) (xy 99.500484 102.647288) (xy 99.563463 102.66775) (xy 99.622065 102.707821) - (xy 99.649703 102.773218) (xy 99.637597 102.843175) (xy 99.589591 102.895481) (xy 99.545263 102.911864) - (xy 99.337367 102.946555) (xy 99.33736 102.946557) (xy 99.124428 103.019656) (xy 99.124426 103.019658) - (xy 99.042811 103.063826) (xy 98.926426 103.12681) (xy 98.926424 103.126811) (xy 98.748762 103.265091) - (xy 98.596279 103.430729) (xy 98.507483 103.566643) (xy 98.453479 103.612731) (xy 98.383131 103.622306) - (xy 98.318774 103.592329) (xy 98.296517 103.566643) (xy 98.229408 103.463925) (xy 98.207722 103.430732) - (xy 98.207721 103.430731) (xy 98.20772 103.430729) (xy 98.055237 103.265091) (xy 97.935372 103.171796) - (xy 97.877576 103.126811) (xy 97.679574 103.019658) (xy 97.679571 103.019657) (xy 97.67957 103.019656) - (xy 97.512986 102.962468) (xy 97.455051 102.921431) (xy 97.428499 102.855586) (xy 97.44176 102.785839) - (xy 97.490625 102.734334) (xy 97.534183 102.718847) (xy 97.645574 102.701205) (xy 97.811516 102.647288) - (xy 97.966981 102.568074) (xy 98.108139 102.465517) (xy 98.231517 102.342139) (xy 98.334074 102.200981) - (xy 98.413288 102.045516) (xy 98.467205 101.879574) (xy 98.4945 101.707241) (xy 98.4945 100.732759) - (xy 98.467205 100.560426) (xy 98.413288 100.394484) (xy 98.334074 100.239019) (xy 98.231517 100.097861) - (xy 98.231514 100.097858) (xy 98.231512 100.097855) (xy 98.108144 99.974487) (xy 98.108141 99.974485) - (xy 98.10814 99.974484) (xy 98.108139 99.974483) (xy 97.966981 99.871926) (xy 97.811516 99.792712) - (xy 97.811513 99.792711) (xy 97.811511 99.79271) (xy 97.645577 99.738796) (xy 97.645574 99.738795) - (xy 97.473241 99.7115) (xy 97.298759 99.7115) (xy 97.126426 99.738795) (xy 97.126423 99.738795) - (xy 97.126422 99.738796) (xy 96.960488 99.79271) (xy 96.960482 99.792713) (xy 96.805015 99.871928) - (xy 96.663858 99.974485) (xy 96.663855 99.974487) (xy 96.540487 100.097855) (xy 96.540485 100.097858) - (xy 96.437928 100.239015) (xy 96.358713 100.394482) (xy 96.35871 100.394488) (xy 96.304796 100.560422) - (xy 96.304795 100.560426) (xy 96.2775 100.732759) (xy 96.2775 101.707241) (xy 96.304795 101.879574) - (xy 96.304796 101.879577) (xy 96.35653 102.038803) (xy 96.358712 102.045516) (xy 96.437926 102.200981) - (xy 96.540483 102.342139) (xy 96.540485 102.342141) (xy 96.540487 102.342144) (xy 96.663855 102.465512) - (xy 96.663858 102.465514) (xy 96.663861 102.465517) (xy 96.805019 102.568074) (xy 96.960484 102.647288) - (xy 97.023463 102.66775) (xy 97.082065 102.707821) (xy 97.109703 102.773218) (xy 97.097597 102.843175) - (xy 97.049591 102.895481) (xy 97.005263 102.911864) (xy 96.797367 102.946555) (xy 96.79736 102.946557) - (xy 96.584428 103.019656) (xy 96.584426 103.019658) (xy 96.502811 103.063826) (xy 96.386426 103.12681) - (xy 96.386424 103.126811) (xy 96.208762 103.265091) (xy 96.056279 103.430729) (xy 95.967483 103.566643) - (xy 95.913479 103.612731) (xy 95.843131 103.622306) (xy 95.778774 103.592329) (xy 95.756517 103.566643) - (xy 95.689408 103.463925) (xy 95.667722 103.430732) (xy 95.667721 103.430731) (xy 95.66772 103.430729) - (xy 95.515237 103.265091) (xy 95.395372 103.171796) (xy 95.337576 103.126811) (xy 95.139574 103.019658) - (xy 95.139571 103.019657) (xy 95.13957 103.019656) (xy 94.972986 102.962468) (xy 94.915051 102.921431) - (xy 94.888499 102.855586) (xy 94.90176 102.785839) (xy 94.950625 102.734334) (xy 94.994183 102.718847) - (xy 95.105574 102.701205) (xy 95.271516 102.647288) (xy 95.426981 102.568074) (xy 95.568139 102.465517) - (xy 95.691517 102.342139) (xy 95.794074 102.200981) (xy 95.873288 102.045516) (xy 95.927205 101.879574) - (xy 95.9545 101.707241) (xy 95.9545 100.732759) (xy 95.927205 100.560426) (xy 95.873288 100.394484) - (xy 95.794074 100.239019) (xy 95.691517 100.097861) (xy 95.691514 100.097858) (xy 95.691512 100.097855) - (xy 95.568144 99.974487) (xy 95.568141 99.974485) (xy 95.56814 99.974484) (xy 95.568139 99.974483) - (xy 95.426981 99.871926) (xy 95.271516 99.792712) (xy 95.271513 99.792711) (xy 95.271511 99.79271) - (xy 95.105577 99.738796) (xy 95.105574 99.738795) (xy 94.933241 99.7115) (xy 94.758759 99.7115) - (xy 94.586426 99.738795) (xy 94.586423 99.738795) (xy 94.586422 99.738796) (xy 94.420488 99.79271) - (xy 94.420482 99.792713) (xy 94.265015 99.871928) (xy 94.123858 99.974485) (xy 94.123855 99.974487) - (xy 94.000487 100.097855) (xy 94.000485 100.097858) (xy 93.897928 100.239015) (xy 93.818713 100.394482) - (xy 93.81871 100.394488) (xy 93.764796 100.560422) (xy 93.764795 100.560426) (xy 93.7375 100.732759) - (xy 93.7375 101.707241) (xy 93.764795 101.879574) (xy 93.764796 101.879577) (xy 93.81653 102.038803) - (xy 93.818712 102.045516) (xy 93.897926 102.200981) (xy 94.000483 102.342139) (xy 94.000485 102.342141) - (xy 94.000487 102.342144) (xy 94.123855 102.465512) (xy 94.123858 102.465514) (xy 94.123861 102.465517) - (xy 94.265019 102.568074) (xy 94.420484 102.647288) (xy 94.483463 102.66775) (xy 94.542065 102.707821) - (xy 94.569703 102.773218) (xy 94.557597 102.843175) (xy 94.509591 102.895481) (xy 94.465263 102.911864) - (xy 94.257367 102.946555) (xy 94.25736 102.946557) (xy 94.044428 103.019656) (xy 94.044426 103.019658) - (xy 93.962811 103.063826) (xy 93.846426 103.12681) (xy 93.846424 103.126811) (xy 93.668762 103.265091) - (xy 93.516279 103.430729) (xy 93.427483 103.566643) (xy 93.373479 103.612731) (xy 93.303131 103.622306) - (xy 93.238774 103.592329) (xy 93.216517 103.566643) (xy 93.149408 103.463925) (xy 93.127722 103.430732) - (xy 93.127721 103.430731) (xy 93.12772 103.430729) (xy 92.975237 103.265091) (xy 92.855372 103.171796) - (xy 92.797576 103.126811) (xy 92.599574 103.019658) (xy 92.599571 103.019657) (xy 92.59957 103.019656) - (xy 92.432986 102.962468) (xy 92.375051 102.921431) (xy 92.348499 102.855586) (xy 92.36176 102.785839) - (xy 92.410625 102.734334) (xy 92.454183 102.718847) (xy 92.565574 102.701205) (xy 92.731516 102.647288) - (xy 92.886981 102.568074) (xy 93.028139 102.465517) (xy 93.151517 102.342139) (xy 93.254074 102.200981) - (xy 93.333288 102.045516) (xy 93.387205 101.879574) (xy 93.4145 101.707241) (xy 93.4145 100.732759) - (xy 93.387205 100.560426) (xy 93.333288 100.394484) (xy 93.254074 100.239019) (xy 93.151517 100.097861) - (xy 93.151514 100.097858) (xy 93.151512 100.097855) (xy 93.028141 99.974484) (xy 92.935941 99.907497) - (xy 92.892587 99.851274) (xy 92.886512 99.780538) (xy 92.919644 99.717747) (xy 92.920766 99.716607) - (xy 93.767572 98.869802) (xy 93.829882 98.835779) (xy 93.856665 98.8329) (xy 102.277092 98.8329) - (xy 102.277093 98.8329) (xy 102.404777 98.807502) (xy 102.525054 98.757682) (xy 102.633299 98.685355) - (xy 105.654193 95.664458) (xy 105.716503 95.630435) (xy 105.755636 95.628162) (xy 105.768 95.62938) - (xy 105.768001 95.629379) (xy 105.768002 95.62938) (xy 105.965694 95.609909) (xy 105.965695 95.609908) - (xy 105.965701 95.609908) (xy 106.155804 95.552241) (xy 106.331004 95.458595) (xy 106.484568 95.332568) - (xy 106.610595 95.179004) (xy 106.704241 95.003804) (xy 106.761908 94.813701) (xy 106.764715 94.785207) - (xy 106.78138 94.616003) (xy 106.78138 94.615996) (xy 106.761909 94.418305) (xy 106.761908 94.418303) - (xy 106.761908 94.418299) (xy 106.704241 94.228196) (xy 106.610595 94.052996) (xy 106.484568 93.899432) - (xy 106.331004 93.773405) (xy 106.155804 93.679759) (xy 105.965701 93.622092) (xy 105.9657 93.622091) - (xy 105.965694 93.62209) (xy 105.768003 93.60262) (xy 105.767997 93.60262) (xy 105.570305 93.62209) - (xy 105.380195 93.679759) (xy 105.204995 93.773405) (xy 105.051432 93.899432) (xy 104.925405 94.052995) - (xy 104.831759 94.228195) (xy 104.77409 94.418305) (xy 104.75462 94.615996) (xy 104.75462 94.616004) - (xy 104.755837 94.628363) (xy 104.742608 94.698116) (xy 104.719539 94.729806) (xy 101.975151 97.474195) - (xy 101.912839 97.508221) (xy 101.886056 97.5111) (xy 99.955513 97.5111) (xy 99.887392 97.491098) - (xy 99.840899 97.437442) (xy 99.830795 97.367168) (xy 99.860289 97.302588) (xy 99.896117 97.273978) - (xy 99.905433 97.268998) (xy 99.981004 97.228605) (xy 100.134568 97.102578) (xy 100.260595 96.949014) - (xy 100.354241 96.773814) (xy 100.411908 96.583711) (xy 100.413244 96.570153) (xy 100.43138 96.386013) - (xy 100.43138 96.386006) (xy 100.411909 96.188315) (xy 100.411908 96.188313) (xy 100.411908 96.188309) - (xy 100.354241 95.998206) (xy 100.260595 95.823006) (xy 100.134568 95.669442) (xy 99.981004 95.543415) - (xy 99.805804 95.449769) (xy 99.615701 95.392102) (xy 99.6157 95.392101) (xy 99.615694 95.3921) - (xy 99.418003 95.37263) (xy 99.418001 95.37263) (xy 99.418 95.37263) (xy 99.405633 95.373847) (xy 99.335881 95.360617) - (xy 99.304192 95.337549) (xy 97.682889 93.716246) (xy 96.037289 92.070645) (xy 95.931991 92.000287) - (xy 95.886463 91.94581) (xy 95.877615 91.875367) (xy 95.88216 91.856585) (xy 95.926715 91.71946) - (xy 95.954 91.547197) (xy 95.954 91.314) (xy 95.157686 91.314) (xy 95.16608 91.305606) (xy 95.218741 91.214394) - (xy 95.246 91.112661) (xy 95.246 91.007339) (xy 95.218741 90.905606) (xy 95.16608 90.814394) (xy 95.157686 90.806) - (xy 95.954 90.806) (xy 95.954 90.572802) (xy 95.953993 90.572759) (xy 96.2775 90.572759) (xy 96.2775 91.547241) - (xy 96.304795 91.719574) (xy 96.304796 91.719577) (xy 96.340391 91.829131) (xy 96.358712 91.885516) - (xy 96.437926 92.040981) (xy 96.540483 92.182139) (xy 96.540485 92.182141) (xy 96.540487 92.182144) - (xy 96.663855 92.305512) (xy 96.663858 92.305514) (xy 96.663861 92.305517) (xy 96.805019 92.408074) - (xy 96.960484 92.487288) (xy 97.126426 92.541205) (xy 97.298759 92.5685) (xy 97.298762 92.5685) - (xy 97.473238 92.5685) (xy 97.473241 92.5685) (xy 97.645574 92.541205) (xy 97.811516 92.487288) - (xy 97.966981 92.408074) (xy 98.108139 92.305517) (xy 98.231517 92.182139) (xy 98.334074 92.040981) - (xy 98.413288 91.885516) (xy 98.467205 91.719574) (xy 98.4945 91.547241) (xy 98.4945 90.572759) - (xy 98.467205 90.400426) (xy 98.413288 90.234484) (xy 98.334074 90.079019) (xy 98.231517 89.937861) - (xy 98.231514 89.937858) (xy 98.231512 89.937855) (xy 98.108144 89.814487) (xy 98.108141 89.814485) - (xy 98.108139 89.814483) (xy 97.966981 89.711926) (xy 97.811516 89.632712) (xy 97.811513 89.632711) - (xy 97.811511 89.63271) (xy 97.645577 89.578796) (xy 97.645574 89.578795) (xy 97.473241 89.5515) - (xy 97.298759 89.5515) (xy 97.126426 89.578795) (xy 97.126423 89.578795) (xy 97.126422 89.578796) - (xy 96.960488 89.63271) (xy 96.960482 89.632713) (xy 96.805015 89.711928) (xy 96.663858 89.814485) - (xy 96.663855 89.814487) (xy 96.540487 89.937855) (xy 96.540485 89.937858) (xy 96.437928 90.079015) - (xy 96.358713 90.234482) (xy 96.35871 90.234488) (xy 96.332502 90.315151) (xy 96.304795 90.400426) - (xy 96.2775 90.572759) (xy 95.953993 90.572759) (xy 95.926715 90.400537) (xy 95.872825 90.23468) - (xy 95.872822 90.234674) (xy 95.793643 90.079278) (xy 95.691132 89.938184) (xy 95.69113 89.938181) - (xy 95.567818 89.814869) (xy 95.567815 89.814867) (xy 95.426721 89.712356) (xy 95.271325 89.633177) - (xy 95.271319 89.633174) (xy 95.105461 89.579284) (xy 95.105449 89.579281) (xy 95.1 89.578417) (xy 95.1 90.748314) - (xy 95.091606 90.73992) (xy 95.000394 90.687259) (xy 94.898661 90.66) (xy 94.793339 90.66) (xy 94.691606 90.687259) - (xy 94.600394 90.73992) (xy 94.592 90.748314) (xy 94.592 89.578417) (xy 94.58655 89.579281) (xy 94.586538 89.579284) - (xy 94.42068 89.633174) (xy 94.420674 89.633177) (xy 94.265278 89.712356) (xy 94.124184 89.814867) - (xy 94.124181 89.814869) (xy 94.000869 89.938181) (xy 94.000867 89.938184) (xy 93.898356 90.079278) - (xy 93.819177 90.234674) (xy 93.819174 90.23468) (xy 93.765284 90.400537) (xy 93.738 90.572802) - (xy 93.738 90.806) (xy 94.534314 90.806) (xy 94.52592 90.814394) (xy 94.473259 90.905606) (xy 94.446 91.007339) - (xy 94.446 91.112661) (xy 94.473259 91.214394) (xy 94.52592 91.305606) (xy 94.534314 91.314) (xy 93.738 91.314) - (xy 93.738 91.547197) (xy 93.765284 91.719464) (xy 93.765285 91.719465) (xy 93.777859 91.758165) - (xy 93.779886 91.829132) (xy 93.743223 91.88993) (xy 93.679511 91.921255) (xy 93.658026 91.9231) - (xy 93.494499 91.9231) (xy 93.426378 91.903098) (xy 93.379885 91.849442) (xy 93.369781 91.779168) - (xy 93.374666 91.758165) (xy 93.387205 91.719574) (xy 93.4145 91.547241) (xy 93.4145 90.572759) - (xy 93.387205 90.400426) (xy 93.333288 90.234484) (xy 93.254074 90.079019) (xy 93.151517 89.937861) - (xy 93.151514 89.937858) (xy 93.151512 89.937855) (xy 93.028144 89.814487) (xy 93.028141 89.814485) - (xy 93.028139 89.814483) (xy 92.886981 89.711926) (xy 92.731516 89.632712) (xy 92.731513 89.632711) - (xy 92.731511 89.63271) (xy 92.565577 89.578796) (xy 92.565574 89.578795) (xy 92.393241 89.5515) - (xy 92.218759 89.5515) (xy 92.046426 89.578795) (xy 92.046423 89.578795) (xy 92.046422 89.578796) - (xy 91.880488 89.63271) (xy 91.880482 89.632713) (xy 91.725015 89.711928) (xy 91.583858 89.814485) - (xy 91.583855 89.814487) (xy 91.460487 89.937855) (xy 91.460485 89.937858) (xy 91.357928 90.079015) - (xy 91.278713 90.234482) (xy 91.27871 90.234488) (xy 91.252502 90.315151) (xy 91.224795 90.400426) - (xy 91.1975 90.572759) (xy 91.1975 91.547241) (xy 91.219336 91.685107) (xy 91.224777 91.719464) - (xy 91.224795 91.719574) (xy 91.237334 91.758165) (xy 91.239362 91.829131) (xy 91.2027 91.889929) - (xy 91.138988 91.921254) (xy 91.117501 91.9231) (xy 90.141744 91.9231) (xy 90.073623 91.903098) - (xy 90.02713 91.849442) (xy 90.017026 91.779168) (xy 90.04652 91.714588) (xy 90.052649 91.708005) - (xy 90.380574 91.38008) (xy 90.787355 90.973299) (xy 90.859682 90.865054) (xy 90.909502 90.744777) - (xy 90.9349 90.617093) (xy 90.9349 90.486907) (xy 90.9349 84.295756) (xy 90.954902 84.227635) (xy 91.008558 84.181142) - (xy 91.078832 84.171038) (xy 91.138291 84.196325) (xy 91.29193 84.315908) (xy 91.306424 84.327189) - (xy 91.504426 84.434342) (xy 91.504427 84.434342) (xy 91.504428 84.434343) (xy 91.544478 84.448092) - (xy 91.717365 84.507444) (xy 91.939431 84.5445) (xy 91.939435 84.5445) (xy 92.164565 84.5445) (xy 92.164569 84.5445) - (xy 92.386635 84.507444) (xy 92.599574 84.434342) (xy 92.797576 84.327189) (xy 92.97524 84.188906) - (xy 93.127722 84.023268) (xy 93.127927 84.022955) (xy 93.1691 83.959934) (xy 93.216816 83.886898) - (xy 93.270819 83.84081) (xy 93.341167 83.831235) (xy 93.405524 83.861212) (xy 93.427782 83.886898) - (xy 93.516674 84.022958) (xy 93.669097 84.188534) (xy 93.846698 84.326767) (xy 93.846699 84.326768) - (xy 94.044628 84.433882) (xy 94.04463 84.433883) (xy 94.257483 84.506955) (xy 94.257492 84.506957) - (xy 94.338 84.520391) (xy 94.338 83.616702) (xy 94.399007 83.651925) (xy 94.526174 83.686) (xy 94.657826 83.686) - (xy 94.784993 83.651925) (xy 94.846 83.616702) (xy 94.846 84.52039) (xy 94.926507 84.506957) (xy 94.926516 84.506955) - (xy 95.139369 84.433883) (xy 95.139371 84.433882) (xy 95.3373 84.326768) (xy 95.337301 84.326767) - (xy 95.514902 84.188534) (xy 95.667327 84.022955) (xy 95.756217 83.886899) (xy 95.81022 83.84081) - (xy 95.880568 83.831235) (xy 95.944925 83.861212) (xy 95.967183 83.886898) (xy 96.056279 84.02327) - (xy 96.208762 84.188908) (xy 96.249467 84.22059) (xy 96.386424 84.327189) (xy 96.584426 84.434342) - (xy 96.584427 84.434342) (xy 96.584428 84.434343) (xy 96.624478 84.448092) (xy 96.797365 84.507444) - (xy 97.019431 84.5445) (xy 97.019435 84.5445) (xy 97.244565 84.5445) (xy 97.244569 84.5445) (xy 97.466635 84.507444) - (xy 97.679574 84.434342) (xy 97.877576 84.327189) (xy 98.05524 84.188906) (xy 98.207722 84.023268) - (xy 98.207927 84.022955) (xy 98.218501 84.00677) (xy 98.296518 83.887354) (xy 98.35052 83.841268) - (xy 98.420868 83.831692) (xy 98.485225 83.861669) (xy 98.50748 83.887353) (xy 98.540607 83.938058) - (xy 98.596275 84.023265) (xy 98.596279 84.02327) (xy 98.748762 84.188908) (xy 98.789467 84.22059) - (xy 98.926424 84.327189) (xy 98.945069 84.337279) (xy 98.995458 84.387288) (xy 99.0111 84.448092) - (xy 99.0111 89.992419) (xy 98.991098 90.06054) (xy 98.987038 90.066477) (xy 98.977929 90.079015) - (xy 98.977925 90.07902) (xy 98.898713 90.234482) (xy 98.89871 90.234488) (xy 98.872502 90.315151) - (xy 98.844795 90.400426) (xy 98.8175 90.572759) (xy 98.8175 91.547241) (xy 98.844795 91.719574) - (xy 98.844796 91.719577) (xy 98.880391 91.829131) (xy 98.898712 91.885516) (xy 98.977926 92.040981) - (xy 99.080483 92.182139) (xy 99.080485 92.182141) (xy 99.080487 92.182144) (xy 99.203855 92.305512) - (xy 99.203858 92.305514) (xy 99.203861 92.305517) (xy 99.345019 92.408074) (xy 99.500484 92.487288) - (xy 99.666426 92.541205) (xy 99.838759 92.5685) (xy 99.838762 92.5685) (xy 100.013238 92.5685) (xy 100.013241 92.5685) - (xy 100.185574 92.541205) (xy 100.351516 92.487288) (xy 100.506981 92.408074) (xy 100.648139 92.305517) - (xy 100.771517 92.182139) (xy 100.874074 92.040981) (xy 100.953288 91.885516) (xy 101.007205 91.719574) - (xy 101.0345 91.547241) (xy 101.0345 90.572759) (xy 101.007205 90.400426) (xy 100.953288 90.234484) - (xy 100.874074 90.079019) (xy 100.771517 89.937861) (xy 100.771514 89.937858) (xy 100.771512 89.937855) - (xy 100.648144 89.814487) (xy 100.648141 89.814485) (xy 100.648139 89.814483) (xy 100.506981 89.711926) - (xy 100.494939 89.70579) (xy 100.401696 89.658279) (xy 100.350081 89.60953) (xy 100.3329 89.546013) - (xy 100.3329 84.448092) (xy 100.352902 84.379971) (xy 100.39893 84.337279) (xy 100.417576 84.327189) - (xy 100.59524 84.188906) (xy 100.747722 84.023268) (xy 100.747927 84.022955) (xy 100.758501 84.00677) - (xy 100.836518 83.887354) (xy 100.89052 83.841268) (xy 100.960868 83.831692) (xy 101.025225 83.861669) - (xy 101.04748 83.887353) (xy 101.080607 83.938058) (xy 101.136275 84.023265) (xy 101.136279 84.02327) - (xy 101.288762 84.188908) (xy 101.329467 84.22059) (xy 101.466424 84.327189) (xy 101.664426 84.434342) - (xy 101.664429 84.434343) (xy 101.664431 84.434344) (xy 101.698523 84.446047) (xy 101.720011 84.453424) - (xy 101.777946 84.49446) (xy 101.804499 84.560304) (xy 101.8051 84.572597) (xy 101.8051 89.70579) - (xy 101.785098 89.773911) (xy 101.753163 89.807725) (xy 101.743855 89.814487) (xy 101.620487 89.937855) - (xy 101.620485 89.937858) (xy 101.517928 90.079015) (xy 101.438713 90.234482) (xy 101.43871 90.234488) - (xy 101.412502 90.315151) (xy 101.384795 90.400426) (xy 101.3575 90.572759) (xy 101.3575 91.547241) - (xy 101.384795 91.719574) (xy 101.384796 91.719577) (xy 101.420391 91.829131) (xy 101.438712 91.885516) - (xy 101.517926 92.040981) (xy 101.620483 92.182139) (xy 101.620485 92.182141) (xy 101.620487 92.182144) - (xy 101.743855 92.305512) (xy 101.743858 92.305514) (xy 101.743861 92.305517) (xy 101.885019 92.408074) - (xy 102.040484 92.487288) (xy 102.206426 92.541205) (xy 102.378759 92.5685) (xy 102.378762 92.5685) - (xy 102.553238 92.5685) (xy 102.553241 92.5685) (xy 102.725574 92.541205) (xy 102.891516 92.487288) - (xy 103.046981 92.408074) (xy 103.188139 92.305517) (xy 103.311517 92.182139) (xy 103.414074 92.040981) - (xy 103.493288 91.885516) (xy 103.547205 91.719574) (xy 103.5745 91.547241) (xy 103.5745 90.572759) - (xy 103.547205 90.400426) (xy 103.493288 90.234484) (xy 103.414074 90.079019) (xy 103.311517 89.937861) - (xy 103.311514 89.937858) (xy 103.311512 89.937855) (xy 103.188144 89.814487) (xy 103.18814 89.814484) - (xy 103.188139 89.814483) (xy 103.178836 89.807724) (xy 103.135484 89.751502) (xy 103.1269 89.70579) - (xy 103.1269 84.247131) (xy 103.146902 84.17901) (xy 103.1602 84.161793) (xy 103.287714 84.023277) - (xy 103.287724 84.023265) (xy 103.298501 84.00677) (xy 103.376518 83.887354) (xy 103.43052 83.841268) - (xy 103.500868 83.831692) (xy 103.565225 83.861669) (xy 103.58748 83.887353) (xy 103.620607 83.938058) - (xy 103.676275 84.023265) (xy 103.676279 84.02327) (xy 103.828762 84.188908) (xy 103.869467 84.22059) - (xy 104.006424 84.327189) (xy 104.204426 84.434342) (xy 104.204429 84.434343) (xy 104.204431 84.434344) - (xy 104.238523 84.446047) (xy 104.260011 84.453424) (xy 104.317946 84.49446) (xy 104.344499 84.560304) - (xy 104.3451 84.572597) (xy 104.3451 89.70579) (xy 104.325098 89.773911) (xy 104.293163 89.807725) - (xy 104.283855 89.814487) (xy 104.160487 89.937855) (xy 104.160485 89.937858) (xy 104.057928 90.079015) - (xy 103.978713 90.234482) (xy 103.97871 90.234488) (xy 103.952502 90.315151) (xy 103.924795 90.400426) - (xy 103.8975 90.572759) (xy 103.8975 91.547241) (xy 103.924795 91.719574) (xy 103.924796 91.719577) - (xy 103.960391 91.829131) (xy 103.978712 91.885516) (xy 104.057926 92.040981) (xy 104.160483 92.182139) - (xy 104.160485 92.182141) (xy 104.160487 92.182144) (xy 104.283855 92.305512) (xy 104.283858 92.305514) - (xy 104.283861 92.305517) (xy 104.425019 92.408074) (xy 104.580484 92.487288) (xy 104.746426 92.541205) - (xy 104.918759 92.5685) (xy 104.918762 92.5685) (xy 105.093238 92.5685) (xy 105.093241 92.5685) - (xy 105.265574 92.541205) (xy 105.431516 92.487288) (xy 105.586981 92.408074) (xy 105.728139 92.305517) - (xy 105.851517 92.182139) (xy 105.954074 92.040981) (xy 106.033288 91.885516) (xy 106.087205 91.719574) - (xy 106.1145 91.547241) (xy 106.1145 90.572759) (xy 106.4375 90.572759) (xy 106.4375 91.547241) - (xy 106.464795 91.719574) (xy 106.464796 91.719577) (xy 106.500391 91.829131) (xy 106.518712 91.885516) - (xy 106.597926 92.040981) (xy 106.700483 92.182139) (xy 106.700485 92.182141) (xy 106.700487 92.182144) - (xy 106.823855 92.305512) (xy 106.823858 92.305514) (xy 106.823861 92.305517) (xy 106.965019 92.408074) - (xy 107.120484 92.487288) (xy 107.286426 92.541205) (xy 107.458759 92.5685) (xy 107.458762 92.5685) - (xy 107.633238 92.5685) (xy 107.633241 92.5685) (xy 107.805574 92.541205) (xy 107.971516 92.487288) - (xy 108.126981 92.408074) (xy 108.268139 92.305517) (xy 108.391517 92.182139) (xy 108.494074 92.040981) - (xy 108.573288 91.885516) (xy 108.627205 91.719574) (xy 108.6545 91.547241) (xy 108.6545 90.572802) - (xy 108.978 90.572802) (xy 108.978 90.806) (xy 109.774314 90.806) (xy 109.76592 90.814394) (xy 109.713259 90.905606) - (xy 109.686 91.007339) (xy 109.686 91.112661) (xy 109.713259 91.214394) (xy 109.76592 91.305606) - (xy 109.774314 91.314) (xy 108.978 91.314) (xy 108.978 91.547197) (xy 109.005284 91.719462) (xy 109.059174 91.885319) - (xy 109.059177 91.885325) (xy 109.138356 92.040721) (xy 109.240867 92.181815) (xy 109.240869 92.181818) - (xy 109.364181 92.30513) (xy 109.364184 92.305132) (xy 109.505278 92.407643) (xy 109.660674 92.486822) - (xy 109.66068 92.486825) (xy 109.826534 92.540714) (xy 109.832 92.54158) (xy 109.832 91.371686) - (xy 109.840394 91.38008) (xy 109.931606 91.432741) (xy 110.033339 91.46) (xy 110.138661 91.46) (xy 110.240394 91.432741) - (xy 110.331606 91.38008) (xy 110.34 91.371686) (xy 110.34 92.54158) (xy 110.345465 92.540714) (xy 110.511319 92.486825) - (xy 110.511325 92.486822) (xy 110.666721 92.407643) (xy 110.807815 92.305132) (xy 110.807818 92.30513) - (xy 110.93113 92.181818) (xy 110.931132 92.181815) (xy 111.033643 92.040721) (xy 111.112822 91.885325) - (xy 111.112825 91.885319) (xy 111.166715 91.719462) (xy 111.194 91.547197) (xy 111.194 91.314) (xy 110.397686 91.314) - (xy 110.40608 91.305606) (xy 110.458741 91.214394) (xy 110.486 91.112661) (xy 110.486 91.007339) - (xy 110.458741 90.905606) (xy 110.40608 90.814394) (xy 110.397686 90.806) (xy 111.194 90.806) (xy 111.194 90.572802) - (xy 111.193993 90.572759) (xy 111.5175 90.572759) (xy 111.5175 91.547241) (xy 111.544795 91.719574) - (xy 111.544796 91.719577) (xy 111.580391 91.829131) (xy 111.598712 91.885516) (xy 111.677926 92.040981) - (xy 111.780483 92.182139) (xy 111.780485 92.182141) (xy 111.780487 92.182144) (xy 111.903855 92.305512) - (xy 111.903858 92.305514) (xy 111.903861 92.305517) (xy 112.045019 92.408074) (xy 112.200484 92.487288) - (xy 112.366426 92.541205) (xy 112.538759 92.5685) (xy 112.538762 92.5685) (xy 112.713238 92.5685) - (xy 112.713241 92.5685) (xy 112.885574 92.541205) (xy 113.051516 92.487288) (xy 113.206981 92.408074) - (xy 113.348139 92.305517) (xy 113.471517 92.182139) (xy 113.574074 92.040981) (xy 113.653288 91.885516) - (xy 113.707205 91.719574) (xy 113.7345 91.547241) (xy 113.7345 90.572759) (xy 114.0575 90.572759) - (xy 114.0575 91.547241) (xy 114.084795 91.719574) (xy 114.084796 91.719577) (xy 114.120391 91.829131) - (xy 114.138712 91.885516) (xy 114.217926 92.040981) (xy 114.320483 92.182139) (xy 114.320485 92.182141) - (xy 114.320487 92.182144) (xy 114.443855 92.305512) (xy 114.443858 92.305514) (xy 114.443861 92.305517) - (xy 114.585019 92.408074) (xy 114.740484 92.487288) (xy 114.906426 92.541205) (xy 115.078759 92.5685) - (xy 115.078762 92.5685) (xy 115.253238 92.5685) (xy 115.253241 92.5685) (xy 115.425574 92.541205) - (xy 115.591516 92.487288) (xy 115.746981 92.408074) (xy 115.888139 92.305517) (xy 116.011517 92.182139) - (xy 116.114074 92.040981) (xy 116.193288 91.885516) (xy 116.247205 91.719574) (xy 116.2745 91.547241) - (xy 116.2745 90.572759) (xy 116.5975 90.572759) (xy 116.5975 91.547241) (xy 116.624795 91.719574) - (xy 116.624796 91.719577) (xy 116.660391 91.829131) (xy 116.678712 91.885516) (xy 116.757926 92.040981) - (xy 116.860483 92.182139) (xy 116.860485 92.182141) (xy 116.860487 92.182144) (xy 116.983855 92.305512) - (xy 116.983858 92.305514) (xy 116.983861 92.305517) (xy 117.125019 92.408074) (xy 117.280484 92.487288) - (xy 117.446426 92.541205) (xy 117.618759 92.5685) (xy 117.618762 92.5685) (xy 117.793238 92.5685) - (xy 117.793241 92.5685) (xy 117.965574 92.541205) (xy 118.131516 92.487288) (xy 118.286981 92.408074) - (xy 118.428139 92.305517) (xy 118.551517 92.182139) (xy 118.654074 92.040981) (xy 118.733288 91.885516) - (xy 118.787205 91.719574) (xy 118.8145 91.547241) (xy 118.8145 90.572759) (xy 119.1375 90.572759) - (xy 119.1375 91.547241) (xy 119.164795 91.719574) (xy 119.164796 91.719577) (xy 119.200391 91.829131) - (xy 119.218712 91.885516) (xy 119.297926 92.040981) (xy 119.400483 92.182139) (xy 119.400485 92.182141) - (xy 119.400487 92.182144) (xy 119.523855 92.305512) (xy 119.523858 92.305514) (xy 119.523861 92.305517) - (xy 119.665019 92.408074) (xy 119.820484 92.487288) (xy 119.986426 92.541205) (xy 120.158759 92.5685) - (xy 120.158762 92.5685) (xy 120.333238 92.5685) (xy 120.333241 92.5685) (xy 120.505574 92.541205) - (xy 120.671516 92.487288) (xy 120.826981 92.408074) (xy 120.968139 92.305517) (xy 121.091517 92.182139) - (xy 121.194074 92.040981) (xy 121.273288 91.885516) (xy 121.327205 91.719574) (xy 121.3545 91.547241) - (xy 121.3545 90.572759) (xy 121.6775 90.572759) (xy 121.6775 91.547241) (xy 121.704795 91.719574) - (xy 121.704796 91.719577) (xy 121.740391 91.829131) (xy 121.758712 91.885516) (xy 121.837926 92.040981) - (xy 121.940483 92.182139) (xy 121.940485 92.182141) (xy 121.940487 92.182144) (xy 122.063855 92.305512) - (xy 122.063858 92.305514) (xy 122.063861 92.305517) (xy 122.205019 92.408074) (xy 122.360484 92.487288) - (xy 122.526426 92.541205) (xy 122.698759 92.5685) (xy 122.698762 92.5685) (xy 122.873238 92.5685) - (xy 122.873241 92.5685) (xy 123.045574 92.541205) (xy 123.211516 92.487288) (xy 123.366981 92.408074) - (xy 123.508139 92.305517) (xy 123.631517 92.182139) (xy 123.734074 92.040981) (xy 123.813288 91.885516) - (xy 123.867205 91.719574) (xy 123.8945 91.547241) (xy 123.8945 90.572759) (xy 124.2175 90.572759) - (xy 124.2175 91.547241) (xy 124.244795 91.719574) (xy 124.244796 91.719577) (xy 124.280391 91.829131) - (xy 124.298712 91.885516) (xy 124.377926 92.040981) (xy 124.480483 92.182139) (xy 124.480485 92.182141) - (xy 124.480487 92.182144) (xy 124.603855 92.305512) (xy 124.603858 92.305514) (xy 124.603861 92.305517) - (xy 124.745019 92.408074) (xy 124.900484 92.487288) (xy 125.066426 92.541205) (xy 125.238759 92.5685) - (xy 125.238762 92.5685) (xy 125.413238 92.5685) (xy 125.413241 92.5685) (xy 125.585574 92.541205) - (xy 125.751516 92.487288) (xy 125.906981 92.408074) (xy 126.048139 92.305517) (xy 126.171517 92.182139) - (xy 126.274074 92.040981) (xy 126.353288 91.885516) (xy 126.407205 91.719574) (xy 126.4345 91.547241) - (xy 126.4345 90.572759) (xy 126.7575 90.572759) (xy 126.7575 91.547241) (xy 126.784795 91.719574) - (xy 126.784796 91.719577) (xy 126.820391 91.829131) (xy 126.838712 91.885516) (xy 126.917926 92.040981) - (xy 127.020483 92.182139) (xy 127.020485 92.182141) (xy 127.020487 92.182144) (xy 127.143855 92.305512) - (xy 127.143858 92.305514) (xy 127.143861 92.305517) (xy 127.285019 92.408074) (xy 127.440484 92.487288) - (xy 127.606426 92.541205) (xy 127.778759 92.5685) (xy 127.778762 92.5685) (xy 127.953238 92.5685) - (xy 127.953241 92.5685) (xy 128.125574 92.541205) (xy 128.291516 92.487288) (xy 128.446981 92.408074) - (xy 128.588139 92.305517) (xy 128.711517 92.182139) (xy 128.814074 92.040981) (xy 128.893288 91.885516) - (xy 128.947205 91.719574) (xy 128.9745 91.547241) (xy 128.9745 90.572759) (xy 128.947205 90.400426) - (xy 128.893288 90.234484) (xy 128.814074 90.079019) (xy 128.711517 89.937861) (xy 128.711514 89.937858) - (xy 128.711512 89.937855) (xy 128.588144 89.814487) (xy 128.588141 89.814485) (xy 128.588139 89.814483) - (xy 128.446981 89.711926) (xy 128.291516 89.632712) (xy 128.291513 89.632711) (xy 128.291511 89.63271) - (xy 128.125577 89.578796) (xy 128.125574 89.578795) (xy 127.953241 89.5515) (xy 127.778759 89.5515) - (xy 127.606426 89.578795) (xy 127.606423 89.578795) (xy 127.606422 89.578796) (xy 127.440488 89.63271) - (xy 127.440482 89.632713) (xy 127.285015 89.711928) (xy 127.143858 89.814485) (xy 127.143855 89.814487) - (xy 127.020487 89.937855) (xy 127.020485 89.937858) (xy 126.917928 90.079015) (xy 126.838713 90.234482) - (xy 126.83871 90.234488) (xy 126.812502 90.315151) (xy 126.784795 90.400426) (xy 126.7575 90.572759) - (xy 126.4345 90.572759) (xy 126.407205 90.400426) (xy 126.353288 90.234484) (xy 126.274074 90.079019) - (xy 126.171517 89.937861) (xy 126.171514 89.937858) (xy 126.171512 89.937855) (xy 126.048144 89.814487) - (xy 126.048141 89.814485) (xy 126.048139 89.814483) (xy 125.906981 89.711926) (xy 125.751516 89.632712) - (xy 125.751513 89.632711) (xy 125.751511 89.63271) (xy 125.585577 89.578796) (xy 125.585574 89.578795) - (xy 125.413241 89.5515) (xy 125.238759 89.5515) (xy 125.066426 89.578795) (xy 125.066423 89.578795) - (xy 125.066422 89.578796) (xy 124.900488 89.63271) (xy 124.900482 89.632713) (xy 124.745015 89.711928) - (xy 124.603858 89.814485) (xy 124.603855 89.814487) (xy 124.480487 89.937855) (xy 124.480485 89.937858) - (xy 124.377928 90.079015) (xy 124.298713 90.234482) (xy 124.29871 90.234488) (xy 124.272502 90.315151) - (xy 124.244795 90.400426) (xy 124.2175 90.572759) (xy 123.8945 90.572759) (xy 123.867205 90.400426) - (xy 123.813288 90.234484) (xy 123.734074 90.079019) (xy 123.631517 89.937861) (xy 123.631514 89.937858) - (xy 123.631512 89.937855) (xy 123.508144 89.814487) (xy 123.508141 89.814485) (xy 123.508139 89.814483) - (xy 123.366981 89.711926) (xy 123.211516 89.632712) (xy 123.211513 89.632711) (xy 123.211511 89.63271) - (xy 123.045577 89.578796) (xy 123.045574 89.578795) (xy 122.873241 89.5515) (xy 122.698759 89.5515) - (xy 122.526426 89.578795) (xy 122.526423 89.578795) (xy 122.526422 89.578796) (xy 122.360488 89.63271) - (xy 122.360482 89.632713) (xy 122.205015 89.711928) (xy 122.063858 89.814485) (xy 122.063855 89.814487) - (xy 121.940487 89.937855) (xy 121.940485 89.937858) (xy 121.837928 90.079015) (xy 121.758713 90.234482) - (xy 121.75871 90.234488) (xy 121.732502 90.315151) (xy 121.704795 90.400426) (xy 121.6775 90.572759) - (xy 121.3545 90.572759) (xy 121.327205 90.400426) (xy 121.273288 90.234484) (xy 121.194074 90.079019) - (xy 121.091517 89.937861) (xy 121.091514 89.937858) (xy 121.091512 89.937855) (xy 120.968144 89.814487) - (xy 120.968141 89.814485) (xy 120.968139 89.814483) (xy 120.826981 89.711926) (xy 120.671516 89.632712) - (xy 120.671513 89.632711) (xy 120.671511 89.63271) (xy 120.505577 89.578796) (xy 120.505574 89.578795) - (xy 120.333241 89.5515) (xy 120.158759 89.5515) (xy 119.986426 89.578795) (xy 119.986423 89.578795) - (xy 119.986422 89.578796) (xy 119.820488 89.63271) (xy 119.820482 89.632713) (xy 119.665015 89.711928) - (xy 119.523858 89.814485) (xy 119.523855 89.814487) (xy 119.400487 89.937855) (xy 119.400485 89.937858) - (xy 119.297928 90.079015) (xy 119.218713 90.234482) (xy 119.21871 90.234488) (xy 119.192502 90.315151) - (xy 119.164795 90.400426) (xy 119.1375 90.572759) (xy 118.8145 90.572759) (xy 118.787205 90.400426) - (xy 118.733288 90.234484) (xy 118.654074 90.079019) (xy 118.551517 89.937861) (xy 118.551514 89.937858) - (xy 118.551512 89.937855) (xy 118.428144 89.814487) (xy 118.428141 89.814485) (xy 118.428139 89.814483) - (xy 118.286981 89.711926) (xy 118.131516 89.632712) (xy 118.131513 89.632711) (xy 118.131511 89.63271) - (xy 117.965577 89.578796) (xy 117.965574 89.578795) (xy 117.793241 89.5515) (xy 117.618759 89.5515) - (xy 117.446426 89.578795) (xy 117.446423 89.578795) (xy 117.446422 89.578796) (xy 117.280488 89.63271) - (xy 117.280482 89.632713) (xy 117.125015 89.711928) (xy 116.983858 89.814485) (xy 116.983855 89.814487) - (xy 116.860487 89.937855) (xy 116.860485 89.937858) (xy 116.757928 90.079015) (xy 116.678713 90.234482) - (xy 116.67871 90.234488) (xy 116.652502 90.315151) (xy 116.624795 90.400426) (xy 116.5975 90.572759) - (xy 116.2745 90.572759) (xy 116.247205 90.400426) (xy 116.193288 90.234484) (xy 116.114074 90.079019) - (xy 116.011517 89.937861) (xy 116.011514 89.937858) (xy 116.011512 89.937855) (xy 115.888144 89.814487) - (xy 115.888141 89.814485) (xy 115.888139 89.814483) (xy 115.746981 89.711926) (xy 115.591516 89.632712) - (xy 115.591513 89.632711) (xy 115.591511 89.63271) (xy 115.425577 89.578796) (xy 115.425574 89.578795) - (xy 115.253241 89.5515) (xy 115.078759 89.5515) (xy 114.906426 89.578795) (xy 114.906423 89.578795) - (xy 114.906422 89.578796) (xy 114.740488 89.63271) (xy 114.740482 89.632713) (xy 114.585015 89.711928) - (xy 114.443858 89.814485) (xy 114.443855 89.814487) (xy 114.320487 89.937855) (xy 114.320485 89.937858) - (xy 114.217928 90.079015) (xy 114.138713 90.234482) (xy 114.13871 90.234488) (xy 114.112502 90.315151) - (xy 114.084795 90.400426) (xy 114.0575 90.572759) (xy 113.7345 90.572759) (xy 113.707205 90.400426) - (xy 113.653288 90.234484) (xy 113.574074 90.079019) (xy 113.471517 89.937861) (xy 113.471514 89.937858) - (xy 113.471512 89.937855) (xy 113.348144 89.814487) (xy 113.348141 89.814485) (xy 113.348139 89.814483) - (xy 113.206981 89.711926) (xy 113.051516 89.632712) (xy 113.051513 89.632711) (xy 113.051511 89.63271) - (xy 112.885577 89.578796) (xy 112.885574 89.578795) (xy 112.713241 89.5515) (xy 112.538759 89.5515) - (xy 112.366426 89.578795) (xy 112.366423 89.578795) (xy 112.366422 89.578796) (xy 112.200488 89.63271) - (xy 112.200482 89.632713) (xy 112.045015 89.711928) (xy 111.903858 89.814485) (xy 111.903855 89.814487) - (xy 111.780487 89.937855) (xy 111.780485 89.937858) (xy 111.677928 90.079015) (xy 111.598713 90.234482) - (xy 111.59871 90.234488) (xy 111.572502 90.315151) (xy 111.544795 90.400426) (xy 111.5175 90.572759) - (xy 111.193993 90.572759) (xy 111.166715 90.400537) (xy 111.112825 90.23468) (xy 111.112822 90.234674) - (xy 111.033643 90.079278) (xy 110.931132 89.938184) (xy 110.93113 89.938181) (xy 110.807818 89.814869) - (xy 110.807815 89.814867) (xy 110.666721 89.712356) (xy 110.511325 89.633177) (xy 110.511319 89.633174) - (xy 110.345461 89.579284) (xy 110.345449 89.579281) (xy 110.34 89.578417) (xy 110.34 90.748314) - (xy 110.331606 90.73992) (xy 110.240394 90.687259) (xy 110.138661 90.66) (xy 110.033339 90.66) (xy 109.931606 90.687259) - (xy 109.840394 90.73992) (xy 109.832 90.748314) (xy 109.832 89.578417) (xy 109.82655 89.579281) - (xy 109.826538 89.579284) (xy 109.66068 89.633174) (xy 109.660674 89.633177) (xy 109.505278 89.712356) - (xy 109.364184 89.814867) (xy 109.364181 89.814869) (xy 109.240869 89.938181) (xy 109.240867 89.938184) - (xy 109.138356 90.079278) (xy 109.059177 90.234674) (xy 109.059174 90.23468) (xy 109.005284 90.400537) - (xy 108.978 90.572802) (xy 108.6545 90.572802) (xy 108.6545 90.572759) (xy 108.627205 90.400426) - (xy 108.573288 90.234484) (xy 108.494074 90.079019) (xy 108.391517 89.937861) (xy 108.391514 89.937858) - (xy 108.391512 89.937855) (xy 108.268144 89.814487) (xy 108.268141 89.814485) (xy 108.268139 89.814483) - (xy 108.126981 89.711926) (xy 107.971516 89.632712) (xy 107.971513 89.632711) (xy 107.971511 89.63271) - (xy 107.805577 89.578796) (xy 107.805574 89.578795) (xy 107.633241 89.5515) (xy 107.458759 89.5515) - (xy 107.286426 89.578795) (xy 107.286423 89.578795) (xy 107.286422 89.578796) (xy 107.120488 89.63271) - (xy 107.120482 89.632713) (xy 106.965015 89.711928) (xy 106.823858 89.814485) (xy 106.823855 89.814487) - (xy 106.700487 89.937855) (xy 106.700485 89.937858) (xy 106.597928 90.079015) (xy 106.518713 90.234482) - (xy 106.51871 90.234488) (xy 106.492502 90.315151) (xy 106.464795 90.400426) (xy 106.4375 90.572759) - (xy 106.1145 90.572759) (xy 106.087205 90.400426) (xy 106.033288 90.234484) (xy 105.954074 90.079019) - (xy 105.851517 89.937861) (xy 105.851514 89.937858) (xy 105.851512 89.937855) (xy 105.728144 89.814487) - (xy 105.72814 89.814484) (xy 105.728139 89.814483) (xy 105.718836 89.807724) (xy 105.675484 89.751502) - (xy 105.6669 89.70579) (xy 105.6669 89.282) (xy 109.705 89.282) (xy 118.976 89.282) (xy 118.976 85.726) - (xy 109.705 85.726) (xy 109.705 89.282) (xy 105.6669 89.282) (xy 105.6669 84.247131) (xy 105.686902 84.17901) - (xy 105.7002 84.161793) (xy 105.827714 84.023277) (xy 105.827724 84.023265) (xy 105.838501 84.00677) - (xy 105.916518 83.887354) (xy 105.97052 83.841268) (xy 106.040868 83.831692) (xy 106.105225 83.861669) - (xy 106.12748 83.887353) (xy 106.160607 83.938058) (xy 106.216275 84.023265) (xy 106.216279 84.02327) - (xy 106.368762 84.188908) (xy 106.409467 84.22059) (xy 106.546424 84.327189) (xy 106.744426 84.434342) - (xy 106.744427 84.434342) (xy 106.744428 84.434343) (xy 106.784478 84.448092) (xy 106.957365 84.507444) - (xy 107.179431 84.5445) (xy 107.179435 84.5445) (xy 107.404565 84.5445) (xy 107.404569 84.5445) - (xy 107.626635 84.507444) (xy 107.839574 84.434342) (xy 108.037576 84.327189) (xy 108.21524 84.188906) - (xy 108.367722 84.023268) (xy 108.367927 84.022955) (xy 108.4091 83.959934) (xy 108.456816 83.886898) - (xy 108.510819 83.84081) (xy 108.581167 83.831235) (xy 108.645524 83.861212) (xy 108.667782 83.886898) - (xy 108.756674 84.022958) (xy 108.909097 84.188534) (xy 109.086698 84.326767) (xy 109.086699 84.326768) - (xy 109.284628 84.433882) (xy 109.28463 84.433883) (xy 109.497483 84.506955) (xy 109.497492 84.506957) - (xy 109.578 84.520391) (xy 109.578 83.616702) (xy 109.639007 83.651925) (xy 109.766174 83.686) (xy 109.897826 83.686) - (xy 110.024993 83.651925) (xy 110.086 83.616702) (xy 110.086 84.52039) (xy 110.166507 84.506957) - (xy 110.166516 84.506955) (xy 110.379369 84.433883) (xy 110.379371 84.433882) (xy 110.5773 84.326768) - (xy 110.577301 84.326767) (xy 110.754902 84.188534) (xy 110.907327 84.022955) (xy 110.996217 83.886899) - (xy 111.05022 83.84081) (xy 111.120568 83.831235) (xy 111.184925 83.861212) (xy 111.207183 83.886898) - (xy 111.296279 84.02327) (xy 111.448762 84.188908) (xy 111.489467 84.22059) (xy 111.626424 84.327189) - (xy 111.824426 84.434342) (xy 111.824427 84.434342) (xy 111.824428 84.434343) (xy 111.864478 84.448092) - (xy 112.037365 84.507444) (xy 112.259431 84.5445) (xy 112.259435 84.5445) (xy 112.484565 84.5445) - (xy 112.484569 84.5445) (xy 112.706635 84.507444) (xy 112.919574 84.434342) (xy 113.117576 84.327189) - (xy 113.29524 84.188906) (xy 113.447722 84.023268) (xy 113.447927 84.022955) (xy 113.458501 84.00677) - (xy 113.536518 83.887354) (xy 113.59052 83.841268) (xy 113.660868 83.831692) (xy 113.725225 83.861669) - (xy 113.74748 83.887353) (xy 113.780607 83.938058) (xy 113.836275 84.023265) (xy 113.836279 84.02327) - (xy 113.988762 84.188908) (xy 114.029467 84.22059) (xy 114.166424 84.327189) (xy 114.364426 84.434342) - (xy 114.364427 84.434342) (xy 114.364428 84.434343) (xy 114.404478 84.448092) (xy 114.577365 84.507444) - (xy 114.799431 84.5445) (xy 114.799435 84.5445) (xy 115.024565 84.5445) (xy 115.024569 84.5445) - (xy 115.246635 84.507444) (xy 115.459574 84.434342) (xy 115.657576 84.327189) (xy 115.83524 84.188906) - (xy 115.987722 84.023268) (xy 115.987927 84.022955) (xy 115.998501 84.00677) (xy 116.076518 83.887354) - (xy 116.13052 83.841268) (xy 116.200868 83.831692) (xy 116.265225 83.861669) (xy 116.28748 83.887353) - (xy 116.320607 83.938058) (xy 116.376275 84.023265) (xy 116.376279 84.02327) (xy 116.528762 84.188908) - (xy 116.569467 84.22059) (xy 116.706424 84.327189) (xy 116.904426 84.434342) (xy 116.904427 84.434342) - (xy 116.904428 84.434343) (xy 116.944478 84.448092) (xy 117.117365 84.507444) (xy 117.339431 84.5445) - (xy 117.339435 84.5445) (xy 117.564565 84.5445) (xy 117.564569 84.5445) (xy 117.786635 84.507444) - (xy 117.999574 84.434342) (xy 118.197576 84.327189) (xy 118.37524 84.188906) (xy 118.527722 84.023268) - (xy 118.527927 84.022955) (xy 118.538501 84.00677) (xy 118.616518 83.887354) (xy 118.67052 83.841268) - (xy 118.740868 83.831692) (xy 118.805225 83.861669) (xy 118.82748 83.887353) (xy 118.860607 83.938058) - (xy 118.916275 84.023265) (xy 118.916279 84.02327) (xy 119.068762 84.188908) (xy 119.109467 84.22059) - (xy 119.246424 84.327189) (xy 119.444426 84.434342) (xy 119.444427 84.434342) (xy 119.444428 84.434343) - (xy 119.484478 84.448092) (xy 119.657365 84.507444) (xy 119.879431 84.5445) (xy 119.879435 84.5445) - (xy 120.104565 84.5445) (xy 120.104569 84.5445) (xy 120.326635 84.507444) (xy 120.539574 84.434342) - (xy 120.737576 84.327189) (xy 120.91524 84.188906) (xy 121.067722 84.023268) (xy 121.067927 84.022955) - (xy 121.078501 84.00677) (xy 121.156518 83.887354) (xy 121.21052 83.841268) (xy 121.280868 83.831692) - (xy 121.345225 83.861669) (xy 121.36748 83.887353) (xy 121.400607 83.938058) (xy 121.456275 84.023265) - (xy 121.456279 84.02327) (xy 121.608762 84.188908) (xy 121.649467 84.22059) (xy 121.786424 84.327189) - (xy 121.984426 84.434342) (xy 121.984427 84.434342) (xy 121.984428 84.434343) (xy 122.024478 84.448092) - (xy 122.197365 84.507444) (xy 122.419431 84.5445) (xy 122.419435 84.5445) (xy 122.644565 84.5445) - (xy 122.644569 84.5445) (xy 122.866635 84.507444) (xy 123.079574 84.434342) (xy 123.277576 84.327189) - (xy 123.45524 84.188906) (xy 123.607722 84.023268) (xy 123.607927 84.022955) (xy 123.618501 84.00677) - (xy 123.696518 83.887354) (xy 123.75052 83.841268) (xy 123.820868 83.831692) (xy 123.885225 83.861669) - (xy 123.90748 83.887353) (xy 123.940607 83.938058) (xy 123.996275 84.023265) (xy 123.996279 84.02327) - (xy 124.148762 84.188908) (xy 124.189467 84.22059) (xy 124.326424 84.327189) (xy 124.524426 84.434342) - (xy 124.524427 84.434342) (xy 124.524428 84.434343) (xy 124.564478 84.448092) (xy 124.737365 84.507444) - (xy 124.959431 84.5445) (xy 124.959435 84.5445) (xy 125.184565 84.5445) (xy 125.184569 84.5445) - (xy 125.406635 84.507444) (xy 125.619574 84.434342) (xy 125.817576 84.327189) (xy 125.99524 84.188906) - (xy 126.147722 84.023268) (xy 126.147927 84.022955) (xy 126.158501 84.00677) (xy 126.236518 83.887354) - (xy 126.29052 83.841268) (xy 126.360868 83.831692) (xy 126.425225 83.861669) (xy 126.44748 83.887353) - (xy 126.480607 83.938058) (xy 126.536275 84.023265) (xy 126.536279 84.02327) (xy 126.688762 84.188908) - (xy 126.729467 84.22059) (xy 126.866424 84.327189) (xy 127.064426 84.434342) (xy 127.064427 84.434342) - (xy 127.064428 84.434343) (xy 127.104478 84.448092) (xy 127.277365 84.507444) (xy 127.499431 84.5445) - (xy 127.499435 84.5445) (xy 127.724565 84.5445) (xy 127.724569 84.5445) (xy 127.946635 84.507444) - (xy 128.159574 84.434342) (xy 128.357576 84.327189) (xy 128.53524 84.188906) (xy 128.596245 84.122637) - (xy 128.657096 84.086067) (xy 128.728061 84.0882) (xy 128.786606 84.128362) (xy 128.807 84.163941) - (xy 128.851111 84.282204) (xy 128.851112 84.282207) (xy 128.938738 84.399261) (xy 129.055792 84.486887) - (xy 129.055794 84.486888) (xy 129.055796 84.486889) (xy 129.1096 84.506957) (xy 129.192795 84.537988) - (xy 129.192803 84.53799) (xy 129.25335 84.544499) (xy 129.253355 84.544499) (xy 129.253362 84.5445) - (xy 129.253368 84.5445) (xy 131.050632 84.5445) (xy 131.050638 84.5445) (xy 131.050645 84.544499) - (xy 131.050649 84.544499) (xy 131.111196 84.53799) (xy 131.111199 84.537989) (xy 131.111201 84.537989) - (xy 131.248204 84.486889) (xy 131.291888 84.454188) (xy 131.365261 84.399261) (xy 131.452887 84.282207) - (xy 131.452887 84.282206) (xy 131.452889 84.282204) (xy 131.503989 84.145201) (xy 131.5058 84.128362) - (xy 131.510499 84.084649) (xy 131.5105 84.084632) (xy 131.5105 82.287367) (xy 131.510499 82.28735) - (xy 131.50399 82.226803) (xy 131.503988 82.226795) (xy 131.452889 82.089797) (xy 131.452887 82.089792) - (xy 131.365261 81.972738) (xy 131.248207 81.885112) (xy 131.248202 81.88511) (xy 131.111204 81.834011) - (xy 131.111196 81.834009) (xy 131.050649 81.8275) (xy 131.050638 81.8275) (xy 129.253362 81.8275) - (xy 129.25335 81.8275) (xy 129.192803 81.834009) (xy 129.192795 81.834011) (xy 129.055797 81.88511) - (xy 129.055792 81.885112) (xy 128.938738 81.972738) (xy 128.851112 82.089792) (xy 128.851111 82.089795) - (xy 128.807 82.208058) (xy 128.764453 82.264893) (xy 128.697932 82.289703) (xy 128.628558 82.274611) - (xy 128.596246 82.249363) (xy 128.53524 82.183094) (xy 128.535239 82.183093) (xy 128.535237 82.183091) - (xy 128.415372 82.089796) (xy 128.357576 82.044811) (xy 128.159574 81.937658) (xy 128.159572 81.937657) - (xy 128.159571 81.937656) (xy 127.946639 81.864557) (xy 127.94663 81.864555) (xy 127.869029 81.851606) - (xy 127.724569 81.8275) (xy 127.499431 81.8275) (xy 127.354971 81.851606) (xy 127.277369 81.864555) - (xy 127.27736 81.864557) (xy 127.064428 81.937656) (xy 127.064426 81.937658) (xy 126.869771 82.043) - (xy 126.866426 82.04481) (xy 126.866424 82.044811) (xy 126.688762 82.183091) (xy 126.536279 82.348729) - (xy 126.447483 82.484643) (xy 126.393479 82.530731) (xy 126.323131 82.540306) (xy 126.258774 82.510329) - (xy 126.236517 82.484643) (xy 126.14772 82.348729) (xy 126.012397 82.201731) (xy 125.99524 82.183094) - (xy 125.995239 82.183093) (xy 125.995237 82.183091) (xy 125.875372 82.089796) (xy 125.817576 82.044811) - (xy 125.619574 81.937658) (xy 125.619572 81.937657) (xy 125.619571 81.937656) (xy 125.406639 81.864557) - (xy 125.40663 81.864555) (xy 125.329029 81.851606) (xy 125.184569 81.8275) (xy 124.959431 81.8275) - (xy 124.814971 81.851606) (xy 124.737369 81.864555) (xy 124.73736 81.864557) (xy 124.524428 81.937656) - (xy 124.524426 81.937658) (xy 124.329771 82.043) (xy 124.326426 82.04481) (xy 124.326424 82.044811) - (xy 124.148762 82.183091) (xy 123.996279 82.348729) (xy 123.907483 82.484643) (xy 123.853479 82.530731) - (xy 123.783131 82.540306) (xy 123.718774 82.510329) (xy 123.696517 82.484643) (xy 123.60772 82.348729) - (xy 123.472397 82.201731) (xy 123.45524 82.183094) (xy 123.455239 82.183093) (xy 123.455237 82.183091) - (xy 123.335372 82.089796) (xy 123.277576 82.044811) (xy 123.079574 81.937658) (xy 123.079572 81.937657) - (xy 123.079571 81.937656) (xy 122.866639 81.864557) (xy 122.86663 81.864555) (xy 122.789029 81.851606) - (xy 122.644569 81.8275) (xy 122.419431 81.8275) (xy 122.274971 81.851606) (xy 122.197369 81.864555) - (xy 122.19736 81.864557) (xy 121.984428 81.937656) (xy 121.984426 81.937658) (xy 121.789771 82.043) - (xy 121.786426 82.04481) (xy 121.786424 82.044811) (xy 121.608762 82.183091) (xy 121.456279 82.348729) - (xy 121.367483 82.484643) (xy 121.313479 82.530731) (xy 121.243131 82.540306) (xy 121.178774 82.510329) - (xy 121.156517 82.484643) (xy 121.06772 82.348729) (xy 120.932397 82.201731) (xy 120.91524 82.183094) - (xy 120.915239 82.183093) (xy 120.915237 82.183091) (xy 120.795372 82.089796) (xy 120.737576 82.044811) - (xy 120.539574 81.937658) (xy 120.539572 81.937657) (xy 120.539571 81.937656) (xy 120.326639 81.864557) - (xy 120.32663 81.864555) (xy 120.249029 81.851606) (xy 120.104569 81.8275) (xy 119.879431 81.8275) - (xy 119.734971 81.851606) (xy 119.657369 81.864555) (xy 119.65736 81.864557) (xy 119.444428 81.937656) - (xy 119.444426 81.937658) (xy 119.249771 82.043) (xy 119.246426 82.04481) (xy 119.246424 82.044811) - (xy 119.068762 82.183091) (xy 118.916279 82.348729) (xy 118.827483 82.484643) (xy 118.773479 82.530731) - (xy 118.703131 82.540306) (xy 118.638774 82.510329) (xy 118.616517 82.484643) (xy 118.52772 82.348729) - (xy 118.392397 82.201731) (xy 118.37524 82.183094) (xy 118.375239 82.183093) (xy 118.375237 82.183091) - (xy 118.255372 82.089796) (xy 118.197576 82.044811) (xy 117.999574 81.937658) (xy 117.999572 81.937657) - (xy 117.999571 81.937656) (xy 117.786639 81.864557) (xy 117.78663 81.864555) (xy 117.709029 81.851606) - (xy 117.564569 81.8275) (xy 117.339431 81.8275) (xy 117.194971 81.851606) (xy 117.117369 81.864555) - (xy 117.11736 81.864557) (xy 116.904428 81.937656) (xy 116.904426 81.937658) (xy 116.709771 82.043) - (xy 116.706426 82.04481) (xy 116.706424 82.044811) (xy 116.528762 82.183091) (xy 116.376279 82.348729) - (xy 116.287483 82.484643) (xy 116.233479 82.530731) (xy 116.163131 82.540306) (xy 116.098774 82.510329) - (xy 116.076517 82.484643) (xy 115.98772 82.348729) (xy 115.852397 82.201731) (xy 115.83524 82.183094) - (xy 115.835239 82.183093) (xy 115.835237 82.183091) (xy 115.715372 82.089796) (xy 115.657576 82.044811) - (xy 115.459574 81.937658) (xy 115.459572 81.937657) (xy 115.459571 81.937656) (xy 115.246639 81.864557) - (xy 115.24663 81.864555) (xy 115.169029 81.851606) (xy 115.024569 81.8275) (xy 114.799431 81.8275) - (xy 114.654971 81.851606) (xy 114.577369 81.864555) (xy 114.57736 81.864557) (xy 114.364428 81.937656) - (xy 114.364426 81.937658) (xy 114.169771 82.043) (xy 114.166426 82.04481) (xy 114.166424 82.044811) - (xy 113.988762 82.183091) (xy 113.836279 82.348729) (xy 113.747483 82.484643) (xy 113.693479 82.530731) - (xy 113.623131 82.540306) (xy 113.558774 82.510329) (xy 113.536517 82.484643) (xy 113.44772 82.348729) - (xy 113.312397 82.201731) (xy 113.29524 82.183094) (xy 113.295239 82.183093) (xy 113.295237 82.183091) - (xy 113.175372 82.089796) (xy 113.117576 82.044811) (xy 112.919574 81.937658) (xy 112.919572 81.937657) - (xy 112.919571 81.937656) (xy 112.706639 81.864557) (xy 112.70663 81.864555) (xy 112.629029 81.851606) - (xy 112.484569 81.8275) (xy 112.259431 81.8275) (xy 112.114971 81.851606) (xy 112.037369 81.864555) - (xy 112.03736 81.864557) (xy 111.824428 81.937656) (xy 111.824426 81.937658) (xy 111.629771 82.043) - (xy 111.626426 82.04481) (xy 111.626424 82.044811) (xy 111.448762 82.183091) (xy 111.296279 82.348729) - (xy 111.207183 82.485101) (xy 111.153179 82.531189) (xy 111.082831 82.540764) (xy 111.018474 82.510786) - (xy 110.996217 82.4851) (xy 110.907327 82.349044) (xy 110.754902 82.183465) (xy 110.577301 82.045232) - (xy 110.5773 82.045231) (xy 110.379371 81.938117) (xy 110.379369 81.938116) (xy 110.166512 81.865043) - (xy 110.166501 81.86504) (xy 110.086 81.851606) (xy 110.086 82.755297) (xy 110.024993 82.720075) - (xy 109.897826 82.686) (xy 109.766174 82.686) (xy 109.639007 82.720075) (xy 109.578 82.755297) (xy 109.578 81.851607) - (xy 109.577999 81.851606) (xy 109.497498 81.86504) (xy 109.497487 81.865043) (xy 109.28463 81.938116) - (xy 109.284628 81.938117) (xy 109.086699 82.045231) (xy 109.086698 82.045232) (xy 108.909097 82.183465) - (xy 108.75667 82.349045) (xy 108.66778 82.485101) (xy 108.613776 82.531189) (xy 108.543428 82.540764) - (xy 108.479071 82.510786) (xy 108.456816 82.485101) (xy 108.417884 82.425511) (xy 108.367724 82.348734) - (xy 108.36772 82.348729) (xy 108.232397 82.201731) (xy 108.21524 82.183094) (xy 108.215239 82.183093) - (xy 108.215237 82.183091) (xy 108.095372 82.089796) (xy 108.037576 82.044811) (xy 107.839574 81.937658) - (xy 107.839572 81.937657) (xy 107.839571 81.937656) (xy 107.626639 81.864557) (xy 107.62663 81.864555) - (xy 107.549029 81.851606) (xy 107.404569 81.8275) (xy 107.179431 81.8275) (xy 107.034971 81.851606) - (xy 106.957369 81.864555) (xy 106.95736 81.864557) (xy 106.744428 81.937656) (xy 106.744426 81.937658) - (xy 106.549771 82.043) (xy 106.546426 82.04481) (xy 106.546424 82.044811) (xy 106.368762 82.183091) - (xy 106.216279 82.348729) (xy 106.127483 82.484643) (xy 106.073479 82.530731) (xy 106.003131 82.540306) - (xy 105.938774 82.510329) (xy 105.916517 82.484643) (xy 105.82772 82.348729) (xy 105.692397 82.201731) - (xy 105.67524 82.183094) (xy 105.675239 82.183093) (xy 105.675237 82.183091) (xy 105.555372 82.089796) - (xy 105.497576 82.044811) (xy 105.299574 81.937658) (xy 105.299572 81.937657) (xy 105.299571 81.937656) - (xy 105.086639 81.864557) (xy 105.08663 81.864555) (xy 105.009029 81.851606) (xy 104.864569 81.8275) - (xy 104.639431 81.8275) (xy 104.494971 81.851606) (xy 104.417369 81.864555) (xy 104.41736 81.864557) - (xy 104.204428 81.937656) (xy 104.204426 81.937658) (xy 104.009771 82.043) (xy 104.006426 82.04481) - (xy 104.006424 82.044811) (xy 103.828762 82.183091) (xy 103.676279 82.348729) (xy 103.587483 82.484643) - (xy 103.533479 82.530731) (xy 103.463131 82.540306) (xy 103.398774 82.510329) (xy 103.376517 82.484643) - (xy 103.28772 82.348729) (xy 103.152397 82.201731) (xy 103.13524 82.183094) (xy 103.135239 82.183093) - (xy 103.135237 82.183091) (xy 103.015372 82.089796) (xy 102.957576 82.044811) (xy 102.759574 81.937658) - (xy 102.759572 81.937657) (xy 102.759571 81.937656) (xy 102.546639 81.864557) (xy 102.54663 81.864555) - (xy 102.469029 81.851606) (xy 102.324569 81.8275) (xy 102.099431 81.8275) (xy 101.954971 81.851606) - (xy 101.877369 81.864555) (xy 101.87736 81.864557) (xy 101.664428 81.937656) (xy 101.664426 81.937658) - (xy 101.469771 82.043) (xy 101.466426 82.04481) (xy 101.466424 82.044811) (xy 101.288762 82.183091) - (xy 101.136279 82.348729) (xy 101.047483 82.484643) (xy 100.993479 82.530731) (xy 100.923131 82.540306) - (xy 100.858774 82.510329) (xy 100.836517 82.484643) (xy 100.74772 82.348729) (xy 100.612397 82.201731) - (xy 100.59524 82.183094) (xy 100.595239 82.183093) (xy 100.595237 82.183091) (xy 100.475372 82.089796) - (xy 100.417576 82.044811) (xy 100.219574 81.937658) (xy 100.219572 81.937657) (xy 100.219571 81.937656) - (xy 100.006639 81.864557) (xy 100.00663 81.864555) (xy 99.929029 81.851606) (xy 99.784569 81.8275) - (xy 99.559431 81.8275) (xy 99.414971 81.851606) (xy 99.337369 81.864555) (xy 99.33736 81.864557) - (xy 99.124428 81.937656) (xy 99.124426 81.937658) (xy 98.929771 82.043) (xy 98.926426 82.04481) - (xy 98.926424 82.044811) (xy 98.748762 82.183091) (xy 98.596279 82.348729) (xy 98.507483 82.484643) - (xy 98.453479 82.530731) (xy 98.383131 82.540306) (xy 98.318774 82.510329) (xy 98.296517 82.484643) - (xy 98.20772 82.348729) (xy 98.072397 82.201731) (xy 98.05524 82.183094) (xy 98.055239 82.183093) - (xy 98.055237 82.183091) (xy 97.935372 82.089796) (xy 97.877576 82.044811) (xy 97.679574 81.937658) - (xy 97.679572 81.937657) (xy 97.679571 81.937656) (xy 97.466639 81.864557) (xy 97.46663 81.864555) - (xy 97.389029 81.851606) (xy 97.244569 81.8275) (xy 97.019431 81.8275) (xy 96.874971 81.851606) - (xy 96.797369 81.864555) (xy 96.79736 81.864557) (xy 96.584428 81.937656) (xy 96.584426 81.937658) - (xy 96.389771 82.043) (xy 96.386426 82.04481) (xy 96.386424 82.044811) (xy 96.208762 82.183091) - (xy 96.056279 82.348729) (xy 95.967183 82.485101) (xy 95.913179 82.531189) (xy 95.842831 82.540764) - (xy 95.778474 82.510786) (xy 95.756217 82.4851) (xy 95.667327 82.349044) (xy 95.514902 82.183465) - (xy 95.337301 82.045232) (xy 95.3373 82.045231) (xy 95.139371 81.938117) (xy 95.139369 81.938116) - (xy 94.926512 81.865043) (xy 94.926501 81.86504) (xy 94.846 81.851606) (xy 94.846 82.755297) (xy 94.784993 82.720075) - (xy 94.657826 82.686) (xy 94.526174 82.686) (xy 94.399007 82.720075) (xy 94.338 82.755297) (xy 94.338 81.851607) - (xy 94.337999 81.851606) (xy 94.257498 81.86504) (xy 94.257487 81.865043) (xy 94.04463 81.938116) - (xy 94.044628 81.938117) (xy 93.846699 82.045231) (xy 93.846698 82.045232) (xy 93.669097 82.183465) - (xy 93.51667 82.349045) (xy 93.42778 82.485101) (xy 93.373776 82.531189) (xy 93.303428 82.540764) - (xy 93.239071 82.510786) (xy 93.216816 82.485101) (xy 93.177884 82.425511) (xy 93.127724 82.348734) - (xy 93.12772 82.348729) (xy 92.992397 82.201731) (xy 92.97524 82.183094) (xy 92.975239 82.183093) - (xy 92.975237 82.183091) (xy 92.855372 82.089796) (xy 92.797576 82.044811) (xy 92.599574 81.937658) - (xy 92.599572 81.937657) (xy 92.599571 81.937656) (xy 92.386639 81.864557) (xy 92.38663 81.864555) - (xy 92.309029 81.851606) (xy 92.164569 81.8275) (xy 91.939431 81.8275) (xy 91.794971 81.851606) - (xy 91.717369 81.864555) (xy 91.71736 81.864557) (xy 91.504428 81.937656) (xy 91.504426 81.937658) - (xy 91.309771 82.043) (xy 91.306426 82.04481) (xy 91.306424 82.044811) (xy 91.138291 82.175675) - (xy 91.072249 82.201731) (xy 91.002603 82.187946) (xy 90.951467 82.138696) (xy 90.9349 82.076243) - (xy 90.9349 80.971944) (xy 90.954902 80.903823) (xy 90.971805 80.882849) (xy 94.320849 77.533805) - (xy 94.383161 77.499779) (xy 94.409944 77.4969) (xy 130.368927 77.4969) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 139.866621 46.020002) (xy 139.913114 46.073658) (xy 139.9245 46.126) (xy 139.9245 95.390991) - (xy 139.904498 95.459112) (xy 139.850842 95.505605) (xy 139.780568 95.515709) (xy 139.715988 95.486215) - (xy 139.678667 95.429927) (xy 139.624325 95.26268) (xy 139.624322 95.262674) (xy 139.545143 95.107278) - (xy 139.442632 94.966184) (xy 139.44263 94.966181) (xy 139.319318 94.842869) (xy 139.319315 94.842867) - (xy 139.178221 94.740356) (xy 139.022825 94.661177) (xy 139.022819 94.661174) (xy 138.85696 94.607284) - (xy 138.856964 94.607284) (xy 138.684698 94.58) (xy 138.5015 94.58) (xy 138.5015 95.388) (xy 137.9935 95.388) - (xy 137.9935 94.58) (xy 137.810302 94.58) (xy 137.638037 94.607284) (xy 137.47218 94.661174) (xy 137.472174 94.661177) - (xy 137.316778 94.740356) (xy 137.175684 94.842867) (xy 137.175681 94.842869) (xy 137.052369 94.966181) - (xy 137.052367 94.966184) (xy 136.949856 95.107278) (xy 136.870677 95.262674) (xy 136.870674 95.26268) - (xy 136.816785 95.428534) (xy 136.81592 95.434) (xy 137.73744 95.434) (xy 137.713295 95.44794) (xy 137.65744 95.503795) - (xy 137.617944 95.572204) (xy 137.5975 95.648504) (xy 137.5975 95.727496) (xy 137.617944 95.803796) - (xy 137.65744 95.872205) (xy 137.713295 95.92806) (xy 137.73744 95.942) (xy 136.815919 95.942) (xy 136.811849 95.946764) - (xy 136.804914 96.000406) (xy 136.759189 96.054717) (xy 136.691359 96.075685) (xy 136.622961 96.056654) - (xy 136.586354 96.021968) (xy 136.580747 96.013961) (xy 135.97042 96.624288) (xy 135.943537 96.523956) - (xy 135.887584 96.427044) (xy 135.808456 96.347916) (xy 135.711544 96.291963) (xy 135.61121 96.265078) - (xy 136.221538 95.654751) (xy 136.166353 95.61611) (xy 135.972099 95.525527) (xy 135.918815 95.47861) - (xy 135.899354 95.410333) (xy 135.919896 95.342373) (xy 135.936249 95.322244) (xy 136.658923 94.59957) - (xy 136.658928 94.599567) (xy 136.669297 94.589197) (xy 136.669299 94.589197) (xy 136.761355 94.497141) - (xy 136.833682 94.388896) (xy 136.883502 94.268619) (xy 136.891543 94.228196) (xy 136.9089 94.140936) - (xy 136.9089 94.010749) (xy 136.9089 89.739196) (xy 136.928902 89.671075) (xy 136.982558 89.624582) - (xy 137.052832 89.614478) (xy 137.11041 89.638328) (xy 137.184036 89.693445) (xy 137.320906 89.744494) - (xy 137.381402 89.750999) (xy 137.381415 89.751) (xy 138.026 89.751) (xy 138.026 88.823702) (xy 138.087007 88.858925) - (xy 138.214174 88.893) (xy 138.345826 88.893) (xy 138.472993 88.858925) (xy 138.534 88.823702) (xy 138.534 89.751) - (xy 139.178585 89.751) (xy 139.178597 89.750999) (xy 139.239093 89.744494) (xy 139.375964 89.693444) - (xy 139.375965 89.693444) (xy 139.492904 89.605904) (xy 139.580444 89.488965) (xy 139.580444 89.488964) - (xy 139.631494 89.352093) (xy 139.637999 89.291597) (xy 139.638 89.291585) (xy 139.638 88.647) (xy 138.710703 88.647) - (xy 138.745925 88.585993) (xy 138.78 88.458826) (xy 138.78 88.327174) (xy 138.745925 88.200007) - (xy 138.710703 88.139) (xy 139.638 88.139) (xy 139.638 87.494414) (xy 139.637999 87.494402) (xy 139.631494 87.433906) - (xy 139.580444 87.297035) (xy 139.580444 87.297034) (xy 139.492904 87.180095) (xy 139.375966 87.092556) - (xy 139.260826 87.049611) (xy 139.203991 87.007064) (xy 139.17918 86.940543) (xy 139.194272 86.871169) - (xy 139.212154 86.846222) (xy 139.355722 86.690268) (xy 139.47886 86.501791) (xy 139.569296 86.295616) - (xy 139.624564 86.077368) (xy 139.643156 85.853) (xy 139.624564 85.628632) (xy 139.569296 85.410384) - (xy 139.47886 85.204209) (xy 139.419617 85.11353) (xy 139.355724 85.015734) (xy 139.35572 85.015729) - (xy 139.203237 84.850091) (xy 139.095581 84.766299) (xy 139.025576 84.711811) (xy 138.992319 84.693813) - (xy 138.941929 84.643802) (xy 138.926576 84.574485) (xy 138.951136 84.507872) (xy 138.99232 84.472186) - (xy 139.025576 84.454189) (xy 139.20324 84.315906) (xy 139.355722 84.150268) (xy 139.47886 83.961791) - (xy 139.569296 83.755616) (xy 139.624564 83.537368) (xy 139.643156 83.313) (xy 139.624564 83.088632) - (xy 139.615337 83.052196) (xy 139.569297 82.870387) (xy 139.569296 82.870386) (xy 139.569296 82.870384) - (xy 139.47886 82.664209) (xy 139.436399 82.599217) (xy 139.355724 82.475734) (xy 139.35572 82.475729) - (xy 139.203237 82.310091) (xy 139.096224 82.226799) (xy 139.025576 82.171811) (xy 138.992319 82.153813) - (xy 138.941929 82.103802) (xy 138.926576 82.034485) (xy 138.951136 81.967872) (xy 138.99232 81.932186) - (xy 139.025576 81.914189) (xy 139.20324 81.775906) (xy 139.355722 81.610268) (xy 139.47886 81.421791) - (xy 139.569296 81.215616) (xy 139.624564 80.997368) (xy 139.643156 80.773) (xy 139.624564 80.548632) - (xy 139.569296 80.330384) (xy 139.47886 80.124209) (xy 139.419617 80.03353) (xy 139.355724 79.935734) - (xy 139.35572 79.935729) (xy 139.203237 79.770091) (xy 139.121382 79.706381) (xy 139.025576 79.631811) - (xy 138.827574 79.524658) (xy 138.827572 79.524657) (xy 138.827571 79.524656) (xy 138.614639 79.451557) - (xy 138.61463 79.451555) (xy 138.570476 79.444187) (xy 138.392569 79.4145) (xy 138.167431 79.4145) - (xy 138.039505 79.435847) (xy 137.945369 79.451555) (xy 137.94536 79.451557) (xy 137.732428 79.524656) - (xy 137.732426 79.524658) (xy 137.57067 79.612196) (xy 137.534426 79.63181) (xy 137.534424 79.631811) - (xy 137.356762 79.770091) (xy 137.204279 79.935729) (xy 137.204275 79.935734) (xy 137.140383 80.03353) - (xy 137.08638 80.079619) (xy 137.016032 80.089194) (xy 136.951674 80.059217) (xy 136.913741 79.999204) - (xy 136.9089 79.964615) (xy 136.9089 79.435847) (xy 136.928902 79.367726) (xy 136.954968 79.338447) - (xy 136.964566 79.33057) (xy 136.964568 79.330568) (xy 137.090595 79.177004) (xy 137.184241 79.001804) - (xy 137.241908 78.811701) (xy 137.253011 78.698978) (xy 137.26138 78.614003) (xy 137.26138 78.613996) - (xy 137.241909 78.416305) (xy 137.241908 78.416303) (xy 137.241908 78.416299) (xy 137.184241 78.226196) - (xy 137.090595 78.050996) (xy 136.964568 77.897432) (xy 136.811004 77.771405) (xy 136.635804 77.677759) - (xy 136.445701 77.620092) (xy 136.4457 77.620091) (xy 136.445694 77.62009) (xy 136.248003 77.60062) - (xy 136.247997 77.60062) (xy 136.050305 77.62009) (xy 135.860195 77.677759) (xy 135.684995 77.771405) - (xy 135.531432 77.897432) (xy 135.405405 78.050995) (xy 135.311759 78.226195) (xy 135.25409 78.416305) - (xy 135.23462 78.613996) (xy 135.23462 78.614003) (xy 135.25409 78.811694) (xy 135.311759 79.001804) - (xy 135.405405 79.177004) (xy 135.531433 79.33057) (xy 135.541032 79.338447) (xy 135.581002 79.397123) - (xy 135.5871 79.435847) (xy 135.5871 93.749897) (xy 135.567098 93.818018) (xy 135.550195 93.838992) - (xy 134.38642 95.002767) (xy 134.324108 95.036793) (xy 134.253293 95.031728) (xy 134.196457 94.989181) - (xy 134.186203 94.973067) (xy 134.169596 94.941997) (xy 134.088243 94.842869) (xy 134.043568 94.788432) - (xy 134.008564 94.759705) (xy 133.968597 94.701028) (xy 133.9625 94.662307) (xy 133.9625 90.241682) - (xy 133.982502 90.173561) (xy 133.991097 90.161753) (xy 134.042595 90.099004) (xy 134.136241 89.923804) - (xy 134.193908 89.733701) (xy 134.196011 89.712356) (xy 134.21338 89.536003) (xy 134.21338 89.535996) - (xy 134.193909 89.338305) (xy 134.193908 89.338303) (xy 134.193908 89.338299) (xy 134.136241 89.148196) - (xy 134.042595 88.972996) (xy 133.916568 88.819432) (xy 133.763004 88.693405) (xy 133.587804 88.599759) - (xy 133.397701 88.542092) (xy 133.3977 88.542091) (xy 133.397694 88.54209) (xy 133.200003 88.52262) - (xy 133.199997 88.52262) (xy 133.002301 88.542091) (xy 132.996236 88.543298) (xy 132.995707 88.540643) - (xy 132.936393 88.54113) (xy 132.876354 88.503237) (xy 132.846334 88.438899) (xy 132.8449 88.419947) - (xy 132.8449 87.829944) (xy 132.864902 87.761823) (xy 132.881805 87.740849) (xy 133.128252 87.494402) - (xy 133.459355 87.163299) (xy 133.531682 87.055054) (xy 133.539799 87.035457) (xy 133.581501 86.934783) - (xy 133.581501 86.93478) (xy 133.581503 86.934777) (xy 133.6069 86.807093) (xy 133.6069 86.676906) - (xy 133.6069 78.165847) (xy 133.626902 78.097726) (xy 133.652968 78.068447) (xy 133.662566 78.06057) - (xy 133.662568 78.060568) (xy 133.788595 77.907004) (xy 133.882241 77.731804) (xy 133.939908 77.541701) - (xy 133.95938 77.344) (xy 133.939908 77.146299) (xy 133.882241 76.956196) (xy 133.788595 76.780996) - (xy 133.662568 76.627432) (xy 133.509004 76.501405) (xy 133.333804 76.407759) (xy 133.143701 76.350092) - (xy 133.1437 76.350091) (xy 133.143694 76.35009) (xy 132.946003 76.33062) (xy 132.945997 76.33062) - (xy 132.748305 76.35009) (xy 132.558195 76.407759) (xy 132.382997 76.501404) (xy 132.382995 76.501405) - (xy 132.368774 76.513076) (xy 132.303426 76.540827) (xy 132.233448 76.528843) (xy 132.181058 76.480929) - (xy 132.17774 76.475103) (xy 132.137595 76.399996) (xy 132.011568 76.246432) (xy 131.858004 76.120405) - (xy 131.682804 76.026759) (xy 131.492701 75.969092) (xy 131.4927 75.969091) (xy 131.492694 75.96909) - (xy 131.295003 75.94962) (xy 131.294997 75.94962) (xy 131.097305 75.96909) (xy 130.907195 76.026759) - (xy 130.731995 76.120405) (xy 130.700199 76.1465) (xy 130.634852 76.174253) (xy 130.620266 76.1751) - (xy 94.018901 76.1751) (xy 93.891216 76.200498) (xy 93.77095 76.250315) (xy 93.770946 76.250317) - (xy 93.662705 76.322642) (xy 93.662698 76.322647) (xy 89.760647 80.224698) (xy 89.760641 80.224705) - (xy 89.730765 80.269419) (xy 89.676288 80.314947) (xy 89.605845 80.323794) (xy 89.541801 80.293153) - (xy 89.504489 80.232751) (xy 89.5 80.199417) (xy 89.5 74.126) (xy 89.520002 74.057879) (xy 89.573658 74.011386) - (xy 89.626 74) (xy 132 74) (xy 132 46.126) (xy 132.020002 46.057879) (xy 132.073658 46.011386) (xy 132.126 46) - (xy 139.7985 46) - ) - ) - ) -) diff --git a/Hardware/Sensor/chamber.kicad_prl b/Hardware/Sensor/chamber.kicad_prl deleted file mode 100644 index a7a476f..0000000 --- a/Hardware/Sensor/chamber.kicad_prl +++ /dev/null @@ -1,85 +0,0 @@ -{ - "board": { - "active_layer": 0, - "active_layer_preset": "", - "auto_track_width": true, - "hidden_netclasses": [], - "hidden_nets": [], - "high_contrast_mode": 0, - "net_color_mode": 1, - "opacity": { - "images": 0.6, - "pads": 1.0, - "tracks": 1.0, - "vias": 1.0, - "zones": 0.6 - }, - "ratsnest_display_mode": 0, - "selection_filter": { - "dimensions": true, - "footprints": true, - "graphics": true, - "keepouts": true, - "lockedItems": true, - "otherItems": true, - "pads": true, - "text": true, - "tracks": true, - "vias": true, - "zones": true - }, - "visible_items": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 30, - 32, - 33, - 34, - 35, - 36 - ], - "visible_layers": "00031b0_80000001", - "zone_display_mode": 0 - }, - "git": { - "repo_password": "", - "repo_type": "", - "repo_username": "", - "ssh_key": "" - }, - "meta": { - "filename": "chamber.kicad_prl", - "version": 3 - }, - "project": { - "files": [] - } -} diff --git a/Hardware/Sensor/chamber.kicad_pro b/Hardware/Sensor/chamber.kicad_pro deleted file mode 100644 index 06b2a5c..0000000 --- a/Hardware/Sensor/chamber.kicad_pro +++ /dev/null @@ -1,578 +0,0 @@ -{ - "board": { - "3dviewports": [], - "design_settings": { - "defaults": { - "apply_defaults_to_fp_fields": false, - "apply_defaults_to_fp_shapes": false, - "apply_defaults_to_fp_text": false, - "board_outline_line_width": 0.15, - "copper_line_width": 0.2, - "copper_text_italic": false, - "copper_text_size_h": 1.5, - "copper_text_size_v": 1.5, - "copper_text_thickness": 0.3, - "copper_text_upright": false, - "courtyard_line_width": 0.05, - "dimension_precision": 4, - "dimension_units": 3, - "dimensions": { - "arrow_length": 1270000, - "extension_offset": 500000, - "keep_text_aligned": true, - "suppress_zeroes": false, - "text_position": 0, - "units_format": 1 - }, - "fab_line_width": 0.1, - "fab_text_italic": false, - "fab_text_size_h": 1.0, - "fab_text_size_v": 1.0, - "fab_text_thickness": 0.15, - "fab_text_upright": false, - "other_line_width": 0.1, - "other_text_italic": false, - "other_text_size_h": 1.0, - "other_text_size_v": 1.0, - "other_text_thickness": 0.15, - "other_text_upright": false, - "pads": { - "drill": 1.0, - "height": 1.7, - "width": 1.7 - }, - "silk_line_width": 0.15, - "silk_text_italic": false, - "silk_text_size_h": 1.0, - "silk_text_size_v": 1.0, - "silk_text_thickness": 0.15, - "silk_text_upright": false, - "zones": { - "45_degree_only": false, - "min_clearance": 0.508 - } - }, - "diff_pair_dimensions": [], - "drc_exclusions": [], - "meta": { - "filename": "board_design_settings.json", - "version": 2 - }, - "rule_severities": { - "annular_width": "error", - "clearance": "error", - "connection_width": "warning", - "copper_edge_clearance": "error", - "copper_sliver": "warning", - "courtyards_overlap": "error", - "diff_pair_gap_out_of_range": "error", - "diff_pair_uncoupled_length_too_long": "error", - "drill_out_of_range": "error", - "duplicate_footprints": "warning", - "extra_footprint": "warning", - "footprint": "error", - "footprint_symbol_mismatch": "warning", - "footprint_type_mismatch": "ignore", - "hole_clearance": "error", - "hole_near_hole": "error", - "holes_co_located": "warning", - "invalid_outline": "error", - "isolated_copper": "warning", - "item_on_disabled_layer": "error", - "items_not_allowed": "error", - "length_out_of_range": "error", - "lib_footprint_issues": "warning", - "lib_footprint_mismatch": "warning", - "malformed_courtyard": "error", - "microvia_drill_out_of_range": "error", - "missing_courtyard": "ignore", - "missing_footprint": "warning", - "net_conflict": "warning", - "npth_inside_courtyard": "ignore", - "padstack": "error", - "pth_inside_courtyard": "ignore", - "shorting_items": "error", - "silk_edge_clearance": "warning", - "silk_over_copper": "error", - "silk_overlap": "error", - "skew_out_of_range": "error", - "solder_mask_bridge": "error", - "starved_thermal": "error", - "text_height": "warning", - "text_thickness": "warning", - "through_hole_pad_without_hole": "error", - "too_many_vias": "error", - "track_dangling": "warning", - "track_width": "error", - "tracks_crossing": "error", - "unconnected_items": "error", - "unresolved_variable": "error", - "via_dangling": "warning", - "zone_has_empty_net": "error", - "zones_intersect": "error" - }, - "rule_severitieslegacy_courtyards_overlap": true, - "rule_severitieslegacy_no_courtyard_defined": false, - "rules": { - "allow_blind_buried_vias": false, - "allow_microvias": false, - "max_error": 0.005, - "min_clearance": 0.0, - "min_connection": 0.0, - "min_copper_edge_clearance": 0.075, - "min_hole_clearance": 0.0, - "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.2, - "min_microvia_drill": 0.1, - "min_resolved_spokes": 2, - "min_silk_clearance": 0.0, - "min_text_height": 0.8, - "min_text_thickness": 0.08, - "min_through_hole_diameter": 0.3, - "min_track_width": 0.2, - "min_via_annular_width": 0.05, - "min_via_diameter": 0.4, - "solder_mask_to_copper_clearance": 0.0, - "use_height_for_length_calcs": true - }, - "teardrop_options": [ - { - "td_onpadsmd": true, - "td_onroundshapesonly": false, - "td_ontrackend": false, - "td_onviapad": true - } - ], - "teardrop_parameters": [ - { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 0, - "td_height_ratio": 1.0, - "td_length_ratio": 0.5, - "td_maxheight": 2.0, - "td_maxlen": 1.0, - "td_on_pad_in_zone": false, - "td_target_name": "td_round_shape", - "td_width_to_size_filter_ratio": 0.9 - }, - { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 0, - "td_height_ratio": 1.0, - "td_length_ratio": 0.5, - "td_maxheight": 2.0, - "td_maxlen": 1.0, - "td_on_pad_in_zone": false, - "td_target_name": "td_rect_shape", - "td_width_to_size_filter_ratio": 0.9 - }, - { - "td_allow_use_two_tracks": true, - "td_curve_segcount": 0, - "td_height_ratio": 1.0, - "td_length_ratio": 0.5, - "td_maxheight": 2.0, - "td_maxlen": 1.0, - "td_on_pad_in_zone": false, - "td_target_name": "td_track_end", - "td_width_to_size_filter_ratio": 0.9 - } - ], - "track_widths": [ - 0.0, - 0.254, - 0.4064, - 0.508 - ], - "tuning_pattern_settings": { - "diff_pair_defaults": { - "corner_radius_percentage": 80, - "corner_style": 1, - "max_amplitude": 1.0, - "min_amplitude": 0.2, - "single_sided": false, - "spacing": 1.0 - }, - "diff_pair_skew_defaults": { - "corner_radius_percentage": 80, - "corner_style": 1, - "max_amplitude": 1.0, - "min_amplitude": 0.2, - "single_sided": false, - "spacing": 0.6 - }, - "single_track_defaults": { - "corner_radius_percentage": 80, - "corner_style": 1, - "max_amplitude": 1.0, - "min_amplitude": 0.2, - "single_sided": false, - "spacing": 0.6 - } - }, - "via_dimensions": [ - { - "diameter": 0.0, - "drill": 0.0 - }, - { - "diameter": 1.0, - "drill": 0.5 - } - ], - "zones_allow_external_fillets": false, - "zones_use_no_outline": true - }, - "ipc2581": { - "dist": "", - "distpn": "", - "internal_id": "", - "mfg": "", - "mpn": "" - }, - "layer_presets": [], - "viewports": [] - }, - "boards": [], - "cvpcb": { - "equivalence_files": [] - }, - "erc": { - "erc_exclusions": [], - "meta": { - "version": 0 - }, - "pin_map": [ - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 2, - 0, - 1, - 0, - 0, - 1, - 0, - 2, - 2, - 2, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 1, - 0, - 1, - 2 - ], - [ - 0, - 1, - 0, - 0, - 0, - 0, - 1, - 1, - 2, - 1, - 1, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 2 - ], - [ - 1, - 1, - 1, - 1, - 1, - 0, - 1, - 1, - 1, - 1, - 1, - 2 - ], - [ - 0, - 0, - 0, - 1, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 2 - ], - [ - 0, - 2, - 1, - 2, - 0, - 0, - 1, - 0, - 2, - 2, - 2, - 2 - ], - [ - 0, - 2, - 0, - 1, - 0, - 0, - 1, - 0, - 2, - 0, - 0, - 2 - ], - [ - 0, - 2, - 1, - 1, - 0, - 0, - 1, - 0, - 2, - 0, - 0, - 2 - ], - [ - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2, - 2 - ] - ], - "rule_severities": { - "bus_definition_conflict": "error", - "bus_entry_needed": "error", - "bus_label_syntax": "error", - "bus_to_bus_conflict": "error", - "bus_to_net_conflict": "error", - "different_unit_footprint": "error", - "different_unit_net": "error", - "duplicate_reference": "error", - "duplicate_sheet_names": "error", - "extra_units": "error", - "global_label_dangling": "warning", - "hier_label_mismatch": "error", - "label_dangling": "error", - "lib_symbol_issues": "warning", - "multiple_net_names": "warning", - "net_not_bus_member": "warning", - "no_connect_connected": "warning", - "no_connect_dangling": "warning", - "pin_not_connected": "error", - "pin_not_driven": "error", - "pin_to_pin": "warning", - "power_pin_not_driven": "error", - "similar_labels": "warning", - "unannotated": "error", - "unit_value_mismatch": "error", - "unresolved_variable": "error", - "wire_dangling": "error" - } - }, - "libraries": { - "pinned_footprint_libs": [], - "pinned_symbol_libs": [] - }, - "meta": { - "filename": "chamber.kicad_pro", - "version": 1 - }, - "net_settings": { - "classes": [ - { - "bus_width": 12, - "clearance": 0.254, - "diff_pair_gap": 0.25, - "diff_pair_via_gap": 0.25, - "diff_pair_width": 0.2, - "line_style": 0, - "microvia_diameter": 0.3, - "microvia_drill": 0.1, - "name": "Default", - "pcb_color": "rgba(0, 0, 0, 0.000)", - "schematic_color": "rgba(0, 0, 0, 0.000)", - "track_width": 0.3048, - "via_diameter": 1.3, - "via_drill": 0.6, - "wire_width": 6 - }, - { - "bus_width": 12, - "clearance": 2.0, - "diff_pair_gap": 0.25, - "diff_pair_via_gap": 0.25, - "diff_pair_width": 0.2, - "line_style": 0, - "microvia_diameter": 0.3, - "microvia_drill": 0.1, - "name": "high voltage", - "pcb_color": "rgba(0, 0, 0, 0.000)", - "schematic_color": "rgba(0, 0, 0, 0.000)", - "track_width": 0.3048, - "via_diameter": 1.3, - "via_drill": 0.6, - "wire_width": 6 - } - ], - "meta": { - "version": 3 - }, - "net_colors": null, - "netclass_assignments": null, - "netclass_patterns": [] - }, - "pcbnew": { - "last_paths": { - "gencad": "", - "idf": "", - "netlist": "", - "plot": "plots/", - "pos_files": "", - "specctra_dsn": "", - "step": "", - "svg": "", - "vrml": "" - }, - "page_layout_descr_file": "" - }, - "schematic": { - "annotate_start_num": 0, - "drawing": { - "default_bus_thickness": 12.0, - "default_junction_size": 40.0, - "default_line_thickness": 6.0, - "default_text_size": 50.0, - "default_wire_thickness": 6.0, - "field_names": [], - "intersheets_ref_own_page": false, - "intersheets_ref_prefix": "", - "intersheets_ref_short": false, - "intersheets_ref_show": false, - "intersheets_ref_suffix": "", - "junction_size_choice": 3, - "pin_symbol_size": 25.0, - "text_offset_ratio": 0.3 - }, - "legacy_lib_dir": "", - "legacy_lib_list": [], - "meta": { - "version": 0 - }, - "net_format_name": "", - "ngspice": { - "fix_include_paths": true, - "fix_passive_vals": false, - "meta": { - "version": 0 - }, - "model_mode": 0, - "workbook_filename": "" - }, - "page_layout_descr_file": "", - "plot_directory": "", - "spice_adjust_passive_values": false, - "spice_external_command": "spice \"%I\"", - "subpart_first_id": 65, - "subpart_id_separator": 0 - }, - "sheets": [ - [ - "439bd53b-3ca6-40a8-96c2-7cc19a6de553", - "" - ], - [ - "00000000-0000-0000-0000-0000616ff04d", - "ADC" - ], - [ - "00000000-0000-0000-0000-000060ef78c6", - "AnalogFrontend" - ], - [ - "00000000-0000-0000-0000-00005cf2bb44", - "DataAcquisition" - ], - [ - "00000000-0000-0000-0000-000060f42705", - "Mechanic" - ], - [ - "00000000-0000-0000-0000-0000612742a4", - "UserInterface" - ] - ], - "text_variables": {} -} diff --git a/Hardware/Sensor/chamber.kicad_sch b/Hardware/Sensor/chamber.kicad_sch deleted file mode 100644 index 15e7b9f..0000000 --- a/Hardware/Sensor/chamber.kicad_sch +++ /dev/null @@ -1,226 +0,0 @@ -(kicad_sch - (version 20231120) - (generator "eeschema") - (generator_version "8.0") - (uuid "439bd53b-3ca6-40a8-96c2-7cc19a6de553") - (paper "A4") - (lib_symbols) - (polyline - (pts - (xy 219.71 162.56) (xy 181.61 162.56) - ) - (stroke - (width 0) - (type dash) - ) - (uuid "b6507a9b-27af-4ec0-8a4e-975e52402725") - ) - (text "Power supply:\nanalog frontend = +2*3V6, -2*3V6\ndata acquisition = 5V\npolarization of chamber = 6*12V" - (exclude_from_sim no) - (at 58.42 97.79 0) - (effects - (font - (size 2.0066 2.0066) - (thickness 0.4013) - (bold yes) - ) - (justify left bottom) - ) - (uuid "f9d72c05-50e6-481a-be9a-7a22466d3bb6") - ) - (sheet - (at 87.63 39.37) - (size 12.7 3.81) - (fields_autoplaced yes) - (stroke - (width 0) - (type solid) - ) - (fill - (color 0 0 0 0.0000) - ) - (uuid "00000000-0000-0000-0000-00005cf2bb44") - (property "Sheetname" "DataAcquisition" - (at 87.63 38.7345 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Sheetfile" "DataAcquisition.kicad_sch" - (at 87.63 43.6885 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (instances - (project "chamber" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553" - (page "4") - ) - ) - ) - ) - (sheet - (at 34.29 39.37) - (size 12.7 3.81) - (fields_autoplaced yes) - (stroke - (width 0) - (type solid) - ) - (fill - (color 0 0 0 0.0000) - ) - (uuid "00000000-0000-0000-0000-000060ef78c6") - (property "Sheetname" "AnalogFrontend" - (at 34.29 38.7345 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Sheetfile" "AnalogFrontend.kicad_sch" - (at 34.29 43.6885 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (instances - (project "chamber" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553" - (page "3") - ) - ) - ) - ) - (sheet - (at 74.93 62.23) - (size 12.7 3.81) - (fields_autoplaced yes) - (stroke - (width 0) - (type solid) - ) - (fill - (color 0 0 0 0.0000) - ) - (uuid "00000000-0000-0000-0000-000060f42705") - (property "Sheetname" "Mechanic" - (at 74.93 61.5945 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Sheetfile" "Mechanic.kicad_sch" - (at 74.93 66.5485 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (instances - (project "chamber" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553" - (page "5") - ) - ) - ) - ) - (sheet - (at 119.38 39.37) - (size 12.7 3.81) - (fields_autoplaced yes) - (stroke - (width 0) - (type solid) - ) - (fill - (color 0 0 0 0.0000) - ) - (uuid "00000000-0000-0000-0000-0000612742a4") - (property "Sheetname" "UserInterface" - (at 119.38 38.7345 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Sheetfile" "UserInterface.kicad_sch" - (at 119.38 43.6885 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (instances - (project "chamber" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553" - (page "6") - ) - ) - ) - ) - (sheet - (at 63.5 39.37) - (size 12.7 3.81) - (fields_autoplaced yes) - (stroke - (width 0) - (type solid) - ) - (fill - (color 0 0 0 0.0000) - ) - (uuid "00000000-0000-0000-0000-0000616ff04d") - (property "Sheetname" "ADC" - (at 63.5 38.7345 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Sheetfile" "ADC.kicad_sch" - (at 63.5 43.6885 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left top) - ) - ) - (instances - (project "chamber" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553" - (page "2") - ) - ) - ) - ) - (sheet_instances - (path "/" - (page "1") - ) - ) -) diff --git a/Hardware/Sensor/fp-info-cache b/Hardware/Sensor/fp-info-cache deleted file mode 100644 index 573541a..0000000 --- a/Hardware/Sensor/fp-info-cache +++ /dev/null @@ -1 +0,0 @@ -0