From a2637342f1e9e74623d7662efe177f2ac658fa89 Mon Sep 17 00:00:00 2001 From: RobertGawron Date: Sat, 7 Dec 2024 13:04:48 +0100 Subject: [PATCH] design of hw rev 6.0 --- Hardware/Amplifier/.gitignore | 32 + Hardware/Amplifier/Amplifier.kicad_pcb | 11261 +++++ .../Amplifier.kicad_pro} | 445 +- .../Amplifier.kicad_sch} | 5677 +-- .../Amplifier.pretty/AAAAPCBHolder.kicad_mod | 461 + .../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/DataProcessingUnit/.gitignore | 32 + .../DataProcessingUnit.kicad_pcb | 23063 ++++++++++ .../DataProcessingUnit.kicad_pro} | 464 +- .../DataProcessingUnit.kicad_sch | 127 + .../IonizationChamberHVShield.kicad_mod | 20 + .../IonizationChamberSensor.kicad_mod | 22 + .../IonizationChamberShield.kicad_mod | 833 + .../SwitchButtonGeneric.kicad_mod | 22 + .../DataProcessingUnit/Mechanic.kicad_sch | 775 + .../DataProcessingUnit/PowerSupply.kicad_sch | 7345 ++++ .../SignalProcessor.kicad_sch | 9214 ++++ Hardware/DataProcessingUnit/fp-lib-table | 4 + Hardware/DataProcessingUnit/sym-lib-table | 3 + 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/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_sch | 226 - Hardware/Sensor/fp-info-cache | 1 - 49 files changed, 57154 insertions(+), 75653 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%) rename Hardware/{Sensor/AnalogFrontend.kicad_sch => Amplifier/Amplifier.kicad_sch} (53%) create mode 100644 Hardware/Amplifier/Amplifier.pretty/AAAAPCBHolder.kicad_mod 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 create mode 100644 Hardware/DataProcessingUnit/.gitignore create mode 100644 Hardware/DataProcessingUnit/DataProcessingUnit.kicad_pcb rename Hardware/{Sensor/chamber.kicad_pro => DataProcessingUnit/DataProcessingUnit.kicad_pro} (56%) create mode 100644 Hardware/DataProcessingUnit/DataProcessingUnit.kicad_sch create mode 100644 Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberHVShield.kicad_mod create mode 100644 Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberSensor.kicad_mod create mode 100644 Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberShield.kicad_mod create mode 100644 Hardware/DataProcessingUnit/DataProcessingUnit.pretty/SwitchButtonGeneric.kicad_mod create mode 100644 Hardware/DataProcessingUnit/Mechanic.kicad_sch create mode 100644 Hardware/DataProcessingUnit/PowerSupply.kicad_sch create mode 100644 Hardware/DataProcessingUnit/SignalProcessor.kicad_sch create mode 100644 Hardware/DataProcessingUnit/fp-lib-table create mode 100644 Hardware/DataProcessingUnit/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/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_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..a7e5cd3 --- /dev/null +++ b/Hardware/Amplifier/Amplifier.kicad_pcb @@ -0,0 +1,11261 @@ +(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-(U1B--)") + (net 6 "Net-(U2A--)") + (net 7 "Net-(U2B-+)") + (net 8 "Net-(U1B-+)") + (net 9 "Net-(C47-Pad1)") + (net 10 "Net-(U1A--)") + (net 11 "Net-(C48-Pad2)") + (net 12 "Net-(C4-Pad2)") + (net 13 "Net-(C3-Pad1)") + (net 14 "Net-(C8-Pad1)") + (net 15 "Net-(BT1--)") + (net 16 "Net-(BT1-+)") + (net 17 "Net-(BT2--)") + (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 16 "Net-(BT1-+)") + (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 10 "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 "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd80419") + (at 181.35 82.3) + (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 360) + (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 360) + (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 180) + (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 180) + (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 180) + (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 "51ea82ab-6b26-40fe-807e-bf6e157e1dda") + ) + (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 -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 "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 "802a3660-e2f3-4dbe-af91-07948443d7d2") + ) + (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 -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 "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 "4e9a0d5e-d565-4ed1-ab15-17ecdc353f17") + ) + (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_text user "${REFERENCE}" + (at 0 0 360) + (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) + (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) + (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 -2.847 -0.044 0) + (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 8 "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 10 "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 66 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 2.5 0.5 0) + (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 5 "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 9 "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 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 1.087 4.5 0) + (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 12 "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 5 "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.5 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 -2.847 -0.75 0) + (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 8 "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 10 "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 63.25 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 9 "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 180.6 74.55 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" "R41" + (at 0.85 1.65 0) + (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 0) + (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 0) + (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 0) + (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 0) + (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 "9004a379-2abb-4b30-b350-64fbd952310c") + ) + (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 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 "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 "2f8a8eab-0650-41b9-897d-9c9c7238d236") + ) + (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 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 "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 "540e844b-caa9-4651-8c3d-e2c65a12ce97") + ) + (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_text user "${REFERENCE}" + (at 0 0 0) + (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 180) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 6 "Net-(U2A--)") + (pintype "passive") + (uuid "63109719-50cc-423f-89db-9f4ba2427066") + ) + (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 11 "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 184.29 74.5 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 -3.21 0 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 7 "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 6 "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 62 -52.75 0) + (layer "B.SilkS") + (uuid "82929a34-cf49-4dad-a8fa-d8585e1183d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "RFShield_TwoPieces" + (at 40 -30 0) + (layer "B.Fab") + (uuid "d65bc1af-d998-476e-a0d9-9c1c3f4a0638") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Amplifier:IonizationChamberShield" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "d6ef7680-d0b9-493c-b9b6-687e04464c9d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "f5e4e9f9-c089-4975-b34a-3df46c46c454") + (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 "0dcfe5c6-b2c6-4a40-b338-c91be0050823") + (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 "3725044f-e030-4920-9069-0ae2c92464be") + ) + (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 "676e6fe2-3f89-4643-ac34-0b6e35346ef8") + ) + (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 "c530534b-d5e0-48d1-b200-8ec34bb052aa") + ) + (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 "52602389-fc87-4ed7-a4f3-5c0e4233159e") + ) + (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 "cd98ba72-9e17-4068-9bf6-83498c9f9167") + ) + (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 "3b620f8a-6de3-4fd6-98a1-bfcb0d31c2f8") + ) + (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 "97c3a0b8-f18b-4b94-b485-81c630c695af") + ) + (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 "782754d5-3060-492a-b3df-39424749381a") + ) + (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 "a86e74af-8d64-4d51-81d3-bbbfba27d8a1") + ) + (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 "9e2b7880-4ef9-4eae-b27d-097c5f11d02d") + ) + (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 "d09dec67-1c1d-43fd-b5b7-363d49efda08") + ) + (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 "f86c3c8c-d953-47b3-b3ee-c497aa2937f2") + ) + (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 "46c16f9d-79c4-4947-936b-1fe60d1c6707") + ) + (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 "9369f84b-ccae-4f3a-b9e2-e071286a8eaf") + ) + (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 "3d06c210-7bac-497d-aabb-1f9b037ca2be") + ) + (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 "952bcea3-70a3-4699-b983-e5d602156104") + ) + (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 "aaafbcea-7735-42d7-aa4e-6a36c63c0ad0") + ) + (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 "d4777ade-0487-4ac8-9151-ca7769ba2ef4") + ) + (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 "217c36a7-3fa6-4826-b58a-a3c4dfbad63a") + ) + (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 "d063d63b-5640-4fa2-82fb-21ea64f0debc") + ) + (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 "41e9a545-8676-4325-9732-a560c9b17c59") + ) + (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 "6bab0516-8cb0-456d-aa89-80ed59fe0d88") + ) + (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 "6b54d077-b661-4f66-99d3-e45202af972c") + ) + (fp_poly + (pts + (xy 0 -7) (xy 1.5 -7) (xy 1.5 -48) (xy 0 -48) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "B.Mask") + (uuid "64727312-325d-4ba1-a771-85ca20553325") + ) + (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 "53d1607d-70dc-4f2d-a4b5-33a6cb7985f3") + ) + (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 "632430d4-b718-4df8-986e-429c516b6212") + ) + (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 "19414bbf-13d6-42d8-82bb-1d93ec402c48") + ) + (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 "a198fce3-22e1-493f-b1a7-11aa33c3a060") + ) + (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 "49c659eb-524d-4b26-8bc0-daaf60e72a3f") + ) + (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 "a21baa36-2600-44ac-b143-e58b01ec3aa0") + ) + (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 "9539b815-e85e-4c56-a4aa-d89d56d5e230") + ) + (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 "e010a801-56d0-4a98-98a9-c98e5a94375d") + ) + (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 "3230e57d-5155-443f-bb5e-2961de537052") + ) + (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 "f98cbb3d-e822-4b55-a7cf-eb3262358d33") + ) + (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 "4c3bc3a5-c6a9-4497-b421-dca07c1f0af9") + ) + (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 "ec295c2c-d747-419e-8fbf-7f0291cd6ae8") + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "34f02a09-3c0b-4932-9d9a-0198a002f8fe") + (pts + (xy 194 41) (xy 114 41) + ) + (height 4) + (gr_text "80,0000 mm" + (at 154 35.85 0) + (layer "Cmts.User") + (uuid "34f02a09-3c0b-4932-9d9a-0198a002f8fe") + (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 "7a0b3f79-a11d-4191-acb5-5fcf55bfc815") + (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 "7a0b3f79-a11d-4191-acb5-5fcf55bfc815") + (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 "7eb23c1e-b33f-4bd3-9f61-5a68b9048ba8") + (pts + (xy 114 96) (xy 114 41) + ) + (height -5) + (gr_text "55,0000 mm" + (at 107.85 68.5 90) + (layer "Cmts.User") + (uuid "7eb23c1e-b33f-4bd3-9f61-5a68b9048ba8") + (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 "b259e661-fc20-476d-9ac1-0eddc08702ce") + (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 "b259e661-fc20-476d-9ac1-0eddc08702ce") + (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 "dd19838f-8b1a-436d-91d2-fab3a26bc152") + ) + (pad "" np_thru_hole circle + (at 0.75 -30 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "a48f342e-a5f0-4052-957a-f1f5cf5ec31d") + ) + (pad "" np_thru_hole circle + (at 0.75 -20 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "61e8df15-92fa-4b6c-813b-5562c00e05c1") + ) + (pad "" np_thru_hole circle + (at 0.75 -10 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "36cffb3d-0c2e-4007-94af-3848a1423925") + ) + (pad "" np_thru_hole circle + (at 4.75 -50 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "84b2ff26-14f7-49ad-a62f-e9989051e32b") + ) + (pad "" np_thru_hole circle + (at 4.75 -5 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "604e625e-25c8-45e9-9e92-164fbf9737e0") + ) + (pad "" np_thru_hole circle + (at 5 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "d2e3e81f-d1c6-416a-8103-e6926763fe00") + ) + (pad "" np_thru_hole circle + (at 5 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2a262ff0-ae22-4f2a-ab62-e8c8cad18c3f") + ) + (pad "" np_thru_hole circle + (at 15 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "ca2908f4-e86a-4471-8bd2-8380d4f47cbe") + ) + (pad "" np_thru_hole circle + (at 15 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "4ad30037-4b28-41b6-b343-ed59a0c246b6") + ) + (pad "" np_thru_hole circle + (at 25 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "d4ad41ea-39da-416d-a4fc-a9bfe731f48c") + ) + (pad "" np_thru_hole circle + (at 25 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "7f3ba66a-01e2-4d2c-847b-12adb136df00") + ) + (pad "" np_thru_hole circle + (at 35 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "2e93ce5f-0678-4d48-81fe-3aa62aefb4aa") + ) + (pad "" np_thru_hole circle + (at 35 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "0534e8ea-080d-4159-bfa3-018fb6d86f9e") + ) + (pad "" np_thru_hole circle + (at 45 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "5111c75d-40c5-4c4f-ad11-ac2ef4096e8a") + ) + (pad "" np_thru_hole circle + (at 45 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "93e15391-e559-422f-9cd1-83cb4e50d1d7") + ) + (pad "" np_thru_hole circle + (at 55 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "b48e1507-0eab-4b1c-9276-d2551492492b") + ) + (pad "" np_thru_hole circle + (at 65 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "acc3ac73-3816-4558-b589-ea9b36f65ad1") + ) + (pad "" np_thru_hole circle + (at 65 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "e8c4344e-af5f-4a18-a22d-9ce3d2d0e3e1") + ) + (pad "" np_thru_hole circle + (at 75 -54.25 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "9084fb57-b95a-4aaf-9a27-72d32e4da671") + ) + (pad "" np_thru_hole circle + (at 75 -0.75 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "9ed4c305-8571-41cb-8a0d-0d88112671c7") + ) + (pad "" np_thru_hole circle + (at 75.25 -50 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "678342f6-ddc6-4997-9b06-9aa11c7ba70e") + ) + (pad "" np_thru_hole circle + (at 75.25 -5 180) + (size 4.5 4.5) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (uuid "1c08c9d9-8ea0-4d08-b903-e42dbecb8a4c") + ) + (pad "" np_thru_hole circle + (at 79.25 -50 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "0e55009a-de89-4d6e-9e9e-ad2c6b8269fc") + ) + (pad "" np_thru_hole circle + (at 79.25 -40 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "fc892749-4e05-415c-b8bd-05b9619a15a1") + ) + (pad "" np_thru_hole circle + (at 79.25 -30 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "cb542511-fd21-45b3-a1e9-4bdc077a313a") + ) + (pad "" np_thru_hole circle + (at 79.25 -20 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "711d6fb4-ce64-4148-abb9-edcab199d19e") + ) + (pad "" np_thru_hole circle + (at 79.25 -10 180) + (size 1 1) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (uuid "e4f0121b-73ed-4554-bae1-dcead3763057") + ) + (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 "5b4941f9-aa85-46f2-91b2-91f25ce7d686") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ce6de31") + (at 175.85 76.532 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.718 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 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.413 -3 180) + (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 5 "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 12 "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 184.35 72.3) + (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 2.65 0.2 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 6 "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 7 "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 172 73.25 -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" "C48" + (at -0.25 -2.5 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 90) + (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 90) + (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 90) + (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 90) + (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 "16d3d927-819c-4ca4-89fd-f20a82d2ae79") + ) + (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 -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 "e21ef425-36dc-4465-b03e-f1e23b25eba4") + ) + (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 "1826b56d-a661-4c69-b18c-11d0e1b76cc1") + ) + (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 "aaa2cb66-a465-4a5f-b5bc-5232b761d54c") + ) + (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 "69097882-1097-4a00-b24a-e24ed43e3c22") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (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 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(C4-Pad2)") + (pintype "passive") + (uuid "6af6393c-505d-4667-ad77-f16e5cf9cac0") + ) + (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 11 "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 8 "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 10 "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 8 "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 5 "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 12 "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 "Inductor_SMD:L_7.3x7.3_H3.5" + (layer "B.Cu") + (uuid "2d682eed-7575-4bd1-aa7c-85b82d6f62cf") + (at 176.0925 46.95) + (descr "Choke, SMD, 7.3x7.3mm 3.5mm height") + (tags "Choke SMD") + (property "Reference" "L1" + (at 0 4.45 360) + (layer "B.SilkS") + (uuid "2065e5f1-8712-45ba-9d22-fb66eb1799d7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22u" + (at 0 -4.45 360) + (layer "B.Fab") + (uuid "e2185441-2fae-4762-9424-aab284084be4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "2de63b09-3be6-4061-98d7-40b2bb0da760") + (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 "2a5d8525-065e-483b-8291-4e3e2ea91202") + (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 "cd851b29-ece4-4769-80b4-ea4b65387377") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "Choke_* *Coil* Inductor_* L_*") + (path "/f4368dcc-4cbb-4a54-9725-c77bd1e8b173") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -3.7 -3.7) + (end 3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "496105a7-9928-4aa9-883f-8d745b43fbe3") + ) + (fp_line + (start -3.7 -1.4) + (end -3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec994acb-5bd4-4bc1-95b7-444eebf4858d") + ) + (fp_line + (start -3.7 3.7) + (end -3.7 1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a3029a2-3463-4592-8877-e68a310daa88") + ) + (fp_line + (start 3.7 -3.7) + (end 3.7 -1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "41530dde-6180-4a2f-8175-5724265f9317") + ) + (fp_line + (start 3.7 1.4) + (end 3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a78f51c7-50d4-4863-8b4d-3e3f5e9d9032") + ) + (fp_line + (start 3.7 3.7) + (end -3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "65157f11-88b5-43ce-be8b-1885459a3cbf") + ) + (fp_line + (start -4.2 -3.9) + (end -4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b1790d25-3cf1-4932-a605-15280e8c0bc6") + ) + (fp_line + (start -4.2 3.9) + (end 4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "007a0ae8-cab3-4509-bea0-7c5f1a93d285") + ) + (fp_line + (start 4.2 -3.9) + (end -4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3ac3a951-08b5-4584-8209-0d54b9305027") + ) + (fp_line + (start 4.2 3.9) + (end 4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8a0e99ce-05bd-447a-9ac6-be48060f862a") + ) + (fp_line + (start -3.65 -3.65) + (end 3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b754bcdf-4c85-4056-817c-6894b9192d8f") + ) + (fp_line + (start -3.65 -1.4) + (end -3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "41ccc141-5267-47c0-80c9-279f2795f3a7") + ) + (fp_line + (start -3.65 1.4) + (end -3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09fab934-1ddb-4c23-ae92-d8d6410a4daf") + ) + (fp_line + (start 3.65 -1.4) + (end 3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "93b11633-e2a4-4d48-8b82-f4ae6536d514") + ) + (fp_line + (start 3.65 1.4) + (end 3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "baabda3a-f072-4c67-afc7-dc34f7ca7480") + ) + (fp_line + (start 3.65 3.65) + (end -3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b343e316-e004-422e-a566-1a986d7a6a9a") + ) + (fp_arc + (start -2.29 -2.29) + (mid 0 -3.238549) + (end 2.29 -2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4bdb8992-8bc7-4233-8bc6-54c1a156fea0") + ) + (fp_arc + (start 2.29 2.29) + (mid 0 3.238549) + (end -2.29 2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "531f9f35-94cd-4229-a7e3-51809c239f15") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "B.Fab") + (uuid "0464917d-241a-4c36-a2aa-908890eb7ca2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd rect + (at -3.2 0) + (size 1.5 2.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 3 "Net-(U1C-V-)") + (pinfunction "1") + (pintype "passive") + (uuid "bedb826e-e03e-4133-a455-519dae5cc120") + ) + (pad "2" smd rect + (at 3.2 0) + (size 1.5 2.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 13 "Net-(C3-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "55775f93-68d2-4755-ac2d-9b0ddf03db0c") + ) + (model "${KICAD8_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_7.3x7.3_H3.5.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 "B.Cu") + (uuid "3f865bbc-852c-4300-a346-be89cb42f90a") + (at 189 65.5 180) + (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.75 0) + (layer "B.SilkS") + (uuid "0b0bdb87-fd2c-46f4-b187-7b5d1b710e07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TestPoint" + (at 0 2.8 0) + (layer "B.Fab") + (uuid "ee65fb3a-ae9e-42ea-9bd1-ffac78675fd4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "0aabb935-3d5c-4c9d-ae84-10448e17f84b") + (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 "361d3339-d446-4749-a21c-0b3157c700e2") + (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 "5aebc269-a2b5-4006-9548-10da0654c521") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/e264daee-7c0e-4eb5-a6ee-c3e84512e24f") + (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 "B.SilkS") + (uuid "39e82bbc-c9d7-4216-9b5e-01c32308c304") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "334cb00a-e76d-448b-a3c7-fef6c97c56a8") + ) + (fp_line + (start 1.3 0.3) + (end 1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.Fab") + (uuid "9300408f-c5c5-472f-af13-af7c506168eb") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.Fab") + (uuid "2f965f20-6c50-4119-b7bf-f72e10f3d214") + ) + (fp_line + (start -1.3 0.3) + (end 1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.Fab") + (uuid "dacebfd3-df27-4840-b67e-a60d38f3cc14") + ) + (fp_line + (start -1.3 -0.3) + (end -1.3 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.Fab") + (uuid "9d1dd79b-711e-4223-950c-1d59668f7cbc") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "e9a05788-7c6e-42bd-97e0-5fa719ca1bc0") + ) + (fp_text user "${REFERENCE}" + (at 0.7 -2.5 0) + (layer "B.Fab") + (uuid "4dba3171-a24d-4d6a-8eb6-a80d25eb7d70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "1") + (pintype "passive") + (uuid "ba032ef0-d373-4590-acce-cf653751ff5a") + ) + (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 "B.Cu") + (uuid "428ce9d8-1260-4008-8673-b4a72c71a8eb") + (at 187.85 83.05 180) + (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 "B.SilkS") + (uuid "36da662e-20e4-470b-a30b-e00e2d18d895") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TestPoint" + (at 0 2.8 0) + (layer "B.Fab") + (uuid "7bca057c-aad6-4fd3-9b5a-f8620ea33d71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "3e646182-9f4f-48bf-ab6a-121c74bd98ea") + (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 "a6140094-b8c0-43cb-a764-a5d8ac03cfb7") + (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 "cc926f54-7401-4877-bc10-5d80a05a33f9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (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 "B.SilkS") + (uuid "2fc10a85-7ed2-4015-844a-0c9812271d98") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.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 "B.Fab") + (uuid "b26db232-f5c6-4ca9-83c5-e9e4bfcce89f") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.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 "B.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 "B.Fab") + (uuid "81a2d926-f9a4-4371-ba3c-f798e7278ba7") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "4752a530-b353-4f92-aa9a-3a535a2e9a24") + ) + (fp_text user "${REFERENCE}" + (at 0.7 -2.5 0) + (layer "B.Fab") + (uuid "c63519d1-2254-400c-b721-f7d13da8f9f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (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 "Amplifier:AAAAPCBHolder" + (layer "B.Cu") + (uuid "471395db-d2a5-4260-8015-45748fd91503") + (at 148.25 55.75 180) + (property "Reference" "BT3" + (at -4.5 4.5 0) + (unlocked yes) + (layer "B.SilkS") + (uuid "a7262fe3-8486-4c9b-b605-6401288a752a") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + (justify mirror) + ) + ) + (property "Value" "Battery" + (at 0 4.5 0) + (unlocked yes) + (layer "B.Fab") + (uuid "38343b43-2aa8-4f20-a683-503d5a021bc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Amplifier:AAAAPCBHolder" + (at 0 5.5 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "755b603f-784c-45a1-bf54-baca5c6e22de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 5.5 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "cc3caa7e-a929-4207-93c6-2b5adc4daa84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Multiple-cell battery" + (at 0 5.5 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "eba6ca93-ebb9-4e03-8912-ef0621106bb3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/bb8adb3a-86d4-4b94-b0b4-da97cbab4210") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_line + (start 31 5) + (end 31 0) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "22d85a06-2ca0-4edf-9d7d-c2fd4de77056") + ) + (fp_line + (start 31 0) + (end 31 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "2261b2e6-90e3-4790-b3de-ddae39bd52aa") + ) + (fp_line + (start 31 -5) + (end -3 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "18e62851-f96b-4c01-a593-afe784ac367c") + ) + (fp_line + (start -3 5) + (end 31 5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "a9b72dd3-8bae-43fd-ba53-a455abd0fa13") + ) + (fp_line + (start -3 -5) + (end -3 5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "e33ef007-80c8-472b-982c-f611962c95fb") + ) + (fp_text user "${REFERENCE}" + (at 0 3 0) + (unlocked yes) + (layer "B.Fab") + (uuid "5c3fc9a9-fa97-4636-81e4-3e9785e1f68c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "09a94544-d87d-42ba-820d-f758700cf9c0") + (pts + (xy 126.25 55.75) (xy 120.25 55.75) + ) + (height -7) + (gr_text "6,0000 mm" + (at 123.25 61.6 0) + (layer "Dwgs.User") + (uuid "09a94544-d87d-42ba-820d-f758700cf9c0") + (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 "Dwgs.User") + (uuid "2e8df805-a921-4607-90d0-3ff3bddf67aa") + (pts + (xy 120.25 55.75) (xy 120.25 50.75) + ) + (height 0) + (gr_text "5,0000 mm" + (at 119.1 53.25 90) + (layer "Dwgs.User") + (uuid "2e8df805-a921-4607-90d0-3ff3bddf67aa") + (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 "Dwgs.User") + (uuid "2ee6fe53-12ed-48c7-a869-517260b29c8b") + (pts + (xy 142.25 55.75) (xy 130.25 55.75) + ) + (height -4) + (gr_text "12,0000 mm" + (at 136.25 58.6 0) + (layer "Dwgs.User") + (uuid "2ee6fe53-12ed-48c7-a869-517260b29c8b") + (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 "Dwgs.User") + (uuid "43dd74c4-0ed4-4733-8493-9870af22a26b") + (pts + (xy 144.25 55.75) (xy 120.25 55.75) + ) + (height -11) + (gr_text "24,0000 mm" + (at 132.25 65.6 0) + (layer "Dwgs.User") + (uuid "43dd74c4-0ed4-4733-8493-9870af22a26b") + (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 "Dwgs.User") + (uuid "827af766-c0fb-40e5-a508-e3458f52bd2b") + (pts + (xy 118.25 55.75) (xy 118.25 60.75) + ) + (height 2) + (gr_text "5,0000 mm" + (at 115.1 58.25 90) + (layer "Dwgs.User") + (uuid "827af766-c0fb-40e5-a508-e3458f52bd2b") + (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 "Dwgs.User") + (uuid "9ab23bf6-2bd5-432e-8233-df9dee6c7501") + (pts + (xy 148.25 55.75) (xy 151.25 55.75) + ) + (height 0) + (gr_text "3,0000 mm" + (at 149.75 54.6 0) + (layer "Dwgs.User") + (uuid "9ab23bf6-2bd5-432e-8233-df9dee6c7501") + (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 "Dwgs.User") + (uuid "ba5b040e-ccba-4ec9-a950-594f75672df8") + (pts + (xy 120.25 55.75) (xy 117.25 55.75) + ) + (height 7) + (gr_text "3,0000 mm" + (at 118.75 47.6 0) + (layer "Dwgs.User") + (uuid "ba5b040e-ccba-4ec9-a950-594f75672df8") + (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 "Dwgs.User") + (uuid "c8d6a5ea-68b5-4567-bc3c-a5f1506be662") + (pts + (xy 148.25 67.75) (xy 120.25 67.75) + ) + (height -2) + (gr_text "28,0000 mm" + (at 134.25 68.6 0) + (layer "Dwgs.User") + (uuid "c8d6a5ea-68b5-4567-bc3c-a5f1506be662") + (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 "Dwgs.User") + (uuid "fffcf0fa-dd69-4cda-bf11-68f999442b29") + (pts + (xy 148.25 55.75) (xy 142.25 55.75) + ) + (height 9) + (gr_text "6,0000 mm" + (at 145.25 45.6 0) + (layer "Dwgs.User") + (uuid "fffcf0fa-dd69-4cda-bf11-68f999442b29") + (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 "1" thru_hole circle + (at 0 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(BT2--)") + (pinfunction "+") + (pintype "passive") + (uuid "d8b39842-cb8d-48de-bc38-7aaa839e9848") + ) + (pad "1" thru_hole circle + (at 6 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(BT2--)") + (pinfunction "+") + (pintype "passive") + (uuid "5295daab-adfd-4d56-b4d9-9163c1369e32") + ) + (pad "2" thru_hole circle + (at 22 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "-") + (pintype "passive") + (uuid "f609f4b6-825c-4624-80fd-bf7db4207b21") + ) + (pad "2" thru_hole circle + (at 28 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "-") + (pintype "passive") + (uuid "a4b8e511-13d0-4479-9747-4dd05c3e7630") + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "B.Cu") + (uuid "4dd3c840-a425-4245-b564-88d1d766212d") + (at 189 61.25 180) + (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 3.25 -0.25 0) + (layer "B.SilkS") + (uuid "eb55f070-e59f-483e-987f-a2adbbe82a07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TestPoint" + (at 0 2.8 0) + (layer "B.Fab") + (uuid "87852142-3b84-4e9b-a579-c03bae6611fa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "8ad779b7-796c-4128-bf5e-038f0d2f39b1") + (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 "efcb0941-44c2-434a-923b-172cc2222c62") + (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 "e8864546-22a3-4a69-aa93-ad88ef8c80fd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (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 "B.SilkS") + (uuid "971b06eb-d592-40c2-80ea-0cb42231558e") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.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 "B.Fab") + (uuid "3d33107c-d77c-443c-a390-13605b17b9b1") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.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 "B.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 "B.Fab") + (uuid "ff7e6983-c83c-413b-a7c0-f63f199159f1") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "51faa84d-ba30-4453-8cd4-ac6acf1ba6a9") + ) + (fp_text user "${REFERENCE}" + (at 0.7 -2.5 0) + (layer "B.Fab") + (uuid "eb6fbad8-e084-4876-8558-a5836bdecd64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "Net-(C8-Pad1)") + (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 "Inductor_SMD:L_7.3x7.3_H3.5" + (layer "B.Cu") + (uuid "52be3aea-55a1-4159-a8ff-de65c54d5d17") + (at 180.45 56.55) + (descr "Choke, SMD, 7.3x7.3mm 3.5mm height") + (tags "Choke SMD") + (property "Reference" "L2" + (at 0 4.45 360) + (layer "B.SilkS") + (uuid "c3e7be7e-5c44-4d8d-8ed9-b96195c87ce6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "22u" + (at 0 -4.45 360) + (layer "B.Fab") + (uuid "24b5bfa4-2519-414f-9897-6d0c8e21ac3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 0 0 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "1f846e67-71ca-4ad1-af1a-b70ea370bb00") + (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 "dec820d4-7eef-49da-9cee-91aa329b53d1") + (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 "2c66f1b3-4cd4-4529-9824-8199aab2a9e6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "Choke_* *Coil* Inductor_* L_*") + (path "/709a4d28-11f8-48b6-84b7-daf33412f6f4") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -3.7 -3.7) + (end 3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbdd8128-550a-4b59-a61c-913e26c5260b") + ) + (fp_line + (start -3.7 -1.4) + (end -3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2096f24f-a5e2-402d-9dcb-98c7679549b9") + ) + (fp_line + (start -3.7 3.7) + (end -3.7 1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce6d83cc-9748-47e7-93ce-3e26a59d2d49") + ) + (fp_line + (start 3.7 -3.7) + (end 3.7 -1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "30c0f2e4-577e-4b80-93fc-e5a6b2248e9b") + ) + (fp_line + (start 3.7 1.4) + (end 3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "85a105b1-9c25-449d-a881-bf4a3c9d4206") + ) + (fp_line + (start 3.7 3.7) + (end -3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f1f0056-807d-4fa3-a032-541362395764") + ) + (fp_line + (start -4.2 -3.9) + (end -4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1aa4e6e-02fa-463a-bf56-2ff2b55f38d2") + ) + (fp_line + (start -4.2 3.9) + (end 4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "69cbf6d1-1ff9-4c6d-9135-a15c737de32c") + ) + (fp_line + (start 4.2 -3.9) + (end -4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "00c0a365-88d4-4be0-9978-b78168ec9905") + ) + (fp_line + (start 4.2 3.9) + (end 4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "68e6bd1a-cc33-4d7a-b2c9-52c70168cd08") + ) + (fp_line + (start -3.65 -3.65) + (end 3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f2b8d069-0043-457d-9b43-a8e5c69e9184") + ) + (fp_line + (start -3.65 -1.4) + (end -3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "468731d2-fcbe-47a9-b58f-c5117888044a") + ) + (fp_line + (start -3.65 1.4) + (end -3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bd412d05-a4a1-4681-b8e6-7f3a71eb4bf1") + ) + (fp_line + (start 3.65 -1.4) + (end 3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3fa3d56b-dc33-45c8-b0f4-12f0ad30ef15") + ) + (fp_line + (start 3.65 1.4) + (end 3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f28085d4-e784-4eff-9bc4-918c17539496") + ) + (fp_line + (start 3.65 3.65) + (end -3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7a2323b3-e997-4ca5-9a1d-7aa5bd0d62d6") + ) + (fp_arc + (start -2.29 -2.29) + (mid 0 -3.238549) + (end 2.29 -2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b8d69172-8efd-4a3e-bc92-21deb844f4d2") + ) + (fp_arc + (start 2.29 2.29) + (mid 0 3.238549) + (end -2.29 2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "149dda10-200b-4c41-b951-90a1df33324c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "B.Fab") + (uuid "c853a032-23b2-44ba-9f0b-fd59cc15f663") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd rect + (at -3.2 0) + (size 1.5 2.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "Net-(U1C-V+)") + (pinfunction "1") + (pintype "passive") + (uuid "22889cd6-1333-4cce-82c5-d82ee90b44ba") + ) + (pad "2" smd rect + (at 3.2 0) + (size 1.5 2.2) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 14 "Net-(C8-Pad1)") + (pinfunction "2") + (pintype "passive") + (uuid "212ed392-d74f-4566-8a0f-5c47c1303e9b") + ) + (model "${KICAD8_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_7.3x7.3_H3.5.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 "B.Cu") + (uuid "52fb31b2-09ff-4bae-bad7-5eeebdaf9246") + (at 189 56.45 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" "C8" + (at 2.95 2.5 180) + (layer "B.SilkS") + (uuid "059cdeac-8409-4f5e-ba85-2bb95e21ecc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100u/6v3" + (at 0 -2.35 90) + (layer "B.Fab") + (uuid "a15dbcc7-0399-4ad9-8eac-9d92b37e2068") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "d750f443-1259-40a6-a546-1591caf0d3de") + (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 "329a0e75-fdc7-49c6-96a6-aafbc1c86e7d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "c63ca259-81b6-46b7-b075-3905621867f6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "CP_*") + (path "/56c0ada9-ffed-4d7a-a080-f6ed51eff987") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start 1.75 -1.51) + (end -2.46 -1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "73d40ba9-72f1-434c-aace-dc7c325d5e91") + ) + (fp_line + (start -2.46 -1.51) + (end -2.46 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4495c552-d5e4-47e7-94d3-28a2ded9217a") + ) + (fp_line + (start -2.46 1.51) + (end 1.75 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "af9bfcce-e406-4265-839c-338985f58527") + ) + (fp_line + (start 2.45 -1.65) + (end 2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e6b51778-bf76-4830-a1b1-6fa2969a286f") + ) + (fp_line + (start -2.45 -1.65) + (end 2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "64943720-60dd-429b-a500-f35d283d6b72") + ) + (fp_line + (start 2.45 1.65) + (end -2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "43493a3e-b21a-4c61-89c3-501491052f4c") + ) + (fp_line + (start -2.45 1.65) + (end -2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "120c9e4a-2d1f-419c-a9ca-77ada59d06fc") + ) + (fp_line + (start 1.75 -1.4) + (end -1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35f4b943-8214-4571-8ff8-365ab7c8d942") + ) + (fp_line + (start -1.75 -1.4) + (end -1.75 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29cec6ba-20e1-40e6-a69f-f646deefce9f") + ) + (fp_line + (start -1.75 0.7) + (end -1.05 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c17fd53e-abd5-4902-b4fa-e78baa9f3ea4") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9c1ea571-9224-47ff-832a-7eba98e29d0b") + ) + (fp_line + (start -1.05 1.4) + (end 1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4067f54b-4917-434d-82e8-86f1ade120d9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a25d6758-7ef7-4be3-8aa3-e19b4b9f954a") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.5375 0 90) + (size 1.325 2.35) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.188679) + (net 14 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "e37bb5dc-f527-4af2-b511-e1df45a13037") + ) + (pad "2" smd roundrect + (at 1.5375 0 90) + (size 1.325 2.35) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.188679) + (net 1 "GND") + (pintype "passive") + (uuid "61ba740d-21e9-4ca1-885d-06b7cf2b8acc") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Amplifier:AAAAPCBHolder" + (layer "B.Cu") + (uuid "583fe07c-2514-4af7-a00b-abe57bb22fa7") + (at 148.25 78.5 180) + (property "Reference" "BT1" + (at -4.25 0.75 0) + (unlocked yes) + (layer "B.SilkS") + (uuid "18a124c5-55e0-4aba-9745-293ffca09c95") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + (justify mirror) + ) + ) + (property "Value" "Battery" + (at 0 4.5 0) + (unlocked yes) + (layer "B.Fab") + (uuid "9e370a28-2f7f-4e63-a653-6b52d1ed3ab1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Amplifier:AAAAPCBHolder" + (at 0 5.5 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "65b633d1-4c9d-40cd-870c-a6baeee0aca0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 5.5 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "1cd2d245-b017-4353-b765-3363d9386e97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Multiple-cell battery" + (at 0 5.5 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "6f76ec6e-e3e8-4367-a29e-10bd2cfb138a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/6416b392-a0e9-4a75-8d7e-0dd21869e9b0") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_line + (start 31 5) + (end 31 0) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "f2ec13fc-4970-4959-a3bd-1bb65723ff80") + ) + (fp_line + (start 31 0) + (end 31 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "95c9c522-0c93-4940-b7aa-e5279fa7eccc") + ) + (fp_line + (start 31 -5) + (end -3 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "5af2a626-aa79-4314-81d6-e69e27e8b5c8") + ) + (fp_line + (start -3 5) + (end 31 5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "eb5e6af1-c4cf-43c1-9f6e-c59907d87850") + ) + (fp_line + (start -3 -5) + (end -3 5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "42fcc3f2-c22a-445d-b9d8-0f0bd36005a1") + ) + (fp_text user "${REFERENCE}" + (at 0 3 0) + (unlocked yes) + (layer "B.Fab") + (uuid "0ce617f3-55d7-4629-a10b-35d6b4219725") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "068dc512-e6fe-48fc-85eb-eba6b8294c4d") + (pts + (xy 126.25 78.5) (xy 120.25 78.5) + ) + (height -7) + (gr_text "6,0000 mm" + (at 123.25 84.35 0) + (layer "Dwgs.User") + (uuid "068dc512-e6fe-48fc-85eb-eba6b8294c4d") + (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 "Dwgs.User") + (uuid "0d24b36c-05d8-4c16-b4b5-4d4d9be662b9") + (pts + (xy 144.25 78.5) (xy 120.25 78.5) + ) + (height -11) + (gr_text "24,0000 mm" + (at 132.25 88.35 0) + (layer "Dwgs.User") + (uuid "0d24b36c-05d8-4c16-b4b5-4d4d9be662b9") + (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 "Dwgs.User") + (uuid "0faef06f-f957-44a7-8f10-314fddf65121") + (pts + (xy 142.25 78.5) (xy 130.25 78.5) + ) + (height -4) + (gr_text "12,0000 mm" + (at 136.25 81.35 0) + (layer "Dwgs.User") + (uuid "0faef06f-f957-44a7-8f10-314fddf65121") + (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 "Dwgs.User") + (uuid "26173069-073e-4302-ab70-8c83cd51f27a") + (pts + (xy 148.25 90.5) (xy 120.25 90.5) + ) + (height -2) + (gr_text "28,0000 mm" + (at 134.25 91.35 0) + (layer "Dwgs.User") + (uuid "26173069-073e-4302-ab70-8c83cd51f27a") + (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 "Dwgs.User") + (uuid "4adfc392-fc4b-4a02-ad97-0c1e9093ffe0") + (pts + (xy 148.25 78.5) (xy 142.25 78.5) + ) + (height 9) + (gr_text "6,0000 mm" + (at 145.25 68.35 0) + (layer "Dwgs.User") + (uuid "4adfc392-fc4b-4a02-ad97-0c1e9093ffe0") + (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 "Dwgs.User") + (uuid "6d634281-353a-45e0-8312-ecdf4aa23ed4") + (pts + (xy 120.25 78.5) (xy 120.25 73.5) + ) + (height 0) + (gr_text "5,0000 mm" + (at 119.1 76 90) + (layer "Dwgs.User") + (uuid "6d634281-353a-45e0-8312-ecdf4aa23ed4") + (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 "Dwgs.User") + (uuid "97f814c0-9582-4785-8e00-fd6ec3f448d5") + (pts + (xy 118.25 78.5) (xy 118.25 83.5) + ) + (height 2) + (gr_text "5,0000 mm" + (at 115.1 81 90) + (layer "Dwgs.User") + (uuid "97f814c0-9582-4785-8e00-fd6ec3f448d5") + (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 "Dwgs.User") + (uuid "df98d9c4-401d-4c7f-87b8-1f7923586b45") + (pts + (xy 120.25 78.5) (xy 117.25 78.5) + ) + (height 7) + (gr_text "3,0000 mm" + (at 118.75 70.35 0) + (layer "Dwgs.User") + (uuid "df98d9c4-401d-4c7f-87b8-1f7923586b45") + (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 "Dwgs.User") + (uuid "e95d5ab0-ecfe-41dd-82c1-407bbcb71247") + (pts + (xy 148.25 78.5) (xy 151.25 78.5) + ) + (height 0) + (gr_text "3,0000 mm" + (at 149.75 77.35 0) + (layer "Dwgs.User") + (uuid "e95d5ab0-ecfe-41dd-82c1-407bbcb71247") + (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 "1" thru_hole circle + (at 0 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(BT1-+)") + (pinfunction "+") + (pintype "passive") + (uuid "9d0ed5ba-576e-46c1-b50b-282d200081d4") + ) + (pad "1" thru_hole circle + (at 6 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "Net-(BT1-+)") + (pinfunction "+") + (pintype "passive") + (uuid "b848a6e1-a745-4151-821f-bc1fd0a1b1ff") + ) + (pad "2" thru_hole circle + (at 22 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(BT1--)") + (pinfunction "-") + (pintype "passive") + (uuid "b871cc74-d2ae-45f5-80e2-24f1ee98c68c") + ) + (pad "2" thru_hole circle + (at 28 0 180) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(BT1--)") + (pinfunction "-") + (pintype "passive") + (uuid "1ce0fed1-1354-4417-95b1-97f2c3acfa17") + ) + ) + (footprint "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (layer "B.Cu") + (uuid "630c1bd6-5d3d-443d-bd17-510b488ea15b") + (at 189.25 51.5 180) + (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 3.5 -1 0) + (layer "B.SilkS") + (uuid "2cbfedc8-d04b-44e6-aa74-98177a7036f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TestPoint" + (at 0 2.8 0) + (layer "B.Fab") + (uuid "948edb05-d1fb-4c02-9e03-fc055767b64d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "f72d351d-30f8-414f-ba7a-8ee73888d789") + (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 "ee95fc6c-f4ea-411d-ad04-37d38fab5f24") + (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 "70653016-bc55-4d32-87eb-b996c5439353") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (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 "B.SilkS") + (uuid "b5e7616c-6c6a-49fd-81b1-29216f4c6056") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.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 "B.Fab") + (uuid "e5a41448-24f3-4808-9dcd-d61295505446") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.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 "B.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 "B.Fab") + (uuid "bddc8b28-bf80-40b5-aa48-b390a623813b") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "a4396f99-5ef5-4032-b2fe-45853eb527c9") + ) + (fp_text user "${REFERENCE}" + (at 0.7 -2.5 0) + (layer "B.Fab") + (uuid "cce5d054-56b7-4b46-8368-dd6899ad14ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.8 1.8) + (drill 0.9) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "Net-(C3-Pad1)") + (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 "B.Cu") + (uuid "7c8c80ac-41f3-4db2-a069-5e9957f6aec6") + (at 187.85 78.55 180) + (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.1 2.55 0) + (layer "B.SilkS") + (uuid "fb6c8ca2-c8fd-4a28-a419-b295aee46de9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TestPoint" + (at 0 2.8 0) + (layer "B.Fab") + (uuid "c7896172-1d52-414f-9381-81252a9c4238") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 0 0 0) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "83f561f6-aebd-4edf-81c8-ed7dc26ad8b8") + (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 "435239f1-f8a8-4d87-88ec-abac3243a665") + (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 "119efee7-0eab-4128-9592-40eebc36dd06") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (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 "B.SilkS") + (uuid "28731aa4-09c3-4923-a26d-33b1b1f936f3") + ) + (fp_circle + (center 0 0) + (end 2 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.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 "B.Fab") + (uuid "f76f53d2-7af4-49fc-b991-406f34787577") + ) + (fp_line + (start 1.3 -0.3) + (end -1.3 -0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.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 "B.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 "B.Fab") + (uuid "98217d70-a9dd-4eb5-9fdb-9f538f90894c") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "00b80835-c15f-4c4e-b76a-bec5fed2eec2") + ) + (fp_text user "${REFERENCE}" + (at 0.7 -2.5 0) + (layer "B.Fab") + (uuid "26d54b40-f90e-4bb2-83d1-d83a4653b5a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (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 "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "8a813424-31b9-4c23-ab6f-289807810c70") + (at 186 57.25 -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.25 0 180) + (layer "B.SilkS") + (uuid "d1ada706-c43e-4aaf-9d01-d1e634302b03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "5d7cdac1-3ce7-4a81-b525-3c0d1711837d") + (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 "04123901-2c68-4059-b63d-bb4f0b82ca53") + (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 "4ae644ed-6113-47de-b452-12543da3297a") + (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 "47c83f9f-309f-439a-b399-b3091e182f0d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/6c6afcf2-18a7-41d4-b785-bb95eb9d6134") + (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 "2023f7e7-3790-4e8d-b6bd-679fac4f2b51") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "12cc6058-69d4-43b6-a3fb-7f2c4cc8a7bc") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d4e5715-6732-4370-a999-4f89aad05329") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ee84baec-db9d-4ee2-a4ee-be8535f6ecf4") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4942a9ea-0849-4eaf-bff1-a9b08c277396") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7a9a2d98-c704-4c30-a405-475549d29cb0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4cfb83bb-85fe-46e8-b45d-a165e4d7cdca") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e5742e3e-c209-42dc-87e8-5cf9f719b340") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "940e39f3-793d-4017-8b4d-fe1cdcf379aa") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "27e8e6b4-4a9c-48c0-8312-823c90b6734f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c1e09a5f-5364-43a1-a6c4-e08f2cf2d204") + (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 14 "Net-(C8-Pad1)") + (pintype "passive") + (uuid "0fe7357c-3d3b-4d5a-99f8-12428e4a7acc") + ) + (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 1 "GND") + (pintype "passive") + (uuid "c4b2cd23-c8ab-4426-87c2-17456140c81c") + ) + (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_SO:SO-8_3.9x4.9mm_P1.27mm" + (layer "B.Cu") + (uuid "9542b750-ab91-4b8a-8de8-b174eded9f2b") + (at 181.75 78.5) + (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 2.5 3.5 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 7 "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 6 "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 7 "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) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "a572b2a6-e332-42c8-8146-85f888e52f32") + (at 181.5 48.5 -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 -2.5 0 180) + (layer "B.SilkS") + (uuid "6bcbe208-9754-4121-9753-17ba6166750e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "6fe9fdd6-3cf9-4d6d-b119-be6639e71ff5") + (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 "40893bec-f367-4f97-a277-ee4bd9380a5e") + (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 "de319854-44e5-48cd-8ee9-d4a684bb948a") + (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 "dd5dcc8c-c411-4978-a602-76d22aea84cf") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/97cdb4a1-1c9b-4e53-8d37-537b4c234ac3") + (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 "81e110b1-51ca-4503-840b-386343397718") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd84d469-1fa6-4b9c-8c5c-9d565b7eb782") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0326dd46-caf7-483b-8e84-c972d6f0075e") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4d54345a-bae6-4ad7-9901-dde444044d64") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0cac0820-22db-43b2-b91e-1e4e504366c8") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "335fc846-c9a9-492c-897c-8b63b9205e8c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d14a2403-5588-412c-ad5b-7f5a725a83a3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5cb08ad1-e50f-45b6-92f4-862031f8e5fe") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a84e691-1ecd-475a-94eb-79578740d4bd") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f081b533-c30b-4eeb-9f75-559655c45353") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "4ba4ed59-300c-47f7-910f-733f0851c2ae") + (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 13 "Net-(C3-Pad1)") + (pintype "passive") + (uuid "90a9bd7a-e400-4232-bd82-8609489b8529") + ) + (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 1 "GND") + (pintype "passive") + (uuid "0a33f41c-7c83-4778-bd1e-241f0c0d2d72") + ) + (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_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (layer "B.Cu") + (uuid "cbc755a5-5666-43f1-9b2a-b9b98f12f3f7") + (at 184.25 49.25 -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" "C6" + (at -3.25 0 180) + (layer "B.SilkS") + (uuid "61a301a8-35c5-41df-a9d4-98cc0adf68e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100u/6v3" + (at 0 -2.35 90) + (layer "B.Fab") + (uuid "b081a012-b30d-4d4e-9f06-80c0be2c301b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "d14bbfb3-a9ae-4e0e-9440-f81fc4435877") + (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 "70af6dd1-7abe-488c-b48b-3807d80488cb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "b4f60eb4-0cf0-4607-a8ae-ebbdb2b8746f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "CP_*") + (path "/6421e76f-4256-4fc4-af34-1cbf985abc23") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr smd) + (fp_line + (start -2.46 1.51) + (end 1.75 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5115b847-6081-4a7a-8f68-f7fdf1996030") + ) + (fp_line + (start -2.46 -1.51) + (end -2.46 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8dae9a4e-909e-4d41-81a4-b5ff47d0050c") + ) + (fp_line + (start 1.75 -1.51) + (end -2.46 -1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d5dfd4a-7bed-4f97-bfbf-3b3cfdcb85d0") + ) + (fp_line + (start -2.45 1.65) + (end -2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a3d91544-f14a-4deb-a10b-a5c5ef9545af") + ) + (fp_line + (start 2.45 1.65) + (end -2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "961b7c8c-2935-44ce-a6c8-91705e602e19") + ) + (fp_line + (start -2.45 -1.65) + (end 2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f4eab4b0-b8d9-48c0-816b-6cfc1e09727e") + ) + (fp_line + (start 2.45 -1.65) + (end 2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d5d56cee-2a34-4de8-9654-d664793dce75") + ) + (fp_line + (start -1.05 1.4) + (end 1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "67eff167-b3be-4f38-a602-b03f43edd69f") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "224dafb4-06aa-4332-83ec-84df2ed31184") + ) + (fp_line + (start -1.75 0.7) + (end -1.05 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c72b7e0d-ece2-4419-9e2e-d5cc2ba483c8") + ) + (fp_line + (start -1.75 -1.4) + (end -1.75 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7eb65471-5242-440c-b5d9-dac66e9671ea") + ) + (fp_line + (start 1.75 -1.4) + (end -1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3ff809d-ebdd-474e-8f4b-d5f4dbdda57e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "94cf4d14-20a8-42a5-9d5d-1ea3c88414f0") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.5375 0 270) + (size 1.325 2.35) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.188679) + (net 13 "Net-(C3-Pad1)") + (pintype "passive") + (uuid "fa70a6a5-289a-4b5e-8042-d899eb14485a") + ) + (pad "2" smd roundrect + (at 1.5375 0 270) + (size 1.325 2.35) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.188679) + (net 1 "GND") + (pintype "passive") + (uuid "51f31862-9be6-4ea1-86e7-22ef70972701") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "B.Cu") + (uuid "d6448cf1-9275-4adc-a575-82c9f934ec6d") + (at 150.5 85.75 -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" "C1" + (at 2.5 0 180) + (layer "B.SilkS") + (uuid "e3f827c7-1965-4d77-9ae0-59ce61ab8a30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "100n" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "0967bc1a-7f37-4ffa-a7b8-8b73a491775b") + (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 "95a72260-1378-4ef9-8273-df1616d085ac") + (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 "4775ded4-9ed1-4255-9106-b4eb07fc368f") + (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 "1bd16055-2714-467d-8f82-51874aceb414") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/0deb7651-4d9a-4ea5-a7ee-8d5af332da5e") + (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 "833f89a7-7cc1-4cbd-9d99-bc162ddf2e57") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1cfa2352-96d2-4a76-856e-a5539ba63886") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e742d490-89ec-4553-98d6-f25b81d088b6") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "99a14e37-5b15-45dd-9858-3fc7454ef5d9") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af2877cd-1999-4fba-aabd-f60c55db094a") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1f82cbf8-1fdd-44e9-82fe-7f2b02f49a3a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ed4c2527-1603-484d-9363-4704f61793b8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d1fe85a-701b-4f8f-ad7b-3e0ccdba088f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86041429-4a29-4688-9e55-972db57f5271") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "94e748f8-62b2-4fa5-9b2f-b4ec7ff9701f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "21e88b4b-1275-4278-b9e2-40075df5cc27") + (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 16 "Net-(BT1-+)") + (pintype "passive") + (uuid "b8437160-abb2-4399-a1d5-af0800aa8597") + ) + (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 1 "GND") + (pintype "passive") + (uuid "820773d4-ad63-46a3-ba60-8eeeedcdc256") + ) + (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:AAAAPCBHolder" + (layer "B.Cu") + (uuid "d80c1c9c-4b42-438e-a9ad-d046be5ef07e") + (at 120.25 67) + (property "Reference" "BT2" + (at 32.5 -4.5 180) + (unlocked yes) + (layer "B.SilkS") + (uuid "3f0dd043-91d3-4996-8bdc-5d3c0e5f6236") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + (justify mirror) + ) + ) + (property "Value" "Battery" + (at 0 4.5 180) + (unlocked yes) + (layer "B.Fab") + (uuid "11f60dc1-16cc-433f-b238-8b89c9c202b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "Amplifier:AAAAPCBHolder" + (at 0 5.5 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "2d0474eb-e9f0-4b5a-b88e-82ea5291ff2f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Datasheet" "" + (at 0 5.5 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "ead62cfe-8472-4bc0-9051-65a5ba9698d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Description" "Multiple-cell battery" + (at 0 5.5 180) + (unlocked yes) + (layer "B.Fab") + (hide yes) + (uuid "6e9598b1-36c8-4594-9d01-14a2e3699b18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/3e2cbde4-7dd9-4341-a099-932e09afab23") + (sheetname "Root") + (sheetfile "Amplifier.kicad_sch") + (attr through_hole) + (fp_line + (start -3 -5) + (end -3 5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "cac13252-0566-4ff7-bee6-f3639215e39f") + ) + (fp_line + (start -3 5) + (end 31 5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "80925990-89dd-41d9-b931-e5afd07433c8") + ) + (fp_line + (start 31 -5) + (end -3 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "ea991a30-7037-417f-8ea6-1a32d6b1a104") + ) + (fp_line + (start 31 0) + (end 31 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "ae1bd9fc-7077-4c7c-a175-8c90cf201722") + ) + (fp_line + (start 31 5) + (end 31 0) + (stroke + (width 0.1) + (type default) + ) + (layer "B.SilkS") + (uuid "80bfb5c6-8e86-4fec-b413-3470db916ff7") + ) + (fp_text user "${REFERENCE}" + (at 0 3 180) + (unlocked yes) + (layer "B.Fab") + (uuid "0fbec77e-30b2-4ed5-9157-406c9b799d37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "0c8cce23-f75e-4845-befd-4aa2c67afe47") + (pts + (xy 150.25 67) (xy 150.25 62) + ) + (height 2) + (gr_text "5,0000 mm" + (at 151.1 64.5 90) + (layer "Dwgs.User") + (uuid "0c8cce23-f75e-4845-befd-4aa2c67afe47") + (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 "Dwgs.User") + (uuid "1f43cf17-5d51-4608-8d9d-89e71d62d63d") + (pts + (xy 148.25 67) (xy 148.25 72) + ) + (height 0) + (gr_text "5,0000 mm" + (at 147.1 69.5 90) + (layer "Dwgs.User") + (uuid "1f43cf17-5d51-4608-8d9d-89e71d62d63d") + (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 "Dwgs.User") + (uuid "27759b08-7066-4745-af20-b40e6fb6b9c0") + (pts + (xy 142.25 67) (xy 148.25 67) + ) + (height -7) + (gr_text "6,0000 mm" + (at 145.25 58.85 0) + (layer "Dwgs.User") + (uuid "27759b08-7066-4745-af20-b40e6fb6b9c0") + (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 "Dwgs.User") + (uuid "77d9f894-3d7d-4dde-adf5-8d534d6d2691") + (pts + (xy 120.25 67) (xy 117.25 67) + ) + (height 0) + (gr_text "3,0000 mm" + (at 118.75 65.85 0) + (layer "Dwgs.User") + (uuid "77d9f894-3d7d-4dde-adf5-8d534d6d2691") + (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 "Dwgs.User") + (uuid "846c11bd-1ccb-4e7d-a30e-a935237dfa5d") + (pts + (xy 120.25 67) (xy 126.25 67) + ) + (height 9) + (gr_text "6,0000 mm" + (at 123.25 74.85 0) + (layer "Dwgs.User") + (uuid "846c11bd-1ccb-4e7d-a30e-a935237dfa5d") + (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 "Dwgs.User") + (uuid "b626c8f1-da8e-4a3f-b949-4ad004e69384") + (pts + (xy 126.25 67) (xy 138.25 67) + ) + (height -4) + (gr_text "12,0000 mm" + (at 132.25 61.85 0) + (layer "Dwgs.User") + (uuid "b626c8f1-da8e-4a3f-b949-4ad004e69384") + (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 "Dwgs.User") + (uuid "b88216eb-085d-44f3-a3f2-1e5ab5230410") + (pts + (xy 120.25 55) (xy 148.25 55) + ) + (height -2) + (gr_text "28,0000 mm" + (at 134.25 51.85 0) + (layer "Dwgs.User") + (uuid "b88216eb-085d-44f3-a3f2-1e5ab5230410") + (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 "Dwgs.User") + (uuid "d0d1782c-70ce-46fa-a38f-f73979fae20e") + (pts + (xy 148.25 67) (xy 151.25 67) + ) + (height 7) + (gr_text "3,0000 mm" + (at 149.75 72.85 0) + (layer "Dwgs.User") + (uuid "d0d1782c-70ce-46fa-a38f-f73979fae20e") + (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 "Dwgs.User") + (uuid "d8506b50-4de3-4a68-b1ec-390b64f56eb2") + (pts + (xy 124.25 67) (xy 148.25 67) + ) + (height -11) + (gr_text "24,0000 mm" + (at 136.25 54.85 0) + (layer "Dwgs.User") + (uuid "d8506b50-4de3-4a68-b1ec-390b64f56eb2") + (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 "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(BT1--)") + (pinfunction "+") + (pintype "passive") + (uuid "ac2830d5-6157-426b-a74e-715dab1a8c0a") + ) + (pad "1" thru_hole circle + (at 6 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "Net-(BT1--)") + (pinfunction "+") + (pintype "passive") + (uuid "e3df90ed-b101-442d-a510-0369e804487c") + ) + (pad "2" thru_hole circle + (at 22 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(BT2--)") + (pinfunction "-") + (pintype "passive") + (uuid "9e6eeec9-49ce-4521-8b76-c2f960d7c725") + ) + (pad "2" thru_hole circle + (at 28 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(BT2--)") + (pinfunction "-") + (pintype "passive") + (uuid "dadd45b4-5a57-4a2e-aa11-0bb01766f440") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "f07992d9-f4f2-49c8-8010-f6896ea87dc6") + (at 175 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" "C10" + (at -2.5 0.25 180) + (layer "B.SilkS") + (uuid "3b736006-82e7-43fe-95d8-de701a2ac86b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "77f464da-8be1-4c94-b95a-228143aacdc3") + (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 "20bfd03b-0f84-436f-909d-cbb3f1388a83") + (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 "2cd18588-134a-4010-9c97-aad8f89db893") + (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 "cbd8714a-d1dd-41dd-ab15-350f4cd7565f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/74fb35c6-48a6-43d9-bc55-6e0299a6f902") + (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 "6f9c6c36-0a97-4f2a-aaf1-de0ef29e43c6") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "08d63823-2f51-4680-aabd-c32abf6326dc") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c02d1948-0291-400b-b69b-bbdd37459f1a") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1e5c6a50-f073-467a-b0ba-10e36a02265d") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f09bf8d1-8494-4137-b2f7-efed77dd138c") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4c839870-6f15-4cc4-8758-2a924167b706") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "589ffd3c-3357-453a-8df4-c0f6c30771a3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f2e1767b-cb9f-4646-b20e-593ed525463d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0ec550a8-65a5-4013-ba6f-c7ddf36b450a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "820e4261-22bf-4c02-a15b-683e4b713c65") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "4372b270-a26d-428a-ba17-ef2017d6c006") + (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 2 "Net-(U1C-V+)") + (pintype "passive") + (uuid "c0a1c9ac-68b0-4d5e-98d5-167ec6fcd286") + ) + (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 1 "GND") + (pintype "passive") + (uuid "c64e7e61-0925-4584-a1b4-bd1f2ab6f985") + ) + (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 "f0e97882-8218-4e90-b2e1-7120274aa01f") + (at 148.25 85.75 -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.5 0 180) + (layer "B.SilkS") + (uuid "d7edb3e6-8755-4887-83aa-91a9c31a8990") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10n" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "91d665e0-d66f-45b3-898d-78a8e45987f1") + (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 "4b4328d5-b61e-41f7-a410-93e8fc8a6493") + (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 "595ba61a-1b63-403c-b5ff-0abdf5cdfeda") + (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 "dd8e5b47-52d3-4e72-9b09-7183f78081e2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/c93bdd1b-64d4-4c5f-845d-24669e5ebdad") + (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 "be0c6c98-3d57-4a5c-9c49-b1070bd11ec0") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00e4f35f-3c3d-4402-aa76-3ae4a7de3e9b") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e86062f6-9888-44d4-b0ec-24716a26dadd") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e107a655-d81a-4e69-b5ad-094088910a9b") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "15c87788-cf9f-4903-bc23-4ed33cad4e13") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a487c866-49f9-4d2d-93ba-169326c8ccfb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4b89a971-d6ca-449b-acfb-46a56e92a60b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0d6ae3a2-aab3-4de1-9232-4f12bd982ae7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "751ad79d-da5a-4af9-91a3-4fa27cc0cf53") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "877f0b4f-e2eb-4d83-83f4-a8bbcf668b42") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "ab983a5d-fbd3-4b4d-ab51-922be8894b44") + (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 16 "Net-(BT1-+)") + (pintype "passive") + (uuid "70bb4b70-8fba-439f-af5a-fdf4f421d61c") + ) + (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 1 "GND") + (pintype "passive") + (uuid "de6c48ff-c6ca-4450-9764-ae20123865e3") + ) + (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 "f4419380-6148-4314-91a0-279e3c93a8f9") + (at 170.5 47 -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" "C7" + (at -2.25 0 180) + (layer "B.SilkS") + (uuid "9c8176ef-bc10-4320-ba66-f2b4bdcd9e67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "8ae5b9d5-8eb6-448c-bc3f-b5fa167f0a9c") + (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 "22092e43-e806-4e84-99e5-66b3d9c61598") + (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 "7b4ceb24-d1dd-4b9e-b4c9-01c745a232b7") + (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 "f339f54a-ee06-44b7-ba65-8d70ecc86df1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property ki_fp_filters "C_*") + (path "/d15e666b-e6dd-4d6b-879c-e0bdeca9da28") + (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 "e1eda38f-0c18-47ce-8332-ae54804f9571") + ) + (fp_line + (start 0.261252 -0.735) + (end -0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9683b36-b14c-47d9-8e34-547eb200e45c") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d93ae38b-a2e0-4d96-a944-df22aecc0294") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d2b86fe2-e4a0-4a20-8c44-be77ec0bf1f8") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "645567e1-391e-4205-8723-cd9d5f86ab18") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "873a3e42-b72a-49de-9cf4-cf75602a7944") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e39946f-b29d-4fea-836e-059065325c03") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ad2f0db7-0d1d-48f9-a152-e48ea1780175") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3a80753d-b323-4e3a-ad53-37e3c257ac2b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "46aacf62-7194-44f7-8e61-910da337bc4a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "3357ef3d-0fc2-420a-8b1f-f04025925d30") + (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 3 "Net-(U1C-V-)") + (pintype "passive") + (uuid "9feece32-2fac-4617-95cd-42c2a2e54dc8") + ) + (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 1 "GND") + (pintype "passive") + (uuid "a44ab4a5-8194-46db-87d0-e435598691c7") + ) + (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) + ) + ) + ) + (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 141.25 46.75 0) + (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 131.5 66.75 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cea740f") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (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 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 164.338 74.422) + (end 164.338 70.866) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "99232dcf-468f-457e-967b-871a62d2f70b") + ) + (segment + (start 164.255 74.505) + (end 164.338 74.422) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c2675e87-398b-49a5-9995-58caee3ef3fa") + ) + (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 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 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 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 164.255 74.505) + (size 1.3) + (drill 0.6) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "0ca57726-f3dc-4ace-a055-b085ec1021b3") + ) + (via + (at 164.338018 70.866) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "523b3ec3-ff4b-416e-8f51-b2a1e35cfd47") + ) + (segment + (start 137.752002 92.5) + (end 176.75 92.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "07af3aef-f8a0-4b46-bfea-746b608d447a") + ) + (segment + (start 191.5 63) + (end 189 65.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "0c5562b9-a310-4287-b632-1df3d461601d") + ) + (segment + (start 133.5 93.25) + (end 131.25 91) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "0d3c7bc1-aa4e-40e1-a6dc-29450ebc530e") + ) + (segment + (start 175.3 58.55) + (end 182.25 65.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "0f7f7ff0-306a-4351-9328-1eef7eacf0d7") + ) + (segment + (start 184.25 50.7875) + (end 188.375 54.9125) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "11cb825c-27ba-4061-9a6c-517830438ddd") + ) + (segment + (start 191.5 57.4125) + (end 191.5 63) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "134c98c3-6a6d-4f58-89b7-eff92de8f7de") + ) + (segment + (start 137.75 89.25) + (end 159 89.25) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "23fb67e1-a461-4bb0-8395-a2daca0f93d7") + ) + (segment + (start 178.774 93.726) + (end 138.938 93.726) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "2d254711-cb27-4a21-b849-733ccac7cf38") + ) + (segment + (start 189.25 86.5) + (end 186 86.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "30a81672-de86-4c52-9bc4-8ae5db6efb01") + ) + (segment + (start 170.5 47.95) + (end 172 49.45) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "340740f3-34b4-429b-b698-8d3e2db28cb4") + ) + (segment + (start 186.2 83.05) + (end 187.85 83.05) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "346653d6-66ce-43f4-b640-0a5f9fd981d4") + ) + (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 137.647999 92.222001) + (end 137.75 92.12) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "4024f37f-3c56-4db2-bf61-f0e888da5dea") + ) + (segment + (start 136.25 88.5) + (end 138.05 86.7) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "43a26317-3e64-406b-898d-c44382ed19ed") + ) + (segment + (start 172 49.45) + (end 181.5 49.45) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "45e5eb16-0f32-4f87-a254-7c2140c33b56") + ) + (segment + (start 175.98201 82.3) + (end 175.654 82.62801) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "477bb541-8667-4191-9505-b2d807863f8e") + ) + (segment + (start 189 65.5) + (end 189 72.25) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "4a01dc76-2656-4ac9-bea4-9813289049f5") + ) + (segment + (start 191 74.25) + (end 191 84.75) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "4e0518fc-99e5-46c7-8b88-ecd1a0d38209") + ) + (segment + (start 137.647999 94.975999) + (end 137.649999 94.975999) + (width 0.3048) + (layer "B.Cu") + (net 1) + (uuid "4e877e30-9036-449d-aabd-caf930d1ee5e") + ) + (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 175.3 57.95) + (end 175.3 58.55) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "59ec3ee5-3816-4325-9ea8-41d2dcc20ab0") + ) + (segment + (start 175.653998 80.405002) + (end 175.653998 81.920894) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "6207acb3-e9d9-4a7c-8e38-5a0020094cae") + ) + (segment + (start 189 54.9125) + (end 191.5 57.4125) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "63e9521a-9d3b-42d4-b914-98c9178173f3") + ) + (segment + (start 175.654 81.920896) + (end 175.654 81.920904) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "66188dd7-fd55-4d3a-ac1e-d9e89a7a74dc") + ) + (segment + (start 167.53201 90.75) + (end 139.12 90.75) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "68ed71f8-92c1-442d-8721-a1902fbec435") + ) + (segment + (start 186 86.5) + (end 178.774 93.726) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "6de22036-bfda-477a-aaa2-010fda951f2c") + ) + (segment + (start 137.649999 94.975999) + (end 138.58 95.906) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "762089d7-6b97-4828-a8b2-5c6414bd7121") + ) + (segment + (start 175.653998 81.920894) + (end 175.654 81.920896) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "7d72e0df-ef0d-47a1-aad5-bcaf74dd1e21") + ) + (segment + (start 186 62.5) + (end 189 65.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "7f91a02b-5ca3-4202-be37-ac02dad5b54d") + ) + (segment + (start 137.647999 92.435999) + (end 137.688001 92.435999) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "88b34f6c-0b57-43b5-9cf2-d2794d16b389") + ) + (segment + (start 137.75 92.12) + (end 137.75 89.25) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "8a399854-ccd8-4ae1-98ee-fbf1d316ce84") + ) + (segment + (start 178.248 77.811) + (end 175.653998 80.405002) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "8d529518-5cce-4bd6-8f42-b3dfcb07d14c") + ) + (segment + (start 164.255 74.505) + (end 162.052 76.708) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "90684470-296b-46b5-a11b-1c31fc66a420") + ) + (segment + (start 162.052 86.198) + (end 162.052 76.708) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "9076b7cc-c0e3-444a-b559-e5b6edc23aab") + ) + (segment + (start 136.833998 93.25) + (end 133.5 93.25) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "92bb93bd-2b1b-42b2-9af4-81914fec06a5") + ) + (segment + (start 137.647999 92.435999) + (end 136.25 91.038) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "95115a8c-285d-4c32-bbc5-07d5bf56e7c8") + ) + (segment + (start 191 84.75) + (end 189.25 86.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "986c818d-aa51-418a-aa20-63c201a5da62") + ) + (segment + (start 180.4 82.3) + (end 175.98201 82.3) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "98a5fca8-23aa-4dc8-9a50-04bd236b3121") + ) + (segment + (start 137.688001 92.435999) + (end 137.752002 92.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "98b6675c-a8fe-42a1-8aa9-83dfd193ce73") + ) + (segment + (start 137.647999 94.975999) + (end 137.647999 92.435999) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "9a4399e8-f2fb-4c43-9242-a5b45ef84dda") + ) + (segment + (start 137.647999 92.435999) + (end 136.833998 93.25) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "9a5cf8fe-38da-490a-b555-9931f401ae2f") + ) + (segment + (start 175.654 81.920904) + (end 175.654 82.62801) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "9b393e3d-00fd-4b92-bfa2-32f555bdf7df") + ) + (segment + (start 182.25 65.5) + (end 189 65.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "a47469dc-bc68-486e-bc77-7eaf57f9980e") + ) + (segment + (start 120.25 55.75) + (end 126.25 55.75) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "a968718b-83ee-499a-bd0e-6d1175fd612f") + ) + (segment + (start 131.25 91) + (end 131.25 60.75) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "add2973a-08be-4971-a0a2-f9f3aa8159a4") + ) + (segment + (start 138.938 93.726) + (end 137.647999 92.435999) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "b1ff117b-05f4-42d1-9c50-038dd4aceaaf") + ) + (segment + (start 181.5 49.45) + (end 182.9125 49.45) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "b98b4834-90d1-41e1-8c4d-65b737c76242") + ) + (segment + (start 159 89.25) + (end 162.052 86.198) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "bf1002e4-31f2-48c6-afed-68fee602d30b") + ) + (segment + (start 138.05 86.7) + (end 148.25 86.7) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "c1e6a3fe-dc18-469d-8786-246bddf02741") + ) + (segment + (start 136.25 91.038) + (end 136.25 88.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "c7a3b8bc-d510-4031-a94e-c0dd76419d49") + ) + (segment + (start 176.75 92.5) + (end 186.2 83.05) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "c8edd3c3-7eda-4544-a1d3-3defcdd8a838") + ) + (segment + (start 137.647999 92.435999) + (end 137.647999 92.222001) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "cb35a549-9d34-49a0-8721-5c3ca011a007") + ) + (segment + (start 139.12 90.75) + (end 137.647999 92.222001) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "cb7b0369-7f0a-46f2-ad23-d57e6d1bfab8") + ) + (segment + (start 150.5 86.7) + (end 148.25 86.7) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "d1e4fc24-c4bd-4f55-8b23-e47653d06077") + ) + (segment + (start 131.25 60.75) + (end 126.25 55.75) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "d1e7fde6-ef4b-4dfe-9ae1-9ae61af651ac") + ) + (segment + (start 175.654 82.62801) + (end 167.53201 90.75) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "d2a2c920-24cf-4cff-b718-ac1aa0767dcc") + ) + (segment + (start 174.62 76.532) + (end 175.653998 77.565998) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "da88b499-f9e4-4d57-89f4-94cbde272e6a") + ) + (segment + (start 179.323 77.811) + (end 178.248 77.811) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "e0807a4e-cbcf-483c-94a0-61a30a26e231") + ) + (segment + (start 189 72.25) + (end 191 74.25) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "ea7c43f7-9420-4595-b402-b279cfbb6b23") + ) + (segment + (start 182.9125 49.45) + (end 184.25 50.7875) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "f2de501b-57af-4b0e-898b-aa3c3c0e8281") + ) + (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 186 58.2) + (end 186 62.5) + (width 0.635) + (layer "B.Cu") + (net 1) + (uuid "f9021ea9-5ba9-4a61-bbe5-cbc4c49abccd") + ) + (segment + (start 175.653998 77.565998) + (end 175.653998 81.920894) + (width 0.254) + (layer "B.Cu") + (net 1) + (uuid "fd96c815-0d1f-41d9-be6a-85bf6f7fe5f8") + ) + (segment + (start 165.608 58.674) + (end 166.624 57.658) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "09a937fa-ac50-43b7-9e41-516e020214fe") + ) + (segment + (start 167.894 72.136) + (end 167.894 66.04) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "29f79835-4a39-485d-b265-e4699afc57d1") + ) + (segment + (start 165.608 63.754) + (end 165.608 58.674) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "3e0a6075-cbb1-48f9-a6a3-5401b6a98614") + ) + (segment + (start 169.704 73.66) + (end 166.869 73.66) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "57cd9d44-7fd5-4b03-a7cc-dbfcada65dbc") + ) + (segment + (start 167.894 66.04) + (end 165.608 63.754) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "70f56b46-80a9-4fff-b5b2-c393e67c8b4a") + ) + (segment + (start 182.512 73.512) + (end 182.512 80.5) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "7509fd95-0ec7-465a-b867-5924cab7324d") + ) + (segment + (start 181.75 72.75) + (end 182.512 73.512) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "9987ef76-6c1f-41e6-a922-2cd356f018d9") + ) + (segment + (start 169.418 73.66) + (end 167.894 72.136) + (width 0.254) + (layer "F.Cu") + (net 2) + (uuid "b0b9a8cf-92cf-4381-b42c-d7c6f31a8003") + ) + (segment + (start 166.869 73.66) + (end 166.116 72.907) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "c7e80a53-c5dc-4d3d-9e81-ebe2495c488c") + ) + (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 182.512 80.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "7083eea6-82df-44a7-88d1-725b5797c057") + ) + (via + (at 181.75 72.75) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "cd78f02a-9741-48fe-abb6-42b87e4c53f1") + ) + (segment + (start 175.5 56.55) + (end 175 56.05) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "00ab03ad-2463-441f-b25c-2da3156033c8") + ) + (segment + (start 168.232 56.05) + (end 166.624 57.658) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "023626d8-e642-4410-a4c1-38adebc891aa") + ) + (segment + (start 175 56.05) + (end 173.5 56.05) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "1ad32148-21d4-4fb1-b0de-14f8ba56b27f") + ) + (segment + (start 173.5 56.05) + (end 168.232 56.05) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "2165f95b-f632-41b4-9bcc-e1395f1d85b4") + ) + (segment + (start 182.512 80.5) + (end 182.512 82.088) + (width 0.254) + (layer "B.Cu") + (net 2) + (uuid "2d0f6852-fa95-437d-bce5-454ea37637ed") + ) + (segment + (start 182.572 80.36) + (end 182.512 80.3) + (width 0.254) + (layer "B.Cu") + (net 2) + (uuid "4cd6cba9-fa4a-41dc-b251-a646889c5bd7") + ) + (segment + (start 173.5 59) + (end 181.75 67.25) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "5907fbb8-9180-4cdf-a5a3-9a92884f5868") + ) + (segment + (start 177.25 56.55) + (end 175.5 56.55) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "7d646a1b-6350-47ee-a261-ac9c14472a1c") + ) + (segment + (start 184.25 80.36) + (end 182.572 80.36) + (width 0.254) + (layer "B.Cu") + (net 2) + (uuid "8f075a71-affd-4b81-ad7b-1d4376777742") + ) + (segment + (start 175 56.05) + (end 173.5 57.55) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "9f920730-d397-4fe1-b6b7-0d3c41af581b") + ) + (segment + (start 182.512 80.3) + (end 182.512 80.5) + (width 0.254) + (layer "B.Cu") + (net 2) + (uuid "a79c492f-d1cb-4ffd-99c0-c98a22fd25b2") + ) + (segment + (start 173.5 57.55) + (end 173.5 59) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "afbde168-4af8-461b-ac8d-8775090624e6") + ) + (segment + (start 181.75 67.25) + (end 181.75 72.75) + (width 0.635) + (layer "B.Cu") + (net 2) + (uuid "dc3104a1-472b-4f41-8c00-506b339f7d6e") + ) + (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 164.462 66.04) + (end 165.218 66.796) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "e1808a41-3cf0-4822-b915-774252ca271c") + ) + (segment + (start 176.67 74.754) + (end 176.67 72.75) + (width 0.254) + (layer "F.Cu") + (net 3) + (uuid "ea8b0f0b-f611-4f96-ac79-03dc6742e316") + ) + (via + (at 176.67 74.754) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "79b25444-d8ca-4f15-b4da-436395290f42") + ) + (via + (at 176.67 72.75) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "ea97863b-6cd0-488d-ad97-2a074e0ffa45") + ) + (segment + (start 179.323 76.541) + (end 176.679 76.541) + (width 0.254) + (layer "B.Cu") + (net 3) + (uuid "24a9fa23-43e3-400d-8ecf-749e5c8d577c") + ) + (segment + (start 172.742764 59.5) + (end 176.75 63.507236) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "38389370-2ff1-49db-a4a2-7a565f78258a") + ) + (segment + (start 169.45 46.05) + (end 164 51.5) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "3afccd00-12cc-4ec0-a016-26014667777a") + ) + (segment + (start 176.75 72.67) + (end 176.67 72.75) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "3baa2343-d63d-44ba-b4b9-dfd16c02f126") + ) + (segment + (start 166.45 46.05) + (end 162 50.5) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "4006916e-f681-4ae9-a8c7-8e2a6f06bd2a") + ) + (segment + (start 176.75 63.507236) + (end 176.75 72.67) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "46e79a71-546d-4954-9a8d-7caeb3c9cd9b") + ) + (segment + (start 171.8 46.05) + (end 170.5 46.05) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "52a51f94-d5d9-42a1-b213-dadb2ca4ead7") + ) + (segment + (start 176.67 76.532) + (end 176.67 74.754) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "53cd1bb2-c8af-4062-b0ba-84143800a850") + ) + (segment + (start 172.7 46.95) + (end 171.8 46.05) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "75e9c587-5a7a-4d7f-92a4-ddc3cfd38a28") + ) + (segment + (start 169.75 46.05) + (end 169.45 46.05) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "9035264b-0d1f-4688-b306-9306dc1e04ec") + ) + (segment + (start 164 51.5) + (end 164 57.5) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "997271dc-0acf-47f0-968e-a5b998214048") + ) + (segment + (start 164 57.5) + (end 166 59.5) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "9c9fcd72-7248-4b94-b8f7-853986ec5819") + ) + (segment + (start 166 59.5) + (end 172.742764 59.5) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "a352677e-d64b-4b2b-97bb-f3a467b3a272") + ) + (segment + (start 162 50.5) + (end 162 65.92) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "b4271135-649e-4250-953a-c960530c7017") + ) + (segment + (start 169.75 46.05) + (end 166.45 46.05) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "c0ee3398-4b45-43ba-acf4-14a62d636f59") + ) + (segment + (start 162.084 61.375) + (end 162.084 65.548) + (width 0.3048) + (layer "B.Cu") + (net 3) + (uuid "e860f6b4-1ced-482c-8309-f7e80c00358a") + ) + (segment + (start 170.5 46.05) + (end 169.75 46.05) + (width 0.635) + (layer "B.Cu") + (net 3) + (uuid "fe6765a3-43fa-43cf-880e-23337099ea0d") + ) + (segment + (start 184.523 78.55) + (end 184.273 78.3) + (width 0.254) + (layer "B.Cu") + (net 4) + (uuid "07ba3f98-e6dc-429d-8900-30e33cdcbe32") + ) + (segment + (start 184.273 78.581) + (end 184.273 78.3) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "8a5d5724-4859-4c8d-8a29-27d62c496316") + ) + (segment + (start 187.85 78.55) + (end 184.523 78.55) + (width 0.254) + (layer "B.Cu") + (net 4) + (uuid "ac5c79a3-1f08-47c5-ac75-65ac720e07a4") + ) + (segment + (start 184.273 79.081) + (end 184.273 78.581) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "bdb57da1-62f9-4ea5-bb45-c1f6d7d034be") + ) + (segment + (start 184.273 78.3) + (end 184.273 77.811) + (width 0.3048) + (layer "B.Cu") + (net 4) + (uuid "d59fd808-969c-4f5d-b101-62bd716728fb") + ) + (segment + (start 174.244 68.562) + (end 172.244 68.562) + (width 0.254) + (layer "B.Cu") + (net 5) + (uuid "0db99d3d-59a8-4272-a0ad-58433bc02acb") + ) + (segment + (start 172 66.801) + (end 172 68.318) + (width 0.3048) + (layer "B.Cu") + (net 5) + (uuid "6d802f25-5c08-45b4-a680-b774dc666564") + ) + (segment + (start 169.704 68.58) + (end 172.226 68.58) + (width 0.3048) + (layer "B.Cu") + (net 5) + (uuid "9bc924db-0d56-4211-9b47-ed34142e94a2") + ) + (segment + (start 181.5625 74.5) + (end 180.75 75.3125) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "0af6fd1e-74a2-451f-9bbb-5ed7a390c0ab") + ) + (segment + (start 180.471 79.081) + (end 179.323 79.081) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "0dfe4fcb-0e56-448e-8cae-e9696ef2e594") + ) + (segment + (start 180.75 78.802) + (end 180.471 79.081) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "0eb96f9b-7310-4a97-b13e-a3813a744be5") + ) + (segment + (start 183.265 74.5) + (end 181.5625 74.5) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "17670ade-35a4-4c89-ab47-5881cd08117c") + ) + (segment + (start 183.265 72.223) + (end 183.265 74.5) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "a307d21e-d6e5-4bb4-a893-99fccac76d62") + ) + (segment + (start 180.75 75.3125) + (end 180.75 78.802) + (width 0.254) + (layer "B.Cu") + (net 6) + (uuid "f97eec15-61ca-4e03-b930-f5643c410ed3") + ) + (segment + (start 184.273 75.4295) + (end 184.273 76.541) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "175fdf1c-4221-42ce-84c4-b46cbe69f59b") + ) + (segment + (start 185.315 72.223) + (end 185.315 74.5) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "1ca07ee6-31d6-4189-9a3c-a071c338dd2e") + ) + (segment + (start 183.034 76.541) + (end 184.273 76.541) + (width 0.3048) + (layer "B.Cu") + (net 7) + (uuid "456037b7-1950-441c-b2a6-01bbde4dc847") + ) + (segment + (start 180.757 80.351) + (end 181.2834 79.8246) + (width 0.3048) + (layer "B.Cu") + (net 7) + (uuid "541dbf39-6484-4023-a7d6-b1f7d2a375e0") + ) + (segment + (start 181.2834 78.2916) + (end 183.034 76.541) + (width 0.3048) + (layer "B.Cu") + (net 7) + (uuid "8633566e-8932-45b4-9542-e6f4a1d988a6") + ) + (segment + (start 179.323 80.351) + (end 180.757 80.351) + (width 0.3048) + (layer "B.Cu") + (net 7) + (uuid "8b050ce1-6e45-4fc7-9eaa-3794c004cea5") + ) + (segment + (start 185.2025 74.5) + (end 184.273 75.4295) + (width 0.254) + (layer "B.Cu") + (net 7) + (uuid "9abe477a-b7a7-4e69-a442-ec6681ebb26a") + ) + (segment + (start 181.2834 79.8246) + (end 181.2834 78.2916) + (width 0.3048) + (layer "B.Cu") + (net 7) + (uuid "ff0645b4-a250-493f-bb17-97400b50e00a") + ) + (segment + (start 165.64 68.845) + (end 168.445 66.04) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "933ec378-72f8-44df-b72e-3cd205b675bc") + ) + (segment + (start 163.1888 73.66) + (end 165.64 71.2088) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "a629f729-1010-48d5-8c82-6b1ee5b70b19") + ) + (segment + (start 162.084 73.66) + (end 163.1888 73.66) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "b3369b74-4049-49cb-a189-879b2a4e98ea") + ) + (segment + (start 159.544 73.678) + (end 162.066 73.678) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "b84e6db5-f6a7-48e2-a587-de23ce4fd39d") + ) + (segment + (start 168.445 66.04) + (end 169.704 66.04) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "c11c4a7a-2a36-403f-a0c4-fa744cb29256") + ) + (segment + (start 157.004 73.678) + (end 159.544 73.678) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "d595988e-63ca-4399-9a12-410671e9f3cc") + ) + (segment + (start 165.64 71.2088) + (end 165.64 68.845) + (width 0.3048) + (layer "B.Cu") + (net 8) + (uuid "e433802c-84ff-4b5d-a3ce-c948f4248e00") + ) + (segment + (start 170.221 62.992) + (end 172 64.771) + (width 0.3048) + (layer "B.Cu") + (net 9) + (uuid "25618857-ad64-4e1e-aa2f-175381618b73") + ) + (segment + (start 160.052 71.12) + (end 159.544 71.628) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "11f52095-fca1-45c6-83a6-bbe968ef4093") + ) + (segment + (start 159.544 71.628) + (end 157.004 71.628) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "31e20cdf-fa8d-4a90-96d1-1345771dd5e0") + ) + (segment + (start 162.084 71.12) + (end 160.052 71.12) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "bef38984-4dab-46d4-a27d-c09ebe8e93cf") + ) + (segment + (start 155.593 71.628) + (end 154.704 72.517) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "d968217a-8ab3-4c78-8fd9-3bd4beb416f0") + ) + (segment + (start 157.004 71.628) + (end 155.593 71.628) + (width 0.3048) + (layer "B.Cu") + (net 10) + (uuid "db902001-5299-4080-9c9a-a208338f42b0") + ) + (segment + (start 173.05 74.2) + (end 172 74.2) + (width 0.254) + (layer "B.Cu") + (net 11) + (uuid "2580432e-733a-49be-b859-7cb7450035f8") + ) + (segment + (start 178.95 74.55) + (end 178.15 73.75) + (width 0.254) + (layer "B.Cu") + (net 11) + (uuid "2d4f444c-8e78-40e2-8320-eb9b7f07b71c") + ) + (segment + (start 173.5 73.75) + (end 173.05 74.2) + (width 0.254) + (layer "B.Cu") + (net 11) + (uuid "67281701-3613-43f5-b0ec-258e77189608") + ) + (segment + (start 178.15 73.75) + (end 173.5 73.75) + (width 0.254) + (layer "B.Cu") + (net 11) + (uuid "e8794fca-56af-48bd-a46d-a81a01e4403a") + ) + (segment + (start 179.6875 74.55) + (end 178.95 74.55) + (width 0.254) + (layer "B.Cu") + (net 11) + (uuid "f2a621e3-6dc5-48cf-9ac9-bc66c55fb557") + ) + (segment + (start 170.212 70.612) + (end 169.704 71.12) + (width 0.3048) + (layer "B.Cu") + (net 12) + (uuid "68ae6f49-89ca-4bcb-a3dc-bd410072a569") + ) + (segment + (start 172.244 70.612) + (end 172.244 72.056) + (width 0.254) + (layer "B.Cu") + (net 12) + (uuid "6b652381-5932-4d31-a90a-1d77ac3acfec") + ) + (segment + (start 174.244 70.612) + (end 172.244 70.612) + (width 0.254) + (layer "B.Cu") + (net 12) + (uuid "c11fffd5-2f15-4772-be96-8ee89db94bb4") + ) + (segment + (start 172.244 70.612) + (end 170.212 70.612) + (width 0.3048) + (layer "B.Cu") + (net 12) + (uuid "d88a35d6-f518-454e-b0e6-078ab806a446") + ) + (segment + (start 188.0375 51.5) + (end 184.25 47.7125) + (width 0.635) + (layer "B.Cu") + (net 13) + (uuid "091e67f4-d9eb-42d5-82fc-a775726ba91c") + ) + (segment + (start 189.25 51.5) + (end 188.0375 51.5) + (width 0.635) + (layer "B.Cu") + (net 13) + (uuid "121492ca-effd-45e6-961d-597add7220b5") + ) + (segment + (start 184.25 47.7125) + (end 181.6625 47.7125) + (width 0.635) + (layer "B.Cu") + (net 13) + (uuid "24101b51-4334-4da7-af31-45b78468de2d") + ) + (segment + (start 181.5 47.55) + (end 179.8925 47.55) + (width 0.635) + (layer "B.Cu") + (net 13) + (uuid "4a608e57-b994-4942-82d2-de6cae3eefbc") + ) + (segment + (start 179.8925 47.55) + (end 179.2925 46.95) + (width 0.635) + (layer "B.Cu") + (net 13) + (uuid "b83b399a-326c-49e7-940c-4f87cf01d1b1") + ) + (segment + (start 188.4875 57.9875) + (end 186.8 56.3) + (width 0.635) + (layer "B.Cu") + (net 14) + (uuid "75c0a51e-911c-4827-be0c-e5623bfba53d") + ) + (segment + (start 186.8 56.3) + (end 186 56.3) + (width 0.635) + (layer "B.Cu") + (net 14) + (uuid "7ba6d9af-846f-48f9-9272-7acf2d0fcdc5") + ) + (segment + (start 189 61.25) + (end 189 57.9875) + (width 0.635) + (layer "B.Cu") + (net 14) + (uuid "c267329a-1800-4506-8f15-b2774437daf1") + ) + (segment + (start 186 56.3) + (end 183.9 56.3) + (width 0.635) + (layer "B.Cu") + (net 14) + (uuid "f522d5e8-31ae-4e2b-af42-312a65c11a0b") + ) + (segment + (start 120.25 67) + (end 120.25 78.5) + (width 0.635) + (layer "B.Cu") + (net 15) + (uuid "1333b146-ed00-4ed7-b393-9de998479609") + ) + (segment + (start 120.25 78.5) + (end 126.25 78.5) + (width 0.635) + (layer "B.Cu") + (net 15) + (uuid "155b5660-695f-436d-b5dc-3273297d5a2d") + ) + (segment + (start 126.25 67) + (end 120.25 67) + (width 0.635) + (layer "B.Cu") + (net 15) + (uuid "aeb463ef-ce8b-465d-b0fb-f0b4a82efc5c") + ) + (segment + (start 152.976 84.8) + (end 154.704 83.072) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "5a3d866a-91a2-4ec5-93e0-beefa7701504") + ) + (segment + (start 148.250002 78.5) + (end 148.250002 80.49) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "66079e38-7f88-497c-9832-8fa5663a28d6") + ) + (segment + (start 150.5 84.8) + (end 152.976 84.8) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "7f090b6a-5bda-459e-9b9f-431c6cf83a03") + ) + (segment + (start 148.25 80.490002) + (end 148.25 84.8) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "8670faea-5cc0-4359-91df-149e3f01d78b") + ) + (segment + (start 148.25 84.8) + (end 150.5 84.8) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "c8c70055-a062-4423-a102-778a5dd08b80") + ) + (segment + (start 142.250002 78.5) + (end 148.250002 78.5) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "f1f45286-40c3-4931-af63-5aa020a0fa1a") + ) + (segment + (start 148.250002 80.49) + (end 148.25 80.490002) + (width 0.635) + (layer "B.Cu") + (net 16) + (uuid "f399ef2d-0faa-495c-a9db-1256dda61ee8") + ) + (segment + (start 142.25 55.75) + (end 142.25 67) + (width 0.635) + (layer "B.Cu") + (net 17) + (uuid "3d18964b-5096-46cf-93d8-5ed24b79c968") + ) + (segment + (start 142.25 67) + (end 148.25 67) + (width 0.635) + (layer "B.Cu") + (net 17) + (uuid "72aa0768-117f-4649-8a29-699a1fa6cc00") + ) + (segment + (start 148.25 55.75) + (end 142.25 55.75) + (width 0.635) + (layer "B.Cu") + (net 17) + (uuid "f4d1ff66-0ac9-4463-a223-bb6cc8fbf053") + ) +) 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..c7c7852 100644 --- a/Hardware/PowerSupply/PowerSupply.kicad_pro +++ b/Hardware/Amplifier/Amplifier.kicad_pro @@ -48,11 +48,16 @@ "silk_text_thickness": 0.15, "silk_text_upright": false, "zones": { - "45_degree_only": false, "min_clearance": 0.508 } }, - "diff_pair_dimensions": [], + "diff_pair_dimensions": [ + { + "gap": 0.0, + "via_gap": 0.0, + "width": 0.0 + } + ], "drc_exclusions": [], "meta": { "filename": "board_design_settings.json", @@ -89,12 +94,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 +113,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 +132,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 @@ -181,8 +183,7 @@ "track_widths": [ 0.0, 0.254, - 1.0, - 2.0 + 0.635 ], "tuning_pattern_settings": { "diff_pair_defaults": { @@ -220,8 +221,7 @@ "drill": 0.5 } ], - "zones_allow_external_fillets": false, - "zones_use_no_outline": true + "zones_allow_external_fillets": false }, "ipc2581": { "dist": "", @@ -415,18 +415,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 +441,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 +453,7 @@ "pinned_symbol_libs": [] }, "meta": { - "filename": "PowerSupply.kicad_pro", + "filename": "Amplifier.kicad_pro", "version": 1 }, "net_settings": { @@ -492,14 +498,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 +825,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 +896,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/Sensor/AnalogFrontend.kicad_sch b/Hardware/Amplifier/Amplifier.kicad_sch similarity index 53% rename from Hardware/Sensor/AnalogFrontend.kicad_sch rename to Hardware/Amplifier/Amplifier.kicad_sch index d5315b2..85d7e69 100644 --- a/Hardware/Sensor/AnalogFrontend.kicad_sch +++ b/Hardware/Amplifier/Amplifier.kicad_sch @@ -2,29 +2,32 @@ (version 20231120) (generator "eeschema") (generator_version "8.0") - (uuid "cad85374-bc84-48ae-b09d-d14ce899ae0f") + (uuid "74097769-b453-45b0-9f39-c5d1e6245455") (paper "A4") (lib_symbols - (symbol "Connector:Conn_01x03_Male" + (symbol "Amplifier_Operational:LM358" (pin_names - (offset 1.016) hide) + (offset 0.127) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) - (property "Reference" "J" + (property "Reference" "U" (at 0 5.08 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "Conn_01x03_Male" + (property "Value" "LM358" (at 0 -5.08 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" @@ -36,7 +39,7 @@ (hide yes) ) ) - (property "Datasheet" "~" + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" (at 0 0 0) (effects (font @@ -45,7 +48,7 @@ (hide yes) ) ) - (property "Description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" (at 0 0 0) (effects (font @@ -54,7 +57,15 @@ (hide yes) ) ) - (property "ki_keywords" "connector" + (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 @@ -63,7 +74,7 @@ (hide yes) ) ) - (property "ki_fp_filters" "Connector*:*_1x??_*" + (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 @@ -72,87 +83,134 @@ (hide yes) ) ) - (symbol "Conn_01x03_Male_1_1" + (symbol "LM358_1_1" (polyline (pts - (xy 1.27 -2.54) (xy 0.8636 -2.54) + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) ) (stroke - (width 0.1524) + (width 0.254) (type default) ) (fill - (type none) + (type background) ) ) - (polyline - (pts - (xy 1.27 0) (xy 0.8636 0) - ) - (stroke - (width 0.1524) - (type default) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type none) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) - (polyline - (pts - (xy 1.27 2.54) (xy 0.8636 2.54) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (stroke - (width 0.1524) - (type default) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type none) + ) + (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) + ) + ) ) ) - (rectangle - (start 0.8636 -2.413) - (end 0 -2.667) + ) + (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.1524) + (width 0.254) (type default) ) (fill - (type outline) + (type background) ) ) - (rectangle - (start 0.8636 0.127) - (end 0 -0.127) - (stroke - (width 0.1524) - (type default) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type outline) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) - (rectangle - (start 0.8636 2.667) - (end 0 2.413) - (stroke - (width 0.1524) - (type default) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type outline) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) - (pin passive line - (at 5.08 2.54 180) - (length 3.81) - (name "Pin_1" + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" (effects (font (size 1.27 1.27) ) ) ) - (number "1" + (number "7" (effects (font (size 1.27 1.27) @@ -160,17 +218,19 @@ ) ) ) - (pin passive line - (at 5.08 0 180) + ) + (symbol "LM358_3_1" + (pin power_in line + (at -2.54 -7.62 90) (length 3.81) - (name "Pin_2" + (name "V-" (effects (font (size 1.27 1.27) ) ) ) - (number "2" + (number "4" (effects (font (size 1.27 1.27) @@ -178,17 +238,17 @@ ) ) ) - (pin passive line - (at 5.08 -2.54 180) + (pin power_in line + (at -2.54 7.62 270) (length 3.81) - (name "Pin_3" + (name "V+" (effects (font (size 1.27 1.27) ) ) ) - (number "3" + (number "8" (effects (font (size 1.27 1.27) @@ -198,26 +258,29 @@ ) ) ) - (symbol "Connector:Conn_Coaxial" + (symbol "Amplifier_Operational:LMC6062" (pin_names - (offset 1.016) hide) + (offset 0.127) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) - (property "Reference" "J" - (at 0.254 3.048 0) + (property "Reference" "U" + (at 0 5.08 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "Conn_Coaxial" - (at 2.921 0 90) + (property "Value" "LMC6062" + (at 0 -5.08 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" @@ -229,7 +292,7 @@ (hide yes) ) ) - (property "Datasheet" " ~" + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" (at 0 0 0) (effects (font @@ -238,7 +301,7 @@ (hide yes) ) ) - (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)" + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" (at 0 0 0) (effects (font @@ -247,16 +310,15 @@ (hide yes) ) ) - (property "ki_keywords" "BNC SMA SMB SMC coaxial connector CINCH RCA" + (property "ki_locked" "" (at 0 0 0) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch*" + (property "ki_keywords" "dual opamp" (at 0 0 0) (effects (font @@ -265,72 +327,32 @@ (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) + (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 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) + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) ) - ) - (arc - (start 1.778 0) - (mid 0.2099 1.8101) - (end -1.778 0.508) (stroke (width 0.254) (type default) ) (fill - (type none) + (type background) ) ) - ) - (symbol "Conn_Coaxial_1_1" - (pin passive line - (at -5.08 0 0) + (pin output line + (at 7.62 0 180) (length 2.54) - (name "In" + (name "~" (effects (font (size 1.27 1.27) @@ -345,10 +367,10 @@ ) ) ) - (pin passive line - (at 0 -5.08 90) + (pin input line + (at -7.62 -2.54 0) (length 2.54) - (name "Ext" + (name "-" (effects (font (size 1.27 1.27) @@ -363,35 +385,159 @@ ) ) ) - ) - ) - (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) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) ) - ) - ) - (property "Value" "TestPoint" - (at 0 5.08 0) - (effects - (font - (size 1.27 1.27) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) ) - (property "Footprint" "" - (at 5.08 0 0) - (effects - (font + (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) @@ -467,16 +613,15 @@ ) ) ) - (symbol "Device:C" + (symbol "Device:Battery" (pin_numbers hide) (pin_names - (offset 0.254) - ) + (offset 0) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) - (property "Reference" "C" - (at 0.635 2.54 0) + (property "Reference" "BT" + (at 2.54 2.54 0) (effects (font (size 1.27 1.27) @@ -484,8 +629,8 @@ (justify left) ) ) - (property "Value" "C" - (at 0.635 -2.54 0) + (property "Value" "Battery" + (at 2.54 0 0) (effects (font (size 1.27 1.27) @@ -494,7 +639,7 @@ ) ) (property "Footprint" "" - (at 0.9652 -3.81 0) + (at 0 1.524 90) (effects (font (size 1.27 1.27) @@ -503,7 +648,7 @@ ) ) (property "Datasheet" "~" - (at 0 0 0) + (at 0 1.524 90) (effects (font (size 1.27 1.27) @@ -511,7 +656,7 @@ (hide yes) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "Multiple-cell battery" (at 0 0 0) (effects (font @@ -520,7 +665,7 @@ (hide yes) ) ) - (property "ki_keywords" "cap capacitor" + (property "ki_keywords" "batt voltage-source cell" (at 0 0 0) (effects (font @@ -529,22 +674,57 @@ (hide yes) ) ) - (property "ki_fp_filters" "C_*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) + (symbol "Battery_0_1" + (rectangle + (start -2.286 -1.27) + (end 2.286 -1.524) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.286 1.778) + (end 2.286 1.524) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.524 -2.032) + (end 1.524 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.524 1.016) + (end 1.524 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) ) - (hide yes) ) - ) - (symbol "C_0_1" (polyline (pts - (xy -2.032 -0.762) (xy 2.032 -0.762) + (xy 0 -1.016) (xy 0 -0.762) ) (stroke - (width 0.508) + (width 0) (type default) ) (fill @@ -553,10 +733,58 @@ ) (polyline (pts - (xy -2.032 0.762) (xy 2.032 0.762) + (xy 0 -0.508) (xy 0 -0.254) ) (stroke - (width 0.508) + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.778) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 3.048) (xy 1.778 3.048) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 3.556) (xy 1.27 2.54) + ) + (stroke + (width 0.254) (type default) ) (fill @@ -564,11 +792,11 @@ ) ) ) - (symbol "C_1_1" + (symbol "Battery_1_1" (pin passive line - (at 0 3.81 270) - (length 2.794) - (name "~" + (at 0 5.08 270) + (length 2.54) + (name "+" (effects (font (size 1.27 1.27) @@ -584,9 +812,9 @@ ) ) (pin passive line - (at 0 -3.81 90) - (length 2.794) - (name "~" + (at 0 -5.08 90) + (length 2.54) + (name "-" (effects (font (size 1.27 1.27) @@ -603,7 +831,7 @@ ) ) ) - (symbol "Device:CP" + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254) @@ -620,7 +848,7 @@ (justify left) ) ) - (property "Value" "CP" + (property "Value" "C" (at 0.635 -2.54 0) (effects (font @@ -647,7 +875,7 @@ (hide yes) ) ) - (property "Description" "Polarized capacitor" + (property "Description" "Unpolarized capacitor" (at 0 0 0) (effects (font @@ -665,7 +893,7 @@ (hide yes) ) ) - (property "ki_fp_filters" "CP_*" + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font @@ -674,24 +902,13 @@ (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) - ) - ) + (symbol "C_0_1" (polyline (pts - (xy -1.778 2.286) (xy -0.762 2.286) + (xy -2.032 -0.762) (xy 2.032 -0.762) ) (stroke - (width 0) + (width 0.508) (type default) ) (fill @@ -700,29 +917,18 @@ ) (polyline (pts - (xy -1.27 2.794) (xy -1.27 1.778) + (xy -2.032 0.762) (xy 2.032 0.762) ) (stroke - (width 0) + (width 0.508) (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" + (symbol "C_1_1" (pin passive line (at 0 3.81 270) (length 2.794) @@ -761,12 +967,16 @@ ) ) ) - (symbol "Device:Opamp_Dual_Generic" + (symbol "Device:C_Polarized" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) - (property "Reference" "U" - (at 0 5.08 0) + (property "Reference" "C" + (at 0.635 2.54 0) (effects (font (size 1.27 1.27) @@ -774,8 +984,8 @@ (justify left) ) ) - (property "Value" "Opamp_Dual_Generic" - (at 0 -5.08 0) + (property "Value" "C_Polarized" + (at 0.635 -2.54 0) (effects (font (size 1.27 1.27) @@ -784,7 +994,7 @@ ) ) (property "Footprint" "" - (at 0 0 0) + (at 0.9652 -3.81 0) (effects (font (size 1.27 1.27) @@ -801,7 +1011,7 @@ (hide yes) ) ) - (property "Description" "Dual operational amplifier" + (property "Description" "Polarized capacitor" (at 0 0 0) (effects (font @@ -810,15 +1020,7 @@ (hide yes) ) ) - (property "ki_locked" "" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_keywords" "dual opamp" + (property "ki_keywords" "cap capacitor" (at 0 0 0) (effects (font @@ -827,7 +1029,7 @@ (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*" + (property "ki_fp_filters" "CP_*" (at 0 0 0) (effects (font @@ -836,154 +1038,66 @@ (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) - ) + (symbol "C_Polarized_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) (stroke - (width 0.254) + (width 0) (type default) ) (fill - (type background) - ) - ) - (pin output line - (at 7.62 0 180) - (length 2.54) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -7.62 -2.54 0) - (length 2.54) - (name "-" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -7.62 2.54 0) - (length 2.54) - (name "+" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) + (type none) ) ) - ) - (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) + (xy -1.778 2.286) (xy -0.762 2.286) ) (stroke - (width 0.254) + (width 0) (type default) ) (fill - (type background) + (type none) ) ) - (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) - ) - ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) ) - ) - (pin input line - (at -7.62 -2.54 0) - (length 2.54) - (name "-" - (effects - (font - (size 1.27 1.27) - ) - ) + (stroke + (width 0) + (type default) ) - (number "6" - (effects - (font - (size 1.27 1.27) - ) - ) + (fill + (type none) ) ) - (pin output line - (at 7.62 0 180) - (length 2.54) - (name "~" - (effects - (font - (size 1.27 1.27) - ) - ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) ) - (number "7" - (effects - (font - (size 1.27 1.27) - ) - ) + (fill + (type outline) ) ) ) - (symbol "Opamp_Dual_Generic_3_1" - (pin power_in line - (at -2.54 -7.62 90) - (length 3.81) - (name "V-" + (symbol "C_Polarized_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" (effects (font (size 1.27 1.27) ) ) ) - (number "4" + (number "1" (effects (font (size 1.27 1.27) @@ -991,17 +1105,17 @@ ) ) ) - (pin power_in line - (at -2.54 7.62 270) - (length 3.81) - (name "V+" + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" (effects (font (size 1.27 1.27) ) ) ) - (number "8" + (number "2" (effects (font (size 1.27 1.27) @@ -1011,32 +1125,31 @@ ) ) ) - (symbol "Device:Q_NMOS_GDS" + (symbol "Device:L" + (pin_numbers hide) (pin_names - (offset 0) hide) + (offset 1.016) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) - (property "Reference" "Q" - (at 5.08 1.27 0) + (property "Reference" "L" + (at -1.27 0 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "Q_NMOS_GDS" - (at 5.08 -1.27 0) + (property "Value" "L" + (at 1.905 0 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) (property "Footprint" "" - (at 5.08 2.54 0) + (at 0 0 0) (effects (font (size 1.27 1.27) @@ -1053,7 +1166,7 @@ (hide yes) ) ) - (property "Description" "N-MOSFET transistor, gate/drain/source" + (property "Description" "Inductor" (at 0 0 0) (effects (font @@ -1062,7 +1175,7 @@ (hide yes) ) ) - (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font @@ -1071,462 +1184,70 @@ (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) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) ) + (hide yes) ) - (polyline - (pts - (xy 0.254 1.905) (xy 0.254 -1.905) - ) + ) + (symbol "L_0_1" + (arc + (start 0 -2.54) + (mid 0.6323 -1.905) + (end 0 -1.27) (stroke - (width 0.254) + (width 0) (type default) ) (fill (type none) ) ) - (polyline - (pts - (xy 0.762 -1.27) (xy 0.762 -2.286) - ) + (arc + (start 0 -1.27) + (mid 0.6323 -0.635) + (end 0 0) (stroke - (width 0.254) + (width 0) (type default) ) (fill (type none) ) ) - (polyline - (pts - (xy 0.762 0.508) (xy 0.762 -0.508) - ) + (arc + (start 0 0) + (mid 0.6323 0.635) + (end 0 1.27) (stroke - (width 0.254) + (width 0) (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) + (arc + (start 0 1.27) + (mid 0.6323 1.905) + (end 0 2.54) (stroke (width 0) (type default) ) (fill - (type outline) + (type none) ) ) ) - (symbol "Q_PMOS_GDS_1_1" - (pin input line - (at -5.08 0 0) - (length 2.54) - (name "G" + (symbol "L_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" (effects (font (size 1.27 1.27) @@ -1542,9 +1263,9 @@ ) ) (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "D" + (at 0 -3.81 90) + (length 1.27) + (name "2" (effects (font (size 1.27 1.27) @@ -1559,24 +1280,6 @@ ) ) ) - (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" @@ -1700,7 +1403,7 @@ ) ) ) - (symbol "Device:RF_Shield_One_Piece" + (symbol "Device:RFShield_TwoPieces" (pin_names (offset 1.016) ) @@ -1715,7 +1418,7 @@ ) ) ) - (property "Value" "RF_Shield_One_Piece" + (property "Value" "RFShield_TwoPieces" (at 0 2.54 0) (effects (font @@ -1741,7 +1444,7 @@ (hide yes) ) ) - (property "Description" "One-piece EMI RF shielding cabinet" + (property "Description" "Two-piece EMI RF shielding cabinet" (at 0 0 0) (effects (font @@ -1759,7 +1462,7 @@ (hide yes) ) ) - (symbol "RF_Shield_One_Piece_0_1" + (symbol "RFShield_TwoPieces_0_1" (polyline (pts (xy -15.24 -5.08) (xy -15.24 -2.54) @@ -2048,8 +1751,20 @@ (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 "RF_Shield_One_Piece_1_1" + (symbol "RFShield_TwoPieces_1_1" (pin passive line (at 0 -10.16 90) (length 2.54) @@ -2311,261 +2026,33 @@ ) (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) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) - (fill - (type outline) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) ) ) - ) - (symbol "-BATT_1_1" - (pin power_in line - (at 0 0 90) - (length 0) hide - (name "-BATT" + (pin passive line + (at 0 -5.08 90) + (length 2.54) + (name "2" (effects (font (size 1.27 1.27) ) ) ) - (number "1" + (number "2" (effects (font (size 1.27 1.27) @@ -2577,9 +2064,9 @@ ) (symbol "power:GND" (power) + (pin_numbers hide) (pin_names - (offset 0) - ) + (offset 0) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -2627,7 +2114,7 @@ (hide yes) ) ) - (property "ki_keywords" "power-flag" + (property "ki_keywords" "global power" (at 0 0 0) (effects (font @@ -2653,8 +2140,8 @@ (symbol "GND_1_1" (pin power_in line (at 0 0 270) - (length 0) hide - (name "GND" + (length 0) + (name "~" (effects (font (size 1.27 1.27) @@ -2723,7 +2210,7 @@ (hide yes) ) ) - (property "ki_keywords" "power-flag" + (property "ki_keywords" "flag power" (at 0 0 0) (effects (font @@ -2736,7 +2223,7 @@ (pin power_out line (at 0 0 90) (length 0) - (name "pwr" + (name "~" (effects (font (size 1.27 1.27) @@ -2769,1946 +2256,1496 @@ ) ) (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) + (at 49.53 142.24) + (diameter 0) (color 0 0 0 0) - (uuid "69a2d153-9eb2-444d-a617-a8cc21d046fa") + (uuid "08e60bb8-07b4-489e-86de-d15f7b765bce") ) (junction - (at 111.76 55.88) - (diameter 1.016) + (at 146.05 83.82) + (diameter 0) (color 0 0 0 0) - (uuid "6ad24244-1996-4d24-a163-eb287b062513") + (uuid "10cf4e83-09fd-4799-b8e1-8a8de91df466") ) (junction - (at 246.38 64.77) - (diameter 1.016) + (at 125.73 86.36) + (diameter 0) (color 0 0 0 0) - (uuid "6f899557-5ab2-4dce-8640-76a5409cbb95") + (uuid "15dc37e2-ec9d-434c-9ff4-23c5d6bdac9d") ) (junction - (at 210.82 64.77) - (diameter 1.016) + (at 166.37 76.2) + (diameter 0) (color 0 0 0 0) - (uuid "72d25bf3-7b36-49c4-9d4b-970e6b42b045") + (uuid "19a8801d-5ca2-431e-b224-6d5457f14142") ) (junction - (at 200.66 30.48) - (diameter 1.016) + (at 36.83 48.26) + (diameter 0) (color 0 0 0 0) - (uuid "871bdb14-af38-431a-a98f-456f55619177") + (uuid "20d524ab-04f1-43bf-89b0-a3cb9a196a56") ) (junction - (at 210.82 82.55) - (diameter 1.016) + (at 49.53 160.02) + (diameter 0) (color 0 0 0 0) - (uuid "93cd349d-355d-4bc0-933c-b1c2b4cc6c9e") + (uuid "2ab95a91-48d0-4b73-b667-d33f94f95a42") ) (junction - (at 152.4 48.26) - (diameter 1.016) + (at 125.73 76.2) + (diameter 0) (color 0 0 0 0) - (uuid "94388764-a11e-4c6a-b00a-2c602dcd84c9") + (uuid "2b608d12-4f3a-412a-9901-9d2f8bf1824d") ) (junction - (at 72.39 63.5) - (diameter 1.016) + (at 60.96 127) + (diameter 0) (color 0 0 0 0) - (uuid "a2953fa9-c992-4b8f-bba5-2890c16b4df6") + (uuid "2b65e57f-2c1f-4405-b5b1-944d76c7cf67") ) (junction - (at 212.09 40.64) - (diameter 1.016) + (at 106.68 86.36) + (diameter 0) (color 0 0 0 0) - (uuid "a8dd1275-540e-4045-8e5d-e4dd75ed8d5c") + (uuid "2e021550-d091-4e60-bb53-9575f33f7b1f") ) (junction - (at 161.29 130.81) + (at 82.55 160.02) (diameter 1.016) (color 0 0 0 0) - (uuid "b4b5937e-072f-41ee-81fb-bb7d555a7574") + (uuid "3a3865ae-1aae-4afd-a775-fb7518beaebd") ) (junction - (at 246.38 82.55) - (diameter 1.016) + (at 80.01 83.82) + (diameter 0) (color 0 0 0 0) - (uuid "bbc3e58e-7f5d-419e-a577-63865d886a70") + (uuid "4eaa1312-fbac-43c2-8f05-ffeb3acac5f1") ) (junction - (at 171.45 147.32) - (diameter 1.016) + (at 127 142.24) + (diameter 0) (color 0 0 0 0) - (uuid "cbb7ef97-bb5b-4eeb-ac71-d737ae379ea0") + (uuid "55a4ef5a-cc2c-4de4-bd8e-d03b3ae61882") ) (junction - (at 149.86 149.86) - (diameter 1.016) + (at 116.84 132.08) + (diameter 0) (color 0 0 0 0) - (uuid "d05eaf78-56d7-485b-8fd6-e1c94556f6fb") + (uuid "5c8edcde-8bba-40a2-8c71-301388ae125f") ) (junction - (at 200.66 20.32) - (diameter 1.016) + (at 60.96 160.02) + (diameter 0) (color 0 0 0 0) - (uuid "d8b4979c-dc1d-4553-82d4-e4650266180c") + (uuid "6419055d-2477-435a-b558-ca030e7b044f") ) (junction - (at 171.45 120.65) + (at 82.55 127) (diameter 1.016) (color 0 0 0 0) - (uuid "e6e8dee4-9765-49d8-8911-57689a3ec11c") + (uuid "68ef91e7-6fc6-479b-aa9a-2bbab6ea3dd8") ) (junction - (at 63.5 48.26) - (diameter 1.016) + (at 93.98 160.02) + (diameter 0) (color 0 0 0 0) - (uuid "f06c028d-07c5-4d19-ad8a-5863619fec32") + (uuid "709da163-e5c2-4757-b347-ae9eceec604b") ) (junction - (at 71.12 123.19) - (diameter 1.016) + (at 186.69 76.2) + (diameter 0) (color 0 0 0 0) - (uuid "f54de528-0858-48a2-8b64-219e91ce5d32") + (uuid "7510d344-0274-4393-a547-07989ef3430a") ) (junction - (at 111.76 50.8) - (diameter 1.016) + (at 116.84 152.4) + (diameter 0) (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") + (uuid "7788ec68-4720-4a39-bb1d-ebb467f4553a") ) - (wire - (pts - (xy 71.12 149.86) (xy 71.12 151.13) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "23cc8aa6-ccf6-49ee-b4ad-2634042bb26e") + (junction + (at 163.83 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "85ed636c-e6d7-4577-82b5-2bc13cb11799") ) - (wire - (pts - (xy 118.11 66.04) (xy 111.76 66.04) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "24d4028f-1995-4f7c-a930-e83d0e194025") + (junction + (at 93.98 127) + (diameter 0) + (color 0 0 0 0) + (uuid "883c9a7e-e95a-4b94-9acc-cd1af09ef34a") ) - (wire - (pts - (xy 210.82 62.23) (xy 210.82 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "255ef449-562a-4103-afcd-e6d55d619f6f") + (junction + (at 154.94 133.35) + (diameter 0) + (color 0 0 0 0) + (uuid "9013d9e2-5d53-40e6-a8ea-222adb02bf9f") ) - (wire - (pts - (xy 200.66 29.21) (xy 200.66 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "27474f8e-4e2e-4fa1-986e-b26dc49d5adb") + (junction + (at 49.53 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "a01a84de-5c75-4f78-bf0a-85a840fd1e40") ) - (wire - (pts - (xy 224.79 20.32) (xy 224.79 19.05) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2e1d41c3-6ea2-424d-b0f8-4f6d995e14c5") + (junction + (at 97.79 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "a43ef3ee-ed1b-4634-8c4f-0542782d6293") ) - (wire - (pts - (xy 260.35 72.39) (xy 260.35 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "2f472afe-5ec4-40f3-a8c6-406d737ef1bc") + (junction + (at 166.37 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "b4469c66-9ab8-41b9-944c-ca210b4b3fd9") ) - (wire - (pts - (xy 90.17 48.26) (xy 91.44 48.26) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3117e196-b466-4a53-a0e6-fbc5385b453b") + (junction + (at 80.01 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "b9973236-a3d3-4309-9137-d4627b311760") ) - (wire - (pts - (xy 194.31 43.18) (xy 194.31 40.64) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "36270f57-bd5d-477f-93c8-7a6097681bbf") + (junction + (at 116.84 160.02) + (diameter 0) + (color 0 0 0 0) + (uuid "c07cc27a-b449-4302-94b6-df49eb8b358f") ) - (wire - (pts - (xy 186.69 30.48) (xy 200.66 30.48) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "378c535f-5fc1-44e0-b0cc-ca6c092bd7e0") + (junction + (at 97.79 76.2) + (diameter 0) + (color 0 0 0 0) + (uuid "c4378715-70dc-4b6c-9ba4-034f60989936") ) - (wire - (pts - (xy 257.81 82.55) (xy 260.35 82.55) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "3f84abf2-08ee-4435-bff5-afd597a250f7") + (junction + (at 116.84 127) + (diameter 0) + (color 0 0 0 0) + (uuid "d1c7989a-d75a-4f3d-936c-a5379203f876") ) - (wire - (pts - (xy 250.19 64.77) (xy 246.38 64.77) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "41ccbfa9-953d-442b-b74c-4c5eb465f4ac") + (junction + (at 154.94 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "d6003da0-d7b1-4869-9e3f-0156bc4c1203") ) - (wire - (pts - (xy 132.08 55.88) (xy 125.73 55.88) - ) - (stroke - (width 0) - (type solid) - ) - (uuid "461c5509-d1c3-4578-b30b-e61a5b54d118") + (junction + (at 49.53 127) + (diameter 0) + (color 0 0 0 0) + (uuid "dba508e0-2874-42dc-973c-a0763f874867") + ) + (junction + (at 146.05 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "e41637f4-7830-41f0-b5d6-ba1d6f30f4d4") + ) + (junction + (at 106.68 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "ed9236f0-dcf6-4186-aaf3-bbbf4979a7c6") ) (wire (pts - (xy 224.79 33.02) (xy 224.79 30.48) + (xy 163.83 152.4) (xy 163.83 151.13) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "47ba346a-9c16-421e-a686-27516416cb78") + (uuid "006ba3e9-796c-4627-bb41-0a9c4fc9610f") ) (wire (pts - (xy 149.86 146.05) (xy 149.86 149.86) + (xy 49.53 64.77) (xy 49.53 67.31) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "4926a6f8-70a2-4020-8634-824bc600f2b8") + (uuid "03b42b76-6b3c-4675-a377-e6fe502cd6d0") ) (wire (pts - (xy 60.96 124.46) (xy 60.96 123.19) + (xy 198.12 88.9) (xy 198.12 81.28) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "4c99de35-cdeb-4554-ade8-79dc5760681c") + (uuid "050fb400-7003-4c96-8a27-38d560ca4e39") ) (wire (pts - (xy 190.5 40.64) (xy 190.5 33.02) + (xy 146.05 68.58) (xy 140.97 68.58) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "541f46f5-3359-45c7-8d5f-ddba9eab8d88") + (uuid "0600cfc5-006e-411c-a0f0-ccbdacf0119d") ) (wire (pts - (xy 72.39 63.5) (xy 72.39 66.04) + (xy 43.18 127) (xy 49.53 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "5591f0e7-4337-461b-ad61-9926788f475f") + (uuid "0d293c7e-ffc3-47b0-90b7-b37e4b8ebaf1") ) (wire (pts - (xy 163.83 130.81) (xy 161.29 130.81) + (xy 166.37 76.2) (xy 163.83 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "5887379c-5dce-4d53-bab0-051d72b65232") + (uuid "104ce83f-24f6-49bf-8235-1243e1ecd73a") ) (wire (pts - (xy 111.76 40.64) (xy 106.68 40.64) + (xy 127 142.24) (xy 139.7 142.24) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "5973cc27-f1f0-41df-978f-4c7dd11c05a5") + (uuid "1163c473-ce5f-4554-b631-dcce14c70eeb") ) (wire (pts - (xy 72.39 58.42) (xy 72.39 63.5) + (xy 127 132.08) (xy 116.84 132.08) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "5b97bc7f-d151-4a20-9d88-a9188b86f761") + (uuid "149d4e45-e410-4c0e-892b-eb96ce49bea2") ) (wire (pts - (xy 200.66 40.64) (xy 212.09 40.64) + (xy 127 151.13) (xy 127 152.4) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "5ce7d47f-3334-4b1d-80c8-67bf4808b0bf") + (uuid "1671bdb6-4097-4d36-a99d-90acb599beef") ) (wire (pts - (xy 60.96 157.48) (xy 60.96 160.02) + (xy 113.03 86.36) (xy 106.68 86.36) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "5ecf7e7c-caf4-494c-b50d-a0043b77376f") + (uuid "1d7f403e-2a5b-4df4-af9b-afe185023b4d") ) (wire (pts - (xy 72.39 50.8) (xy 74.93 50.8) + (xy 113.03 91.44) (xy 106.68 91.44) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "610a277a-d086-4178-b499-e4bee214e652") + (uuid "1ee70282-7a31-48cd-ab42-c7c5854c0a2a") ) (wire (pts - (xy 200.66 30.48) (xy 200.66 31.75) + (xy 81.28 73.66) (xy 74.93 73.66) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "617b4259-d172-486e-8a1b-617e460c5f49") + (uuid "22f8589f-6adf-45b0-abf7-205d819a0a24") ) (wire (pts - (xy 53.34 152.4) (xy 49.53 152.4) + (xy 49.53 140.97) (xy 49.53 142.24) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "639f62df-e810-4525-8ffa-620d1dd86417") + (uuid "239d7c9e-04a2-4fae-937b-fc86213f59cd") ) (wire (pts - (xy 194.31 17.78) (xy 194.31 20.32) + (xy 91.44 127) (xy 93.98 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "669b0daa-4fa9-406d-9c96-42f960239914") + (uuid "2969f95d-02b7-4da9-b51b-76051870061b") ) (wire (pts - (xy 71.12 149.86) (xy 81.28 149.86) + (xy 106.68 86.36) (xy 106.68 91.44) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "6846ebcf-626d-44f3-ae15-10e6d5b99400") + (uuid "2a3ac76a-7cf0-4dee-9473-b5ff7c0b36e7") ) (wire (pts - (xy 248.92 34.29) (xy 256.54 34.29) + (xy 93.98 135.89) (xy 93.98 134.62) ) (stroke (width 0) (type solid) ) - (uuid "6a3c64ee-ae04-4f7e-816e-e7d754234568") + (uuid "2afea304-583d-4e73-8ce6-f20a2f58324c") ) (wire (pts - (xy 171.45 156.21) (xy 171.45 157.48) + (xy 148.59 78.74) (xy 146.05 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "6ac11ae8-55ee-49b9-8034-32bbc0610047") + (uuid "2cd5d535-0b33-4630-8e82-f1af9f080546") ) (wire (pts - (xy 210.82 82.55) (xy 210.82 81.28) + (xy 127 76.2) (xy 125.73 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "6b3b09eb-75ef-4734-ae82-72478236f42f") + (uuid "2d968f67-1332-487c-b919-bbfd8a7dab7e") ) (wire (pts - (xy 171.45 120.65) (xy 171.45 118.11) + (xy 49.53 142.24) (xy 49.53 143.51) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "6c627ba4-fb79-464e-a6b8-8f14a1b3d611") + (uuid "2f6cf75d-d34c-47cc-84e8-6b579907ae96") ) (wire (pts - (xy 240.03 116.84) (xy 240.03 115.57) + (xy 163.83 133.35) (xy 154.94 133.35) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "6d8e4cda-3a29-4b51-9d0f-475a1882c96d") + (uuid "3042f9ef-e195-4f9a-8339-f9738402a3b6") ) (wire (pts - (xy 46.99 45.72) (xy 40.64 45.72) + (xy 160.02 93.98) (xy 166.37 93.98) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "6e6a7791-0561-4e80-af90-2f71621f9a51") + (uuid "3522443e-982f-4b59-bfc0-e8478afed986") ) (wire (pts - (xy 260.35 82.55) (xy 260.35 72.39) + (xy 49.53 127) (xy 60.96 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "709aebb0-5c4a-41a5-9d99-74cbf4de3d43") + (uuid "369421a9-46b4-4aa2-be0c-2c34bc168474") ) (wire (pts - (xy 63.5 48.26) (xy 62.23 48.26) + (xy 116.84 152.4) (xy 116.84 149.86) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "7304c50d-a0ca-4cac-a93b-32783241adbd") + (uuid "36ef3638-4305-4005-8ad2-d63bdcba02c4") ) (wire (pts - (xy 171.45 147.32) (xy 180.34 147.32) + (xy 146.05 78.74) (xy 144.78 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "7ade8113-0789-428f-82d3-4f2fbd5bea1f") + (uuid "37492b6c-3b6b-4450-a54d-1f3165f03673") ) (wire (pts - (xy 190.5 33.02) (xy 186.69 33.02) + (xy 81.28 78.74) (xy 80.01 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "7d2aa22a-0e4e-41e2-8693-31e4c1444a16") + (uuid "384fd82f-ee7f-4986-9a87-aa23dc5e9d28") ) (wire (pts - (xy 260.35 64.77) (xy 257.81 64.77) + (xy 43.18 160.02) (xy 49.53 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "7e0874ae-3c56-4192-a56d-32599e8be21b") + (uuid "3863011e-ad73-47ba-9513-ac8798ca5ba5") ) (wire (pts - (xy 41.91 31.75) (xy 41.91 33.02) + (xy 19.05 48.26) (xy 36.83 48.26) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "7ebda39c-2b43-420e-972e-a77c167131d9") + (uuid "3c48274e-4c5e-42d2-b18c-7c81a6de654a") ) (wire (pts - (xy 71.12 158.75) (xy 71.12 160.02) + (xy 106.68 86.36) (xy 106.68 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "7f1ca275-3423-45e9-9861-fbbf845a9f1b") + (uuid "3cca8a43-6468-4fef-bd48-f9e743d1bf93") ) (wire (pts - (xy 36.83 20.32) (xy 36.83 33.02) + (xy 60.96 137.16) (xy 60.96 135.89) ) (stroke (width 0) (type solid) ) - (uuid "8349166a-69d6-470a-a019-4de96d4d94f5") + (uuid "3cf8f6e3-fc4f-4555-94fd-44f0d330ec36") ) (wire (pts - (xy 111.76 45.72) (xy 111.76 40.64) + (xy 186.69 83.82) (xy 186.69 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "87d45bbc-1b6a-4fb8-b596-cb52ab06d624") + (uuid "3f6ea410-4eb9-4f33-b5f6-ec1276ce2751") ) (wire (pts - (xy 67.31 48.26) (xy 67.31 45.72) + (xy 85.09 92.71) (xy 80.01 92.71) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "88e8af95-319c-4541-a5b2-13143f9b0599") + (uuid "40a481ab-1ea4-4f59-8f12-d739fb4335b8") ) (wire (pts - (xy 49.53 148.59) (xy 49.53 152.4) + (xy 168.91 78.74) (xy 168.91 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "896b004f-b1e1-4b11-898b-60eb4ae92882") + (uuid "40efe7f0-3b20-4ab9-a5bb-227eb9fd8a58") ) (wire (pts - (xy 135.89 50.8) (xy 134.62 50.8) + (xy 152.4 83.82) (xy 146.05 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "897d9ea3-17a2-4772-80d3-95cb77b4900e") + (uuid "421b3577-a6a5-40b9-ba39-fad8e20e3292") ) (wire (pts - (xy 132.08 66.04) (xy 132.08 55.88) + (xy 93.98 127) (xy 116.84 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "89b09efa-2059-488e-96d9-c9f395cebf28") + (uuid "44e95378-4f05-4ae3-835e-f4ef8e41cbc6") ) (wire (pts - (xy 200.66 30.48) (xy 212.09 30.48) + (xy 186.69 76.2) (xy 185.42 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8a92c143-4885-486f-a650-1c7e55e70aa3") + (uuid "45b12cbe-cc38-4a1c-8724-5e0ba3783128") ) (wire (pts - (xy 152.4 48.26) (xy 151.13 48.26) + (xy 19.05 62.23) (xy 19.05 63.5) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8c6bb50b-1da9-4e6b-9022-18f229002c60") + (uuid "45c6cd47-a690-40a0-b8e3-598568f8a674") ) (wire (pts - (xy 210.82 64.77) (xy 210.82 66.04) + (xy 40.64 147.32) (xy 43.18 147.32) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8cb54c99-f53b-4894-8084-48d1f886c308") + (uuid "47238847-c4ae-44b4-9adb-8b04c0fc1290") ) (wire (pts - (xy 248.92 31.75) (xy 256.54 31.75) + (xy 116.84 132.08) (xy 116.84 134.62) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8d0b4f88-a1f5-4ca9-820d-a3b8e91caafd") + (uuid "473723e4-1c2a-4f64-8b53-87a912e47eee") ) (wire (pts - (xy 212.09 31.75) (xy 212.09 30.48) + (xy 101.6 73.66) (xy 109.22 73.66) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8d96e173-3475-4043-b887-3911b8a58b10") + (uuid "4749f9b7-1b79-4fd7-ad76-c9894ba0ae9a") ) (wire (pts - (xy 45.72 50.8) (xy 45.72 55.88) + (xy 137.16 78.74) (xy 135.89 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8e5206e1-a45e-4fc3-bce6-572abad49380") + (uuid "476719bf-18aa-4efc-887f-b984bd70e2a9") ) (wire (pts - (xy 226.06 73.66) (xy 223.52 73.66) + (xy 40.64 142.24) (xy 49.53 142.24) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "8f8f0b3c-5c70-4421-b090-baf5d9f2b65d") + (uuid "4a1e51dc-84af-4ab1-9da4-c30d6bec1b62") ) (wire (pts - (xy 161.29 144.78) (xy 161.29 130.81) + (xy 168.91 73.66) (xy 170.18 73.66) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "91b9897f-72be-43fd-a196-bc7993ff3280") + (uuid "4b46e97a-995c-4b2f-aaf7-4144a8c29398") ) (wire (pts - (xy 190.5 27.94) (xy 190.5 20.32) + (xy 127 132.08) (xy 127 133.35) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "9411d46a-07e1-48ac-b495-7a10458639ee") + (uuid "4f518ea3-42b4-41ee-94c9-a7f52cca7e62") ) (wire (pts - (xy 224.79 40.64) (xy 224.79 41.91) + (xy 238.76 151.13) (xy 238.76 148.59) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "9476b2da-3d9b-424a-9292-d8b6e87cb993") + (uuid "4f8f57f3-7cb1-4fa6-a099-5cbf09e629c6") ) (wire (pts - (xy 41.91 33.02) (xy 36.83 33.02) + (xy 139.7 142.24) (xy 139.7 144.78) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "947d1170-a765-4346-b047-86e3f6453454") + (uuid "520d2775-32f8-41c7-ae3a-bb005346693a") ) (wire (pts - (xy 63.5 133.35) (xy 60.96 133.35) + (xy 19.05 85.09) (xy 19.05 87.63) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "96468509-36a4-4f16-b053-0541b76d1b42") + (uuid "52dd5462-3722-4f7f-97f8-56783f70fc65") ) (wire (pts - (xy 262.89 73.66) (xy 262.89 72.39) + (xy 168.91 76.2) (xy 168.91 73.66) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "96b78c7f-9fe0-4070-8332-ef7799583d17") + (uuid "53b586fe-6995-47d7-81ff-70b9d3f09d55") ) (wire (pts - (xy 49.53 152.4) (xy 48.26 152.4) + (xy 91.44 160.02) (xy 93.98 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "9ab5370d-72f1-4eea-a772-af45781b954a") + (uuid "53f3aa8f-8936-473b-bcf4-4f6fbaa149c3") ) (wire (pts - (xy 63.5 48.26) (xy 63.5 55.88) + (xy 80.01 83.82) (xy 80.01 92.71) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "9c02c36e-d963-40ec-a235-a7f0814336aa") + (uuid "5741fbe1-7863-4351-9bf7-d0cf583fe448") ) (wire (pts - (xy 111.76 50.8) (xy 111.76 55.88) + (xy 166.37 76.2) (xy 168.91 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "9ef9db4f-fabf-4bf9-ad40-24c73d894d57") + (uuid "5a431a0a-406e-409c-8f06-883d845ed47a") ) (wire (pts - (xy 210.82 64.77) (xy 213.36 64.77) + (xy 71.12 48.26) (xy 71.12 63.5) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "a13a3fd3-52e1-4db7-b3c5-8a4ce1e8cf69") + (uuid "5f456016-a3f3-42bd-920c-8752b843fcd2") ) (wire (pts - (xy 250.19 82.55) (xy 246.38 82.55) + (xy 146.05 73.66) (xy 146.05 68.58) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "a309a8af-6611-4f99-be84-432acc8293df") + (uuid "60230e6a-f3c1-4084-baef-5b390bb7deb4") ) (wire (pts - (xy 134.62 45.72) (xy 135.89 45.72) + (xy 106.68 91.44) (xy 106.68 92.71) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "a86901aa-c5c1-4977-ae31-e5048d41159e") + (uuid "61584806-286a-4373-a440-904c3adb06f3") ) (wire (pts - (xy 212.09 40.64) (xy 212.09 39.37) + (xy 168.91 83.82) (xy 186.69 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "a8a60730-b79b-40c4-8d29-82dd1c21e8ea") + (uuid "6b48d45c-426a-4e4b-8460-f4dbf95af226") ) (wire (pts - (xy 223.52 64.77) (xy 220.98 64.77) + (xy 125.73 86.36) (xy 120.65 86.36) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "a90b7dcf-d38e-45e2-8d08-c61ecdcb4593") + (uuid "6e381ce6-7da7-4c08-962d-6108b66ffafd") ) (wire (pts - (xy 40.64 53.34) (xy 40.64 45.72) + (xy 82.55 151.13) (xy 82.55 152.4) ) (stroke (width 0) (type solid) ) - (uuid "a95b1617-aac2-4323-8398-7ee7069b809a") + (uuid "746a8457-1ff8-4816-9ef8-06cc16bab9e2") ) (wire (pts - (xy 134.62 55.88) (xy 152.4 55.88) + (xy 97.79 83.82) (xy 97.79 92.71) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "aa26a46a-7635-4436-b64f-55335de8d818") + (uuid "771d8311-114d-49cf-970c-5188513bf0de") ) (wire (pts - (xy 171.45 147.32) (xy 171.45 148.59) + (xy 186.69 76.2) (xy 200.66 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "aa5b1fa5-c3a2-43e2-b833-dd52571794b3") + (uuid "77c9af9c-87be-4a7d-86c1-58c26c9a1ede") ) (wire (pts - (xy 111.76 50.8) (xy 110.49 50.8) + (xy 125.73 91.44) (xy 125.73 86.36) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "aaa5200a-008d-4468-a9cb-f0c8df998624") + (uuid "7b9eca54-008e-48b0-aaf5-08ea1eaa8716") ) (wire (pts - (xy 200.66 20.32) (xy 200.66 21.59) + (xy 163.83 140.97) (xy 163.83 142.24) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "ac08fe76-835c-4db3-a501-ca8dbcb4c945") + (uuid "7d5f5025-5650-48c0-9b75-8a496ecea9a8") ) (wire (pts - (xy 246.38 82.55) (xy 246.38 81.28) + (xy 127 152.4) (xy 116.84 152.4) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "ac6d0a5d-78d4-479c-9663-68621049933c") + (uuid "7ee88181-727c-4a39-a312-1849f8064c89") ) (wire (pts - (xy 91.44 63.5) (xy 91.44 58.42) + (xy 80.01 78.74) (xy 80.01 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "af3e783b-747c-4c25-9de1-74b49eaebc79") + (uuid "7f5ceaa0-8ffa-4928-abd9-6de90d93e469") ) (wire (pts - (xy 114.3 45.72) (xy 111.76 45.72) + (xy 36.83 64.77) (xy 36.83 67.31) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "b174daf7-564b-49dc-9714-35af5e2c3d91") + (uuid "7f651497-9aef-4612-878f-174235e38804") ) (wire (pts - (xy 50.8 55.88) (xy 45.72 55.88) + (xy 125.73 76.2) (xy 125.73 86.36) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "b17eabfe-4797-4522-9810-4f797da55533") + (uuid "807fd257-50f8-4038-907e-afd09e45f977") ) (wire (pts - (xy 134.62 50.8) (xy 134.62 55.88) + (xy 106.68 101.6) (xy 106.68 100.33) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "b1d2c7c6-3e58-44a3-a9a5-c00d51c9f81b") + (uuid "80ddf526-904b-4ea8-b591-83ba4c076ec0") ) (wire (pts - (xy 152.4 55.88) (xy 152.4 48.26) + (xy 49.53 160.02) (xy 49.53 161.29) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "b326dccc-b460-4cd0-869f-83f2fb30eaa6") + (uuid "80e95259-3e97-45c6-b40c-95a638d54e67") ) (wire (pts - (xy 186.69 27.94) (xy 190.5 27.94) + (xy 49.53 57.15) (xy 49.53 48.26) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "b962fb95-8a5f-464e-9b20-6df7a101dcc3") + (uuid "8145a839-ba92-4e95-a90d-6cea2df23b66") ) (wire (pts - (xy 67.31 45.72) (xy 74.93 45.72) + (xy 93.98 151.13) (xy 93.98 152.4) ) (stroke (width 0) (type solid) ) - (uuid "ba46e9af-1442-4dcb-84d5-668073a2c2ab") + (uuid "8374d137-71d5-452a-b929-fabcf2ae19cd") ) (wire (pts - (xy 114.3 50.8) (xy 111.76 50.8) + (xy 82.55 135.89) (xy 82.55 134.62) ) (stroke (width 0) (type solid) ) - (uuid "baf373da-869b-41aa-abc8-1826da2de490") + (uuid "85ac6757-435c-4a10-b193-1fe4513698a6") ) (wire (pts - (xy 78.74 58.42) (xy 72.39 58.42) + (xy 97.79 92.71) (xy 92.71 92.71) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "bb347614-2b1d-4996-9716-79b0b4f4998b") + (uuid "89ab58a2-9ec5-4dcd-ae46-0d3e0c0d065f") ) (wire (pts - (xy 45.72 50.8) (xy 36.83 50.8) + (xy 43.18 137.16) (xy 43.18 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "bb3676d0-6b06-478e-b468-3f89b8a3ffd1") + (uuid "89d45841-bafc-49fb-b02f-127be8717a35") ) (wire (pts - (xy 93.98 50.8) (xy 92.71 50.8) + (xy 163.83 142.24) (xy 176.53 142.24) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "bbf7b6cc-f503-4132-8b23-fc42ad526c88") + (uuid "92b772fa-c3c1-4af9-9c36-186cabbd91a5") ) (wire (pts - (xy 210.82 82.55) (xy 213.36 82.55) + (xy 154.94 152.4) (xy 154.94 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "bf2289cb-9b0b-4fa9-b760-80fc4c58319f") + (uuid "9403a5d4-255c-4350-8cbd-63ece5694ccc") ) (wire (pts - (xy 78.74 63.5) (xy 72.39 63.5) + (xy 127 142.24) (xy 127 143.51) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "c3943efb-ffe2-46c1-8237-7468bffb3bd4") + (uuid "95d8be95-1677-4e6b-8075-34ebf5b7a605") ) (wire (pts - (xy 171.45 135.89) (xy 171.45 137.16) + (xy 146.05 93.98) (xy 146.05 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "c7c97e0e-aa60-4de0-bd5c-c20136d8de7c") + (uuid "96ff1d42-75b1-4d0b-8941-91794f198642") ) (wire (pts - (xy 91.44 58.42) (xy 86.36 58.42) + (xy 92.71 83.82) (xy 97.79 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "c984f68d-82db-4766-85f1-7ef9e7c4490f") + (uuid "97811972-7e53-4943-b23f-02f404b0b649") ) (wire (pts - (xy 58.42 55.88) (xy 63.5 55.88) + (xy 170.18 78.74) (xy 168.91 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "cc1551d4-0e4f-46f4-b8c2-11dd622fcb2e") + (uuid "9fa5e889-3a6c-4131-bb14-03ca8aef51ff") ) (wire (pts - (xy 262.89 72.39) (xy 260.35 72.39) + (xy 116.84 127) (xy 154.94 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "ccf18090-7395-41ed-84a7-0687cf6b2f86") + (uuid "a0d7d619-82f6-4605-a608-c7d886ceab81") ) (wire (pts - (xy 200.66 20.32) (xy 212.09 20.32) + (xy 127 78.74) (xy 127 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "cee5534e-20b8-40ac-8711-bff32bb1903d") + (uuid "a1560244-ae8f-4c8c-aa30-79cd66dea938") ) (wire (pts - (xy 190.5 20.32) (xy 194.31 20.32) + (xy 60.96 149.86) (xy 60.96 151.13) ) (stroke (width 0) (type solid) ) - (uuid "d37a1b26-9a45-4ac2-958d-3385839b7433") + (uuid "a2d592cc-21d5-4dfe-b31f-c0ebbe399566") ) (wire (pts - (xy 161.29 121.92) (xy 161.29 120.65) + (xy 166.37 83.82) (xy 166.37 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d59dcd82-1b0e-4934-adca-b7c5b51d2fc1") + (uuid "a4524c09-a2ec-47fc-8a90-49464c12ae14") ) (wire (pts - (xy 60.96 147.32) (xy 60.96 133.35) + (xy 97.79 76.2) (xy 97.79 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d6d3184d-cc7c-44db-bded-48984e8bd97c") + (uuid "a6cda89d-7255-4604-bf29-cc6076fbbbee") ) (wire (pts - (xy 223.52 73.66) (xy 223.52 64.77) + (xy 60.96 160.02) (xy 82.55 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d71d627f-d54b-449f-8032-99a50cec721e") + (uuid "a93f0b4a-732c-4a65-a8fe-8c0ebd2ae9c4") ) (wire (pts - (xy 92.71 48.26) (xy 91.44 48.26) + (xy 101.6 76.2) (xy 101.6 73.66) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d759f3bc-2ba3-46f6-9754-b233c332cde7") + (uuid "ac2e81d8-b189-4da5-92cd-e21f95ae5c4d") ) (wire (pts - (xy 71.12 123.19) (xy 71.12 128.27) + (xy 116.84 160.02) (xy 154.94 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d88aa5d3-0455-464b-ba5f-4822767c1913") + (uuid "ac86cf8d-2de0-44e7-b3d0-3baf01d78d59") ) (wire (pts - (xy 153.67 48.26) (xy 152.4 48.26) + (xy 127 140.97) (xy 127 142.24) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d8bc4b20-a79f-45d4-8205-3ccf20186a0e") + (uuid "aea982f2-ee93-4eff-831e-880f8e273725") ) (wire (pts - (xy 106.68 40.64) (xy 106.68 43.18) + (xy 97.79 76.2) (xy 101.6 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "d8d715bf-6752-4b06-a428-4301af431bae") + (uuid "af50ddaa-d46b-4827-b96d-ffe5ec57132d") ) (wire (pts - (xy 132.08 48.26) (xy 134.62 48.26) + (xy 106.68 110.49) (xy 106.68 109.22) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "dc6c2757-6268-4712-baa5-b64600127ac7") + (uuid "b1235d34-c05f-424d-b2ee-cfb1b7e9f5cc") ) (wire (pts - (xy 92.71 50.8) (xy 92.71 48.26) + (xy 60.96 127) (xy 82.55 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "ddae4299-11b9-4848-bb02-6ed1d294f236") + (uuid "b3622115-e2fe-4f3d-97a0-46ae944e4865") ) (wire (pts - (xy 118.11 55.88) (xy 111.76 55.88) + (xy 19.05 73.66) (xy 19.05 74.93) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "deb355b6-a3e6-47be-8e33-8caa353a5825") + (uuid "b5a45832-2b09-4f96-b405-e5712b332e66") ) (wire (pts - (xy 132.08 48.26) (xy 129.54 48.26) + (xy 120.65 91.44) (xy 125.73 91.44) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "dee4adae-3682-49ad-ad0f-53c1a1358d90") + (uuid "b5df6b9c-a7dc-43e4-a712-6b7096ac0937") ) (wire (pts - (xy 60.96 123.19) (xy 71.12 123.19) + (xy 97.79 76.2) (xy 96.52 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "dff722b3-3d5b-4968-a819-855591bbfb02") + (uuid "b76be6ff-caf6-419a-949f-fe082e49407e") ) (wire (pts - (xy 246.38 64.77) (xy 246.38 62.23) + (xy 163.83 142.24) (xy 163.83 143.51) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e0affa55-8f3a-44d7-9fa2-81cd1bef02f4") + (uuid "be376801-faf5-4a8d-b942-02a0e762eeed") ) (wire (pts - (xy 248.92 29.21) (xy 256.54 29.21) + (xy 106.68 78.74) (xy 109.22 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e0bcb581-e38b-4cd5-9834-907d83d06396") + (uuid "be69d07c-efd2-485a-9903-28ca9dc97e58") ) (wire (pts - (xy 134.62 48.26) (xy 134.62 45.72) + (xy 49.53 125.73) (xy 49.53 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e0d116d6-f8bc-4959-ab80-900ba6f6dad6") + (uuid "bf68d6ff-b4bb-4aab-b478-5469f25bc627") ) (wire (pts - (xy 220.98 82.55) (xy 223.52 82.55) + (xy 154.94 148.59) (xy 154.94 152.4) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e2296ca7-5d5a-453e-ac0e-eb3d0c87542d") + (uuid "c09df2fa-6fd6-4a25-80a5-fc865d18d271") ) (wire (pts - (xy 91.44 48.26) (xy 91.44 58.42) + (xy 93.98 160.02) (xy 116.84 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e33a1aaf-2cfc-4ce4-ac67-d02162dfe797") + (uuid "c2f8b711-ec7f-46dc-a9fe-3fad0ca645fb") ) (wire (pts - (xy 86.36 63.5) (xy 91.44 63.5) + (xy 154.94 152.4) (xy 163.83 152.4) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e33bd1a1-9be6-41f0-9bdf-7452a5b983e8") + (uuid "c68a0f5b-d285-4f97-901e-ea553bbe1cbe") ) (wire (pts - (xy 210.82 85.09) (xy 210.82 82.55) + (xy 128.27 78.74) (xy 127 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e3a3ec24-e1e6-48ca-825e-5734f5dc648b") + (uuid "c6a4a5b8-a0a8-431a-b77a-ace189c74382") ) (wire (pts - (xy 153.67 149.86) (xy 149.86 149.86) + (xy 19.05 52.07) (xy 19.05 48.26) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e3e7df0b-6d82-42a7-bb6e-9a0f9922e506") + (uuid "cac1ca57-1b10-48ac-9418-45adb33bec55") ) (wire (pts - (xy 212.09 30.48) (xy 224.79 30.48) + (xy 116.84 127) (xy 116.84 132.08) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "e42d3425-0e25-496e-a120-25c3fe609e27") + (uuid "cb4dd97a-5a26-45c2-b9ff-eed76a717521") ) (wire (pts - (xy 125.73 66.04) (xy 132.08 66.04) + (xy 82.55 160.02) (xy 83.82 160.02) ) (stroke (width 0) (type solid) ) - (uuid "ea37771f-81ac-43a9-97c5-2ebbc07014d4") + (uuid "cc52229a-baa8-4024-a261-9d69748ae4b7") ) (wire (pts - (xy 212.09 40.64) (xy 224.79 40.64) + (xy 71.12 78.74) (xy 71.12 73.66) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "eacfe7dd-fbfb-4634-9456-6d1450a88665") + (uuid "cd4638a7-40d7-483f-9773-92b62105bdc3") ) (wire (pts - (xy 212.09 20.32) (xy 212.09 21.59) + (xy 124.46 76.2) (xy 125.73 76.2) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "ec37a612-b20a-4b56-9a36-e8fef4905bc9") + (uuid "d23c5943-e30a-4f58-82ce-369ac57ccb33") ) (wire (pts - (xy 71.12 138.43) (xy 71.12 139.7) + (xy 60.96 158.75) (xy 60.96 160.02) ) (stroke (width 0) (type solid) ) - (uuid "ec632986-ad6b-46b3-9896-0f0d33a0c347") + (uuid "d31c60dc-3bc5-4d0a-9f8d-2cea399cb6e2") ) (wire (pts - (xy 36.83 33.02) (xy 36.83 35.56) + (xy 176.53 142.24) (xy 176.53 144.78) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "ee6def7a-6d83-4bcf-8b3e-c04eb95cdb8d") + (uuid "d69de8e6-9107-405e-887c-cdd259975863") ) (wire (pts - (xy 152.4 48.26) (xy 152.4 43.18) + (xy 43.18 147.32) (xy 43.18 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f0184cc1-9327-42de-98b0-9a2cbc313af9") + (uuid "dc3cb1ae-db98-44eb-a586-c27ff011122d") ) (wire (pts - (xy 102.87 50.8) (xy 101.6 50.8) + (xy 140.97 68.58) (xy 140.97 71.12) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f07ad908-7195-45fe-8932-3d996d66cbaf") + (uuid "dd15bd17-cfdb-4d54-ba04-837740d1d3ec") ) (wire (pts - (xy 161.29 154.94) (xy 161.29 157.48) + (xy 49.53 48.26) (xy 71.12 48.26) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f0895461-63a3-484c-ac1e-aa9f05496633") + (uuid "e324cdab-32d8-4046-87da-34c07a324b49") ) (wire (pts - (xy 212.09 29.21) (xy 212.09 30.48) + (xy 80.01 78.74) (xy 71.12 78.74) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f08cf03b-c942-4d17-b545-7cd7b1b54834") + (uuid "e33d4bd3-3901-4ed2-883f-25885e233da8") ) (wire (pts - (xy 200.66 40.64) (xy 194.31 40.64) + (xy 116.84 152.4) (xy 116.84 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f0d86121-9bf7-41c0-8b3f-721073d63970") + (uuid "e44db2c2-bd75-4bdf-ab59-515b8e516c23") ) (wire (pts - (xy 171.45 120.65) (xy 171.45 125.73) + (xy 40.64 137.16) (xy 43.18 137.16) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f156655c-bb02-424f-af6f-2bc163dbb15c") + (uuid "e4ca0b29-d915-42ab-899f-9322b753e1e2") ) (wire (pts - (xy 161.29 120.65) (xy 171.45 120.65) + (xy 49.53 160.02) (xy 60.96 160.02) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f3afc7a3-cb31-48cd-bc3e-55b3e969feca") + (uuid "e4fb2b3b-8df7-41a8-8586-73957a1575af") ) (wire (pts - (xy 63.5 48.26) (xy 67.31 48.26) + (xy 82.55 127) (xy 83.82 127) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f4f98b54-acc3-495a-a92e-fa552e958827") + (uuid "e4fb388d-f5f1-47ff-b07a-42d763150375") ) (wire (pts - (xy 72.39 74.93) (xy 72.39 73.66) + (xy 166.37 83.82) (xy 160.02 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f6619ce7-8d36-45be-82b2-11cdc85d6ca0") + (uuid "eae4fece-b40c-4e29-a917-c09bfbe9c9da") ) (wire (pts - (xy 111.76 66.04) (xy 111.76 55.88) + (xy 36.83 48.26) (xy 49.53 48.26) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "f7f2acb8-a18d-4cbc-a4a6-c4aff45a7b43") + (uuid "ecc65974-9757-42e1-bef9-16df35fd5275") ) (wire (pts - (xy 161.29 130.81) (xy 161.29 129.54) + (xy 154.94 127) (xy 154.94 133.35) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "fb6abace-4df0-447a-8edc-d14934266643") + (uuid "edb69119-f4d0-43b6-bbfb-a007467391e7") ) (wire (pts - (xy 171.45 144.78) (xy 171.45 147.32) + (xy 166.37 93.98) (xy 166.37 83.82) ) (stroke (width 0) - (type solid) + (type default) ) - (uuid "fc76cc44-c098-41be-a489-a6a3a8f43b4b") + (uuid "ee04f9d3-3c84-4145-85a5-31a6d7eb9ca2") ) (wire (pts - (xy 71.12 147.32) (xy 71.12 149.86) + (xy 60.96 128.27) (xy 60.96 127) ) (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) - ) + (type solid) ) + (uuid "ee7bb74b-b1a1-4763-875a-67765cbfeaf0") ) - (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) + (wire + (pts + (xy 85.09 83.82) (xy 80.01 83.82) ) - (uuid "782207ed-1880-4a6b-8811-c7b01f235ab5") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (stroke + (width 0) + (type default) ) + (uuid "ee802d94-a19c-4aae-9c91-aec13a7baa95") ) - (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) + (wire + (pts + (xy 74.93 81.28) (xy 74.93 73.66) ) - (uuid "964ed9d0-3e95-484a-af6d-7d62e411225f") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (stroke + (width 0) + (type default) ) + (uuid "f544d5bc-2332-4de5-8c77-66f4ac8012a9") ) - (global_label "analog_output" - (shape input) - (at 152.4 43.18 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) + (wire + (pts + (xy 146.05 78.74) (xy 146.05 83.82) ) - (uuid "9e58cf7e-75c6-40a3-aa73-1e5b89de320c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (stroke + (width 0) + (type default) ) + (uuid "fade7b32-fef7-4884-a419-2e30c079be4e") ) - (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) + (wire + (pts + (xy 198.12 81.28) (xy 200.66 81.28) ) - (uuid "bb6f112b-4d90-4050-a48e-2815844b6ca9") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (stroke + (width 0) + (type default) ) + (uuid "fc3ef055-5b15-40c0-a9d0-112a07b2e929") ) - (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) - ) + (wire + (pts + (xy 36.83 57.15) (xy 36.83 48.26) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 72.898 154.94 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (stroke + (width 0) + (type default) ) - (property "Datasheet" "~" - (at 71.12 154.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (uuid "ff27ec7d-bce4-45c4-9a06-1e4a80a2d604") + ) + (wire + (pts + (xy 148.59 73.66) (xy 146.05 73.66) ) - (property "Description" "" - (at 71.12 154.94 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (stroke + (width 0) + (type default) ) - (pin "1" - (uuid "884e1b2c-de34-4f0d-bdd9-11cfe871fc7b") + (uuid "ff4f29a6-fcd8-4502-b8ab-552bfddca24e") + ) + (wire + (pts + (xy 152.4 93.98) (xy 146.05 93.98) ) - (pin "2" - (uuid "886e68c0-f6c7-4390-bd2c-f0f6508595e8") + (stroke + (width 0) + (type default) ) - (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R17") - (unit 1) - ) + (uuid "ffa7a705-0e54-4b7e-9a5c-bcd7d914bfd1") + ) + (text "TP3: VCC\nTP6: GND\nTP4: VSS" + (exclude_from_sim no) + (at 32.258 129.032 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) ) ) + (uuid "6ed54280-bc0b-4f51-8bfd-a66a31b1de68") ) (symbol (lib_id "Device:R") - (at 60.96 128.27 180) + (at 88.9 83.82 270) (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) + (uuid "00000000-0000-0000-0000-00005ccf4d7c") + (property "Reference" "R38" + (at 88.9 86.741 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "TBD" - (at 59.2074 129.413 0) + (property "Value" "2*50G" + (at 88.9 89.0524 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 62.738 128.27 90) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 88.9 82.042 90) (effects (font (size 1.27 1.27) @@ -4717,7 +3754,7 @@ ) ) (property "Datasheet" "~" - (at 60.96 128.27 0) + (at 88.9 83.82 0) (effects (font (size 1.27 1.27) @@ -4726,16 +3763,7 @@ ) ) (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) + (at 88.9 83.82 0) (effects (font (size 1.27 1.27) @@ -4744,49 +3772,47 @@ ) ) (pin "1" - (uuid "24fb2f70-9e55-475f-b37d-4b25098c36e8") + (uuid "f036f9cc-344e-444a-a3f2-45efb647b1a5") ) (pin "2" - (uuid "84d9f65d-64cb-47c9-9c04-57f85ecdd4bc") + (uuid "7c68a221-6cf7-4015-9ec0-9e2c560127f1") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R6") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R38") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Q_NMOS_GDS") - (at 58.42 152.4 0) + (lib_id "Device:C") + (at 88.9 92.71 270) (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) + (uuid "00000000-0000-0000-0000-00005ccf4de4") + (property "Reference" "C46" + (at 88.9 96.774 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "Q_NMOS_GDS" - (at 45.72 158.75 0) + (property "Value" "not mounted" + (at 88.9 99.0854 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 63.5 149.86 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 85.09 93.6752 0) (effects (font (size 1.27 1.27) @@ -4795,7 +3821,7 @@ ) ) (property "Datasheet" "~" - (at 58.42 152.4 0) + (at 88.9 92.71 0) (effects (font (size 1.27 1.27) @@ -4804,7 +3830,7 @@ ) ) (property "Description" "" - (at 58.42 152.4 0) + (at 88.9 92.71 0) (effects (font (size 1.27 1.27) @@ -4812,35 +3838,33 @@ (hide yes) ) ) - (pin "1" - (uuid "64a047de-d6fc-4ec4-a13d-9125dadbb4cd") - ) (pin "2" - (uuid "bc422d02-99ea-4948-a786-be1b2b916715") + (uuid "a127a1fe-bffe-462f-a2a5-fe5e077baf5b") ) - (pin "3" - (uuid "c3c02ae0-8267-4af2-a230-e0be10ba5ce4") + (pin "1" + (uuid "7f1ed54f-ec95-4ec8-80d9-d8c7cc11de93") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q4") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C46") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Q_PMOS_GDS") - (at 68.58 133.35 0) + (lib_id "Device:R") + (at 106.68 96.52 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cd05f00") + (property "Reference" "R39" + (at 104.9274 95.3516 0) (effects (font (size 1.27 1.27) @@ -4848,8 +3872,8 @@ (justify left) ) ) - (property "Value" "Q_PMOS_GDS" - (at 73.787 134.493 0) + (property "Value" "10k" + (at 104.9274 97.663 0) (effects (font (size 1.27 1.27) @@ -4857,8 +3881,8 @@ (justify left) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 73.66 130.81 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 108.458 96.52 90) (effects (font (size 1.27 1.27) @@ -4867,7 +3891,7 @@ ) ) (property "Datasheet" "~" - (at 68.58 133.35 0) + (at 106.68 96.52 0) (effects (font (size 1.27 1.27) @@ -4876,7 +3900,7 @@ ) ) (property "Description" "" - (at 68.58 133.35 0) + (at 106.68 96.52 0) (effects (font (size 1.27 1.27) @@ -4885,51 +3909,48 @@ ) ) (pin "1" - (uuid "743534f5-2ea8-45ef-8310-4513d33066d7") + (uuid "02828753-34a1-42f6-b900-126cf0388005") ) (pin "2" - (uuid "30092c89-ac1c-4451-a279-b37471cc94e8") - ) - (pin "3" - (uuid "ed8464dd-acf0-478b-bd4f-3c05e70180ac") + (uuid "09cb3b24-2e33-4ee4-973a-ba07c8172b17") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q2") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R39") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 60.96 160.02 0) + (lib_id "Device:R") + (at 116.84 86.36 270) + (mirror x) (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) + (uuid "00000000-0000-0000-0000-00005cd05f9a") + (property "Reference" "R40" + (at 116.84 81.1022 90) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Value" "GND" - (at 61.087 164.4142 0) + (property "Value" "120k" + (at 116.84 83.4136 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 60.96 160.02 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 116.84 88.138 90) (effects (font (size 1.27 1.27) @@ -4937,8 +3958,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 60.96 160.02 0) + (property "Datasheet" "~" + (at 116.84 86.36 0) (effects (font (size 1.27 1.27) @@ -4947,7 +3968,7 @@ ) ) (property "Description" "" - (at 60.96 160.02 0) + (at 116.84 86.36 0) (effects (font (size 1.27 1.27) @@ -4956,28 +3977,32 @@ ) ) (pin "1" - (uuid "4d64397f-adc8-419e-a8d3-1c007ab08ac3") + (uuid "82c5a528-33b4-4a3b-878f-b54f500d4e01") + ) + (pin "2" + (uuid "05dc535c-453b-4372-9900-2fec84ae3326") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR031") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R40") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 71.12 143.51 180) + (lib_id "Device:C") + (at 106.68 105.41 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cd06fd8") + (property "Reference" "C47" + (at 109.601 104.2416 0) (effects (font (size 1.27 1.27) @@ -4985,8 +4010,8 @@ (justify right) ) ) - (property "Value" "TBD" - (at 72.898 144.653 0) + (property "Value" "0R resistor" + (at 109.601 106.553 0) (effects (font (size 1.27 1.27) @@ -4994,8 +4019,8 @@ (justify right) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 72.898 143.51 90) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 105.7148 109.22 0) (effects (font (size 1.27 1.27) @@ -5004,7 +4029,7 @@ ) ) (property "Datasheet" "~" - (at 71.12 143.51 0) + (at 106.68 105.41 0) (effects (font (size 1.27 1.27) @@ -5013,7 +4038,7 @@ ) ) (property "Description" "" - (at 71.12 143.51 0) + (at 106.68 105.41 0) (effects (font (size 1.27 1.27) @@ -5021,16 +4046,16 @@ (hide yes) ) ) - (pin "1" - (uuid "fc446d32-e856-46da-86bc-015783e91258") - ) (pin "2" - (uuid "3cedfb75-e4be-4ece-bc0a-936cbd7a6685") + (uuid "0ff9e3f7-4a91-445b-ba0c-f94004194ccc") + ) + (pin "1" + (uuid "04714e1b-4d2d-42fb-a68a-583460e1b0fe") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R15") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C47") (unit 1) ) ) @@ -5038,15 +4063,16 @@ ) (symbol (lib_id "power:GND") - (at 71.12 160.02 0) + (at 106.68 110.49 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cd07028") + (property "Reference" "#PWR065" + (at 106.68 116.84 0) (effects (font (size 1.27 1.27) @@ -5055,7 +4081,7 @@ ) ) (property "Value" "GND" - (at 71.247 164.4142 0) + (at 106.553 114.8842 0) (effects (font (size 1.27 1.27) @@ -5063,7 +4089,7 @@ ) ) (property "Footprint" "" - (at 71.12 160.02 0) + (at 106.68 110.49 0) (effects (font (size 1.27 1.27) @@ -5072,7 +4098,7 @@ ) ) (property "Datasheet" "" - (at 71.12 160.02 0) + (at 106.68 110.49 0) (effects (font (size 1.27 1.27) @@ -5081,7 +4107,7 @@ ) ) (property "Description" "" - (at 71.12 160.02 0) + (at 106.68 110.49 0) (effects (font (size 1.27 1.27) @@ -5090,44 +4116,47 @@ ) ) (pin "1" - (uuid "7161a531-f29e-49a3-9a78-4a53c9d4e1c4") + (uuid "a4a153c0-43c3-41e0-8675-caf89d0c12cb") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR032") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR065") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 54.61 48.26 0) + (lib_id "Device:C") + (at 127 137.16 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) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cd36164") + (property "Reference" "C40" + (at 130.81 135.8899 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "LMC662" - (at 54.61 41.2496 0) + (property "Value" "100n" + (at 130.81 138.4299 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" - (at 54.61 48.26 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 127.9652 140.97 0) (effects (font (size 1.27 1.27) @@ -5136,7 +4165,7 @@ ) ) (property "Datasheet" "~" - (at 54.61 48.26 0) + (at 127 137.16 0) (effects (font (size 1.27 1.27) @@ -5145,7 +4174,7 @@ ) ) (property "Description" "" - (at 54.61 48.26 0) + (at 127 137.16 0) (effects (font (size 1.27 1.27) @@ -5154,134 +4183,32 @@ ) ) (pin "1" - (uuid "a230fb2e-b385-4350-8400-964b2f1be7b7") + (uuid "9b506700-6648-41af-aaed-fe56c41d0a5a") ) (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") + (uuid "c514c305-193a-413b-bcb2-8fe01ebe67ce") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U3") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C40") (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) + (lib_id "Device:C") + (at 163.83 137.16 180) + (unit 1) (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) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cd3762b") + (property "Reference" "C45" + (at 167.64 135.8899 0) (effects (font (size 1.27 1.27) @@ -5289,8 +4216,8 @@ (justify right) ) ) - (property "Value" "LMC662" - (at 208.5848 74.803 0) + (property "Value" "100n" + (at 167.64 138.4299 0) (effects (font (size 1.27 1.27) @@ -5298,8 +4225,8 @@ (justify right) ) ) - (property "Footprint" "Package_DIP:DIP-8_W7.62mm" - (at 213.36 73.66 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 162.8648 133.35 0) (effects (font (size 1.27 1.27) @@ -5308,7 +4235,7 @@ ) ) (property "Datasheet" "~" - (at 213.36 73.66 0) + (at 163.83 137.16 0) (effects (font (size 1.27 1.27) @@ -5317,7 +4244,7 @@ ) ) (property "Description" "" - (at 213.36 73.66 0) + (at 163.83 137.16 0) (effects (font (size 1.27 1.27) @@ -5325,66 +4252,50 @@ (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") + (uuid "e9469dc7-9992-432c-966f-3486c34f0601") ) (pin "1" - (uuid "f1e5a7a3-4398-4759-be78-2325818ad84b") + (uuid "e0c9876d-7b2c-470b-be05-23bff2da0673") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U3") - (unit 3) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C45") + (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 54.61 55.88 270) + (lib_id "power:GND") + (at 198.12 88.9 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cd6ef53") + (property "Reference" "#PWR068" + (at 198.12 95.25 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "2*50G" - (at 54.61 61.1124 90) + (property "Value" "GND" + (at 197.993 93.2942 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 54.61 54.102 90) + (property "Footprint" "" + (at 198.12 88.9 0) (effects (font (size 1.27 1.27) @@ -5392,8 +4303,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 54.61 55.88 0) + (property "Datasheet" "" + (at 198.12 88.9 0) (effects (font (size 1.27 1.27) @@ -5402,7 +4313,7 @@ ) ) (property "Description" "" - (at 54.61 55.88 0) + (at 198.12 88.9 0) (effects (font (size 1.27 1.27) @@ -5411,50 +4322,46 @@ ) ) (pin "1" - (uuid "f2521335-58f2-44f5-9723-fdd8c9cc3d7a") - ) - (pin "2" - (uuid "a60347fb-47d1-4d8b-83ce-a6aa71313ac7") + (uuid "60f26272-0839-40f7-91a7-c24c0859e2e7") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R11") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR068") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 72.39 69.85 0) - (mirror y) + (lib_id "power:PWR_FLAG") + (at 49.53 161.29 0) + (mirror x) (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) + (uuid "00000000-0000-0000-0000-00005cd97e81") + (property "Reference" "#FLG033" + (at 49.53 163.195 0) (effects (font (size 1.27 1.27) ) - (justify left) + (hide yes) ) ) - (property "Value" "10k" - (at 70.6374 70.993 0) + (property "Value" "PWR_FLAG" + (at 49.53 165.7096 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 74.168 69.85 90) + (property "Footprint" "" + (at 49.53 161.29 0) (effects (font (size 1.27 1.27) @@ -5463,7 +4370,7 @@ ) ) (property "Datasheet" "~" - (at 72.39 69.85 0) + (at 49.53 161.29 0) (effects (font (size 1.27 1.27) @@ -5472,16 +4379,7 @@ ) ) (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) + (at 49.53 161.29 0) (effects (font (size 1.27 1.27) @@ -5490,48 +4388,46 @@ ) ) (pin "1" - (uuid "e0b53427-ff78-4404-b8ea-3850e5516051") - ) - (pin "2" - (uuid "8e4d042c-c97f-4806-96dd-47f84ef5e8c4") + (uuid "39707cc4-b644-42d3-9f43-e2c5c95b1aaf") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R14") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#FLG033") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 82.55 58.42 270) - (mirror x) + (lib_id "power:PWR_FLAG") + (at 49.53 125.73 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cd9e263") + (property "Reference" "#FLG032" + (at 49.53 123.825 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "120k" - (at 82.55 55.4736 90) + (property "Value" "PWR_FLAG" + (at 49.53 121.3104 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 82.55 60.198 90) + (property "Footprint" "" + (at 49.53 125.73 0) (effects (font (size 1.27 1.27) @@ -5540,7 +4436,7 @@ ) ) (property "Datasheet" "~" - (at 82.55 58.42 0) + (at 49.53 125.73 0) (effects (font (size 1.27 1.27) @@ -5549,16 +4445,7 @@ ) ) (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) + (at 49.53 125.73 0) (effects (font (size 1.27 1.27) @@ -5567,50 +4454,46 @@ ) ) (pin "1" - (uuid "70ceeabd-8bf1-41de-848f-07ff915333e4") - ) - (pin "2" - (uuid "aeac731b-ca06-47e8-8e41-7868195d1912") + (uuid "3d87b73f-77eb-423a-a63a-b2472f577b6c") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R13") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#FLG032") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 72.39 78.74 0) + (lib_id "power:GND") + (at 49.53 143.51 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) + (uuid "00000000-0000-0000-0000-00005cdf8594") + (property "Reference" "#PWR033" + (at 49.53 149.86 0) (effects (font (size 1.27 1.27) ) - (justify right) + (hide yes) ) ) - (property "Value" "0R resistor" - (at 75.311 79.883 0) + (property "Value" "GND" + (at 49.403 147.9042 0) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 71.4248 82.55 0) + (property "Footprint" "" + (at 49.53 143.51 0) (effects (font (size 1.27 1.27) @@ -5618,8 +4501,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 72.39 78.74 0) + (property "Datasheet" "" + (at 49.53 143.51 0) (effects (font (size 1.27 1.27) @@ -5628,7 +4511,7 @@ ) ) (property "Description" "" - (at 72.39 78.74 0) + (at 49.53 143.51 0) (effects (font (size 1.27 1.27) @@ -5637,15 +4520,12 @@ ) ) (pin "1" - (uuid "263c473a-06c5-4556-b222-8738488ec514") - ) - (pin "2" - (uuid "31f824bd-cf0f-4fcb-8634-dc4eb87451eb") + (uuid "45b1b1e2-8b7b-4ea5-b3a6-8b9d0dff14fe") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C14") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR033") (unit 1) ) ) @@ -5653,16 +4533,16 @@ ) (symbol (lib_id "power:GND") - (at 72.39 83.82 0) + (at 238.76 151.13 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) + (uuid "00000000-0000-0000-0000-00005ce2764b") + (property "Reference" "#PWR066" + (at 238.76 157.48 0) (effects (font (size 1.27 1.27) @@ -5671,7 +4551,7 @@ ) ) (property "Value" "GND" - (at 72.263 88.2142 0) + (at 238.633 155.5242 0) (effects (font (size 1.27 1.27) @@ -5679,7 +4559,7 @@ ) ) (property "Footprint" "" - (at 72.39 83.82 0) + (at 238.76 151.13 0) (effects (font (size 1.27 1.27) @@ -5688,7 +4568,7 @@ ) ) (property "Datasheet" "" - (at 72.39 83.82 0) + (at 238.76 151.13 0) (effects (font (size 1.27 1.27) @@ -5697,7 +4577,7 @@ ) ) (property "Description" "" - (at 72.39 83.82 0) + (at 238.76 151.13 0) (effects (font (size 1.27 1.27) @@ -5706,44 +4586,46 @@ ) ) (pin "1" - (uuid "b905399f-12a3-4656-97b1-40c8afb72c86") + (uuid "bfe3b027-a893-4565-bb0a-d549e12f88c4") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR028") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR066") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 121.92 48.26 0) + (lib_id "power:GND") + (at 140.97 71.12 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005ce761f3") + (property "Reference" "#PWR067" + (at 140.97 77.47 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "LM358" - (at 121.92 41.2496 0) + (property "Value" "GND" + (at 140.843 75.5142 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) + (property "Footprint" "" + (at 140.97 71.12 0) (effects (font (size 1.27 1.27) @@ -5751,8 +4633,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 121.92 48.26 0) + (property "Datasheet" "" + (at 140.97 71.12 0) (effects (font (size 1.27 1.27) @@ -5761,16 +4643,7 @@ ) ) (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) + (at 140.97 71.12 0) (effects (font (size 1.27 1.27) @@ -5779,65 +4652,45 @@ ) ) (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") + (uuid "4933fe90-326e-4940-9a5c-1aff8e23a896") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U4") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR067") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 143.51 48.26 0) - (unit 2) + (lib_id "Device:R") + (at 140.97 78.74 270) + (mirror x) + (unit 1) (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) + (uuid "00000000-0000-0000-0000-00005ceb9f44") + (property "Reference" "R41" + (at 140.97 81.661 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "LM358" - (at 143.51 41.2496 0) + (property "Value" "10k" + (at 140.97 83.9724 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" - (at 143.51 48.26 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 140.97 80.518 90) (effects (font (size 1.27 1.27) @@ -5846,7 +4699,7 @@ ) ) (property "Datasheet" "~" - (at 143.51 48.26 0) + (at 140.97 78.74 0) (effects (font (size 1.27 1.27) @@ -5855,7 +4708,7 @@ ) ) (property "Description" "" - (at 143.51 48.26 0) + (at 140.97 78.74 0) (effects (font (size 1.27 1.27) @@ -5863,68 +4716,49 @@ (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") + (uuid "91ba7df6-3308-43a2-8849-d722f16d3646") ) - (pin "8" - (uuid "414902a3-5e74-42c5-83f0-2b70ab28e0e5") + (pin "1" + (uuid "6a6fc1cb-a9fe-4483-9799-68d8d0d87f3d") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U4") - (unit 2) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R41") + (unit 1) ) ) ) ) (symbol - (lib_id "Device:Opamp_Dual_Generic") - (at 248.92 73.66 0) - (unit 3) + (lib_id "Device:R") + (at 156.21 83.82 270) + (mirror x) + (unit 1) (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) + (uuid "00000000-0000-0000-0000-00005ceb9f4a") + (property "Reference" "R42" + (at 156.21 86.741 90) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "LM358" - (at 244.1448 74.803 0) + (property "Value" "120k" + (at 156.21 89.0524 90) (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) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 156.21 85.598 90) (effects (font (size 1.27 1.27) @@ -5933,7 +4767,7 @@ ) ) (property "Datasheet" "~" - (at 248.92 73.66 0) + (at 156.21 83.82 0) (effects (font (size 1.27 1.27) @@ -5942,7 +4776,7 @@ ) ) (property "Description" "" - (at 248.92 73.66 0) + (at 156.21 83.82 0) (effects (font (size 1.27 1.27) @@ -5950,66 +4784,51 @@ (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") + (uuid "d6447f57-6a71-474a-829d-ec8d43e62ad7") ) (pin "2" - (uuid "89d68df2-9471-43a4-ab18-8dd7aa9b8da6") - ) - (pin "3" - (uuid "9b1a7e73-1b80-46e3-868a-eb4c5a9dd40b") - ) - (pin "5" - (uuid "a07db315-fb5b-4bca-8a8c-7c0e586c21e0") + (uuid "9f85c127-eb46-43c3-9a4c-122f7c1dc73f") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "U4") - (unit 3) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "R42") + (unit 1) ) ) ) ) (symbol (lib_id "Device:C") - (at 217.17 64.77 90) + (at 132.08 78.74 90) + (mirror x) (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) + (uuid "00000000-0000-0000-0000-00005ceb9f50") + (property "Reference" "C48" + (at 130.9116 75.819 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Value" "100n" - (at 217.17 60.6806 90) + (property "Value" "0R resistor" + (at 133.223 75.819 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 220.98 63.8048 0) + (at 135.89 79.7052 0) (effects (font (size 1.27 1.27) @@ -6018,7 +4837,7 @@ ) ) (property "Datasheet" "~" - (at 217.17 64.77 0) + (at 132.08 78.74 0) (effects (font (size 1.27 1.27) @@ -6027,7 +4846,7 @@ ) ) (property "Description" "" - (at 217.17 64.77 0) + (at 132.08 78.74 0) (effects (font (size 1.27 1.27) @@ -6035,25 +4854,16 @@ (hide yes) ) ) - (property "LCSC" "C282732" - (at 217.17 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (pin "2" + (uuid "24f62892-3c04-4a66-9d78-167c7a794a09") ) (pin "1" - (uuid "8e8f523b-747f-4de8-80d2-b05604ee8377") - ) - (pin "2" - (uuid "8ec28cc6-f00a-4e1d-ac63-bbc8666ac35e") + (uuid "67967b3e-2d18-477b-acda-bba71c41ae44") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C7") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C48") (unit 1) ) ) @@ -6061,31 +4871,34 @@ ) (symbol (lib_id "Device:C") - (at 254 64.77 90) + (at 127 147.32 180) (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) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cef9e41") + (property "Reference" "C42" + (at 130.81 146.0499 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Value" "100n" - (at 254 60.6806 90) + (at 130.81 148.5899 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 257.81 63.8048 0) + (at 126.0348 143.51 0) (effects (font (size 1.27 1.27) @@ -6094,7 +4907,7 @@ ) ) (property "Datasheet" "~" - (at 254 64.77 0) + (at 127 147.32 0) (effects (font (size 1.27 1.27) @@ -6103,16 +4916,7 @@ ) ) (property "Description" "" - (at 254 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "LCSC" "C282732" - (at 254 64.77 90) + (at 127 147.32 0) (effects (font (size 1.27 1.27) @@ -6121,15 +4925,15 @@ ) ) (pin "1" - (uuid "a5a1cd30-243c-491b-9973-a67751109176") + (uuid "9dc47604-5775-4ebe-84f3-18742babd368") ) (pin "2" - (uuid "3bbb0b70-9c16-415e-a1f0-bf050c327095") + (uuid "45cdc2fe-6129-419e-beee-c4a0d7875467") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C8") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C42") (unit 1) ) ) @@ -6137,16 +4941,16 @@ ) (symbol (lib_id "power:GND") - (at 158.75 54.61 0) + (at 139.7 144.78 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) + (uuid "00000000-0000-0000-0000-00005cefa2d5") + (property "Reference" "#PWR045" + (at 139.7 151.13 0) (effects (font (size 1.27 1.27) @@ -6155,7 +4959,7 @@ ) ) (property "Value" "GND" - (at 158.623 59.0042 0) + (at 139.573 149.1742 0) (effects (font (size 1.27 1.27) @@ -6163,7 +4967,7 @@ ) ) (property "Footprint" "" - (at 158.75 54.61 0) + (at 139.7 144.78 0) (effects (font (size 1.27 1.27) @@ -6172,7 +4976,7 @@ ) ) (property "Datasheet" "" - (at 158.75 54.61 0) + (at 139.7 144.78 0) (effects (font (size 1.27 1.27) @@ -6181,7 +4985,7 @@ ) ) (property "Description" "" - (at 158.75 54.61 0) + (at 139.7 144.78 0) (effects (font (size 1.27 1.27) @@ -6190,46 +4994,46 @@ ) ) (pin "1" - (uuid "4d175890-6e4b-4460-8de9-9428e7539e06") + (uuid "0ccee42e-fc42-440d-befa-f9824dc55e91") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR023") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR045") (unit 1) ) ) ) ) (symbol - (lib_id "Connector:Conn_Coaxial") - (at 158.75 48.26 0) + (lib_id "power:GND") + (at 74.93 81.28 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cf0ca1c") + (property "Reference" "#PWR064" + (at 74.93 87.63 0) (effects (font (size 1.27 1.27) ) - (justify left) + (hide yes) ) ) - (property "Value" "Conn_Coaxial" - (at 158.75 44.45 90) + (property "Value" "GND" + (at 74.803 85.6742 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Connector_Coaxial:SMA_Molex_73251-2200_Horizontal" - (at 158.75 48.26 0) + (property "Footprint" "" + (at 74.93 81.28 0) (effects (font (size 1.27 1.27) @@ -6237,8 +5041,8 @@ (hide yes) ) ) - (property "Datasheet" " ~" - (at 158.75 48.26 0) + (property "Datasheet" "" + (at 74.93 81.28 0) (effects (font (size 1.27 1.27) @@ -6247,7 +5051,7 @@ ) ) (property "Description" "" - (at 158.75 48.26 0) + (at 74.93 81.28 0) (effects (font (size 1.27 1.27) @@ -6256,48 +5060,46 @@ ) ) (pin "1" - (uuid "2adad9a1-8ab6-4148-8cf7-1112991894d9") - ) - (pin "2" - (uuid "4136dcce-214b-4285-83e5-7b83f8677ac4") + (uuid "a5d09c27-cab4-4268-aef7-6bf8c5929ea3") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J4") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR064") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 106.68 50.8 270) - (mirror x) + (lib_id "Sensor:Nuclear-Radiation_Detector") + (at 71.12 68.58 0) (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) + (uuid "00000000-0000-0000-0000-00005cf2e667") + (property "Reference" "V31" + (at 62.23 69.85 90) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Value" "10k" - (at 106.68 56.0324 90) + (property "Value" "Nuclear-Radiation_Detector" + (at 65.0748 69.723 90) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 106.68 52.578 90) + (property "Footprint" "Amplifier:IonizationChamberSensor" + (at 76.2 66.04 0) (effects (font (size 1.27 1.27) @@ -6306,16 +5108,7 @@ ) ) (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) + (at 71.12 68.58 0) (effects (font (size 1.27 1.27) @@ -6323,8 +5116,8 @@ (hide yes) ) ) - (property "LCSC" "C25744" - (at 106.68 50.8 90) + (property "Description" "Generic radiation detector" + (at 71.12 68.58 0) (effects (font (size 1.27 1.27) @@ -6333,48 +5126,50 @@ ) ) (pin "1" - (uuid "1d6c518d-78ac-4955-9bb6-38603c75f2d9") + (uuid "48063826-a3cc-4484-8b1e-141b70668d55") ) (pin "2" - (uuid "77d33670-cc33-4284-a2e6-fb4220eb139e") + (uuid "05fea81c-f414-4d5e-b583-cd96c928074e") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R10") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "V31") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 121.92 55.88 270) - (mirror x) + (lib_id "Device:C") + (at 163.83 147.32 180) (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) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005cf55dc2") + (property "Reference" "C44" + (at 167.64 146.0499 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Value" "120k" - (at 121.92 61.1124 90) + (property "Value" "100n" + (at 167.64 148.5899 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 121.92 57.658 90) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 162.8648 143.51 0) (effects (font (size 1.27 1.27) @@ -6383,7 +5178,7 @@ ) ) (property "Datasheet" "~" - (at 121.92 55.88 0) + (at 163.83 147.32 0) (effects (font (size 1.27 1.27) @@ -6392,7 +5187,7 @@ ) ) (property "Description" "" - (at 121.92 55.88 0) + (at 163.83 147.32 0) (effects (font (size 1.27 1.27) @@ -6400,60 +5195,50 @@ (hide yes) ) ) - (property "LCSC" "C17436" - (at 121.92 55.88 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) + (pin "2" + (uuid "043f6138-2ace-43b7-8c59-bf018ed63af3") ) (pin "1" - (uuid "f6d4bc4a-6e81-4a2a-86c1-432ff013bcd4") - ) - (pin "2" - (uuid "cfca2102-f7cc-4e29-a9d1-712f387bf41a") + (uuid "86dc9bca-eaef-484b-8fd3-0248692fd1e0") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R12") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C44") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 97.79 50.8 90) - (mirror x) + (lib_id "power:GND") + (at 176.53 144.78 0) + (mirror y) (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) + (uuid "00000000-0000-0000-0000-00005cf56173") + (property "Reference" "#PWR046" + (at 176.53 151.13 0) (effects (font (size 1.27 1.27) ) - (justify right) + (hide yes) ) ) - (property "Value" "0R resistor" - (at 98.933 47.879 0) + (property "Value" "GND" + (at 176.403 149.1742 0) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 101.6 51.7652 0) + (property "Footprint" "" + (at 176.53 144.78 0) (effects (font (size 1.27 1.27) @@ -6461,8 +5246,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 97.79 50.8 0) + (property "Datasheet" "" + (at 176.53 144.78 0) (effects (font (size 1.27 1.27) @@ -6471,7 +5256,7 @@ ) ) (property "Description" "" - (at 97.79 50.8 0) + (at 176.53 144.78 0) (effects (font (size 1.27 1.27) @@ -6480,49 +5265,45 @@ ) ) (pin "1" - (uuid "c704b696-0756-4912-a515-1301e19150a4") - ) - (pin "2" - (uuid "33d87b01-0998-49db-93f7-121410bad1c8") + (uuid "89cd29bb-7bb6-45f9-8f32-8166bfbab697") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C6") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR046") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 40.64 53.34 0) - (mirror y) + (lib_id "Device:C") + (at 156.21 93.98 90) + (mirror x) (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) + (uuid "00000000-0000-0000-0000-00005d7d5a31") + (property "Reference" "C5" + (at 156.21 98.044 90) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Value" "GND" - (at 40.513 57.7342 0) + (property "Value" "10n" + (at 156.21 100.3554 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 40.64 53.34 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 160.02 94.9452 0) (effects (font (size 1.27 1.27) @@ -6530,8 +5311,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 40.64 53.34 0) + (property "Datasheet" "~" + (at 156.21 93.98 0) (effects (font (size 1.27 1.27) @@ -6540,7 +5321,7 @@ ) ) (property "Description" "" - (at 40.64 53.34 0) + (at 156.21 93.98 0) (effects (font (size 1.27 1.27) @@ -6548,47 +5329,49 @@ (hide yes) ) ) + (pin "2" + (uuid "2a311179-f45e-4e2e-ae2e-e01aeeab64df") + ) (pin "1" - (uuid "7084050e-fd1f-4daa-b79f-21db23b67c99") + (uuid "d1eee76a-78ac-4c07-8c17-807f946e07cd") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR022") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C5") (unit 1) ) ) ) ) (symbol - (lib_id "Sensor:Nuclear-Radiation_Detector") - (at 36.83 40.64 0) + (lib_id "Device:C") + (at 116.84 91.44 90) + (mirror x) (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) + (uuid "00000000-0000-0000-0000-00005d7d6168") + (property "Reference" "C4" + (at 116.84 95.504 90) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "Nuclear-Radiation_Detector" - (at 30.7848 41.783 90) + (property "Value" "10n" + (at 116.84 97.8154 90) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "IonizationChamber:IonizationChamberSensor" - (at 41.91 38.1 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 120.65 92.4052 0) (effects (font (size 1.27 1.27) @@ -6597,7 +5380,7 @@ ) ) (property "Datasheet" "~" - (at 36.83 40.64 0) + (at 116.84 91.44 0) (effects (font (size 1.27 1.27) @@ -6606,7 +5389,7 @@ ) ) (property "Description" "" - (at 36.83 40.64 0) + (at 116.84 91.44 0) (effects (font (size 1.27 1.27) @@ -6615,48 +5398,50 @@ ) ) (pin "1" - (uuid "d78848e1-9a5e-4f2e-a43f-82b4302c7e73") + (uuid "57d30036-00d8-4d4c-8771-3e65f709aa9d") ) (pin "2" - (uuid "235ec54d-2fc0-4721-b19c-eac70904e813") + (uuid "79060031-bb0c-42a4-9ff7-8981e0f93705") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "V1") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C4") (unit 1) ) ) ) ) (symbol - (lib_id "power:+BATT") - (at 210.82 62.23 0) + (lib_id "Device:C") + (at 36.83 60.96 0) + (mirror y) (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) + (uuid "0deb7651-4d9a-4ea5-a7ee-8d5af332da5e") + (property "Reference" "C1" + (at 39.751 59.7916 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify right) ) ) - (property "Value" "+BATT" - (at 211.201 57.8358 0) + (property "Value" "100n" + (at 39.751 62.103 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "" - (at 210.82 62.23 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 35.8648 64.77 0) (effects (font (size 1.27 1.27) @@ -6664,8 +5449,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 210.82 62.23 0) + (property "Datasheet" "~" + (at 36.83 60.96 0) (effects (font (size 1.27 1.27) @@ -6674,7 +5459,7 @@ ) ) (property "Description" "" - (at 210.82 62.23 0) + (at 36.83 60.96 0) (effects (font (size 1.27 1.27) @@ -6682,29 +5467,32 @@ (hide yes) ) ) + (pin "2" + (uuid "0392ebbb-ad00-4635-895c-1153cad616e2") + ) (pin "1" - (uuid "dd7a66fa-5405-4d6d-9e79-8401829b2150") + (uuid "e4cda45d-8b7e-414a-8014-10c836ef9fff") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR020") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C1") (unit 1) ) ) ) ) (symbol - (lib_id "power:+BATT") - (at 246.38 62.23 0) + (lib_id "power:GND") + (at 60.96 149.86 180) (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) + (uuid "32f0c50a-da9f-4f6a-b9ab-49a640e94acc") + (property "Reference" "#PWR03" + (at 60.96 143.51 0) (effects (font (size 1.27 1.27) @@ -6712,8 +5500,8 @@ (hide yes) ) ) - (property "Value" "+BATT" - (at 246.761 57.8358 0) + (property "Value" "GND" + (at 60.833 145.4658 0) (effects (font (size 1.27 1.27) @@ -6721,7 +5509,7 @@ ) ) (property "Footprint" "" - (at 246.38 62.23 0) + (at 60.96 149.86 0) (effects (font (size 1.27 1.27) @@ -6730,7 +5518,7 @@ ) ) (property "Datasheet" "" - (at 246.38 62.23 0) + (at 60.96 149.86 0) (effects (font (size 1.27 1.27) @@ -6739,7 +5527,7 @@ ) ) (property "Description" "" - (at 246.38 62.23 0) + (at 60.96 149.86 0) (effects (font (size 1.27 1.27) @@ -6748,45 +5536,47 @@ ) ) (pin "1" - (uuid "2467b598-1dc8-42aa-987a-63a001e4cc91") + (uuid "6e564c63-24e4-45aa-8317-546c0dc4e938") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR021") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR03") (unit 1) ) ) ) ) (symbol - (lib_id "power:-BATT") - (at 210.82 85.09 180) + (lib_id "Device:Battery") + (at 19.05 68.58 0) (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) + (fields_autoplaced yes) + (uuid "3e2cbde4-7dd9-4341-a099-932e09afab23") + (property "Reference" "BT2" + (at 22.86 66.7384 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify left) ) ) - (property "Value" "-BATT" - (at 210.439 89.4842 0) + (property "Value" "Battery" + (at 22.86 69.2784 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 210.82 85.09 0) + (property "Footprint" "Amplifier:AAAAPCBHolder" + (at 19.05 67.056 90) (effects (font (size 1.27 1.27) @@ -6794,8 +5584,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 210.82 85.09 0) + (property "Datasheet" "~" + (at 19.05 67.056 90) (effects (font (size 1.27 1.27) @@ -6803,8 +5593,8 @@ (hide yes) ) ) - (property "Description" "" - (at 210.82 85.09 0) + (property "Description" "Multiple-cell battery" + (at 19.05 68.58 0) (effects (font (size 1.27 1.27) @@ -6813,45 +5603,51 @@ ) ) (pin "1" - (uuid "ab7f6f9d-75e0-41e5-b3fa-a37a0c65ed66") + (uuid "3f655544-0ac2-4d78-a399-f69a98e3947d") + ) + (pin "2" + (uuid "b18b5a2f-e141-4144-82a4-23aaafa82179") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR026") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "BT2") (unit 1) ) ) ) ) (symbol - (lib_id "power:-BATT") - (at 246.38 85.09 180) + (lib_id "Device:C_Polarized") + (at 60.96 132.08 0) + (mirror y) (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) + (fields_autoplaced yes) + (uuid "56c0ada9-ffed-4d7a-a080-f6ed51eff987") + (property "Reference" "C8" + (at 64.77 132.4611 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify right) ) ) - (property "Value" "-BATT" - (at 245.999 89.4842 0) + (property "Value" "100u/6v3" + (at 64.77 129.9211 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "" - (at 246.38 85.09 0) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 59.9948 135.89 0) (effects (font (size 1.27 1.27) @@ -6859,8 +5655,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 246.38 85.09 0) + (property "Datasheet" "~" + (at 60.96 132.08 0) (effects (font (size 1.27 1.27) @@ -6868,8 +5664,8 @@ (hide yes) ) ) - (property "Description" "" - (at 246.38 85.09 0) + (property "Description" "Polarized capacitor" + (at 60.96 132.08 0) (effects (font (size 1.27 1.27) @@ -6878,46 +5674,50 @@ ) ) (pin "1" - (uuid "7ecda2fb-d5c7-43bd-ab56-db116d6f8da5") + (uuid "0826b129-c018-4af5-8ace-f7e51419752c") + ) + (pin "2" + (uuid "6515770c-f558-483d-b5b5-247a53ef6fd1") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR027") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C8") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 106.68 43.18 0) - (mirror y) + (lib_id "Device:RFShield_TwoPieces") + (at 238.76 138.43 0) (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) + (fields_autoplaced yes) + (uuid "58fda2c2-da45-4b3d-bac0-89fb03a9b907") + (property "Reference" "J1" + (at 257.81 135.2549 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify left) ) ) - (property "Value" "GND" - (at 106.553 47.5742 0) + (property "Value" "RFShield_TwoPieces" + (at 257.81 137.7949 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 106.68 43.18 0) + (property "Footprint" "Amplifier:IonizationChamberShield" + (at 238.76 140.97 0) (effects (font (size 1.27 1.27) @@ -6925,8 +5725,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 106.68 43.18 0) + (property "Datasheet" "~" + (at 238.76 140.97 0) (effects (font (size 1.27 1.27) @@ -6934,8 +5734,8 @@ (hide yes) ) ) - (property "Description" "" - (at 106.68 43.18 0) + (property "Description" "Two-piece EMI RF shielding cabinet" + (at 238.76 138.43 0) (effects (font (size 1.27 1.27) @@ -6944,44 +5744,45 @@ ) ) (pin "1" - (uuid "55686156-9f8a-4881-9017-a985c593e9ee") + (uuid "edd5993f-e008-48ae-a39e-1fec13d16910") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR019") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "J1") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 217.17 82.55 90) + (lib_id "power:GND") + (at 93.98 151.13 180) (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) + (uuid "5c1b174e-5a45-4f3f-be0b-d0710c79aaaa") + (property "Reference" "#PWR04" + (at 93.98 144.78 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "100n" - (at 217.17 78.4606 90) + (property "Value" "GND" + (at 93.853 146.7358 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 220.98 81.5848 0) + (property "Footprint" "" + (at 93.98 151.13 0) (effects (font (size 1.27 1.27) @@ -6989,8 +5790,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 217.17 82.55 0) + (property "Datasheet" "" + (at 93.98 151.13 0) (effects (font (size 1.27 1.27) @@ -6999,16 +5800,7 @@ ) ) (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) + (at 93.98 151.13 0) (effects (font (size 1.27 1.27) @@ -7017,49 +5809,47 @@ ) ) (pin "1" - (uuid "623bb547-ab72-4875-bab8-b060eaba17e7") - ) - (pin "2" - (uuid "8d344ef3-d1c8-4ca2-93e0-ef0ae4dc446e") + (uuid "022bc6b4-d21a-45ba-bd44-5fffd4578dca") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C12") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR04") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 226.06 74.93 0) - (mirror y) + (lib_id "Device:Battery") + (at 19.05 57.15 0) (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) + (fields_autoplaced yes) + (uuid "6416b392-a0e9-4a75-8d7e-0dd21869e9b0") + (property "Reference" "BT1" + (at 22.86 55.3084 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify left) ) ) - (property "Value" "GND" - (at 225.933 79.3242 0) + (property "Value" "Battery" + (at 22.86 57.8484 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 226.06 74.93 0) + (property "Footprint" "Amplifier:AAAAPCBHolder" + (at 19.05 55.626 90) (effects (font (size 1.27 1.27) @@ -7067,8 +5857,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 226.06 74.93 0) + (property "Datasheet" "~" + (at 19.05 55.626 90) (effects (font (size 1.27 1.27) @@ -7076,8 +5866,8 @@ (hide yes) ) ) - (property "Description" "" - (at 226.06 74.93 0) + (property "Description" "Multiple-cell battery" + (at 19.05 57.15 0) (effects (font (size 1.27 1.27) @@ -7086,44 +5876,50 @@ ) ) (pin "1" - (uuid "9b1f1961-311d-4e0b-882c-c2ee2fb80c33") + (uuid "d6b64ead-c76b-4e70-9316-6bb0cbb6d901") + ) + (pin "2" + (uuid "80bbe0b1-9640-40c4-b3c1-548fae9c73c5") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR025") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "BT1") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 254 82.55 90) + (lib_id "Device:C_Polarized") + (at 60.96 154.94 180) (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) + (fields_autoplaced yes) + (uuid "6421e76f-4256-4fc4-af34-1cbf985abc23") + (property "Reference" "C6" + (at 64.77 154.5589 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Value" "100n" - (at 254 78.4606 90) + (property "Value" "100u/6v3" + (at 64.77 157.0989 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 257.81 81.5848 0) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 59.9948 151.13 0) (effects (font (size 1.27 1.27) @@ -7132,16 +5928,7 @@ ) ) (property "Datasheet" "~" - (at 254 82.55 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "" - (at 254 82.55 0) + (at 60.96 154.94 0) (effects (font (size 1.27 1.27) @@ -7149,8 +5936,8 @@ (hide yes) ) ) - (property "LCSC" "C282732" - (at 254 82.55 90) + (property "Description" "Polarized capacitor" + (at 60.96 154.94 0) (effects (font (size 1.27 1.27) @@ -7159,49 +5946,49 @@ ) ) (pin "1" - (uuid "3c552ef2-e1da-4089-b98d-0ec6f80b212f") + (uuid "f9b59dfd-3222-4a65-a8f5-ebc3cd990019") ) (pin "2" - (uuid "b5600565-600f-424a-9a61-2ae10985b185") + (uuid "83a0b81d-6e3e-4d1a-8ac8-b62dcca33604") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C13") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C6") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 262.89 73.66 0) - (mirror y) + (lib_id "Device:C") + (at 82.55 130.81 0) (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) + (uuid "6c6afcf2-18a7-41d4-b785-bb95eb9d6134") + (property "Reference" "C9" + (at 79.6544 131.9784 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify right) ) ) - (property "Value" "GND" - (at 262.763 78.0542 0) + (property "Value" "1u" + (at 79.6544 129.667 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "" - (at 262.89 73.66 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 83.5152 134.62 0) (effects (font (size 1.27 1.27) @@ -7209,8 +5996,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 262.89 73.66 0) + (property "Datasheet" "~" + (at 82.55 130.81 0) (effects (font (size 1.27 1.27) @@ -7219,7 +6006,7 @@ ) ) (property "Description" "" - (at 262.89 73.66 0) + (at 82.55 130.81 0) (effects (font (size 1.27 1.27) @@ -7228,44 +6015,48 @@ ) ) (pin "1" - (uuid "bfedaf7a-0f92-4af8-9da4-c3e1d63a9d3a") + (uuid "24927ff6-8e25-4998-816f-ef3c84072272") + ) + (pin "2" + (uuid "22143153-07a6-4366-9205-091e0b37709e") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR024") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C9") (unit 1) ) ) ) ) (symbol - (lib_id "Connector:TestPoint") - (at 41.91 31.75 0) + (lib_id "Device:L") + (at 87.63 127 270) + (mirror x) (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) + (uuid "709a4d28-11f8-48b6-84b7-daf33412f6f4") + (property "Reference" "L2" + (at 87.63 122.174 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "TestPoint" - (at 41.91 25.8064 0) + (property "Value" "22u" + (at 87.63 124.4854 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" - (at 46.99 31.75 0) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 87.63 127 0) (effects (font (size 1.27 1.27) @@ -7274,7 +6065,7 @@ ) ) (property "Datasheet" "~" - (at 46.99 31.75 0) + (at 87.63 127 0) (effects (font (size 1.27 1.27) @@ -7283,7 +6074,7 @@ ) ) (property "Description" "" - (at 41.91 31.75 0) + (at 87.63 127 0) (effects (font (size 1.27 1.27) @@ -7292,12 +6083,15 @@ ) ) (pin "1" - (uuid "7f0e211f-12a1-4df4-8a73-e296007202f8") + (uuid "21e3b1d2-4903-4d35-8770-42148d136047") + ) + (pin "2" + (uuid "45f2c107-dfc8-4e78-9d7b-b22ae682b2d7") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "TP6") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "L2") (unit 1) ) ) @@ -7305,32 +6099,33 @@ ) (symbol (lib_id "Device:C") - (at 121.92 66.04 90) - (mirror x) + (at 93.98 130.81 0) (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) + (uuid "74fb35c6-48a6-43d9-bc55-6e0299a6f902") + (property "Reference" "C10" + (at 91.0844 131.9784 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Value" "10n" - (at 121.92 72.4154 90) + (property "Value" "1u" + (at 91.0844 129.667 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 125.73 67.0052 0) + (at 94.9452 134.62 0) (effects (font (size 1.27 1.27) @@ -7339,7 +6134,7 @@ ) ) (property "Datasheet" "~" - (at 121.92 66.04 0) + (at 93.98 130.81 0) (effects (font (size 1.27 1.27) @@ -7348,16 +6143,7 @@ ) ) (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) + (at 93.98 130.81 0) (effects (font (size 1.27 1.27) @@ -7366,48 +6152,49 @@ ) ) (pin "1" - (uuid "e0c19faa-7bf2-4efc-bbaf-0175777db1e7") + (uuid "599ad7d4-32cc-4fb0-a389-f012e87b2b25") ) (pin "2" - (uuid "0c2b7deb-2cdc-40fb-b12f-aaeff81bcd39") + (uuid "44c94a63-7578-421a-ab7b-7e596de84e6b") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C11") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C10") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 82.55 63.5 90) - (mirror x) + (lib_id "power:GND") + (at 19.05 87.63 0) + (mirror y) (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) + (uuid "7f7e2fc0-5f24-4219-b9fe-a78718d605da") + (property "Reference" "#PWR01" + (at 19.05 93.98 0) (effects (font (size 1.27 1.27) ) + (hide yes) ) ) - (property "Value" "10n" - (at 82.55 69.8754 90) + (property "Value" "GND" + (at 18.923 92.0242 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 86.36 64.4652 0) + (property "Footprint" "" + (at 19.05 87.63 0) (effects (font (size 1.27 1.27) @@ -7415,8 +6202,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 82.55 63.5 0) + (property "Datasheet" "" + (at 19.05 87.63 0) (effects (font (size 1.27 1.27) @@ -7425,16 +6212,7 @@ ) ) (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) + (at 19.05 87.63 0) (effects (font (size 1.27 1.27) @@ -7443,31 +6221,29 @@ ) ) (pin "1" - (uuid "f080740c-32f8-44df-93a3-c42fe3ce7b6c") - ) - (pin "2" - (uuid "f55a161b-c68a-43ad-8368-01bbd0376e63") + (uuid "3f564f29-9c29-4f9c-9630-5b1ae0488240") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C9") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR01") (unit 1) ) ) ) ) (symbol - (lib_id "Device:RF_Shield_One_Piece") - (at 240.03 105.41 0) + (lib_id "Connector:TestPoint") + (at 200.66 81.28 270) (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) + (fields_autoplaced yes) + (uuid "87bf3993-8203-4b1d-8f8f-2b29e22eb29e") + (property "Reference" "TP2" + (at 205.74 80.0099 90) (effects (font (size 1.27 1.27) @@ -7475,8 +6251,8 @@ (justify left) ) ) - (property "Value" "RF_Shield_One_Piece" - (at 256.032 108.0008 0) + (property "Value" "TestPoint" + (at 205.74 82.5499 90) (effects (font (size 1.27 1.27) @@ -7484,8 +6260,8 @@ (justify left) ) ) - (property "Footprint" "IonizationChamber:RFShield" - (at 240.03 107.95 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 200.66 86.36 0) (effects (font (size 1.27 1.27) @@ -7494,7 +6270,7 @@ ) ) (property "Datasheet" "~" - (at 240.03 107.95 0) + (at 200.66 86.36 0) (effects (font (size 1.27 1.27) @@ -7503,7 +6279,7 @@ ) ) (property "Description" "" - (at 240.03 105.41 0) + (at 200.66 81.28 0) (effects (font (size 1.27 1.27) @@ -7512,46 +6288,45 @@ ) ) (pin "1" - (uuid "6c46caa6-19b2-44bf-b93c-425b70097717") + (uuid "65848f7a-a135-4ad3-8e51-eedca1e9bb85") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J3") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP2") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 240.03 116.84 0) - (mirror y) - (unit 1) + (lib_id "Amplifier_Operational:LM358") + (at 177.8 76.2 0) + (unit 2) (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) + (fields_autoplaced yes) + (uuid "8aeffcc9-46b4-4228-b02c-9ada691fcf3a") + (property "Reference" "U2" + (at 177.8 66.04 0) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Value" "GND" - (at 239.903 121.2342 0) + (property "Value" "LM358" + (at 177.8 68.58 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 240.03 116.84 0) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 177.8 76.2 0) (effects (font (size 1.27 1.27) @@ -7559,8 +6334,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 240.03 116.84 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 177.8 76.2 0) (effects (font (size 1.27 1.27) @@ -7568,8 +6343,8 @@ (hide yes) ) ) - (property "Description" "" - (at 240.03 116.84 0) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 177.8 76.2 0) (effects (font (size 1.27 1.27) @@ -7577,45 +6352,69 @@ (hide yes) ) ) + (pin "8" + (uuid "24a23809-36b1-4969-bff3-6124165d0a0a") + ) + (pin "2" + (uuid "d3be963f-4e2a-4ab8-9f6a-4cf0a480236a") + ) (pin "1" - (uuid "be624b40-a6f2-428f-8ae1-3b3e6aff9460") + (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 "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR011") - (unit 1) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U2") + (unit 2) ) ) ) ) (symbol - (lib_id "Connector:Conn_01x03_Male") - (at 243.84 31.75 0) + (lib_id "Device:C") + (at 82.55 156.21 0) + (mirror x) (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) + (uuid "97cdb4a1-1c9b-4e53-8d37-537b4c234ac3") + (property "Reference" "C3" + (at 79.6544 155.0416 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Value" "Conn_01x03_Male" - (at 246.5832 26.924 0) + (property "Value" "1u" + (at 79.6544 157.353 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Vertical" - (at 243.84 31.75 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 83.5152 152.4 0) (effects (font (size 1.27 1.27) @@ -7624,7 +6423,7 @@ ) ) (property "Datasheet" "~" - (at 243.84 31.75 0) + (at 82.55 156.21 0) (effects (font (size 1.27 1.27) @@ -7633,7 +6432,7 @@ ) ) (property "Description" "" - (at 243.84 31.75 0) + (at 82.55 156.21 0) (effects (font (size 1.27 1.27) @@ -7642,50 +6441,48 @@ ) ) (pin "1" - (uuid "e4a6dd74-72b0-441c-b9b4-33323b1cdc3a") + (uuid "40a96a62-fceb-40df-a9c4-4fed1e296419") ) (pin "2" - (uuid "6ae25ae2-b6aa-4453-90c4-e337a5961ee9") - ) - (pin "3" - (uuid "c7447bf0-29be-4d1d-924a-ee6a9da74331") + (uuid "1f6caf7b-6534-4dad-9887-350db291dc7c") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J5") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C3") (unit 1) ) ) ) ) (symbol - (lib_id "Connector:Conn_01x03_Male") - (at 181.61 30.48 0) - (unit 1) + (lib_id "Amplifier_Operational:LMC6062") + (at 116.84 76.2 0) + (unit 2) (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) + (fields_autoplaced yes) + (uuid "9926aa03-c0ed-4fad-8c06-d12876ee4b3c") + (property "Reference" "U1" + (at 116.84 66.04 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "Conn_01x03_Male" - (at 181.61 25.4 0) + (property "Value" "LMC6062" + (at 116.84 68.58 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) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 116.84 76.2 0) (effects (font (size 1.27 1.27) @@ -7693,8 +6490,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 181.61 30.48 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 116.84 76.2 0) (effects (font (size 1.27 1.27) @@ -7702,8 +6499,8 @@ (hide yes) ) ) - (property "Description" "" - (at 181.61 30.48 0) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 116.84 76.2 0) (effects (font (size 1.27 1.27) @@ -7711,53 +6508,68 @@ (hide yes) ) ) + (pin "4" + (uuid "02ca32ed-03d3-425c-93bc-a0bd035f54c7") + ) (pin "1" - (uuid "4114c6ac-e2bb-406d-93e5-1d7caab99d1a") + (uuid "1ea363cd-52e8-4354-a190-cce9c7bc8c4c") + ) + (pin "8" + (uuid "6a3c3d8b-01eb-4075-a8eb-6a6258949bbc") ) (pin "2" - (uuid "cc91ae7e-4afb-43df-bc59-70faeabc9607") + (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 "74ea7d75-46e3-4de1-a449-5904834c0f81") + (uuid "fe249680-7403-4a12-9ce0-b2e94a4d6eee") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "J6") - (unit 1) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U1") + (unit 2) ) ) ) ) (symbol - (lib_id "Device:R") - (at 171.45 152.4 180) + (lib_id "power:GND") + (at 60.96 137.16 0) + (mirror y) (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) + (uuid "9ba379e0-174f-428c-8dcc-523a8d278878") + (property "Reference" "#PWR05" + (at 60.96 143.51 0) (effects (font (size 1.27 1.27) ) - (justify right) + (hide yes) ) ) - (property "Value" "TBD" - (at 173.228 153.543 0) + (property "Value" "GND" + (at 60.833 141.5542 0) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 173.228 152.4 90) + (property "Footprint" "" + (at 60.96 137.16 0) (effects (font (size 1.27 1.27) @@ -7765,8 +6577,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 171.45 152.4 0) + (property "Datasheet" "" + (at 60.96 137.16 0) (effects (font (size 1.27 1.27) @@ -7775,7 +6587,7 @@ ) ) (property "Description" "" - (at 171.45 152.4 0) + (at 60.96 137.16 0) (effects (font (size 1.27 1.27) @@ -7783,50 +6595,47 @@ (hide yes) ) ) - (pin "1" - (uuid "9fe46e3f-f8af-4fd1-bcd3-9a8393c6b014") - ) - (pin "2" - (uuid "0126b500-194e-4f4e-9680-edd424b9f2c1") + (pin "1" + (uuid "af37cb61-44db-41df-8230-5eb05db7754a") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R16") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR05") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 161.29 125.73 180) + (lib_id "power:GND") + (at 93.98 135.89 0) + (mirror y) (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) + (uuid "9fb7c11e-8bd8-4d60-ab66-9ecd75830bb5") + (property "Reference" "#PWR07" + (at 93.98 142.24 0) (effects (font (size 1.27 1.27) ) - (justify left) + (hide yes) ) ) - (property "Value" "TBD" - (at 159.5374 126.873 0) + (property "Value" "GND" + (at 93.853 140.2842 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 163.068 125.73 90) + (property "Footprint" "" + (at 93.98 135.89 0) (effects (font (size 1.27 1.27) @@ -7834,8 +6643,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 161.29 125.73 0) + (property "Datasheet" "" + (at 93.98 135.89 0) (effects (font (size 1.27 1.27) @@ -7844,7 +6653,7 @@ ) ) (property "Description" "" - (at 161.29 125.73 0) + (at 93.98 135.89 0) (effects (font (size 1.27 1.27) @@ -7853,49 +6662,45 @@ ) ) (pin "1" - (uuid "57fa1995-3c21-495d-833f-0602a6427f5d") - ) - (pin "2" - (uuid "8cbde62d-5a7c-4c05-ad0b-247abe05906b") + (uuid "ecb7e670-a178-4a9b-a53e-7256b6c38b96") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R5") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR07") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Q_NMOS_GDS") - (at 158.75 149.86 0) + (lib_id "Amplifier_Operational:LM358") + (at 156.21 76.2 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) + (fields_autoplaced yes) + (uuid "a0d7aa3d-e12c-470a-8753-04f5b35c0cb4") + (property "Reference" "U2" + (at 156.21 66.04 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "Q_NMOS_GDS" - (at 146.05 156.21 0) + (property "Value" "LM358" + (at 156.21 68.58 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 163.83 147.32 0) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 156.21 76.2 0) (effects (font (size 1.27 1.27) @@ -7903,8 +6708,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 158.75 149.86 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 156.21 76.2 0) (effects (font (size 1.27 1.27) @@ -7912,8 +6717,8 @@ (hide yes) ) ) - (property "Description" "" - (at 158.75 149.86 0) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 156.21 76.2 0) (effects (font (size 1.27 1.27) @@ -7921,53 +6726,69 @@ (hide yes) ) ) - (pin "1" - (uuid "b2c2db6a-a753-49af-b5ac-e1698e079bec") + (pin "8" + (uuid "24a23809-36b1-4969-bff3-6124165d0a0b") ) (pin "2" - (uuid "ee84792b-747d-4a7e-aa0b-15903580f644") + (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 "1e026f89-60c2-4e16-9433-43cdb20ab6f5") + (uuid "706cfb8e-0acf-4cb9-9645-26705204491d") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q3") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U2") (unit 1) ) ) ) ) (symbol - (lib_id "Device:Q_PMOS_GDS") - (at 168.91 130.81 0) - (unit 1) + (lib_id "Amplifier_Operational:LM358") + (at 157.48 140.97 0) + (unit 3) (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) + (fields_autoplaced yes) + (uuid "a615a9b5-68e8-4596-a26d-9800a07750fd") + (property "Reference" "U2" + (at 153.67 139.6999 0) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) - (property "Value" "Q_PMOS_GDS" - (at 174.117 131.953 0) + (property "Value" "LM358" + (at 153.67 142.2399 0) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" - (at 173.99 128.27 0) + (property "Footprint" "Package_SO:SO-8_3.9x4.9mm_P1.27mm" + (at 157.48 140.97 0) (effects (font (size 1.27 1.27) @@ -7975,8 +6796,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 168.91 130.81 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" + (at 157.48 140.97 0) (effects (font (size 1.27 1.27) @@ -7984,8 +6805,8 @@ (hide yes) ) ) - (property "Description" "" - (at 168.91 130.81 0) + (property "Description" "Low-Power, Dual Operational Amplifiers, DIP-8/SOIC-8/TO-99-8" + (at 157.48 140.97 0) (effects (font (size 1.27 1.27) @@ -7993,35 +6814,51 @@ (hide yes) ) ) - (pin "1" - (uuid "16cc7295-d932-4236-a03a-a25239479cdf") + (pin "8" + (uuid "24a23809-36b1-4969-bff3-6124165d0a0c") ) (pin "2" - (uuid "cf45c490-c0a3-4782-85a4-7308ef4d8813") + (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 "cae0c709-73d1-4829-86e2-c26904199a2a") + (uuid "706cfb8e-0acf-4cb9-9645-26705204491e") ) (instances (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "Q1") - (unit 1) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U2") + (unit 3) ) ) ) ) (symbol (lib_id "power:GND") - (at 161.29 157.48 0) + (at 36.83 67.31 0) + (mirror y) (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) + (uuid "a81ef891-be10-4d83-a6a3-425502e6e343") + (property "Reference" "#PWR08" + (at 36.83 73.66 0) (effects (font (size 1.27 1.27) @@ -8030,7 +6867,7 @@ ) ) (property "Value" "GND" - (at 161.417 161.8742 0) + (at 36.703 71.7042 0) (effects (font (size 1.27 1.27) @@ -8038,7 +6875,7 @@ ) ) (property "Footprint" "" - (at 161.29 157.48 0) + (at 36.83 67.31 0) (effects (font (size 1.27 1.27) @@ -8047,7 +6884,7 @@ ) ) (property "Datasheet" "" - (at 161.29 157.48 0) + (at 36.83 67.31 0) (effects (font (size 1.27 1.27) @@ -8056,7 +6893,7 @@ ) ) (property "Description" "" - (at 161.29 157.48 0) + (at 36.83 67.31 0) (effects (font (size 1.27 1.27) @@ -8065,46 +6902,45 @@ ) ) (pin "1" - (uuid "8034b1f2-2d58-4fb4-8e98-9be146229f05") + (uuid "1e42f801-bedd-407d-99ef-ab4cb3bf5700") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR029") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR08") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 171.45 140.97 180) + (lib_id "power:GND") + (at 82.55 151.13 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) + (uuid "ad5e2a51-f9b6-4e7e-ba31-7c9188cd9351") + (property "Reference" "#PWR02" + (at 82.55 144.78 0) (effects (font (size 1.27 1.27) ) - (justify right) + (hide yes) ) ) - (property "Value" "TBD" - (at 173.228 142.113 0) + (property "Value" "GND" + (at 82.423 146.7358 0) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 173.228 140.97 90) + (property "Footprint" "" + (at 82.55 151.13 0) (effects (font (size 1.27 1.27) @@ -8112,8 +6948,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 171.45 140.97 0) + (property "Datasheet" "" + (at 82.55 151.13 0) (effects (font (size 1.27 1.27) @@ -8122,7 +6958,7 @@ ) ) (property "Description" "" - (at 171.45 140.97 0) + (at 82.55 151.13 0) (effects (font (size 1.27 1.27) @@ -8131,48 +6967,47 @@ ) ) (pin "1" - (uuid "f9f554ec-46d7-40aa-84e1-b02a413c6c9a") - ) - (pin "2" - (uuid "bfefcf40-c4ce-4be9-9225-2fa8c9bd13a7") + (uuid "36ad3e0b-198e-4103-8ad1-3b297afeeecc") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "R9") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR02") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 171.45 157.48 0) + (lib_id "Device:Battery") + (at 19.05 80.01 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) + (fields_autoplaced yes) + (uuid "bb8adb3a-86d4-4b94-b0b4-da97cbab4210") + (property "Reference" "BT3" + (at 22.86 78.1684 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify left) ) ) - (property "Value" "GND" - (at 171.577 161.8742 0) + (property "Value" "Battery" + (at 22.86 80.7084 0) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 171.45 157.48 0) + (property "Footprint" "Amplifier:AAAAPCBHolder" + (at 19.05 78.486 90) (effects (font (size 1.27 1.27) @@ -8180,8 +7015,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 171.45 157.48 0) + (property "Datasheet" "~" + (at 19.05 78.486 90) (effects (font (size 1.27 1.27) @@ -8189,8 +7024,8 @@ (hide yes) ) ) - (property "Description" "" - (at 171.45 157.48 0) + (property "Description" "Multiple-cell battery" + (at 19.05 80.01 0) (effects (font (size 1.27 1.27) @@ -8199,45 +7034,50 @@ ) ) (pin "1" - (uuid "0413df2e-29f0-4e92-b270-cbf40ea761f7") + (uuid "6e81e5b1-07c9-4408-800f-bddeed4be770") + ) + (pin "2" + (uuid "ddd497ca-0c30-48d6-9b10-0461f6912074") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR030") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "BT3") (unit 1) ) ) ) ) (symbol - (lib_id "power:+BATT") - (at 171.45 118.11 0) - (unit 1) + (lib_id "Amplifier_Operational:LMC6062") + (at 119.38 142.24 0) + (unit 3) (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) + (fields_autoplaced yes) + (uuid "bfd5cff0-0ea2-4ae5-bb58-f05607c38914") + (property "Reference" "U1" + (at 115.57 140.9699 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify right) ) ) - (property "Value" "+BATT" - (at 171.831 113.7158 0) + (property "Value" "LMC6062" + (at 115.57 143.5099 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "" - (at 171.45 118.11 0) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 119.38 142.24 0) (effects (font (size 1.27 1.27) @@ -8245,8 +7085,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 171.45 118.11 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 119.38 142.24 0) (effects (font (size 1.27 1.27) @@ -8254,8 +7094,8 @@ (hide yes) ) ) - (property "Description" "" - (at 171.45 118.11 0) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 119.38 142.24 0) (effects (font (size 1.27 1.27) @@ -8263,47 +7103,69 @@ (hide yes) ) ) + (pin "4" + (uuid "02ca32ed-03d3-425c-93bc-a0bd035f54c8") + ) (pin "1" - (uuid "01c59866-0fbc-4ae1-a9dc-2266c2918a7c") + (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 "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR018") - (unit 1) + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U1") + (unit 3) ) ) ) ) (symbol - (lib_id "power:+BATT") - (at 224.79 41.91 0) - (mirror x) + (lib_id "Device:C") + (at 49.53 60.96 0) + (mirror y) (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) + (uuid "c93bdd1b-64d4-4c5f-845d-24669e5ebdad") + (property "Reference" "C2" + (at 52.451 59.7916 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify right) ) ) - (property "Value" "+BATT" - (at 225.171 46.3042 0) + (property "Value" "10n" + (at 52.451 62.103 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "" - (at 224.79 41.91 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 48.5648 64.77 0) (effects (font (size 1.27 1.27) @@ -8311,8 +7173,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 224.79 41.91 0) + (property "Datasheet" "~" + (at 49.53 60.96 0) (effects (font (size 1.27 1.27) @@ -8321,7 +7183,7 @@ ) ) (property "Description" "" - (at 224.79 41.91 0) + (at 49.53 60.96 0) (effects (font (size 1.27 1.27) @@ -8329,47 +7191,49 @@ (hide yes) ) ) + (pin "2" + (uuid "a7f7ae99-7cd8-4edb-a172-80df287698cd") + ) (pin "1" - (uuid "125c2d75-e856-44c5-8f9d-3a076266066e") + (uuid "ad16ed9d-40d6-4788-a9a6-2a758936d6f9") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR0101") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C2") (unit 1) ) ) ) ) (symbol - (lib_id "power:-BATT") - (at 224.79 19.05 0) - (mirror y) + (lib_id "Amplifier_Operational:LMC6062") + (at 88.9 76.2 0) (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) + (fields_autoplaced yes) + (uuid "cb3f591a-a7d0-466c-bbad-154ce8ebd9f7") + (property "Reference" "U1" + (at 88.9 66.04 0) (effects (font (size 1.27 1.27) ) - (hide yes) ) ) - (property "Value" "-BATT" - (at 224.409 14.6558 0) + (property "Value" "LMC6062" + (at 88.9 68.58 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "" - (at 224.79 19.05 0) + (property "Footprint" "Package_DIP:DIP-8_W7.62mm" + (at 88.9 76.2 0) (effects (font (size 1.27 1.27) @@ -8377,8 +7241,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 224.79 19.05 0) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lmc6062.pdf" + (at 88.9 76.2 0) (effects (font (size 1.27 1.27) @@ -8386,8 +7250,8 @@ (hide yes) ) ) - (property "Description" "" - (at 224.79 19.05 0) + (property "Description" "Precision CMOS Dual Micropower Operational Amplifier, DIP-8/SOIC-8" + (at 88.9 76.2 0) (effects (font (size 1.27 1.27) @@ -8395,46 +7259,69 @@ (hide yes) ) ) + (pin "4" + (uuid "02ca32ed-03d3-425c-93bc-a0bd035f54c9") + ) (pin "1" - (uuid "0ec0cb05-5bbd-463b-b984-79c56e027951") + (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 "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR0103") + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "U1") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 224.79 33.02 0) + (lib_id "Device:C") + (at 93.98 156.21 0) + (mirror x) (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) + (uuid "d15e666b-e6dd-4d6b-879c-e0bdeca9da28") + (property "Reference" "C7" + (at 91.0844 155.0416 0) (effects (font (size 1.27 1.27) ) - (hide yes) + (justify right) ) ) - (property "Value" "GND" - (at 224.917 37.4142 0) + (property "Value" "1u" + (at 91.0844 157.353 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Footprint" "" - (at 224.79 33.02 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 94.9452 152.4 0) (effects (font (size 1.27 1.27) @@ -8442,8 +7329,8 @@ (hide yes) ) ) - (property "Datasheet" "" - (at 224.79 33.02 0) + (property "Datasheet" "~" + (at 93.98 156.21 0) (effects (font (size 1.27 1.27) @@ -8452,7 +7339,7 @@ ) ) (property "Description" "" - (at 224.79 33.02 0) + (at 93.98 156.21 0) (effects (font (size 1.27 1.27) @@ -8461,47 +7348,49 @@ ) ) (pin "1" - (uuid "662d808b-33d5-4bcb-9f32-1ff0544cf3c0") + (uuid "70259c2d-45e3-4204-961d-4b9457dd61f7") + ) + (pin "2" + (uuid "d0966d80-fadd-4010-ad31-d2c0fd7da156") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#PWR0102") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "C7") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 200.66 35.56 0) - (mirror x) + (lib_id "power:GND") + (at 49.53 67.31 0) + (mirror y) (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) + (uuid "d477b329-f3e9-4a01-8ee8-44425827137e") + (property "Reference" "#PWR09" + (at 49.53 73.66 0) (effects (font (size 1.27 1.27) ) - (justify right) + (hide yes) ) ) - (property "Value" "100n" - (at 197.739 36.703 0) + (property "Value" "GND" + (at 49.403 71.7042 0) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 201.6252 31.75 0) + (property "Footprint" "" + (at 49.53 67.31 0) (effects (font (size 1.27 1.27) @@ -8509,8 +7398,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 200.66 35.56 0) + (property "Datasheet" "" + (at 49.53 67.31 0) (effects (font (size 1.27 1.27) @@ -8519,16 +7408,7 @@ ) ) (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) + (at 49.53 67.31 0) (effects (font (size 1.27 1.27) @@ -8537,50 +7417,48 @@ ) ) (pin "1" - (uuid "e0e6867e-cf8b-4782-ad60-26c144f7e088") - ) - (pin "2" - (uuid "2e399dfb-0cf2-43d2-8051-34a104df0c7c") + (uuid "22bfbd14-2571-4ddc-b54f-8d0e057ca0ad") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C4") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR09") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 200.66 25.4 0) + (lib_id "Connector:TestPoint") + (at 40.64 137.16 90) (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) + (fields_autoplaced yes) + (uuid "d7b47c95-f712-4f9c-8fb8-d621a7ea65c7") + (property "Reference" "TP3" + (at 35.56 135.8899 90) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Value" "100n" - (at 197.739 26.543 0) + (property "Value" "TestPoint" + (at 35.56 138.4299 90) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 201.6252 21.59 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 40.64 142.24 0) (effects (font (size 1.27 1.27) @@ -8589,7 +7467,7 @@ ) ) (property "Datasheet" "~" - (at 200.66 25.4 0) + (at 40.64 142.24 0) (effects (font (size 1.27 1.27) @@ -8598,16 +7476,7 @@ ) ) (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) + (at 40.64 137.16 0) (effects (font (size 1.27 1.27) @@ -8616,31 +7485,29 @@ ) ) (pin "1" - (uuid "44ef9f5b-978f-4d7a-9cfa-36123132db24") - ) - (pin "2" - (uuid "3b0a85e1-e1ba-46bd-a193-dd32cb329c7e") + (uuid "5cf0e30f-22e8-4054-921d-03ded3900201") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C3") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP3") (unit 1) ) ) ) ) (symbol - (lib_id "Device:CP") - (at 212.09 25.4 0) + (lib_id "Connector:TestPoint") + (at 200.66 76.2 270) (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) + (fields_autoplaced yes) + (uuid "d9e417dc-ef0f-48f1-b540-4814bbcf7576") + (property "Reference" "TP1" + (at 205.74 74.9299 90) (effects (font (size 1.27 1.27) @@ -8648,8 +7515,8 @@ (justify left) ) ) - (property "Value" "CP" - (at 215.0872 26.543 0) + (property "Value" "TestPoint" + (at 205.74 77.4699 90) (effects (font (size 1.27 1.27) @@ -8657,8 +7524,8 @@ (justify left) ) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" - (at 213.0552 29.21 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 200.66 81.28 0) (effects (font (size 1.27 1.27) @@ -8667,7 +7534,7 @@ ) ) (property "Datasheet" "~" - (at 212.09 25.4 0) + (at 200.66 81.28 0) (effects (font (size 1.27 1.27) @@ -8676,7 +7543,7 @@ ) ) (property "Description" "" - (at 212.09 25.4 0) + (at 200.66 76.2 0) (effects (font (size 1.27 1.27) @@ -8685,31 +7552,30 @@ ) ) (pin "1" - (uuid "fee468cd-dced-49ec-bf27-ae90a73c9384") - ) - (pin "2" - (uuid "5f763353-db9a-443b-a71e-4d9042b99c2a") + (uuid "a754048f-1d4e-419a-8db9-07854e3d306f") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C5") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP1") (unit 1) ) ) ) ) (symbol - (lib_id "Device:CP") - (at 212.09 35.56 0) + (lib_id "Connector:TestPoint") + (at 40.64 142.24 90) + (mirror x) (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) + (fields_autoplaced yes) + (uuid "e264daee-7c0e-4eb5-a6ee-c3e84512e24f") + (property "Reference" "TP6" + (at 35.56 140.9699 90) (effects (font (size 1.27 1.27) @@ -8717,8 +7583,8 @@ (justify left) ) ) - (property "Value" "CP" - (at 215.0872 36.703 0) + (property "Value" "TestPoint" + (at 35.56 143.5099 90) (effects (font (size 1.27 1.27) @@ -8726,8 +7592,8 @@ (justify left) ) ) - (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" - (at 213.0552 39.37 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 40.64 147.32 0) (effects (font (size 1.27 1.27) @@ -8736,7 +7602,7 @@ ) ) (property "Datasheet" "~" - (at 212.09 35.56 0) + (at 40.64 147.32 0) (effects (font (size 1.27 1.27) @@ -8745,7 +7611,7 @@ ) ) (property "Description" "" - (at 212.09 35.56 0) + (at 40.64 142.24 0) (effects (font (size 1.27 1.27) @@ -8754,15 +7620,12 @@ ) ) (pin "1" - (uuid "1060d89e-9657-41cd-88c1-6e06f09279c7") - ) - (pin "2" - (uuid "be0c5ec7-047e-4b98-917b-bb278947aaf1") + (uuid "db6b1668-237e-419c-a842-ef34465a33eb") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "C10") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP6") (unit 1) ) ) @@ -8770,15 +7633,17 @@ ) (symbol (lib_id "Connector:TestPoint") - (at 49.53 148.59 0) + (at 40.64 147.32 90) + (mirror x) (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) + (fields_autoplaced yes) + (uuid "f2e059bf-4a5f-488b-a6fe-5aaea1a85d8b") + (property "Reference" "TP4" + (at 35.56 146.0499 90) (effects (font (size 1.27 1.27) @@ -8787,7 +7652,7 @@ ) ) (property "Value" "TestPoint" - (at 51.0032 147.9042 0) + (at 35.56 148.5899 90) (effects (font (size 1.27 1.27) @@ -8795,8 +7660,8 @@ (justify left) ) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 54.61 148.59 0) + (property "Footprint" "TestPoint:TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded" + (at 40.64 152.4 0) (effects (font (size 1.27 1.27) @@ -8805,7 +7670,7 @@ ) ) (property "Datasheet" "~" - (at 54.61 148.59 0) + (at 40.64 152.4 0) (effects (font (size 1.27 1.27) @@ -8814,7 +7679,7 @@ ) ) (property "Description" "" - (at 49.53 148.59 0) + (at 40.64 147.32 0) (effects (font (size 1.27 1.27) @@ -8823,46 +7688,44 @@ ) ) (pin "1" - (uuid "57807475-8b5e-46d9-8e97-4b7e75d010a5") + (uuid "36d451ed-a949-4f24-87dc-25ab7dfafd12") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "TP7") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "TP4") (unit 1) ) ) ) ) (symbol - (lib_id "Connector:TestPoint") - (at 149.86 146.05 0) + (lib_id "Device:L") + (at 87.63 160.02 270) (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) + (uuid "f4368dcc-4cbb-4a54-9725-c77bd1e8b173") + (property "Reference" "L1" + (at 87.63 164.846 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "TestPoint" - (at 151.3332 145.3642 0) + (property "Value" "22u" + (at 87.63 162.5346 90) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "TestPoint:TestPoint_Pad_D2.0mm" - (at 154.94 146.05 0) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 87.63 160.02 0) (effects (font (size 1.27 1.27) @@ -8871,7 +7734,7 @@ ) ) (property "Datasheet" "~" - (at 154.94 146.05 0) + (at 87.63 160.02 0) (effects (font (size 1.27 1.27) @@ -8880,7 +7743,7 @@ ) ) (property "Description" "" - (at 149.86 146.05 0) + (at 87.63 160.02 0) (effects (font (size 1.27 1.27) @@ -8889,12 +7752,15 @@ ) ) (pin "1" - (uuid "eaa144b7-d390-4a8b-92af-466cebec11f0") + (uuid "33634d0d-aa0f-4e9c-b3d9-f641fe076fdd") + ) + (pin "2" + (uuid "dea17098-7d38-481a-9b46-3934aa16af27") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "TP5") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "L1") (unit 1) ) ) @@ -8902,15 +7768,16 @@ ) (symbol (lib_id "power:PWR_FLAG") - (at 194.31 17.78 0) + (at 49.53 140.97 0) + (mirror y) (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) + (uuid "f6305c19-5b15-4f49-8f6a-ccda12c725e9") + (property "Reference" "#FLG01" + (at 49.53 139.065 0) (effects (font (size 1.27 1.27) @@ -8919,7 +7786,7 @@ ) ) (property "Value" "PWR_FLAG" - (at 194.31 13.3858 0) + (at 49.53 136.5504 0) (effects (font (size 1.27 1.27) @@ -8927,7 +7794,7 @@ ) ) (property "Footprint" "" - (at 194.31 17.78 0) + (at 49.53 140.97 0) (effects (font (size 1.27 1.27) @@ -8936,7 +7803,7 @@ ) ) (property "Datasheet" "~" - (at 194.31 17.78 0) + (at 49.53 140.97 0) (effects (font (size 1.27 1.27) @@ -8945,7 +7812,7 @@ ) ) (property "Description" "" - (at 194.31 17.78 0) + (at 49.53 140.97 0) (effects (font (size 1.27 1.27) @@ -8954,28 +7821,29 @@ ) ) (pin "1" - (uuid "e10e682f-aec6-4b90-82fd-6b97d280f291") + (uuid "4818e3ba-adb4-453c-9ffc-a44371d4e1a3") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#FLG03") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#FLG01") (unit 1) ) ) ) ) (symbol - (lib_id "power:PWR_FLAG") - (at 194.31 43.18 180) + (lib_id "power:GND") + (at 82.55 135.89 0) + (mirror y) (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) + (uuid "f886375f-9c78-49f2-a79c-d5a000701d30") + (property "Reference" "#PWR06" + (at 82.55 142.24 0) (effects (font (size 1.27 1.27) @@ -8983,8 +7851,8 @@ (hide yes) ) ) - (property "Value" "PWR_FLAG" - (at 194.31 47.5742 0) + (property "Value" "GND" + (at 82.423 140.2842 0) (effects (font (size 1.27 1.27) @@ -8992,7 +7860,7 @@ ) ) (property "Footprint" "" - (at 194.31 43.18 0) + (at 82.55 135.89 0) (effects (font (size 1.27 1.27) @@ -9000,8 +7868,8 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 194.31 43.18 0) + (property "Datasheet" "" + (at 82.55 135.89 0) (effects (font (size 1.27 1.27) @@ -9010,7 +7878,7 @@ ) ) (property "Description" "" - (at 194.31 43.18 0) + (at 82.55 135.89 0) (effects (font (size 1.27 1.27) @@ -9019,15 +7887,20 @@ ) ) (pin "1" - (uuid "3b6fd1a5-e951-4255-a5b9-bb89c519a917") + (uuid "5f5278c8-dcc5-4ba0-bbe1-c1287e3d6c6a") ) (instances - (project "" - (path "/439bd53b-3ca6-40a8-96c2-7cc19a6de553/00000000-0000-0000-0000-000060ef78c6" - (reference "#FLG04") + (project "Amplifier" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (reference "#PWR06") (unit 1) ) ) ) ) + (sheet_instances + (path "/" + (page "1") + ) + ) ) diff --git a/Hardware/Amplifier/Amplifier.pretty/AAAAPCBHolder.kicad_mod b/Hardware/Amplifier/Amplifier.pretty/AAAAPCBHolder.kicad_mod new file mode 100644 index 0000000..5469686 --- /dev/null +++ b/Hardware/Amplifier/Amplifier.pretty/AAAAPCBHolder.kicad_mod @@ -0,0 +1,461 @@ +(footprint "AAAAPCBHolder" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -6 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "b4700f93-81f3-4caa-8adc-efc4ab2d0608") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "AAAAPCBHolder" + (at 0 -4.5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "7a5afd77-09b5-477d-8e80-55d07222e27d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 -5.5 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "827fafd7-1e3d-4623-b543-dc419ad0f178") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 -5.5 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37791c14-0ab5-4aff-9841-05a411dd084e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 -5.5 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a016b3ca-e631-4c47-aa04-3709cf830cc9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr through_hole) + (fp_line + (start -3 -5) + (end -3 5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "75aeabc5-0632-4c71-8396-93ca754e3688") + ) + (fp_line + (start -3 5) + (end 31 5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "3e417165-56bd-413a-b81e-031a5e6d08df") + ) + (fp_line + (start 31 -5) + (end -3 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "0877435e-8111-4efa-8f7e-fe5e5a40ade0") + ) + (fp_line + (start 31 0) + (end 31 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "a8a85f0e-623b-4e88-9d40-6396a03a8f2a") + ) + (fp_line + (start 31 5) + (end 31 0) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "10851e13-1aee-45d7-8e66-1aaf0492d0b4") + ) + (fp_text user "${REFERENCE}" + (at 0 -3 0) + (unlocked yes) + (layer "F.Fab") + (uuid "d31ba333-f4a1-4c2e-8147-48a65659165e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "4b603730-0831-4ca5-ae8b-0bad59d86739") + (pts + (xy 4 0) (xy 28 0) + ) + (height 11) + (gr_text "24.0000 mm" + (at 16 9.85 0) + (layer "Dwgs.User") + (uuid "4b603730-0831-4ca5-ae8b-0bad59d86739") + (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 "Dwgs.User") + (uuid "53106363-f54d-44c5-8e0a-9acb0a8ef0bc") + (pts + (xy 0 12) (xy 28 12) + ) + (height 2) + (gr_text "28.0000 mm" + (at 14 12.85 0) + (layer "Dwgs.User") + (uuid "53106363-f54d-44c5-8e0a-9acb0a8ef0bc") + (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 "Dwgs.User") + (uuid "6f9ffc2e-c719-4161-825f-972532e18126") + (pts + (xy 28 0) (xy 31 0) + ) + (height -7) + (gr_text "3.0000 mm" + (at 29.5 -8.15 0) + (layer "Dwgs.User") + (uuid "6f9ffc2e-c719-4161-825f-972532e18126") + (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 "Dwgs.User") + (uuid "89576ce7-a23b-442b-9dd1-bafddef9ecca") + (pts + (xy 28 0) (xy 28 -5) + ) + (height 0) + (gr_text "5.0000 mm" + (at 26.85 -2.5 90) + (layer "Dwgs.User") + (uuid "89576ce7-a23b-442b-9dd1-bafddef9ecca") + (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 "Dwgs.User") + (uuid "98174727-21ce-4ca6-ae83-71ed41547c1c") + (pts + (xy 30 0) (xy 30 5) + ) + (height -2) + (gr_text "5.0000 mm" + (at 30.85 2.5 90) + (layer "Dwgs.User") + (uuid "98174727-21ce-4ca6-ae83-71ed41547c1c") + (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 "Dwgs.User") + (uuid "ba2c7732-f247-403a-adff-7257605cfbf4") + (pts + (xy 22 0) (xy 28 0) + ) + (height 7) + (gr_text "6.0000 mm" + (at 25 5.85 0) + (layer "Dwgs.User") + (uuid "ba2c7732-f247-403a-adff-7257605cfbf4") + (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 "Dwgs.User") + (uuid "c5e839ff-15f8-4da6-afe2-4156f5c3edd6") + (pts + (xy 0 0) (xy 6 0) + ) + (height -9) + (gr_text "6.0000 mm" + (at 3 -10.15 0) + (layer "Dwgs.User") + (uuid "c5e839ff-15f8-4da6-afe2-4156f5c3edd6") + (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 "Dwgs.User") + (uuid "dbbfc1cb-4b89-410a-a8a7-8428f36f34a0") + (pts + (xy 0 0) (xy -3 0) + ) + (height 0) + (gr_text "3.0000 mm" + (at -1.5 -1.15 0) + (layer "Dwgs.User") + (uuid "dbbfc1cb-4b89-410a-a8a7-8428f36f34a0") + (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 "Dwgs.User") + (uuid "e2bb3196-0e09-488c-9aae-cbe893d27afa") + (pts + (xy 6 0) (xy 18 0) + ) + (height 4) + (gr_text "12.0000 mm" + (at 12 2.85 0) + (layer "Dwgs.User") + (uuid "e2bb3196-0e09-488c-9aae-cbe893d27afa") + (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 "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "312f8f37-7374-4388-96f9-85f6888ac449") + ) + (pad "1" thru_hole circle + (at 6 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "1787a194-f800-488d-822a-a9ff617ccde8") + ) + (pad "2" thru_hole circle + (at 22 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "07d65908-8ab1-443c-9d40-095fe1e1a8fd") + ) + (pad "2" thru_hole circle + (at 28 0) + (size 2.4 2.4) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "144975ba-fc73-47fb-b55b-d0d82195f008") + ) +) 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..7a9f538 --- /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 7) (xy 1.5 7) (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/DataProcessingUnit/.gitignore b/Hardware/DataProcessingUnit/.gitignore new file mode 100644 index 0000000..656c5b6 --- /dev/null +++ b/Hardware/DataProcessingUnit/.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/DataProcessingUnit/DataProcessingUnit.kicad_pcb b/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_pcb new file mode 100644 index 0000000..d855ec1 --- /dev/null +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_pcb @@ -0,0 +1,23063 @@ +(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 "+5V") + (net 3 "Net-(U54-VCAP)") + (net 4 "Net-(D2-A)") + (net 5 "Net-(D3-A)") + (net 6 "Net-(D4-A)") + (net 7 "Net-(U6-IN)") + (net 8 "Net-(U6-C_{FLY-})") + (net 9 "Net-(U6-C_{FLY+})") + (net 10 "Net-(U6-OUT)") + (net 11 "Net-(U54-PA2)") + (net 12 "Net-(U54-PD3)") + (net 13 "Net-(U54-PD2)") + (net 14 "Net-(U4-OUT)") + (net 15 "Net-(R51-Pad2)") + (net 16 "-3V3") + (net 17 "+3.3V") + (net 18 "Net-(U1-Vin-)") + (net 19 "Net-(U54-PA3)") + (net 20 "Net-(U54-PC3)") + (net 21 "Net-(U54-PC4)") + (net 22 "Net-(U54-PC5)") + (net 23 "Net-(U54-PC6)") + (net 24 "Net-(U54-PC7)") + (net 25 "/SignalProcessor/RST") + (net 26 "/SignalProcessor/VCC_PROG") + (net 27 "/SignalProcessor/SWIM") + (net 28 "unconnected-(U54-PA1-Pad5)") + (net 29 "/SignalProcessor/TX") + (net 30 "/SignalProcessor/RX") + (net 31 "Net-(R50-Pad2)") + (net 32 "/SignalProcessor/SCL") + (net 33 "/SignalProcessor/SDA") + (net 34 "Net-(U1-Vin+)") + (net 35 "unconnected-(U4-NC-Pad4)") + (net 36 "unconnected-(U4-NC-Pad5)") + (net 37 "unconnected-(U5-NC-Pad5)") + (net 38 "unconnected-(U5-NC-Pad4)") + (net 39 "analog_input") + (net 40 "Net-(R1-Pad2)") + (net 41 "Net-(R5-Pad1)") + (net 42 "Net-(U54-PD4)") + (net 43 "Net-(U3-IN)") + (net 44 "Net-(F1-Pad1)") + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "02416fb7-4e3b-412f-8d15-0cd03dae197d") + (at 143.185 72.5575 -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" "R53" + (at -0.0575 -2.315 180) + (layer "F.SilkS") + (uuid "ceed10dd-a0a9-4a8d-ae66-908334ff273e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "27k" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "08ac3ecb-4fc0-4bed-a2fa-cb31d0c28bc9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97369540-09f5-476e-bd3d-da7efd2b7358") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8333bf3c-0a23-4dc0-a2f4-27bfc329add5") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dad5a145-fbe9-4be7-aaf6-b111f59e3ef9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/3811ccd5-de55-4b91-bcef-898fafccd485") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "151a7055-6cd2-417d-ae40-97888ad8ba71") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "683f7b35-d98f-431f-ac8c-d8e07bf5c83b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9cc18d7c-d68c-481e-9a67-a92199dfc86b") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd3d32ba-0ec6-4bca-8284-e99bacd3507e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c5770f7-0867-4236-b37c-3455b74bddc9") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c41b5534-5e36-462b-acf0-22747d9fc4d1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa226cce-cea4-4ab2-b4a5-9b601a33588e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90d1a4cb-7107-4a3d-8d9d-2ec9a4ba73e8") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0527bc39-4ae5-4369-8e01-a380cdc6f066") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b371cbf-dea7-45ab-bc04-76d0712fd6ad") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "93772b9b-c84e-4391-a472-9cfa55415619") + (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.243902) + (net 1 "GND") + (pintype "passive") + (uuid "25c1ba24-45e9-4b20-ae2b-9030edf6e5e1") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 15 "Net-(R51-Pad2)") + (pintype "passive") + (uuid "c9aa767a-957e-4e52-ace9-d2bb801b6fed") + ) + (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 "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal" + (layer "F.Cu") + (uuid "10b948d9-c93c-4061-9ea6-078cd9324dde") + (at 127 52.88) + (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" "J6" + (at -4.38 -2.77 0) + (layer "F.SilkS") + (uuid "2e4f31d2-8655-4680-bff9-46404fe6aef7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x04" + (at -4.38 10.39 0) + (layer "F.Fab") + (uuid "86b80044-e618-4c3a-8cb7-48d7a3f62d80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a89c8f71-1f0a-4eb5-94e9-f8929791ad3c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96275db9-a77d-4275-a6f9-a85a7fd85899") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4646912-8acf-4822-b0a9-888d65de3558") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/fb188521-a2b0-430d-8bd3-1e15c09bd81b") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr through_hole) + (fp_line + (start -10.09 -1.33) + (end -10.09 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8bd17b31-4cbf-426a-912c-17860215d614") + ) + (fp_line + (start -10.09 -1.33) + (end -1.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6912e21-5835-480b-b3c1-13a0e557ce8f") + ) + (fp_line + (start -10.09 -1.21) + (end -1.46 -1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bfb1861-eba9-4469-ab09-ad7177ebe94d") + ) + (fp_line + (start -10.09 -1.091905) + (end -1.46 -1.091905) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44336e89-dc56-46b4-8ec2-14476c568964") + ) + (fp_line + (start -10.09 -0.97381) + (end -1.46 -0.97381) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "671dacad-e35b-4dbc-8682-956072996af7") + ) + (fp_line + (start -10.09 -0.855715) + (end -1.46 -0.855715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f73c6f54-73ae-46e8-afcf-638247f7b011") + ) + (fp_line + (start -10.09 -0.73762) + (end -1.46 -0.73762) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e592a53-841d-4efb-a9a4-ebbfdbe14cf2") + ) + (fp_line + (start -10.09 -0.619525) + (end -1.46 -0.619525) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68e03997-f6ac-45ef-a2cf-0c7bbad3befa") + ) + (fp_line + (start -10.09 -0.50143) + (end -1.46 -0.50143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29a0e3b9-c32f-4b6d-8cd4-aaa5bebf49a6") + ) + (fp_line + (start -10.09 -0.383335) + (end -1.46 -0.383335) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ece8c6f7-e38a-4596-adf4-d2ac2c1e9304") + ) + (fp_line + (start -10.09 -0.26524) + (end -1.46 -0.26524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "107aebc1-3c9c-4745-9fb6-476d64d04606") + ) + (fp_line + (start -10.09 -0.147145) + (end -1.46 -0.147145) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "426ffcc8-fce5-4c85-b121-1a843fb56255") + ) + (fp_line + (start -10.09 -0.02905) + (end -1.46 -0.02905) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8383d94f-16b9-4186-843f-8f6c3c7dbf80") + ) + (fp_line + (start -10.09 0.089045) + (end -1.46 0.089045) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93dac029-6f39-481b-b2e7-2ffde074957c") + ) + (fp_line + (start -10.09 0.20714) + (end -1.46 0.20714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc115a6c-4b8e-40a9-9f5d-10aebfdf3269") + ) + (fp_line + (start -10.09 0.325235) + (end -1.46 0.325235) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02b82427-47cc-44f1-8fac-025ab7134a7a") + ) + (fp_line + (start -10.09 0.44333) + (end -1.46 0.44333) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb303059-edd6-4b9e-8fd0-11952ac4a28d") + ) + (fp_line + (start -10.09 0.561425) + (end -1.46 0.561425) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f58f81a7-0508-4bf6-814a-eaad663a1ad7") + ) + (fp_line + (start -10.09 0.67952) + (end -1.46 0.67952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4604896d-c406-488c-b1ef-6ef1d28a1164") + ) + (fp_line + (start -10.09 0.797615) + (end -1.46 0.797615) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "298dbad2-6ec4-4a7d-8577-9711d2dd7bf9") + ) + (fp_line + (start -10.09 0.91571) + (end -1.46 0.91571) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8e21ab3-9904-40fc-9741-1feeb84ccdab") + ) + (fp_line + (start -10.09 1.033805) + (end -1.46 1.033805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95692710-46fc-450f-ae9d-ede4e40a3abb") + ) + (fp_line + (start -10.09 1.1519) + (end -1.46 1.1519) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c8f0b6f-d0da-4728-912c-1cf530bd4460") + ) + (fp_line + (start -10.09 1.27) + (end -1.46 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9689cb8c-a57f-4842-a2a9-7d6cc3de4e8e") + ) + (fp_line + (start -10.09 3.81) + (end -1.46 3.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b62fc9f8-c033-49ba-81d9-6e2cc86ee8ca") + ) + (fp_line + (start -10.09 6.35) + (end -1.46 6.35) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5150e093-712c-4072-97c2-79c212230491") + ) + (fp_line + (start -10.09 8.95) + (end -1.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f336151-e70a-4577-a412-438d34048197") + ) + (fp_line + (start -1.46 -1.33) + (end -1.46 8.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de735d0c-2b0b-459a-820c-d5469622e121") + ) + (fp_line + (start -1.46 -0.36) + (end -1.11 -0.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb2c0ddd-62a2-49f5-adef-657015543a23") + ) + (fp_line + (start -1.46 0.36) + (end -1.11 0.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72118985-9a70-43ee-ac71-6d2b58ee9bf6") + ) + (fp_line + (start -1.46 2.18) + (end -1.05 2.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5eebbe6a-3f64-4cf6-b0fe-600ad07d78bd") + ) + (fp_line + (start -1.46 2.9) + (end -1.05 2.9) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a29037f7-ee3f-4628-ad21-fc590df053ee") + ) + (fp_line + (start -1.46 4.72) + (end -1.05 4.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47185f0c-ddb6-47d6-b55f-4c6cda13f397") + ) + (fp_line + (start -1.46 5.44) + (end -1.05 5.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e3e6e438-270e-4909-acb7-14dcf194e672") + ) + (fp_line + (start -1.46 7.26) + (end -1.05 7.26) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3690b36b-86d9-4ff7-bdc6-eabed92f6d26") + ) + (fp_line + (start -1.46 7.98) + (end -1.05 7.98) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1f78dfc-3388-4be4-87a4-07b8ae1077be") + ) + (fp_line + (start 0 -1.33) + (end 1.11 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff576f0b-6c93-4b84-9816-46756799d0a2") + ) + (fp_line + (start 1.11 -1.33) + (end 1.11 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6a5c519-23d4-4baa-aca9-735552ae2bd5") + ) + (fp_line + (start -10.55 -1.75) + (end -10.55 9.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67cc3737-66ff-4f24-b8ff-9d751375f32c") + ) + (fp_line + (start -10.55 9.45) + (end 1.75 9.45) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7f822ff-04f3-4b35-819c-7a7fbe0c3a20") + ) + (fp_line + (start 1.75 -1.75) + (end -10.55 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9461c6e2-e162-4767-ba28-53636835eb9c") + ) + (fp_line + (start 1.75 9.45) + (end 1.75 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0eef0186-5f2d-4456-81f2-eed6a361e4c7") + ) + (fp_line + (start -10.03 -1.27) + (end -2.49 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f65ee34-0ced-4ccb-a8aa-d407d7264ce4") + ) + (fp_line + (start -10.03 8.89) + (end -10.03 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66e75c15-95eb-44d8-83b4-0da900493b6e") + ) + (fp_line + (start -2.49 -1.27) + (end -1.52 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9fdda09-638d-4a00-b739-881d39d87b9e") + ) + (fp_line + (start -1.52 -0.3) + (end -1.52 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aed1d091-fdcc-4ac1-b74d-64b8508e7489") + ) + (fp_line + (start -1.52 0.3) + (end 0 0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d032b003-1dc9-4e2a-a0b0-f0d39a34ea9f") + ) + (fp_line + (start -1.52 2.84) + (end 0 2.84) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92da8b6a-a6f5-4866-815e-4a3014a67b64") + ) + (fp_line + (start -1.52 5.38) + (end 0 5.38) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a5ae926-b1a0-4479-849b-e18a6fd2b236") + ) + (fp_line + (start -1.52 7.92) + (end 0 7.92) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01e6188d-9336-4056-8574-e992519a4f9c") + ) + (fp_line + (start -1.52 8.89) + (end -10.03 8.89) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64bebe19-938a-4a28-89a1-464390a41450") + ) + (fp_line + (start 0 -0.3) + (end -1.52 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76caf6eb-24e8-47a1-ad95-9c15aa06592f") + ) + (fp_line + (start 0 0.3) + (end 0 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ff125ba-8232-4184-902e-d0b01d7ee211") + ) + (fp_line + (start 0 2.24) + (end -1.52 2.24) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5002920-45f1-4b71-81d4-41821c9f6270") + ) + (fp_line + (start 0 2.84) + (end 0 2.24) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e363403-5f2e-4b6e-9fbf-fe123c084cf5") + ) + (fp_line + (start 0 4.78) + (end -1.52 4.78) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f52a9abe-cd22-49b7-9b73-db3879c9e082") + ) + (fp_line + (start 0 5.38) + (end 0 4.78) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c712e53-d9c0-486a-aacd-45a8f4058215") + ) + (fp_line + (start 0 7.32) + (end -1.52 7.32) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb67dc81-6e09-4c89-b752-7ca22e022501") + ) + (fp_line + (start 0 7.92) + (end 0 7.32) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f3c46f9-ac6c-493d-b508-8dba9f970ca7") + ) + (fp_text user "${REFERENCE}" + (at -5.775 3.81 90) + (layer "F.Fab") + (uuid "8549f357-d4f4-4d18-a14f-9f22c9726455") + (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 25 "/SignalProcessor/RST") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "2ea5dffb-6b1b-484b-8f71-f201b7be3e7b") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "/SignalProcessor/SWIM") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "a8d83ee9-0405-4997-931e-27c5a741a309") + ) + (pad "3" thru_hole oval + (at 0 5.08) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "07cd6bf7-26fc-4ad0-863b-b2955158d438") + ) + (pad "4" thru_hole oval + (at 0 7.62) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "/SignalProcessor/VCC_PROG") + (pinfunction "Pin_4") + (pintype "passive") + (uuid "9fe3ee44-a26f-4772-a355-d19023c5e5cf") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "10d9fe5f-45df-4ed3-8478-6fd4da3b9b66") + (at 134.935 72.5575 -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" "R1" + (at 0 -1.65 90) + (layer "F.SilkS") + (hide yes) + (uuid "77df5a08-4bf6-425f-8c2c-5451973fba94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "271e4999-0130-4f47-a55e-eebebddae9fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f1d68c6-bfce-42e8-825d-4ea16f149d7a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8878d885-c851-45ec-981a-3514000e5af6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "814978af-d984-4483-93d4-91e4a2300781") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/5830bbb7-fa07-40e5-894a-9bc9fda8ef3d") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "2b2e1fc0-6617-4d29-8831-93d94453ac47") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68647621-e3ee-4a47-a6f1-62cdd8f80aae") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f5c73fc-5760-4042-8ceb-ddb09981c824") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f7a167e-2daf-440f-8445-edf307cf4220") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "39400b61-ba7f-4cff-b13f-f67b9a153214") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09ed3094-6dc1-413e-af08-379e4f0268ea") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cb4329d-f753-40fd-9bb7-c3e2bb3eb876") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd871cdb-0784-4c57-8019-ac54fc34d20a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "818a2ddc-25aa-47e1-b5f3-29296898089a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35bf98d8-4e45-463e-93a4-7b7ef9741d5d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "7f3f2512-c68f-4223-aaf7-1afa6ba0bd1c") + (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.243902) + (net 2 "+5V") + (pintype "passive") + (uuid "a7439727-03c1-4395-9dc5-2b7b06bb872b") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 40 "Net-(R1-Pad2)") + (pintype "passive") + (uuid "61a943f4-da34-491c-8b08-e29ae4768da2") + ) + (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 "Inductor_SMD:L_7.3x7.3_H3.5" + (layer "F.Cu") + (uuid "17fc6053-6f3d-4d9a-9c3e-8dd0ef156f89") + (at 184.75 56.5 180) + (descr "Choke, SMD, 7.3x7.3mm 3.5mm height") + (tags "Choke SMD") + (property "Reference" "L1" + (at 0 4.5 0) + (layer "F.SilkS") + (uuid "22d3e947-4944-42bc-971a-424278433dee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 0 4.45 0) + (layer "F.Fab") + (uuid "de1ba1c2-7d4c-4619-a625-34d8b1265770") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e981d4a4-00eb-4a22-8f16-0c326ce3542a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "980a4bb9-651a-45d5-a589-ed850e56790e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7244b7e-2bdd-4def-a477-68b32993882f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Choke_* *Coil* Inductor_* L_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/7016207c-6e24-4985-a355-6ead367c8b4a") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start 3.7 3.7) + (end -3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a5bff3f-b501-4fc0-b78d-fa836cf9eaa0") + ) + (fp_line + (start 3.7 1.4) + (end 3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d929359b-51df-496e-90a1-81314c6ac453") + ) + (fp_line + (start 3.7 -3.7) + (end 3.7 -1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a796448-8387-46a4-aa43-3a62bc8231e9") + ) + (fp_line + (start -3.7 3.7) + (end -3.7 1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b44119c-b08c-44c9-88d8-44bed536882c") + ) + (fp_line + (start -3.7 -1.4) + (end -3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a728cbb-f824-45fd-bf58-dd72dcf496d8") + ) + (fp_line + (start -3.7 -3.7) + (end 3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c426e0a2-fa79-43e7-ac89-feb13e24c324") + ) + (fp_line + (start 4.2 3.9) + (end 4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b475f00-4f98-43e9-8b05-18b2139b4043") + ) + (fp_line + (start 4.2 -3.9) + (end -4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fae3d8d9-77ac-471f-98e5-0ee3d68635da") + ) + (fp_line + (start -4.2 3.9) + (end 4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3beee71b-6bae-47eb-9fda-f75c1345771a") + ) + (fp_line + (start -4.2 -3.9) + (end -4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "853b71e9-8115-400d-a49f-20d6f38e3407") + ) + (fp_line + (start 3.65 3.65) + (end 3.65 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6121473a-b112-464c-94ee-d0b73a17a4b3") + ) + (fp_line + (start 3.65 3.65) + (end -3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59a5e874-5c04-4e92-a4bd-dffbb4be7923") + ) + (fp_line + (start 3.65 -3.65) + (end 3.65 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f319a0d4-048d-481c-8954-8bba312974ea") + ) + (fp_line + (start -3.65 3.65) + (end -3.65 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "272d50f6-b5c1-400f-8a87-69c8e7d27458") + ) + (fp_line + (start -3.65 -3.65) + (end 3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d87a2d5-2e70-4911-9aeb-e31a010cd09a") + ) + (fp_line + (start -3.65 -3.65) + (end -3.65 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e4e9192-678f-466f-9525-b9ee8543615c") + ) + (fp_arc + (start 2.29 2.29) + (mid 0 3.238549) + (end -2.29 2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce1b2b30-1942-4e10-93e2-8f24dc9d7057") + ) + (fp_arc + (start -2.29 -2.29) + (mid 0 -3.238549) + (end 2.29 -2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75a6d1e1-bf7b-4705-a3a0-8b97760a4bb7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8b9d951e-6a9e-4d24-87c9-dcb41ff17832") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -3.2 0 180) + (size 1.5 2.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "Net-(U6-IN)") + (pinfunction "1") + (pintype "passive") + (uuid "28557024-d2ef-4cc6-bbd2-bce2a3e93839") + ) + (pad "2" smd rect + (at 3.2 0 180) + (size 1.5 2.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 43 "Net-(U3-IN)") + (pinfunction "2") + (pintype "passive") + (uuid "8e8626e3-58fc-4976-a7e7-782b750fc2f8") + ) + (model "${KICAD8_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_7.3x7.3_H3.5.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.5mm_Pad" + (layer "F.Cu") + (uuid "19e73a5d-5e90-409a-8d2d-60b94283b37b") + (at 189.25 46) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (property "Reference" "H2" + (at 0 -4.5 0) + (layer "F.SilkS") + (uuid "6860eca9-9dd1-42c3-9eb1-726103b74dcf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_Pad" + (at 0 4.5 0) + (layer "F.Fab") + (uuid "3fc3d193-f0c2-4c66-8202-7a9802f7d510") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd194060-62b3-46ad-ae8e-585594aba990") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0de8b447-44d5-476d-83eb-5a9b1ab88718") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f10a4d3-b63b-4d6b-b720-550d2fc6d4c3") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*Pad*") + (path "/5fce9b31-73fa-4dfe-a905-e6d632706b8d/0ea66044-f80d-4111-9fd6-1a4559fdfc4d") + (sheetname "Mechanic") + (sheetfile "Mechanic.kicad_sch") + (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 "b963a9a2-d6fc-497b-af55-37673e3f9ed5") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "350173c2-a30e-42a1-8116-b47e733052c3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "38501f6d-9636-450d-bab1-0957da747112") + (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") + (pinfunction "1") + (pintype "input") + (uuid "a9007e1f-c9b5-481c-9c10-9767c1536b36") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "1c7eed0d-5d66-4cea-b734-fdba0067d5df") + (at 171.25 66.2) + (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 0 -1.68 0) + (layer "F.SilkS") + (uuid "18e64367-a873-43ca-944e-3b2d9b8f66ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "1ff246f8-8f45-4999-8bd9-33fe4e94b168") + (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 "61b5dcd7-d9ec-4f80-baed-4a009cc551db") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e384b6bd-8fa1-4091-a0e5-a166cf14ba7e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84b066d4-d344-444c-badd-9273ae5a6e76") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/59adfbd9-8f07-4780-8611-19a27ad88091") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "f381ead1-6f37-4129-ad05-5103ca68009c") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31275d30-e60b-473e-aba1-51415232f870") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea056b1b-38ba-4661-ba7a-d8ee4dd8376d") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad181986-47e1-4c58-bdb7-e4b763a084c7") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6c2e936-909f-42aa-80fe-4b7b96ea15e3") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3af9434e-12db-4b89-bec1-39fa80b39897") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "677afd72-4f59-49f6-8891-7e4166422c80") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "95397512-c0d9-4055-abeb-b9aa3abc5e23") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9afc1b1-99be-410a-8dd8-c281b65b312e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5510b5b7-55db-4a27-ae93-026573bf88c5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "88a7f3f0-c05e-4e23-84ab-838db4325441") + (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 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "305ad64d-7a2a-483f-9fd3-7dbe8ab32ee5") + ) + (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 "eb2b08cf-1dab-4ad4-bcd2-dfd2d5d488f8") + ) + (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 "F.Cu") + (uuid "1d5296a6-9f5a-4692-af8f-364fb6f8f1c7") + (at 185.5 68.25) + (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" "C10" + (at -3 0.75 0) + (layer "F.SilkS") + (uuid "875635b0-a6f7-4933-9721-b676575a2478") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "f94d68f5-7370-4b8e-af0e-6c7a7363b184") + (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 "3579a585-fc03-44df-b734-c904a667c217") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c50dbe5-db19-4219-9ec1-a939e503dc7e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51ba1c25-fe98-4fe8-a330-092a1208bfe8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/6d0cf145-5322-4e96-b568-2bc26a97d409") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "0bd1072d-b2f9-4ab3-943e-57004fd33671") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67cadfa7-a43f-4aba-b5d1-7e5daaf4217a") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a824e5c-73f8-4bce-891b-9eb537aaad19") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd0b9f6f-4345-4dfd-835b-80337522b387") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4dd8e5f6-3ff1-4d4f-ab79-0ae13ff82549") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7909adce-b2f2-4301-af98-3ffefa36e75a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8452d7fa-a8d0-4c17-91c0-87996c9ef57b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9bf0c85-e27a-4c3d-997d-6565436edee3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "222090b5-3d4e-416b-999f-c6b447304b38") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e94c63fe-9098-49e4-b4e2-e5385ce19b8f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "865be27e-b358-4508-8292-59912b6377ea") + (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 8 "Net-(U6-C_{FLY-})") + (pintype "passive") + (uuid "19363f18-ffe1-49bd-ba2b-8d8820e2fc7b") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(U6-C_{FLY+})") + (pintype "passive") + (uuid "95c8c508-79f6-46eb-ae4e-2994952a3d85") + ) + (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 "F.Cu") + (uuid "203b65b0-6cfd-456e-8690-5ab058f48940") + (at 131.75 65) + (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 -2.75 0 0) + (layer "F.SilkS") + (uuid "7c281b5f-51a6-4a8f-9706-4f0bb74f1606") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "c4e0723c-69a1-4455-9226-b8f1cb05e8a7") + (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 "b42adfd0-0a2b-451b-b0fe-ef9b7e8fd7e9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2665aad3-0fe1-4864-a1e0-afac4e1d3ba6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b88c74d8-1807-4587-8850-bb0dd83de128") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/789c3450-78c8-4fdf-bfc5-051967c20bdb") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "26b80ded-cae4-4fcf-863f-b0a586da1b85") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9f52bb8-0609-47ae-90a1-cc4cd2e97841") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79567d9c-ffa7-4715-9a4e-95c1311984a1") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4ad6646-d418-402e-bb91-54e9ad677f2e") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df2f81e5-2cf1-462c-9989-0bada01098ee") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6fd56a99-9de1-442c-9402-4e9b0005c2b7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed471dbd-7bfb-42aa-a929-727fa2b0bd29") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "871d16eb-24e0-4ccd-a29a-ab9a9dbf7fa9") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e724351e-05ee-4b73-9fca-ae70cbda4f9b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47437413-2238-4192-8ba0-77c1a3b94cbf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5c870f3e-8cdf-4918-948e-0f79ac35c0c4") + (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 "85d74ea3-391d-4322-9b94-fa3cffb45f6d") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "/SignalProcessor/VCC_PROG") + (pintype "passive") + (uuid "47978495-c528-4772-8219-cbcb05d7dd37") + ) + (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 "F.Cu") + (uuid "217a64e3-659a-453a-9f69-8c13c90c690d") + (at 136.935 76.0575 -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" "R50" + (at 0.6925 2.435 180) + (layer "F.SilkS") + (uuid "d59634a7-8604-423f-9553-36500579466b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0R" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "12606792-ef3f-40ec-9db7-786af6ccd041") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cfa255b-35b5-45d9-8406-21834e2a5445") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d25680f-31cf-4625-8329-6e92c4b36230") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "302a56d2-cf4a-48fb-bc4e-0888d6aebdca") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/e9f33bee-ef48-42c8-b0af-5a9c9f5bfb6e") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "42072154-8cf4-4fd3-b025-e5499be0b6c5") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e16043ce-5899-407d-b1b9-176cb8d4c28f") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c4a9b37-ef24-46e7-9d11-1b3477308280") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96089f75-ae8c-42c9-857c-4e270c701365") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bde70eec-00a2-4a1c-894d-6cbd0d97e802") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcab3242-677e-4636-9282-0ea26f8a11df") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51c643de-88ef-4b80-90d7-7ae81a8f3adc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04d73e54-a1b3-4f17-90f6-0265c140d1fb") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b6bdd33-d50b-4948-8902-f5ced7e10f87") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b2b3c4a-2419-4403-824c-8c4e92dc3e41") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e4fb6907-be5d-420b-8105-20d683895df5") + (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.243902) + (net 18 "Net-(U1-Vin-)") + (pintype "passive") + (uuid "13196f50-661d-48c5-b6a3-7bcd832cbf59") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 31 "Net-(R50-Pad2)") + (pintype "passive") + (uuid "a1ce8c17-6eea-4a5d-a9a2-23535be6c8f3") + ) + (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_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (layer "F.Cu") + (uuid "2d2eb8b1-3bd2-4a8a-81b8-061ff4ad978b") + (at 172 76.7) + (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" "C24" + (at 0 2.3 180) + (layer "F.SilkS") + (uuid "145fe1b1-4908-45b0-ac83-c5889bc7cd03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/6v3" + (at 0 2.35 0) + (layer "F.Fab") + (uuid "8978d07f-f04b-4126-8bcd-a7857d54a771") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0188f64d-3206-4924-9c85-f18f5bd75cd0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4826cb3e-2547-4a54-b226-6db14af575a8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f561e283-4cec-4790-9e8f-9bb048ce25b9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/b6b0e419-6eee-4b72-93fc-8ee6cfb06928") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start -2.46 -1.51) + (end -2.46 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdda4892-661e-4ef6-934d-794e4b413237") + ) + (fp_line + (start -2.46 1.51) + (end 1.75 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e194a50c-0d47-49ab-9bfb-74bd6bca663b") + ) + (fp_line + (start 1.75 -1.51) + (end -2.46 -1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e4b657b-a2bf-4040-9952-908bf29f44f4") + ) + (fp_line + (start -2.45 -1.65) + (end 2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b01b2173-56b3-45e7-939b-3b754fadf860") + ) + (fp_line + (start -2.45 1.65) + (end -2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "038b85f7-1960-4153-b1a4-e3388f2d7bfc") + ) + (fp_line + (start 2.45 -1.65) + (end 2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e5cbb45-e8d8-47b4-9ede-32fed65eff02") + ) + (fp_line + (start 2.45 1.65) + (end -2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75d0d547-42e3-4912-8bd0-8f6af2846ed0") + ) + (fp_line + (start -1.75 -0.7) + (end -1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abd9a1a4-c2e6-4908-adb0-4d4a70c3fed5") + ) + (fp_line + (start -1.75 1.4) + (end 1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59f824df-3b58-47e0-80a0-b4fabe716d68") + ) + (fp_line + (start -1.05 -1.4) + (end -1.75 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5987070c-e2bc-4718-9ebb-337cd3cd4820") + ) + (fp_line + (start 1.75 -1.4) + (end -1.05 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28f89932-d521-4237-ad3c-47e4d0d42b49") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "846bba05-6425-44bb-b7d7-d1357e5c6ed7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e5c9b809-08ec-4d7d-8cc2-f1c5714aae64") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "1" smd roundrect + (at -1.5375 0) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 17 "+3.3V") + (pintype "passive") + (uuid "0dd9d705-2e5d-431c-ba1a-b0c2b2334a4b") + ) + (pad "2" smd roundrect + (at 1.5375 0) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 1 "GND") + (pintype "passive") + (uuid "50e0f543-bec9-41c4-8784-9e0b8e9ae428") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "F.Cu") + (uuid "305cafcb-edb9-4097-82b6-221d15651b95") + (at 172.25 71.2 90) + (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" "U5" + (at -0.05 3.75 180) + (layer "F.SilkS") + (uuid "292ad438-1281-4167-be0f-36f36de110fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "L78L33_SO8" + (at 0 3.4 90) + (layer "F.Fab") + (uuid "7a2c5c48-1081-4d6d-8d7d-219a382746a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ddd74a3-bdc6-473a-9d0f-108533ddb428") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70067e22-091a-45ac-8bab-51d4eaebd337") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 3.3V, SO-8" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bef77a7c-d91e-4ec1-8c79-f6a7af052d52") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/05ffa0c5-148a-41e8-ba8b-99f968417d18") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start 0 -2.56) + (end 1.95 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cfb799b1-f8a7-4652-aff6-717ce680dcdc") + ) + (fp_line + (start 0 -2.56) + (end -1.95 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f636c22a-a07b-473c-ac8d-de774c3748a9") + ) + (fp_line + (start 0 2.56) + (end 1.95 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "418b6634-2646-48c6-8709-1ae5f98d0a6c") + ) + (fp_line + (start 0 2.56) + (end -1.95 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b948410d-6bbe-4a12-9987-e184e388d3f2") + ) + (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 "F.SilkS") + (uuid "371c275e-2b37-4eb6-9109-b6031613c20e") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ed3da00-00dd-472f-9766-0245cefdd873") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0e4d5d3-1256-4543-8fc9-c147f6627e30") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c6d51db-b93e-4086-912b-1868bdbfb134") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c63a8700-9562-44d8-937d-6ee4d355d09e") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "577edf3e-4a51-443b-9208-0cb07bee9a09") + ) + (fp_line + (start -0.975 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ed35f3f-3e63-4d03-97e7-3b8b8d728d05") + ) + (fp_line + (start -1.95 -1.475) + (end -0.975 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4386a774-2bb2-4b31-b8c6-dcff88ac7a47") + ) + (fp_line + (start 1.95 2.45) + (end -1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fa8660a-e2cf-4c4e-9ebc-59a0b32ee59e") + ) + (fp_line + (start -1.95 2.45) + (end -1.95 -1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e28ae715-7c51-407a-b4fc-266f6fe5e6e5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0579d58e-bf9c-47c1-bd98-53ac77d01a36") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.475 -1.905 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 17 "+3.3V") + (pinfunction "OUT") + (pintype "power_out") + (uuid "9d921830-4285-4cc4-8a63-70e866230a3c") + ) + (pad "2" smd roundrect + (at -2.475 -0.635 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "baf5adaf-f195-4f8d-a825-7c0f6b11fa05") + ) + (pad "3" smd roundrect + (at -2.475 0.635 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "ce79c6a2-0e0c-411f-a972-915141b49493") + ) + (pad "4" smd roundrect + (at -2.475 1.905 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "unconnected-(U5-NC-Pad4)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "76a781f7-2090-49ed-b53d-8c4546e93201") + ) + (pad "5" smd roundrect + (at 2.475 1.905 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "unconnected-(U5-NC-Pad5)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "63d040c6-0e3f-46e0-a8c2-c02443b090f0") + ) + (pad "6" smd roundrect + (at 2.475 0.635 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "c07eff66-9737-4fb9-9f68-467652891b10") + ) + (pad "7" smd roundrect + (at 2.475 -0.635 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "power_in") + (uuid "211fe4d1-2362-450c-b093-37c84f6602f7") + ) + (pad "8" smd roundrect + (at 2.475 -1.905 90) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(U3-IN)") + (pinfunction "IN") + (pintype "power_in") + (uuid "a67752ca-9345-4272-9b38-7217e7ad33ac") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "3148ea16-5ac0-4f37-bc9d-e2d30d3905a3") + (at 132.583 57.25 -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" "R2" + (at -2.25 0.083 180) + (layer "F.SilkS") + (uuid "e23222be-608d-4117-a34d-741da8ac4b29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "510R" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "85b9a837-5ab8-4043-b565-ca1d14bb1bdf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e63b3b1-2b86-405e-b474-c2d51eb0fa5f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad3a63d5-049c-4376-936b-fa4ca188f445") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "525b1740-0e2d-4379-9930-410f6f9e77a4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/f5d2a2d9-f9a0-44b6-866d-f200ca9acf2c") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "a7943a22-3d23-4795-938b-bfa3dcaba5b4") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f32dd303-247d-46b9-a8f5-b70f6a0ab4d4") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92503b44-6ba6-4945-8a02-560038e3c610") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac03c58e-8d82-4282-87ea-e19b874ae894") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5022cb65-ce10-4fca-bc9c-4c80d67c2bf6") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e8a9fa0-3f61-4048-9e01-77bbfbf82be0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e52cf57-4e81-4397-b241-02514fb3295b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "004d6cb0-5819-4c9c-a20e-c631d0e0166d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cac2f95-a4c1-47c0-b137-f52b54053919") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1976b4c5-fb85-4744-8e25-99fe05eb2262") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "a2d8b94d-795d-421e-89f3-2fac8f21dfe7") + (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.243902) + (net 4 "Net-(D2-A)") + (pintype "passive") + (uuid "4d32d36c-f9ef-4777-af8f-5e09cc4278b5") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 11 "Net-(U54-PA2)") + (pintype "passive") + (uuid "dd7b54dd-5eb2-4963-9c0d-183994ee8b65") + ) + (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 "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "32cbc65b-9c63-45da-b88e-8fdd098a1b63") + (at 150.517 62.057) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP56" + (at 0.233 2.943 0) + (layer "F.SilkS") + (uuid "5a12b289-2a6b-4742-99e2-ccb20302c9fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "4b66a776-01c2-434e-ad74-c4cef30c2396") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7f97907-2797-4a97-be0d-e986d7f8ca41") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb11ed88-aea3-4c7d-94f7-61e6c1347ff8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fda64f4a-b7cd-4777-8e70-7a792c6ac358") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/bfb100f1-abdf-4e7b-9c65-1b55c394290d") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "26088031-a443-4afc-b146-7865f6382076") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1d4fce7b-cd2a-4d4d-85f0-bd33dd0c2ee4") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "64b4e7a0-b209-484b-a417-2e765fe0952f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 23 "Net-(U54-PC6)") + (pinfunction "1") + (pintype "passive") + (uuid "6111d3d3-a1c8-4866-a1bf-9c4a34a66761") + ) + ) + (footprint "Fuse:Fuse_1206_3216Metric" + (layer "F.Cu") + (uuid "3361d65a-b01e-4179-9ef2-6bb10cf55c6a") + (at 174.75 59.25 -90) + (descr "Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "fuse") + (property "Reference" "F1" + (at 3 0.25 180) + (layer "F.SilkS") + (uuid "7b7dac75-e66e-41c3-b648-fe4138df6f33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200mA" + (at 0 1.82 90) + (layer "F.Fab") + (uuid "964d8c85-3f0e-4762-a9b7-2786c50bc2c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Fuse:Fuse_1206_3216Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7031ea84-ff66-4d1d-99a8-7e58355a28ad") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b21b36d-4147-4cfc-8fcb-f73cea892eca") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Resettable fuse, polymeric positive temperature coefficient" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1e71195-626b-47d4-82b0-fb0f66c79761") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "*polyfuse* *PTC*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/af366503-ad6e-45b5-a7c8-ff03e62594af") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start -0.602064 0.91) + (end 0.602064 0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a39fe51-4fd2-4daf-9242-ec6da625ac70") + ) + (fp_line + (start -0.602064 -0.91) + (end 0.602064 -0.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "985fa7ef-6389-44c8-bfa1-887f3c421730") + ) + (fp_line + (start -2.28 1.12) + (end -2.28 -1.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "309a9545-8170-4418-b0be-3dd24e37abb9") + ) + (fp_line + (start 2.28 1.12) + (end -2.28 1.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2186e0d3-9740-4800-81ac-f6fa0d2a1c50") + ) + (fp_line + (start -2.28 -1.12) + (end 2.28 -1.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4767a295-5557-4015-b7e2-8f8c0a82de93") + ) + (fp_line + (start 2.28 -1.12) + (end 2.28 1.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1322047f-12f6-4a27-91ea-0f2eb7792875") + ) + (fp_line + (start -1.6 0.8) + (end -1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "245f622d-568e-4253-8207-1bc032dcf64a") + ) + (fp_line + (start 1.6 0.8) + (end -1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5340e0c7-9e7b-4c02-b610-7ac41aa58392") + ) + (fp_line + (start -1.6 -0.8) + (end 1.6 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89ef9d61-696f-474b-bb74-6f4de7bc7ff4") + ) + (fp_line + (start 1.6 -0.8) + (end 1.6 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9b64658-8b33-4a4d-8e6f-bd8b0a1c9d52") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "46e9af43-31d9-48ee-b9c2-1fcb093f3a28") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd roundrect + (at -1.4 0 270) + (size 1.25 1.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.2) + (net 44 "Net-(F1-Pad1)") + (pintype "passive") + (uuid "02420417-881e-4dfa-99bc-0a0620b723f6") + ) + (pad "2" smd roundrect + (at 1.4 0 270) + (size 1.25 1.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.2) + (net 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "a2557bfb-5cff-475c-892b-1b6f64efdff9") + ) + (model "${KICAD8_3DMODEL_DIR}/Fuse.3dshapes/Fuse_1206_3216Metric.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 "36b2b404-5d0e-42f4-b5f7-966848e2182c") + (at 120 69.5 90) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm") + (tags "capacitor electrolytic") + (property "Reference" "C20" + (at 5.5 0 180) + (layer "F.SilkS") + (uuid "edb55fa2-e62f-4b48-b5a9-9f85d289ba0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/12v" + (at 0 4.35 90) + (layer "F.Fab") + (uuid "29f1b3b6-54a5-4ab4-9e34-ca7964ee79ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c53c0227-bd5a-4fb9-9603-f56e69be0d45") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7d940b6-9b3f-4b6d-ab14-7966f167e489") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69500eb7-73f4-441b-82ac-7739d4cbc28a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/1104ce05-eaff-4548-b6cc-b4998e5a1702") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "d9442ce9-e7c7-4f7e-943a-26be100695cb") + ) + (fp_line + (start -2.345563 -3.41) + (end 3.41 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b3d94eb-9158-4d73-852c-d54eace4dcfa") + ) + (fp_line + (start -3.41 -2.345563) + (end -2.345563 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61982704-ef7e-481b-8872-cc9681cf996d") + ) + (fp_line + (start -3.41 -2.345563) + (end -3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c3c26aa-5994-463d-992a-934851a45031") + ) + (fp_line + (start -4.04375 -2.24125) + (end -4.04375 -1.45375) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "658d0801-500b-4b6f-aebe-29ab41121d59") + ) + (fp_line + (start -4.4375 -1.8475) + (end -3.65 -1.8475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1b82cfd-f13a-4390-8959-0c49bf63579b") + ) + (fp_line + (start -3.41 2.345563) + (end -3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a2d5c04-525a-495c-b1b6-1dc8f8fc9b61") + ) + (fp_line + (start -3.41 2.345563) + (end -2.345563 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d73978d8-afe3-49a9-a36a-5ab6eb0dba6a") + ) + (fp_line + (start 3.41 3.41) + (end 3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7459628f-8f57-443f-8c69-ce5f16de4b38") + ) + (fp_line + (start -2.345563 3.41) + (end 3.41 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b37db0a7-c5dc-437c-9e4f-39f2209e231f") + ) + (fp_line + (start 3.55 -3.55) + (end 3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3fe813a0-3419-4289-ae93-78d323b0e6a6") + ) + (fp_line + (start -2.4 -3.55) + (end 3.55 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67862f14-6815-452f-943b-b62d8c2a35e9") + ) + (fp_line + (start -3.55 -2.4) + (end -2.4 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d149f2ec-b12c-43f6-b54e-90b75da8e50a") + ) + (fp_line + (start -3.55 -2.4) + (end -3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6fe2d66-eba8-490c-971f-2237adfb07f1") + ) + (fp_line + (start 4.7 -1.05) + (end 4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48abc9c0-548b-41c5-a930-200e5c1a2016") + ) + (fp_line + (start 3.55 -1.05) + (end 4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ecb7bf3-034b-45ef-8a5e-b81c46fd2931") + ) + (fp_line + (start -3.55 -1.05) + (end -4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "adb7b792-6946-4d95-820a-b10a5119b357") + ) + (fp_line + (start -4.7 -1.05) + (end -4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f05cad24-820e-40ad-9271-e2a939955492") + ) + (fp_line + (start 4.7 1.05) + (end 3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d2a75b2-7b6c-4e87-9d1d-70416804cb5f") + ) + (fp_line + (start 3.55 1.05) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4e38d65-f238-4c26-887f-99232488e2ce") + ) + (fp_line + (start -3.55 1.05) + (end -3.55 2.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b347af52-3953-4ee2-b4be-3996b80db346") + ) + (fp_line + (start -4.7 1.05) + (end -3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8287f69-1469-4b78-a901-b0e9da9ad67c") + ) + (fp_line + (start -3.55 2.4) + (end -2.4 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2dbda1f4-91b8-4c33-b2f0-0fbf64b2dff1") + ) + (fp_line + (start -2.4 3.55) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e2ea4c4f-ee90-4131-b379-f7259d1f4dbc") + ) + (fp_line + (start 3.3 -3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb99df96-8d98-47c7-9d41-d0d07d486086") + ) + (fp_line + (start -2.3 -3.3) + (end 3.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3eeff9e3-27bd-4b02-b470-3ea48da06af5") + ) + (fp_line + (start -3.3 -2.3) + (end -2.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "683260cb-5060-4efe-9d20-3aba2f330cc6") + ) + (fp_line + (start -3.3 -2.3) + (end -3.3 2.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa4c7836-d60d-4132-b746-c0f56be451e9") + ) + (fp_line + (start -2.389838 -1.645) + (end -2.389838 -1.015) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21f1148d-6ce4-43eb-ac70-9f7db78f5527") + ) + (fp_line + (start -2.704838 -1.33) + (end -2.074838 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a59a1ea-4738-46f2-a5a2-c1e258d439b8") + ) + (fp_line + (start -3.3 2.3) + (end -2.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1820dc93-02f6-427f-850d-159e55678852") + ) + (fp_line + (start -2.3 3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ec7ebc7-16af-4a33-b3f9-d0338b1c84a6") + ) + (fp_circle + (center 0 0) + (end 3.15 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3a91d10e-c00a-40b7-a6d8-b2e962b81496") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "423d12bf-de4b-4b8a-9c86-d0b3805f1613") + (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 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "65bee0f1-dd75-4846-9d7c-dc02b8b473fa") + ) + (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 "0cf61622-9b6c-4fb1-977e-adc66e8d7ab4") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "3c91d505-26fe-48fd-a4dd-1d04f7aa654a") + (at 143.185 76.0575 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" "R51" + (at 0 -1.65 90) + (layer "F.SilkS") + (hide yes) + (uuid "0e6f2a5e-9dde-43f5-9a5a-f5c13e7b8116") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0R" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "fcda8edf-d973-4890-a3ad-84922201d382") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "584660b6-55d6-4402-aa59-a4d510b78cc2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc2ceeee-0bf3-47da-a029-b5fb0c2ab5ac") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74b6c67c-c200-441e-9be7-59d25e1a3e71") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/28c7e324-1e3b-4ad2-bfd8-d62643d8c3eb") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "81740b29-ca58-4812-859c-bcd38e01f961") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c69a7308-e112-42de-a352-2502a78464fa") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8293ad54-6c19-4140-af51-b1262d6769c7") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4fbfecc-4f67-4c81-b413-5ceec5a1d8cb") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fdee777-3245-497d-86ff-a10ec915af10") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d15bc106-be60-4898-904d-9ee8c35fc768") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90ac2e1c-8f30-475a-992a-7841c2623e5d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfd332c7-d23f-4ad6-b91b-2c390d9c58ba") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92323b82-2133-43a5-a5f4-13cf260d7b54") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "383f013a-ede3-4bba-8de2-83d7343abca1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "29764ca8-3a7f-4248-a028-be52012949c1") + (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.243902) + (net 34 "Net-(U1-Vin+)") + (pintype "passive") + (uuid "65cc8693-c122-4ca9-96c9-ba4e3175fbed") + ) + (pad "2" smd roundrect + (at 0.9125 0 90) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 15 "Net-(R51-Pad2)") + (pintype "passive") + (uuid "e49cd3db-cf54-4d3d-94cd-39f9c59e7eea") + ) + (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 "3d79a4a2-5128-48a4-9008-0a3018d330d8") + (at 179.7 72.75 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" "C13" + (at 0 1.5 360) + (layer "F.SilkS") + (uuid "d83633f7-dc4d-41d3-935b-cd960b80952c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "906f1045-75ae-4748-a4f4-9be8a92c5abc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf0a6ab8-5856-4882-9196-295f010325d1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e66967e-36a6-4fbe-9744-efc5fad1ed11") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ec20427-ac82-4b50-9655-512e21358c0a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/6ef46586-3fc7-449b-b469-3dde010e4b92") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "ac7fd09f-3f1a-41f6-bff7-e97e686564ad") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99b9020e-7f52-4c14-aa33-c8c72a2b9d2e") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd84dada-688b-4a8a-9092-7c0e68e69508") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24c6c111-7448-4ea7-8ca6-08d93ccd50e2") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e815dceb-b5c8-486b-be86-247348b1a27c") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e8db0568-ca60-42e3-a280-e53f7f331aa9") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb9cb3fb-0bd2-4beb-8a44-1d59e164382b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02d0669f-69c1-45a2-89f1-13cabaad9b7a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8baed740-b3a0-4017-b2dd-67fc5d9fa114") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85967b5a-2ff6-4a7b-baec-9cee17dc7897") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "043b13ef-357c-4448-a96b-ab325f006bb8") + (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 14 "Net-(U4-OUT)") + (pintype "passive") + (uuid "d523df38-c4f8-461b-9f72-afe209e943a9") + ) + (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 "49f6391e-86fa-4039-80b6-ce7f9080ed48") + ) + (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 "Potentiometer_THT:Potentiometer_Bourns_3296W_Vertical" + (layer "F.Cu") + (uuid "3f251cec-d559-44ba-95cd-1d6042840258") + (at 133.645 80.645 180) + (descr "Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf") + (tags "Potentiometer vertical Bourns 3296W") + (property "Reference" "RV1" + (at -2.54 -3.66 0) + (layer "F.SilkS") + (uuid "2e10fc8e-86f4-44c2-a61d-fb2052d2453a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at -2.54 3.67 0) + (layer "F.Fab") + (uuid "13841b89-1aa9-49f8-87de-704d8ee7ae74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3296W_Vertical" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bace268-cbb3-4349-910d-6f3709562006") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5706c161-c46b-4785-a65f-37da866800f1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Trim-potentiometer" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5da8a7db-5d41-47eb-889f-10c75ef3c6c6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Potentiometer*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/d416cb72-ecbc-496f-8c31-ea8cb36df47e") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr through_hole) + (fp_line + (start 2.345 -2.53) + (end 2.345 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cc2f9a5-9a52-4caa-ac50-b0954d151389") + ) + (fp_line + (start -7.425 2.54) + (end 2.345 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2481196-1b0c-46c2-a001-7661746d525d") + ) + (fp_line + (start -7.425 -2.53) + (end 2.345 -2.53) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d61d61df-d80a-4d66-b8b2-359cbc7317f1") + ) + (fp_line + (start -7.425 -2.53) + (end -7.425 2.54) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "510c7b26-e3b5-40f2-92dd-c9d7a91f5404") + ) + (fp_line + (start 2.5 2.7) + (end 2.5 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b32ac689-a390-4ada-8dcc-f95ff6896793") + ) + (fp_line + (start 2.5 -2.7) + (end -7.6 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93a2f3e7-7d76-4b84-a57d-ab60e9d1be7b") + ) + (fp_line + (start -7.6 2.7) + (end 2.5 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d79fe877-20a0-44dc-a64f-dedaa990f2bb") + ) + (fp_line + (start -7.6 -2.7) + (end -7.6 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19c73b2e-c4d9-4892-b61b-988a15b2d303") + ) + (fp_line + (start 2.225 2.42) + (end 2.225 -2.41) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d77fefe4-e856-4b39-83f7-100907c1b511") + ) + (fp_line + (start 2.225 -2.41) + (end -7.305 -2.41) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cea8a283-8f10-4f43-95db-8d1ffaf5c43e") + ) + (fp_line + (start 0.955 2.235) + (end 0.956 0.066) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf4cfbb1-0a21-4e5c-aad2-0b47facb154d") + ) + (fp_line + (start 0.955 2.235) + (end 0.956 0.066) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e17b6086-d314-4c82-b59f-af82ddc52240") + ) + (fp_line + (start -7.305 2.42) + (end 2.225 2.42) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46230fe2-1b15-44be-8bbb-9134b80fec8a") + ) + (fp_line + (start -7.305 -2.41) + (end -7.305 2.42) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6d6f790-e563-4fd0-b47a-ac3e810616aa") + ) + (fp_circle + (center 0.955 1.15) + (end 2.05 1.15) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3911f1bb-d497-404b-86ab-1da6392b2bc3") + ) + (fp_text user "${REFERENCE}" + (at -3.175 0.005 0) + (layer "F.Fab") + (uuid "5bdd7ab7-b1ee-4a0a-a257-7bc836a7e3bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 180) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "Net-(R1-Pad2)") + (pinfunction "1") + (pintype "passive") + (uuid "46560c96-9dab-40e0-8317-311e10d6a940") + ) + (pad "2" thru_hole circle + (at -2.54 0 180) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "Net-(R50-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "31d6f964-e278-4b9d-ae79-847209e83e7d") + ) + (pad "3" thru_hole circle + (at -5.08 0 180) + (size 1.44 1.44) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "Net-(R5-Pad1)") + (pinfunction "3") + (pintype "passive") + (uuid "8dbffc9b-ed09-4289-a62e-8877c4db3f57") + ) + (model "${KICAD8_3DMODEL_DIR}/Potentiometer_THT.3dshapes/Potentiometer_Bourns_3296W_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 "40a52337-4b4e-4bb3-b3f3-66a94d0b0db6") + (at 132 73.25 -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" "C5" + (at 3.25 0 180) + (layer "F.SilkS") + (uuid "5eddf7da-3a24-4087-a694-15d3ed386a9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/6v3" + (at 0 2.35 90) + (layer "F.Fab") + (uuid "86aea43c-c35e-4557-b247-8de5d440d542") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f465956c-bf33-457f-bad5-fc8e903d19ca") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd486cf6-ca46-46db-b778-926c9e80ab90") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4ed1981-a689-4544-bdd4-f5b23447375e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/0c8da694-5faa-4ade-a456-830efa527633") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "ecb67966-a6c5-481d-8ab5-61317798337b") + ) + (fp_line + (start -2.46 -1.51) + (end -2.46 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "845de43f-8172-4051-8c5e-2870354bb600") + ) + (fp_line + (start 1.75 -1.51) + (end -2.46 -1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "072fe107-bce6-4ff0-b14c-7501e727d7db") + ) + (fp_line + (start -2.45 1.65) + (end -2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbc75512-740d-4017-948d-22d7428576e5") + ) + (fp_line + (start 2.45 1.65) + (end -2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "511d5a03-5c07-4049-b6a1-4c1b10b8bce4") + ) + (fp_line + (start -2.45 -1.65) + (end 2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54dce965-66a2-4fb1-aead-b8db136820a6") + ) + (fp_line + (start 2.45 -1.65) + (end 2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10286534-ee0e-4d45-a32f-dbd7794c55e3") + ) + (fp_line + (start -1.75 1.4) + (end 1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40754194-f4ec-4f6c-9e44-1479854e2c59") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d8c6a29-a141-4f9d-b5ef-63823fd2c3ab") + ) + (fp_line + (start -1.75 -0.7) + (end -1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "791328d6-0ea7-4959-b2ce-c5bd39096ba3") + ) + (fp_line + (start -1.05 -1.4) + (end -1.75 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "165adbb1-3973-4040-a83f-235653a4e6d6") + ) + (fp_line + (start 1.75 -1.4) + (end -1.05 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9666cdf4-5c5f-4e3d-86a1-e99dc7519d24") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "38163d06-3c45-4e4d-b539-acff24d0f5ae") + (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.188679) + (net 2 "+5V") + (pintype "passive") + (uuid "4c0de95f-f662-405b-b76a-71422c96bfc7") + ) + (pad "2" smd roundrect + (at 1.5375 0 270) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 1 "GND") + (pintype "passive") + (uuid "cb618b37-917f-4b6a-ae75-677ff709f1b7") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "4750bf15-39c6-4c06-9605-ea607a63c1f6") + (at 117.475 75.355 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 1.475 -1.68 360) + (layer "F.SilkS") + (uuid "9d45cf55-ce53-443a-8cee-8637b4277ea1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "00689fec-6e2e-4311-974b-6f92e7929271") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b64f5cc-07d3-45d5-80a8-c5565b3e47be") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce0e4822-8d9f-4d69-aa6d-57aada604e3c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dbfdf6ea-1d6b-48f3-932a-2cf3910e7561") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/69f5e990-f2af-4f2b-a0b7-d8b064621cec") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "f621d930-8779-4ded-9894-ac9a49f2f529") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "968b3d52-08ce-4527-8b40-93d31872ae0b") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "256b5736-fa57-4faa-a012-f33be2aba351") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d542294d-8b2a-46eb-ac4d-97caa5589c45") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4134fdc9-3de2-4674-aea3-60f6af714539") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04dbeacb-b868-4e0d-ab92-c9b2eab764a5") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fb7ab6a-e74d-4f8d-a0ba-13bd09cc3864") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b772701-ceb4-4d9c-b59a-01cc4377b52c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "683a30e1-4753-40e7-8567-a2ebf2a77924") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6074adc4-1e8f-486c-a605-dc1e12320551") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "0e35c6df-c05b-4fa2-a783-17d8d3e2e7b6") + (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 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "50233602-0f4b-403b-bebb-48693f884614") + ) + (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 "f0a279cc-0a8e-41af-83d2-afe444504f83") + ) + (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 "F.Cu") + (uuid "4a963442-7388-4acc-865c-5dde935ae9ab") + (at 131.768 67.117) + (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.768 0.133 0) + (layer "F.SilkS") + (uuid "5c50b3dc-e994-424d-9df1-9eeddd06e2e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "6b8d0403-f6a6-4f53-9e87-ba5da0fa8f8e") + (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 "2df108b9-0968-45f9-8425-d58ddefb817c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00dcc77a-00ef-45bc-aae1-0f65e8cca32a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ec7cb23-4119-46e9-8e90-c5bb1b089f2d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/3a4251d2-5a7a-481e-ad85-d77fba324283") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "4cc267d2-dc05-48f6-a995-639062b4e7e4") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c643917f-c79b-479c-819e-6ce6499b4ade") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42b2641b-4298-4119-b9f8-031ed0df1a1f") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17834ab1-8d7f-464f-86b3-94f8ec523b86") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbbefdb4-19e2-45f4-8ccd-db669c4fc896") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80916a14-4bbe-45b2-86b3-03cb5f5246f2") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb6e8748-b76c-4b1a-b579-41f3c66b2001") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f821fa91-a02d-4d61-a4cf-a99f032bfe2d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ec46e92-4adc-4f99-acc9-6b54ef9f54d0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62d81018-8376-44b5-9ae8-c4eab40ca98b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "28941db4-ef8a-4b43-be11-7391a2522c00") + (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 "60ec4ee2-2d09-4307-ae55-3fda595149ad") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "/SignalProcessor/VCC_PROG") + (pintype "passive") + (uuid "944a88a8-b84e-4d63-8b04-77e6dd9dd87b") + ) + (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 "F.Cu") + (uuid "5245117d-f7c0-48e7-b365-9b2bad6a61ac") + (at 171.5 58 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 3.25 0 360) + (layer "F.SilkS") + (uuid "05a6ea30-ccbf-4c8e-b162-67ed8bd4bddd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "60303a51-65ff-40ea-ae69-6d59eb7ec805") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c252e2e-d7bd-4c9d-89d6-677be09976a9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32ac8483-1ac7-4f2b-9567-f344ce5429b6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "120ea508-18ee-41ef-92b2-7af97436e623") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/2fb2b3b4-310f-484d-a0c9-4f0ad47594ef") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "c699b31e-340c-4e3c-bf69-d25669e0273e") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a77c22f-1c32-45b5-aa5c-c0f6ef7e4ee6") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7b41cf4-926d-45c6-98c2-6497bc917af1") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fafdba0-59a6-4e99-b136-d6df1ba3f3ae") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4db9bd56-22ca-47d2-965e-44c1ad8ef1f2") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da92b5d9-12af-4981-8a2d-688bf3775299") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5f5e61e-55b6-462a-a50f-d9df0d54610a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac424506-0ad1-4128-a184-7f9ddd1769fb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29de6a1f-3565-4d9a-b638-412404d65932") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c110ccb-eb82-4573-9ba3-d1c3baa5de08") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "0c3218db-c176-4911-9618-57dd6414ac62") + (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 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "e9baac06-9709-44ad-b590-94edbbb916bc") + ) + (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 "96aa40fe-774d-4e48-aa7a-fe88f464e736") + ) + (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 "F.Cu") + (uuid "537f853d-2727-4d1c-a109-5168541cdc58") + (at 134.935 69.0575 -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" "R59" + (at 0 -1.65 90) + (layer "F.SilkS") + (hide yes) + (uuid "b249957f-5ddd-431d-a1da-34cffbaa3355") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "897ecb61-a6ae-483d-a33a-2fcb3cd5d0db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15bf3871-6db1-452b-beb5-21717aca9058") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f7d40e3-6f63-46f1-9781-6dfbab36563c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0617e56-ff00-413c-b517-9986575df641") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/4d58738c-2f34-4e34-adf8-c73bb76d287b") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "13f5283a-1ecc-4bc0-9f89-3818712d565f") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08e32454-10f1-4197-a641-7e548c73b2c7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13f2a3b8-43d9-4c2c-83f6-cb8c79c7633a") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f352f33e-58fb-4d9d-920b-e8adee777ba5") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc1ee9a7-39cf-4eb5-9c95-0907c500d8f1") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2479add7-aba2-45a1-83a6-5f3bd9494018") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b882103-9bf7-4f18-8429-609bc7233fd4") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e62c5e87-69f5-499f-b399-fc67ce1b7b39") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3e04827-2cc1-4dae-b736-eee6057ad731") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba9cbf3d-751e-4378-b0fc-f2708ee21f8e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "061f236f-ded2-43d7-9d66-53bcd7bfcc0b") + (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.243902) + (net 32 "/SignalProcessor/SCL") + (pintype "passive") + (uuid "0ae3fa7b-6df1-4f49-96f6-9e4388462028") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "+5V") + (pintype "passive") + (uuid "979c99f9-37bf-46f0-a9d1-26b1ca72f7f1") + ) + (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 "5d5aea55-0955-4bdb-a4d6-8f71cda45a22") + (at 138.935 76.0575 -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 0 -1.68 90) + (layer "F.SilkS") + (hide yes) + (uuid "97cc4a3e-f708-4fea-b818-f25c9bbc6275") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TBD" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "09629bef-f791-405d-800c-71cadc070c83") + (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 "4a9ff84c-a044-4546-b819-d1d4b6feefb1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f01de102-bdc1-4899-b8d3-3da559316cbc") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23a55a88-3677-4fe8-8b33-cc8aa602506e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/bd14df1e-873e-416e-9c7d-dd9bac1f1475") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "e143f66d-7a80-43e8-b6c6-a8473813bd12") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c6e4480-5692-4d95-ba7a-df18dfa95bb6") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "327bc486-9856-43e7-930f-59cf68c4d44b") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bf06cd9f-2747-4445-8a3c-ea7df37d48da") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d3ac7cd-0971-4c8c-b416-a8bd0bcaef0d") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3559445-a6dc-4754-b373-5dff6e9c2db3") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54291c95-e329-4578-af0c-dea49b30d7c7") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b40a0e58-f2e9-47ae-93f4-595294eb8002") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08ec23ca-abf8-490c-9000-6f64f3b06816") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "36aa82b1-3464-4fda-b29f-e26e170ad018") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "3f378a6b-aa74-43f6-bee8-a34b6c5493cd") + (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 18 "Net-(U1-Vin-)") + (pintype "passive") + (uuid "9ae0b5da-e0bc-4c57-8971-e9fdce5d6210") + ) + (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 "96cc6aac-13e7-4133-a10c-d4c3c377e159") + ) + (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_Pad_D1.0mm" + (layer "F.Cu") + (uuid "5d7f0a25-d319-4e52-860c-745363d5b025") + (at 137.833 65.012 90) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP1" + (at -1.738 0.667 180) + (layer "F.SilkS") + (uuid "c8a05633-27ed-4543-be38-edd5bc1c1453") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 90) + (layer "F.Fab") + (uuid "442a349a-847f-4336-86a2-f81e9bb1bf9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9785d857-5331-4aac-9c0a-c409a1564091") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "872efed8-4560-4180-b0f5-994ea906808c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2fe5ec0e-a36a-4663-83d5-99900af221fb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/5538d200-29dc-4ad6-8671-81d262dffbd3") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c4894c0e-aa39-42f7-bb85-c04166e95c37") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "2b0930b8-7566-45e8-90e5-3eee5fccb511") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 90) + (layer "F.Fab") + (uuid "e48b66ea-0f74-4c2a-b770-e7f061a0b4e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0 90) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 32 "/SignalProcessor/SCL") + (pinfunction "1") + (pintype "passive") + (uuid "4b522b48-6113-48f4-a9ae-56dfd2602da2") + ) + ) + (footprint "LED_SMD:LED_0805_2012Metric" + (layer "F.Cu") + (uuid "64f3b342-0bb4-4564-a83f-0e05edf2ac8a") + (at 148.1805 55.512 180) + (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D3" + (at 0 1.762 0) + (layer "F.SilkS") + (uuid "4ffca7bf-3875-4cf7-a89a-c9d19c6a05a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "green" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "15558640-2d8c-4684-8db2-9e576de346a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d6682493-e263-4d6b-8873-c390b0b7d984") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "aca2a990-5f0f-4471-a05f-232eb44d8064") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "86e1f5ea-12a3-4a8d-bad8-6480670cc417") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/fa7be052-ab0d-4aa5-b9a2-a1c620e2f254") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr smd) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9628c9f-997b-4043-80a7-22da99a5a9b4") + ) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8e10912-cba8-4631-8cdd-8f0eb6c23442") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d316f520-365f-49c9-a521-47b23d8391e4") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac78de17-f913-4c30-a7e8-b7bec8d71a5c") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccfa83e1-0350-484e-9264-87200b122c7b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c9fccfa-aca7-4cf3-8420-6603ca2a9248") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d36f4ac4-49a4-4eec-894e-15e78d4d8972") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0180455-3a1e-49d8-a1d4-11ba9a8d26d7") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47a8e139-6f4e-498a-8979-bfbdf2197893") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48bad65c-6507-4c2f-8d68-780b76221b79") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87607894-c281-472c-a527-51cb12009d78") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "275a80cd-0d8d-4c60-8a26-f33dc8191db4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dc38d94e-a5d0-4f2f-8954-72efde76a279") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "4ab836cb-a25d-4a30-aaf3-b910d34a01c0") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(D3-A)") + (pinfunction "A") + (pintype "passive") + (uuid "e70db978-f69d-46cc-a7ff-219f91f9327a") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-5" + (layer "F.Cu") + (uuid "6b4df82a-d155-413d-be80-09fe2b1a0c76") + (at 185 65 -90) + (descr "SOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U6" + (at 0 -2.75 180) + (layer "F.SilkS") + (uuid "b3258032-4568-40aa-9bc2-ca28f5df529d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TPS60403DBV" + (at 0 2.4 90) + (layer "F.Fab") + (uuid "dbcfecbd-5208-4370-a99c-1c6df9cca366") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c6b276d-d320-4839-b001-5c1794cd619c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps60401.pdf" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "025fccf1-0314-42b6-b8ec-339210d063d3") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Unregulated 60-mA Charge Pump Voltage Inverter with Fixed Switching Frequency 250 kHz, SOT-23-5" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01093383-9914-438b-beb4-d6fe28c46751") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/c4b284ea-705e-496c-88e1-d52b4117edb0") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07eecae4-2365-4784-87b7-c66d44ab4d57") + ) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57100f35-cfae-41c9-9947-6c9a91d671a6") + ) + (fp_line + (start 0 -1.56) + (end -0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fee1ca0b-037f-423f-a61d-99be22df287d") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d357086a-070c-47be-a946-2ae23e29b44d") + ) + (fp_poly + (pts + (xy -1.3 -1.51) (xy -1.54 -1.84) (xy -1.06 -1.84) (xy -1.3 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "94671c27-d8e8-4360-bbff-a4fac01fa254") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a445ff87-2905-4a69-a08f-d15f4365146e") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7addf455-811d-4f26-91cf-d0d7d69ec29f") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f3d7694-64a0-423d-9f17-ce8e1bce98f6") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0355eb07-f654-47f9-b853-22b93eca31c8") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e26ac3b-dfa5-47ed-953c-7362b1ec6a28") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c058b299-40bc-4d03-b3c2-3014a62dca3a") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ff165c2-e7b5-486a-b794-46f8dbc5812e") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f543be58-6467-4608-a08d-0a643a432185") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c82725e7-828a-4b23-bb55-93121f99112d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b1fd8461-b764-41cc-be90-4513aacd6094") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(U6-OUT)") + (pinfunction "OUT") + (pintype "power_out") + (uuid "3418df97-b7d4-4b58-ab90-b510d33d3bfa") + ) + (pad "2" smd roundrect + (at -1.1375 0 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(U6-IN)") + (pinfunction "IN") + (pintype "power_in") + (uuid "8e33f62b-b411-404b-9bd4-a1620976ff10") + ) + (pad "3" smd roundrect + (at -1.1375 0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(U6-C_{FLY-})") + (pinfunction "C_{FLY-}") + (pintype "passive") + (uuid "46f6cce8-61b8-4ab1-9f50-82a25e0c4091") + ) + (pad "4" smd roundrect + (at 1.1375 0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "power_in") + (uuid "f7c6bdfb-854a-495f-9827-e58631fce4d1") + ) + (pad "5" smd roundrect + (at 1.1375 -0.95 270) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(U6-C_{FLY+})") + (pinfunction "C_{FLY+}") + (pintype "passive") + (uuid "aa8b2620-3575-47d9-817f-d4faf99b4a81") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "7256500b-d8fc-4de8-98a1-fe9614f2d14e") + (at 135.268 55.012 90) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP4" + (at 0.762 1.982 180) + (layer "F.SilkS") + (uuid "ac4a0a86-240c-43ee-aafa-d5f8a80d73b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 90) + (layer "F.Fab") + (uuid "d081887a-d342-4aca-a4f7-2b0c35bf2ee4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce122bb5-1945-4a36-a263-68d96cdf882d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e65a933e-fa5c-4d05-8140-ba10db2c1c28") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39f550c3-cc2c-4678-98d0-a9c56fa73aad") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/b6b9a548-94ee-4058-aa4a-7d099dac9027") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b3fd4acc-bb07-49ee-8f0e-bbb0bc740ca0") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "656ffdc8-209c-45b7-881b-555de74328fc") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 90) + (layer "F.Fab") + (uuid "e0c46fc4-1814-4148-82b6-ce9ff119551a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0 90) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 42 "Net-(U54-PD4)") + (pinfunction "1") + (pintype "passive") + (uuid "548b8f8c-5ae2-47fd-9d9c-b865704c84c5") + ) + ) + (footprint "Capacitor_SMD:CP_Elec_6.3x5.8" + (layer "F.Cu") + (uuid "726fa0ea-b9bf-4b00-bf55-d97ab5029194") + (at 165.75 70.45 -90) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm") + (tags "capacitor electrolytic") + (property "Reference" "C16" + (at -5.45 0.25 180) + (layer "F.SilkS") + (uuid "d6382e4e-4a6f-4524-8683-ec580a20c0ed") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/12v" + (at 0 4.35 90) + (layer "F.Fab") + (uuid "356d53d3-0dcf-468c-b7de-b16661ff8180") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a870531-ff91-4f76-9cad-6a3ac4b3f646") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f483f961-a31d-422f-8984-5c30de8937a8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1857aabc-bea1-4c90-be03-583fdf6f2037") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/d51c83c0-6651-49f0-b417-fa489558d4cc") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start -2.345563 3.41) + (end 3.41 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8d369f5-2118-4239-9836-7b8d5a516992") + ) + (fp_line + (start 3.41 3.41) + (end 3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81a56cbe-f7f9-46d8-acc5-120df066c560") + ) + (fp_line + (start -3.41 2.345563) + (end -2.345563 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d245025-7d4a-42d9-aa29-6c5824d4292d") + ) + (fp_line + (start -3.41 2.345563) + (end -3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c7e5c73-305d-4db2-9c1c-ab1138dce2ee") + ) + (fp_line + (start -4.4375 -1.8475) + (end -3.65 -1.8475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00bb3728-100d-4943-be73-7e86014e2589") + ) + (fp_line + (start -4.04375 -2.24125) + (end -4.04375 -1.45375) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c45a3c25-d789-4dd7-abad-25f53ee60981") + ) + (fp_line + (start -3.41 -2.345563) + (end -3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c02f1a26-702e-490b-9617-e80091e0a725") + ) + (fp_line + (start -3.41 -2.345563) + (end -2.345563 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "836eca8f-69c4-43d0-aa24-51e4d452d810") + ) + (fp_line + (start -2.345563 -3.41) + (end 3.41 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "172adb64-ce7a-4645-80bd-e14592655673") + ) + (fp_line + (start 3.41 -3.41) + (end 3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5470ae3-038f-4773-9107-421a2cbbf67d") + ) + (fp_line + (start -2.4 3.55) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "433272f0-61bb-496f-a526-c9bb060e7631") + ) + (fp_line + (start -3.55 2.4) + (end -2.4 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "840fcfc3-cca9-48d9-8af9-71af7c989ce6") + ) + (fp_line + (start -4.7 1.05) + (end -3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86619bf3-0531-4202-a1ea-2ad5dc02d7d3") + ) + (fp_line + (start -3.55 1.05) + (end -3.55 2.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98b1b393-dec4-4f05-9ea4-ee42b57a86e5") + ) + (fp_line + (start 3.55 1.05) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04e673cf-550a-4f5f-9e44-dce2b4b4f14b") + ) + (fp_line + (start 4.7 1.05) + (end 3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ffa0448-99a5-44a2-9efe-384a5aea01f1") + ) + (fp_line + (start -4.7 -1.05) + (end -4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3eee56a-467e-44b4-8a31-dfb5714854e2") + ) + (fp_line + (start -3.55 -1.05) + (end -4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b8d6b14-3bdb-471c-ba2e-a5e7b25a3dca") + ) + (fp_line + (start 3.55 -1.05) + (end 4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "502d0288-f4c3-4d4d-8f61-0a86b5b89960") + ) + (fp_line + (start 4.7 -1.05) + (end 4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fc6db19-21c3-4230-a0ab-0c8ab6c54890") + ) + (fp_line + (start -3.55 -2.4) + (end -3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a672374-21a5-46ec-b28e-6bcef34b800b") + ) + (fp_line + (start -3.55 -2.4) + (end -2.4 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b8c0026-3c02-4209-bb49-02c35d8f62ac") + ) + (fp_line + (start -2.4 -3.55) + (end 3.55 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57fb059a-d6e3-4699-bbd2-31cf5076743a") + ) + (fp_line + (start 3.55 -3.55) + (end 3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75ea7810-e0ee-4cc5-9bde-f6bf0a78e344") + ) + (fp_line + (start -2.3 3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f758c22-aeac-473f-8e2a-788b7ff5536b") + ) + (fp_line + (start -3.3 2.3) + (end -2.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49b1758c-73e4-40d7-9ac3-5bd7ac61e29a") + ) + (fp_line + (start -2.704838 -1.33) + (end -2.074838 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fce86d62-0b2c-410f-9883-6ad2b23e02fc") + ) + (fp_line + (start -2.389838 -1.645) + (end -2.389838 -1.015) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aeba19bb-54fb-489c-ac95-28ebb2c84d0a") + ) + (fp_line + (start -3.3 -2.3) + (end -3.3 2.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f217cfde-20e3-4015-bb4c-66e8d2c15487") + ) + (fp_line + (start -3.3 -2.3) + (end -2.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43023ec3-fd74-4a04-b23b-d4c9ec9ebec6") + ) + (fp_line + (start -2.3 -3.3) + (end 3.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc7769ed-4469-464d-bcb1-10a81751864c") + ) + (fp_line + (start 3.3 -3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7684a5a-19eb-4683-b9f0-514c9dcfda8c") + ) + (fp_circle + (center 0 0) + (end 3.15 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "dee217f9-73f0-403e-9413-450e3f1b3db4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "52019408-7874-46a9-bd57-9561cd55d637") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.7 0 270) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "b80fcb98-fefe-4c26-af9e-63f6081c78a2") + ) + (pad "2" smd roundrect + (at 2.7 0 270) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 1 "GND") + (pintype "passive") + (uuid "e1cdf046-001a-48e2-aa5c-0d93f7839d25") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "7607eb52-cf5b-4d3a-8a1a-29ac3b47a5b9") + (at 130.583 53.75 -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 -2.5 0.083 180) + (layer "F.SilkS") + (uuid "dad481c1-e568-46c0-a89b-dc9ff3c58e0f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10n" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "883ab43b-9b2e-425a-8b6a-834ba3f09208") + (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 "a19bccf5-5641-4ceb-96d9-8f22035394a4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5faf2e26-e735-4c40-ab53-50c32bd9c92a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "292bcc75-1ab7-446f-bfc5-e21a5079b197") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/1c31f85b-7bb0-418d-91ca-66e62f81d162") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "3f8df3b1-3dff-4687-84aa-b8da48ecd90a") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d37c99af-7e82-41b5-a281-2f7d78441f00") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da931e23-fe91-4835-85d6-e15a2216d04f") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0de472c-e7be-4024-b0f1-37d18f97f8e7") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de2190f1-28d9-4650-9bf4-1717c2c02f67") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26e6ede4-7764-4d60-846c-9e7854a82aff") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "95fe18ce-06f5-4594-a024-76942b35bfd4") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72d0200e-60d1-438d-8a1a-c62e69a1df74") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "875145d9-4389-4d67-bb1f-4e740e005bdb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a656c289-2d17-4d2c-a292-bf915fbfc9c5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c3f59886-cea5-49ba-b932-f3e09d7e3575") + (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 "7c150afc-c3b6-4794-8a96-2a028e6e53fd") + ) + (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 25 "/SignalProcessor/RST") + (pintype "passive") + (uuid "678d9bb9-6e03-4fe8-b577-101d034a7c2c") + ) + (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_Pad_D1.0mm" + (layer "F.Cu") + (uuid "77507bb1-9752-4699-9bb6-8c0c48fb7b23") + (at 175.5 86.25) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP5" + (at 0 1.75 0) + (layer "F.SilkS") + (uuid "2e9e4599-3eff-4fbc-8d56-05b4cd6ddc94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "5f3d14f1-90b7-46d8-8797-e59c7cd9090f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f7137ca-53f8-42df-9101-a0683e492bc1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c4cbaf6-cfc1-480a-98f2-0fbfdc980a85") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b20bda0b-4c88-4593-960c-ff8f2b547540") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/d0dac5f4-b5c0-4f2e-bfa2-d22c93e4eeee") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "df6320f3-376a-473f-a5ba-b0d9311112c7") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "13f894dc-0c55-4d79-9a7d-f24712a2ef0c") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "4f20a9f9-2acc-483c-b19a-73a05eaa2b34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 16 "-3V3") + (pinfunction "1") + (pintype "passive") + (uuid "71fae417-6fe7-4515-95ab-259cc2ac81bb") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "78d2f66b-f866-40af-92a4-ef6106460c0d") + (at 171.55 60.25 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" "C25" + (at 3.3 0 360) + (layer "F.SilkS") + (uuid "67750682-bf83-4105-98b9-e3d479b2b6e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "d82bbdc1-5a57-4caf-9363-8540a4c5ba3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4b2eb6e-3ce5-4ddb-b968-410c4f965bde") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa1e2c14-c77e-484a-ae96-35328cc7f831") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60c7737a-fcfb-49c1-bb73-3fa48fedb08f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/0a6a9720-e09c-41a1-89f0-43e0f5b35019") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "40f38c0a-cc10-4387-8865-bbabd3f23de1") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58c160a9-abdf-4311-ad9e-a94db1ea0c1d") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "632eb32c-0963-4ece-bb0a-8ab3d76d2b1e") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "04a17935-a87a-4896-b315-67f651a653e2") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f095ff37-c2db-481d-a836-cfe06f5fcca9") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6da9ed1c-daaf-4c61-8079-1be4192e20d1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fb50def-8194-450e-903d-ea7ae030ec43") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a96bd3b-3e84-49b6-a84b-cc7f83a481f9") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa476e1b-26f1-4cfa-82c9-b00f1e8b8cfe") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8697ae6-9636-4025-b6ab-ce18a7b533ef") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "31f95c66-7d1c-45a9-8775-57d70d69773e") + (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 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "21b045c5-95f7-4d7e-9534-4d732e6e561a") + ) + (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 "efc8c168-5f87-4dd2-932e-62fb914f09a8") + ) + (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 "F.Cu") + (uuid "78eaee90-bd05-4c72-83a4-c14edf352d8f") + (at 185.02 61.5 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" "C9" + (at 2.52 0.25 180) + (layer "F.SilkS") + (uuid "f1f66c3f-975d-4e1e-aa0f-dd2bbc7d9a7b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 180) + (layer "F.Fab") + (uuid "95b34e87-4756-482b-ba00-c151f528dc20") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06a03098-1288-4740-b00a-3e6c6cfda3e4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe0da5d1-e5b1-4ecb-8f81-d21a94cf1a7a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07e24770-b3b6-446f-bec8-7ad1fb9f3d43") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/110c4d52-6489-40ce-ab30-6386c338dd5c") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "0766c80b-d2cf-45df-ba78-b5bc10955fa5") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8768194-0c2b-43a1-b9e2-c2f1603cb8ae") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c87135cc-d8bd-4cbf-aa48-2cceb604ed53") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "837105a6-c6da-45ce-b436-83b1b5ab098e") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3405cb24-8f0a-466e-b650-c0a705f18f6c") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c85cd995-64e7-4b90-8365-fa4d74ad8f2e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2532fb2-10f8-427a-8043-f37fc5e02941") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07e9fc6b-dffc-4dd4-8b96-326380f17714") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32fcfecc-b35d-470f-be5a-89eb3387c8e2") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04e2f9ec-b3c5-4d9c-be05-1cf826290b9e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "f53bb869-994f-4801-bc74-15f3ea9b36e0") + (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-(U6-IN)") + (pintype "passive") + (uuid "183419ec-fefb-462f-9283-553474cc4d7b") + ) + (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 "dc7bb3cc-8081-4783-bd38-d7b83efda8de") + ) + (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_Pad_D1.0mm" + (layer "F.Cu") + (uuid "7ab29826-00ff-4425-8480-1ed65151d50f") + (at 148.485 62.057) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP55" + (at 0.265 1.693 0) + (layer "F.SilkS") + (uuid "9e3fd8cb-642b-4b20-8f1e-6f6c56580ff4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "f983149e-aea5-4aa9-bdc9-0ec07d466fc6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93d63e50-6872-4a31-89d0-862abb8fbc5a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6682be75-22d7-418f-8496-f5448227486d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc817ac1-007b-45fc-93ec-a4ec9bb3edc7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/03d13a19-c1ee-4ba0-9311-e5703300738f") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "bf2d31ea-ee9b-4384-acd3-51ce917c0756") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b05e1e4c-5f2e-4506-bdea-b4026441d4bc") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "ad15b7bd-feb3-4a6d-9800-5180cf65301c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 22 "Net-(U54-PC5)") + (pinfunction "1") + (pintype "passive") + (uuid "9c107828-672f-4f8f-8fe9-79b9f152cd3a") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "8023bf8e-f695-483b-83f3-0158f6365e14") + (at 183 79.5 90) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP3" + (at -1.75 -0.25 180) + (layer "F.SilkS") + (uuid "839dd06e-4a63-4b7c-bb71-f77b9409d72d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 90) + (layer "F.Fab") + (uuid "0a48e3c7-39e7-4420-afe1-1a14f18e8ed0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "116f8950-adac-4178-ba74-08d510992397") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43ff9e50-b04b-45fb-8f25-5b12ddbc3b00") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e64044b-69fa-4651-9b7d-bba296c1d0df") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/28a71b10-8447-4aa5-be3a-73915f2e7da0") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2a577c14-35d4-40ea-ad6d-a3f37bc7a2fa") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "eae4c0c5-4e36-4b91-92e2-e4957b9449fb") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 90) + (layer "F.Fab") + (uuid "394801b6-6967-4a27-81cc-fd45446121c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0 90) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 14 "Net-(U4-OUT)") + (pinfunction "1") + (pintype "passive") + (uuid "0598f023-d4b2-43d5-b5e9-0d46e81d676d") + ) + ) + (footprint "MountingHole:MountingHole_3.5mm_Pad" + (layer "F.Cu") + (uuid "80f18396-8ce6-4e04-aaf4-38eafbe298d9") + (at 189.25 91) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (property "Reference" "H3" + (at 0 -4.5 0) + (layer "F.SilkS") + (uuid "0af8a4cb-57f8-492b-be98-5826c5a647b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_Pad" + (at 0 4.5 0) + (layer "F.Fab") + (uuid "7e931055-4004-4791-82c3-af89587478b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "651db737-7129-4aba-ba57-5f66adea01d7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cc1cc17-0b34-4504-8282-482d65783f53") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "406d25f7-3898-4312-a9e1-f0d5904b8990") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*Pad*") + (path "/5fce9b31-73fa-4dfe-a905-e6d632706b8d/408a98d1-66df-483c-ad4f-d4063b5a4f33") + (sheetname "Mechanic") + (sheetfile "Mechanic.kicad_sch") + (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 "55dd1a0b-d466-4682-9f16-c4328c8fec49") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "489a701a-887b-4cb6-b4db-c7cbc49e32b3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2cf787a6-e966-4601-9590-1c71bbc301f0") + (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") + (pinfunction "1") + (pintype "input") + (uuid "3c2a17c3-677e-47bc-bcfd-1650deca7dd9") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "8d3532f0-d93d-4593-9e50-53c40b7d1883") + (at 146.453 62.057) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP54" + (at 0.047 2.943 0) + (layer "F.SilkS") + (uuid "5a163ce6-e80f-4f8e-8734-f85996fa52d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "f761b9e9-00dc-4ecd-bc20-c9d90d5b87af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b3d2ee6-586a-4e30-b34f-1a46e90fc4ca") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a247040-a567-457a-9f2b-0c513aceefc4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "043adb66-f6eb-4a86-ab6b-1e0da716d2f6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/65dd8a6f-c73f-4602-83b7-7192e7c602b9") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b68832c4-cd40-4766-a3cc-c2d0f3d1a9a4") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "3a652e9d-46d5-43d1-a43c-21802a5688df") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "3a014506-8a67-4879-a971-b3d48ef7f5f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 21 "Net-(U54-PC4)") + (pinfunction "1") + (pintype "passive") + (uuid "e98aeb2c-107a-4d61-ac64-78a93652acbf") + ) + ) + (footprint "Capacitor_SMD:CP_Elec_6.3x5.8" + (layer "F.Cu") + (uuid "8e233692-25d4-4889-a750-dedb221033b4") + (at 179 64.75 -90) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm") + (tags "capacitor electrolytic") + (property "Reference" "C14" + (at -5.25 0 180) + (layer "F.SilkS") + (uuid "5c064685-f5ed-4470-ad50-cc9f0b11038a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/12v" + (at 0 4.35 90) + (layer "F.Fab") + (uuid "4ac88874-4610-4f1f-8388-fe126a2f759d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "711519f0-4b6a-470c-bb67-5d8298137ee4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f2db7f6-f3ce-4911-be81-0c60c10a8fc6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8394fe18-12fc-4233-b334-d9bb386b74db") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/2f18b32d-2ea8-4279-b0a8-cd0dab5d5b3c") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start -2.345563 3.41) + (end 3.41 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb072c8c-9226-4ee4-b14a-74ba1134bc25") + ) + (fp_line + (start 3.41 3.41) + (end 3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6305c939-c42d-40c4-939a-e5b5bec06eba") + ) + (fp_line + (start -3.41 2.345563) + (end -2.345563 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "807fb405-a66c-4049-ac97-2fe6f1604123") + ) + (fp_line + (start -3.41 2.345563) + (end -3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "346cd602-eb1c-4573-9f91-370bda6577ce") + ) + (fp_line + (start -4.4375 -1.8475) + (end -3.65 -1.8475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d931878f-c91c-405a-9d47-b190fc19e62c") + ) + (fp_line + (start -4.04375 -2.24125) + (end -4.04375 -1.45375) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19233d29-6ef4-46a1-a2dc-c12ad91661ca") + ) + (fp_line + (start -3.41 -2.345563) + (end -3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee92fdd7-5c30-4507-b053-0e24af4a69fc") + ) + (fp_line + (start -3.41 -2.345563) + (end -2.345563 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a194dec-a8c8-401a-81bf-fa1521cfc641") + ) + (fp_line + (start -2.345563 -3.41) + (end 3.41 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae65f85c-c5ac-4cc0-a811-153458ef1a9b") + ) + (fp_line + (start 3.41 -3.41) + (end 3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fec17cf1-c020-4394-b8ef-9d213eebba36") + ) + (fp_line + (start -2.4 3.55) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "637b837b-5510-4caa-bff8-e0b02c496369") + ) + (fp_line + (start -3.55 2.4) + (end -2.4 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f284e99-f69c-4c89-8de3-e18b5fcd2b73") + ) + (fp_line + (start -4.7 1.05) + (end -3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "41e787e3-1af2-4333-84d4-87592a5fc6a7") + ) + (fp_line + (start -3.55 1.05) + (end -3.55 2.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cc43e44-a71f-42f5-b3d2-2323b329efb7") + ) + (fp_line + (start 3.55 1.05) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ba3452ed-8b7c-4c3d-8c66-5e8234d241d5") + ) + (fp_line + (start 4.7 1.05) + (end 3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4ab8f64-55e0-4cff-aea9-10d654ee513f") + ) + (fp_line + (start -4.7 -1.05) + (end -4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b13a638b-e090-491c-9d7e-290bef323bc6") + ) + (fp_line + (start -3.55 -1.05) + (end -4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55ecde64-89c6-45cf-8f65-2b80f4513971") + ) + (fp_line + (start 3.55 -1.05) + (end 4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1e41400-23fd-473c-9830-720eb1711128") + ) + (fp_line + (start 4.7 -1.05) + (end 4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf14d07e-668b-4c30-b849-7035b60c08e7") + ) + (fp_line + (start -3.55 -2.4) + (end -3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3906e9d3-23fc-4f68-b99a-9760349825c4") + ) + (fp_line + (start -3.55 -2.4) + (end -2.4 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a65ca7a-3293-458a-b3c7-3fc643c399d7") + ) + (fp_line + (start -2.4 -3.55) + (end 3.55 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "204df0e9-02ae-4943-9043-4963c06b7851") + ) + (fp_line + (start 3.55 -3.55) + (end 3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "872e5fdd-65e6-40ca-bd72-844496f7cd95") + ) + (fp_line + (start -2.3 3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "412ea2ff-32c4-4246-8ba5-78c95c61c4b3") + ) + (fp_line + (start -3.3 2.3) + (end -2.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9214ad5-1aea-4fc7-a8fb-491ca485a0b6") + ) + (fp_line + (start -2.704838 -1.33) + (end -2.074838 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b63a8f2-d9e8-48a9-98c7-6eab124d7d7d") + ) + (fp_line + (start -2.389838 -1.645) + (end -2.389838 -1.015) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e288267-cf1e-4e45-84c4-e0ef07a17218") + ) + (fp_line + (start -3.3 -2.3) + (end -3.3 2.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55850810-754d-4681-ab8b-3a8867c4d1c9") + ) + (fp_line + (start -3.3 -2.3) + (end -2.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d587ad7-1f76-44b4-be09-1b46d6298dca") + ) + (fp_line + (start -2.3 -3.3) + (end 3.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08b2cf08-03ad-42b9-9b19-508c62f039c1") + ) + (fp_line + (start 3.3 -3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a57df2a3-952c-457f-987e-dc0fd1da39f5") + ) + (fp_circle + (center 0 0) + (end 3.15 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a0ab9026-b6d0-4a3b-8da1-743b961673cb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "f93668ca-93e9-4fec-a9e8-8823d6bec3f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.7 0 270) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 43 "Net-(U3-IN)") + (pintype "passive") + (uuid "82dfe1fd-5aa9-4c95-960f-e259796c11fe") + ) + (pad "2" smd roundrect + (at 2.7 0 270) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 1 "GND") + (pintype "passive") + (uuid "1f9f4713-88e9-4027-9e5b-92399799f985") + ) + (model "${KICAD8_3DMODEL_DIR}/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_Horizontal" + (layer "F.Cu") + (uuid "8fde375c-2f5a-42b6-bdf6-69d8d4c69025") + (at 139.018 51.762 -90) + (descr "Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated") + (tags "Through hole angled socket strip THT 1x03 2.54mm single row") + (property "Reference" "J2" + (at -3.012 8.018 180) + (layer "F.SilkS") + (uuid "124b38ea-d2a8-44fa-b935-d3d5cdf1c84a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x03" + (at -4.38 7.85 90) + (layer "F.Fab") + (uuid "d46f5e5b-6ed8-44f4-b67c-1231b2a66bb2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Horizontal" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "829c1da2-8463-4228-a250-ff56b74f3a5b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e509134-f210-4d75-b726-f43788275711") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d079d978-a09e-4071-b471-9e8b7e4a9125") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Connector*:*_1x??_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/7013802e-60aa-4f5f-90e2-c1876aa0bb9d") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr through_hole) + (fp_line + (start -10.09 6.41) + (end -1.46 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8923001-9fdb-4855-a251-898cf7b06edf") + ) + (fp_line + (start -1.46 5.44) + (end -1.05 5.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "994975ed-f1d8-4491-a83e-fbef3e40c145") + ) + (fp_line + (start -1.46 4.72) + (end -1.05 4.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68f0e8e1-5a09-4fa9-9656-75ec192ac297") + ) + (fp_line + (start -10.09 3.81) + (end -1.46 3.81) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6f58b83-8727-494a-8b7f-a421b979788f") + ) + (fp_line + (start -1.46 2.9) + (end -1.05 2.9) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e05cd65-4fda-4d3e-a154-7f530a7fbf39") + ) + (fp_line + (start -1.46 2.18) + (end -1.05 2.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba0950c5-1563-4403-8302-2ae139908d6a") + ) + (fp_line + (start -10.09 1.27) + (end -1.46 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b7ef44d-b29b-420c-ac60-44690af3d2e8") + ) + (fp_line + (start -10.09 1.1519) + (end -1.46 1.1519) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2394a264-e0ae-46e6-8050-b56ed4b85fb7") + ) + (fp_line + (start -10.09 1.033805) + (end -1.46 1.033805) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e87b9cd-3497-4271-a36d-39505e59afb8") + ) + (fp_line + (start -10.09 0.91571) + (end -1.46 0.91571) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7d044c1-1dc4-4e01-a100-ddafa81ed8ef") + ) + (fp_line + (start -10.09 0.797615) + (end -1.46 0.797615) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70ebcecc-6baa-4c02-9c09-a7941c7d2f1a") + ) + (fp_line + (start -10.09 0.67952) + (end -1.46 0.67952) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03fa0ccc-36db-4285-9bd3-f1eaf8ab796e") + ) + (fp_line + (start -10.09 0.561425) + (end -1.46 0.561425) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14adbf5a-e5e7-4130-85e9-a911fbe5e4a0") + ) + (fp_line + (start -10.09 0.44333) + (end -1.46 0.44333) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3aa7ad7d-bf8e-4e60-a498-42bf543291d4") + ) + (fp_line + (start -1.46 0.36) + (end -1.11 0.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fccbc54a-e0bc-43f7-8ff0-8f031096910f") + ) + (fp_line + (start -10.09 0.325235) + (end -1.46 0.325235) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56c69021-8b33-4c87-9014-bbcec618ff2b") + ) + (fp_line + (start -10.09 0.20714) + (end -1.46 0.20714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4845f8d2-fe2f-4201-bd8b-c3f851b23d76") + ) + (fp_line + (start -10.09 0.089045) + (end -1.46 0.089045) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3493b3cc-c849-4d0c-9c18-6698dc1e08bf") + ) + (fp_line + (start -10.09 -0.02905) + (end -1.46 -0.02905) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00a57896-00da-4775-90f3-cd0fd84a21e4") + ) + (fp_line + (start -10.09 -0.147145) + (end -1.46 -0.147145) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c15424d-32a4-4b72-bc61-dbb8c9cfe17c") + ) + (fp_line + (start -10.09 -0.26524) + (end -1.46 -0.26524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f54b89d-76d6-4110-b746-1d24c87b6344") + ) + (fp_line + (start -1.46 -0.36) + (end -1.11 -0.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d10f0eb-19e7-4b66-8673-89f44903c59b") + ) + (fp_line + (start -10.09 -0.383335) + (end -1.46 -0.383335) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b11e4890-6cb8-4e29-9d52-087fe1bacedf") + ) + (fp_line + (start -10.09 -0.50143) + (end -1.46 -0.50143) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4df1c9b-0fa8-49f9-90ee-81df5cd571a0") + ) + (fp_line + (start -10.09 -0.619525) + (end -1.46 -0.619525) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f53596e-16a0-4819-aca5-d499354d58bd") + ) + (fp_line + (start -10.09 -0.73762) + (end -1.46 -0.73762) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "600f9680-a2ff-4949-82df-20ce502e77a8") + ) + (fp_line + (start -10.09 -0.855715) + (end -1.46 -0.855715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "192a52c1-6884-4980-a073-6b74c32ccc3b") + ) + (fp_line + (start -10.09 -0.97381) + (end -1.46 -0.97381) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b883f5e-bb73-430c-aa6d-0bca5bf3b033") + ) + (fp_line + (start -10.09 -1.091905) + (end -1.46 -1.091905) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2966ee02-37f5-4f71-b10a-08081ad79166") + ) + (fp_line + (start -10.09 -1.21) + (end -1.46 -1.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f59ff6e4-c70e-4c2b-be96-daae09793410") + ) + (fp_line + (start -10.09 -1.33) + (end -10.09 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caafb666-ac8b-473a-a567-b3c1eea3c382") + ) + (fp_line + (start -10.09 -1.33) + (end -1.46 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12b4acd8-ab05-482b-93c9-cefe09cd2210") + ) + (fp_line + (start -1.46 -1.33) + (end -1.46 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12aa2d1a-1969-4270-9003-ba5353c77829") + ) + (fp_line + (start 0 -1.33) + (end 1.11 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5daae7d-bc3d-4a67-b5fb-ff3c9778e075") + ) + (fp_line + (start 1.11 -1.33) + (end 1.11 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11c77777-7b5a-4863-aac0-729dfb911830") + ) + (fp_line + (start -10.55 6.85) + (end 1.75 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a901dbb-1cea-4239-9737-7ea8079b05da") + ) + (fp_line + (start 1.75 6.85) + (end 1.75 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a534e19b-b9e3-4aae-97d0-d661b52a7ff8") + ) + (fp_line + (start -10.55 -1.8) + (end -10.55 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "024bdba3-06ce-4664-bee3-261799ed78d8") + ) + (fp_line + (start 1.75 -1.8) + (end -10.55 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f25cc8d-5034-48bb-a53f-fe46241b6fc2") + ) + (fp_line + (start -10.03 6.35) + (end -10.03 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1005bb15-ab4d-471f-983f-0aaf17bd0b5b") + ) + (fp_line + (start -1.52 6.35) + (end -10.03 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "578855bc-37c2-435b-b5e7-628e7b04801c") + ) + (fp_line + (start -1.52 5.38) + (end 0 5.38) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07e735a3-4986-4814-b9b4-2f0d53bff7bc") + ) + (fp_line + (start 0 5.38) + (end 0 4.78) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8b85bc4-0741-4bdb-858f-5448f02cb2b6") + ) + (fp_line + (start 0 4.78) + (end -1.52 4.78) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "334f91fd-890e-4ef3-a0df-6a0ce46e0f8e") + ) + (fp_line + (start -1.52 2.84) + (end 0 2.84) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "233fffcf-458f-4e93-93b5-e625f939a262") + ) + (fp_line + (start 0 2.84) + (end 0 2.24) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "668a31fc-f82c-46b1-b6af-5f750187774c") + ) + (fp_line + (start 0 2.24) + (end -1.52 2.24) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01e2358d-1a68-4f29-81cf-b8d5516f9c36") + ) + (fp_line + (start -1.52 0.3) + (end 0 0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3447a64a-d546-4e9f-b7d0-97b8898437a5") + ) + (fp_line + (start 0 0.3) + (end 0 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5049d59-8271-48b7-a178-4c99083f4d03") + ) + (fp_line + (start -1.52 -0.3) + (end -1.52 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4189bc9-872a-4053-a5d0-68503b7b7c5f") + ) + (fp_line + (start 0 -0.3) + (end -1.52 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "418ca804-73c2-4289-9f64-2e68c21f9cd3") + ) + (fp_line + (start -10.03 -1.27) + (end -2.49 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "044b28b9-3c56-4654-bdf1-1f73ef9a4071") + ) + (fp_line + (start -2.49 -1.27) + (end -1.52 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4194b64-d02f-49ba-9b02-47328f31c62b") + ) + (fp_text user "${REFERENCE}" + (at -5.775 2.54 90) + (layer "F.Fab") + (uuid "6b023b66-22b0-474c-9255-8377e98b5d25") + (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 1 "GND") + (pinfunction "Pin_1") + (pintype "passive") + (uuid "20e1af72-64dd-4b98-bc47-14ffe4523eb4") + ) + (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 30 "/SignalProcessor/RX") + (pinfunction "Pin_2") + (pintype "passive") + (uuid "94361fac-e299-4beb-9533-33d70a541c05") + ) + (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 29 "/SignalProcessor/TX") + (pinfunction "Pin_3") + (pintype "passive") + (uuid "9d404453-0377-44e2-b076-c09211fac407") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x03_P2.54mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0805_2012Metric" + (layer "F.Cu") + (uuid "909af5f6-d620-4e92-b944-132dc8186c1c") + (at 148.1805 57.485 180) + (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D4" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "8e0bbac0-3b5d-4301-9306-f05974f5b336") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "red" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "f320b2c4-9623-4030-addf-bff3c8b82fc2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b694f20e-9eea-451f-8e49-9c0ab6824a5a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e7eaf19a-9784-4879-a690-7442b37d43cd") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "ddbd495f-2147-46bb-9c20-62d77e0addb0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/d1499888-6ef9-4e64-8cdf-f9c299740ba6") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr smd) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "104d9e0a-adcc-49aa-86e4-6ad74b31676e") + ) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e00d8eb0-de56-4870-95d3-0a25ca15fcc3") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8dd1b46-d800-4b8c-a6c7-7200b379f3bf") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29e957eb-4c5c-4f6b-a9ee-6533d15d5ad9") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67520b0f-bac9-4808-9bc0-17cf2490ba05") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "561cc7ef-85c3-4871-b83b-725f912c1f56") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e19b27e5-868f-45a1-abfe-959f1ea896ab") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f664de79-a373-454c-9201-09b4c268b487") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c02a692-85fd-47ca-bb53-f09dd3a43111") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "069c305d-dc15-4fc9-9a9e-9734caf9f526") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f18b47c-8efb-46c2-bae5-c5a27ce030be") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "372e0c57-dd75-4650-a11f-d7e7168f1138") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c6340586-122c-4a76-ad8d-045fc73bec5d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "ddee43bd-e497-4c3a-9b68-3268d57e11b5") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D4-A)") + (pinfunction "A") + (pintype "passive") + (uuid "cde0e24c-61dc-4306-9104-3a7699fba000") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "9371297e-f8c2-495b-925a-7c0937b248e1") + (at 144.421 62.057) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP53" + (at 0 1.693 0) + (layer "F.SilkS") + (uuid "e2719785-0a53-43f1-90f8-ff96d6987ea6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "38b25927-a770-4ae3-999c-211344fedf98") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "482199c0-23c8-4b9a-9cb7-785261694269") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a955cc43-57eb-4ca5-9d52-273eb8df62fa") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34e3f881-d72c-46e2-abde-e776b3a230fe") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/9e6ff26b-ee14-42ce-a26a-653ff2902e63") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "dc54304d-8524-4da7-9177-97fba9fdf2da") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "32ec6ea3-9c04-489f-9080-2f28e41e78b3") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "5ce36b89-e20d-4eba-9898-ec16d28ec20f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 20 "Net-(U54-PC3)") + (pinfunction "1") + (pintype "passive") + (uuid "a3340fd8-f7f8-494e-b654-72e602105b70") + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "944e76c9-03c7-4505-9853-d9089aa2ce8e") + (at 144.6805 57.485 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" "R4" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "01b411c8-0e43-463f-adca-b06c7a4f5e81") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "510R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "6189e5ff-ed6f-4003-b79a-e69235444ab8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e08882d-ce30-431d-b805-df52bb6be831") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71f927fb-4256-4913-8eec-f1d2c7d1ca68") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d02629bd-1466-4f50-8f7a-93f066ad13f1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/beb3c783-5c81-411b-a953-1be60ea13d0d") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "b6da489d-0d33-4e1b-bf0f-06842435e5a2") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe5bf1f5-549c-4cb4-8348-962e7f410f83") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51b8211a-dd1a-49dd-bcbc-40c02be02348") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42927fab-c8ab-40b5-93e6-3fd8e1a3cdac") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "366b2627-8235-4f3b-9449-760202fb3f2f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36fe7f62-9ca7-4588-94f3-1df71ba2ebcc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07d95530-f198-4239-a723-ff6f41fbe2ea") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d07489c3-f68d-4b60-9434-bd86ef9e880d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a8f055d-9f10-43cb-a629-71fdd1792a8b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a49d0173-22be-46c4-9edd-5cf321cdc0de") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "cec8098b-4cac-4605-aa41-8722b1beb223") + (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.243902) + (net 6 "Net-(D4-A)") + (pintype "passive") + (uuid "d27237ca-24af-4f07-9a21-e1875864629e") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 13 "Net-(U54-PD2)") + (pintype "passive") + (uuid "142b8a91-d6d5-49a2-bc7a-504ee39710a1") + ) + (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 "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (layer "F.Cu") + (uuid "984dc077-f44f-4beb-bb42-c5cd543a049e") + (at 178.7 77.725 -90) + (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 -0.225 -3.55 180) + (layer "F.SilkS") + (uuid "3429916c-7cb5-4c53-9f31-83951d1a6b76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "L78L33_SO8" + (at 0 3.4 90) + (layer "F.Fab") + (uuid "28dd7774-eff9-41e6-9493-17c149be05b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8756a3a-6edd-425a-a7d5-ef6e395583d9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e8661c5-8a5b-4284-9f72-b71cd985cd6a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 3.3V, SO-8" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08ecd500-0f0b-4543-849d-3f16dc496615") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOIC*3.9x4.9mm*P1.27mm*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/bb5309c1-241a-4242-a8bf-ab3a7fffa8f3") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start 0 2.56) + (end -1.95 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7850572e-701c-4ad8-940b-80b666da597a") + ) + (fp_line + (start 0 2.56) + (end 1.95 2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b3468ff-1c52-4338-a7fa-e8ef44246dcd") + ) + (fp_line + (start 0 -2.56) + (end -1.95 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7687a978-dcda-4841-9adb-27f761b5dc90") + ) + (fp_line + (start 0 -2.56) + (end 1.95 -2.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efdeae7b-1201-4344-b973-b36f4564b50a") + ) + (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 "F.SilkS") + (uuid "b79b7668-235b-4852-b299-395c3b697a4d") + ) + (fp_line + (start -3.7 2.7) + (end 3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fc2ce47-6940-47a0-adb2-b3f0ebf6a774") + ) + (fp_line + (start 3.7 2.7) + (end 3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e43c6692-dbc6-405c-881a-e034cf4668b4") + ) + (fp_line + (start -3.7 -2.7) + (end -3.7 2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d1e3611-0d76-4451-bf8e-cd9dc3edb18f") + ) + (fp_line + (start 3.7 -2.7) + (end -3.7 -2.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d709854-8623-4b38-bac0-7a3e8bba49bc") + ) + (fp_line + (start -1.95 2.45) + (end -1.95 -1.475) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ced9fbfd-3c9e-428e-bd10-ac8cbd8a04b1") + ) + (fp_line + (start 1.95 2.45) + (end -1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb1dddb7-0097-463c-a5cf-bc95d025fd95") + ) + (fp_line + (start -1.95 -1.475) + (end -0.975 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93149ff9-1ab9-414c-ba4d-48ec2095ed48") + ) + (fp_line + (start -0.975 -2.45) + (end 1.95 -2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a4d9e05-ec8e-479f-9baa-d0e6cb8160a1") + ) + (fp_line + (start 1.95 -2.45) + (end 1.95 2.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4da2404-0432-46c7-b10b-5cc7c240a2fa") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0b8c778a-48cf-4bbb-a333-ac0b860436d7") + (effects + (font + (size 0.98 0.98) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.475 -1.905 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(U4-OUT)") + (pinfunction "OUT") + (pintype "power_out") + (uuid "875bfb13-97fa-478f-8f6b-608ecb808b70") + ) + (pad "2" smd roundrect + (at -2.475 -0.635 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "2089238a-ebb4-4a5e-beb2-0cad856ed8cb") + ) + (pad "3" smd roundrect + (at -2.475 0.635 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "d8d83518-3800-4406-9a60-c0900fc2a4d0") + ) + (pad "4" smd roundrect + (at -2.475 1.905 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "unconnected-(U4-NC-Pad4)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "0c740451-fd44-498b-aefa-5c997a70516e") + ) + (pad "5" smd roundrect + (at 2.475 1.905 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "unconnected-(U4-NC-Pad5)") + (pinfunction "NC") + (pintype "no_connect") + (uuid "cd8f9cca-d772-4b94-b00f-5054a1182cdb") + ) + (pad "6" smd roundrect + (at 2.475 0.635 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "421cbeed-b1e9-40ff-9b42-cc9d812fd716") + ) + (pad "7" smd roundrect + (at 2.475 -0.635 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "GND") + (pintype "power_in") + (uuid "5c0b929d-1bce-4787-9ab3-5dac47c4a3b9") + ) + (pad "8" smd roundrect + (at 2.475 -1.905 270) + (size 1.95 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 16 "-3V3") + (pinfunction "IN") + (pintype "power_in") + (uuid "cf09306a-3b76-4676-804d-2eb309a154a3") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Connector_BarrelJack:BarrelJack_GCT_DCJ200-10-A_Horizontal" + (layer "F.Cu") + (uuid "9be00167-e025-4c04-a40d-9495dc8ed9d9") + (at 173.25 55.25 180) + (descr "Barrel jack connector (5.5 mm outer diameter, 2.05 inner diameter ), https://gct.co/files/drawings/dcj200-10.pdf") + (tags "connector barrel jack") + (property "Reference" "J4" + (at 6 -0.75 0) + (layer "F.SilkS") + (uuid "fb2b93c3-50f6-4060-a818-00cdac59ca27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Barrel_Jack_Switch" + (at 0 15.5 0) + (layer "F.Fab") + (uuid "282e4471-e281-4d95-b1d6-cb1ca5c377c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_BarrelJack:BarrelJack_GCT_DCJ200-10-A_Horizontal" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c667f80a-b5e0-4d68-8f4b-42f99a4478a2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfc51190-764c-49d5-b888-98c01eaddee6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "DC Barrel Jack with an internal switch" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ced2ff4-72dd-4285-a1cf-fb73d9db87de") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "BarrelJack*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/20005200-949a-4f76-b803-b57e829ed237") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr through_hole) + (fp_line + (start 4.6 13.8) + (end -4.6 13.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d77d9838-b694-42b8-926d-57a49b2f5879") + ) + (fp_line + (start 4.6 5.2) + (end 4.6 13.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9bdc698-24b6-4ae0-aa13-6ed198d541bd") + ) + (fp_line + (start 4.6 -0.7) + (end 4.6 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0014920-ae55-467a-9233-c34bb9ac1431") + ) + (fp_line + (start 2.6 -0.7) + (end 4.6 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4945165-350c-4fb1-a316-dcef3b14d920") + ) + (fp_line + (start -3.2 -1) + (end -4.9 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c14264c-fc6d-4640-9aea-05382d3451be") + ) + (fp_line + (start -4.6 13.8) + (end -4.6 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbddb19f-183e-44bb-86f7-63c93765ecd1") + ) + (fp_line + (start -4.6 -0.7) + (end -2.6 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c8bf32b-a694-49a3-8731-408b45bff0ab") + ) + (fp_line + (start -4.9 -1) + (end -4.9 0.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ef0715b-44d5-4419-80de-d5a0e6dcc260") + ) + (fp_line + (start 6.3 5.5) + (end 5 5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c29a2304-944a-4b90-b6d3-8a6a8b07997f") + ) + (fp_line + (start 6.3 0.3) + (end 6.3 5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "204942dd-390f-4de5-9419-c0bb85b88a6a") + ) + (fp_line + (start 6.3 0.3) + (end 5 0.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8355f189-4ff5-473b-84cc-d1c888bf3f04") + ) + (fp_line + (start 5 14.2) + (end 5 5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d68e9a3a-5ff7-4ae4-ae67-aa15f6366762") + ) + (fp_line + (start 5 0.3) + (end 5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "433ec73b-ff89-4d3b-8d19-28a26f4aec06") + ) + (fp_line + (start 5 -1.5) + (end -5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b70cbb8-9991-4812-ae4e-e375b1a2b9f7") + ) + (fp_line + (start -5 14.2) + (end 5 14.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9364ee41-2691-4e28-be8f-ca6bbf49c612") + ) + (fp_line + (start -5 -1.5) + (end -5 14.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d7dea69-371b-4fbc-9ba7-1de209a0b2af") + ) + (fp_line + (start 4.5 13.7) + (end -4.5 13.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08748bbc-fbdc-461f-8488-a579e2d6bc75") + ) + (fp_line + (start 4.5 -0.6) + (end 4.5 13.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1aecc9e-c000-44b2-998c-045dfdee006e") + ) + (fp_line + (start 4.5 -0.6) + (end -3.5 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93d61b06-a74b-4c50-89f5-ac7ed6ff8976") + ) + (fp_line + (start -4.5 13.7) + (end -4.5 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e95e82e1-773f-4517-9695-255900666334") + ) + (fp_line + (start -4.5 0.4) + (end -3.5 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "771d94f3-3432-4d46-937a-f64cfc31b9bf") + ) + (fp_text user "${REFERENCE}" + (at 0 3 0) + (layer "F.Fab") + (uuid "43721e23-733b-4e53-b433-34a300b46159") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 4.6 2) + (drill oval 3.6 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "Net-(F1-Pad1)") + (pintype "passive") + (uuid "16d3b91a-48c5-40ac-90fa-bec720a37bea") + ) + (pad "2" thru_hole oval + (at 0 6.3 180) + (size 4.2 2) + (drill oval 3.2 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "f9f75e91-6930-4510-8758-ba633924f360") + ) + (pad "3" thru_hole oval + (at 4.8 2.9 180) + (size 2 4.2) + (drill oval 1 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pintype "passive") + (uuid "62c7f247-ebe4-4fd2-984c-bb3198f69504") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_BarrelJack.3dshapes/BarrelJack_GCT_DCJ200-10-A_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 "9caeeeff-e9eb-489f-99cc-bfdbe664a34d") + (at 183.25 83.75) + (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 0 1.75 360) + (layer "F.SilkS") + (uuid "f01b565e-9e1f-4f05-82ff-b2dbee8ddfe0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "cd711894-f582-42db-92ac-d2291fb42b9b") + (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 "d1b6a854-cd4a-40f5-bb35-38df30917a33") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26c9d3da-1994-40c0-8932-4e23e2780763") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60a160b2-e35a-4ba9-8abb-c5fc42b9adc4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/62103e8a-df02-4416-9ccd-8dbfde12bab1") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "8a22d490-e8f6-4005-a6c6-8ca0a661bb8f") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cf91177-4bf6-4d67-aa21-79154c9a763f") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44b387bc-b6e2-483d-8e4b-a2c2bd8b407f") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a69892f8-39e5-4cac-a62d-bcc7cc398b36") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6cdcbf1-d192-473a-b7c4-b9fe5338fccb") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3906e0bf-8870-428c-888c-1c0970d5491c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10a34d24-7955-4227-ba4d-e282b39f6fcb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d21b83d-3df3-4860-8c0b-20ba83959be5") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9242f59a-55cc-4316-a704-49c607e51329") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad3b59e1-24bc-4832-a1ce-fec8608f959e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "6f522ccc-3ce2-4a2f-aa90-9cbbb9d87409") + (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 16 "-3V3") + (pintype "passive") + (uuid "061782ae-9bf7-4ac9-bdb1-3bbe4771ed49") + ) + (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 "1973ee2a-c2bb-435a-b529-14b8d544142e") + ) + (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 "LED_SMD:LED_0805_2012Metric" + (layer "F.Cu") + (uuid "9f5ed759-ab70-4f8d-a92b-ac9ba9f5f573") + (at 130.583 57.25 90) + (descr "LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D2" + (at 0.25 -2.083 0) + (layer "F.SilkS") + (uuid "a105a40f-cc8c-4d1b-b0c0-52adf718c647") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "yellow" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "d5814fb2-7c6a-4d5b-a73a-140c862782b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "2ba54b83-5fda-4600-b0cc-fc25a83d0b08") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "395298f0-e383-4a4f-9314-35e8ed381858") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (layer "F.Fab") + (hide yes) + (uuid "c492cbb0-b507-4c48-8f44-e24b8ddaeff4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "LED* LED_SMD:* LED_THT:*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/541684d5-7de8-4bf0-a833-5b556e52597d") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr smd) + (fp_line + (start 1 -0.96) + (end -1.685 -0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a50071d6-f4e6-4d41-b2f6-99625954e3f1") + ) + (fp_line + (start -1.685 -0.96) + (end -1.685 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "535625c8-5c43-48d3-bd18-784fa0b74f01") + ) + (fp_line + (start -1.685 0.96) + (end 1 0.96) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c50bb25f-45b6-4018-8e27-c97f2cb58454") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ade82ddd-69a9-4966-9fad-e8405766dbf6") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0850abb-aea9-4156-9f25-42874095e37f") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38c5cbb6-3424-4208-8725-10fab0d0539d") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "214af013-609f-4fef-82bc-9c125c93d35f") + ) + (fp_line + (start 1 -0.6) + (end -0.7 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "559395b1-ba5a-4c2a-bb89-608a2bccbbf6") + ) + (fp_line + (start -0.7 -0.6) + (end -1 -0.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "146ca71e-9e26-428b-ad61-3177bd6f79cb") + ) + (fp_line + (start -1 -0.3) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18166869-960c-4a3e-8fc9-00b8d432c8c3") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79b01d28-95e5-465a-81b4-99f2786dfd3d") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c90bcba-1af1-47d9-9f56-8f342cc87362") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c559e7e5-593b-40e1-a56e-617104122fb1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 90) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "K") + (pintype "passive") + (uuid "0549d642-0bf3-40b2-ae41-f55f858a5202") + ) + (pad "2" smd roundrect + (at 0.9375 0 90) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(D2-A)") + (pinfunction "A") + (pintype "passive") + (uuid "210a6912-dbea-45a1-8f73-207cb41ede9c") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_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 "9f752798-1fd0-452e-a536-4203cec48079") + (at 136.935 72.5575 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" "C50" + (at 0 -1.68 90) + (layer "F.SilkS") + (hide yes) + (uuid "797f76e7-6c07-400c-b4a3-8a89487b0fab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "f00c6caf-5840-40a3-852c-c08d4bf39e11") + (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 "6515bc9f-309f-4ccd-8962-71912a169d4e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e72dd7ec-650e-460a-b0d7-8be467d4ffeb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c299aaf-369b-47f7-9718-07c6d3b20297") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/27ad777f-4ea0-40d2-8184-855d92dae78b") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "01aca8ea-4319-4333-aca4-6f753b54f3f7") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20c76490-630f-47d2-b043-34c91ed5789a") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56a9dd51-c948-4071-8b97-cf732ed5379f") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34c81c0b-84c0-4153-a59a-f320e9f3df92") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a65a8d8f-0451-43c9-8a63-b5d455ef66b1") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a9f4260-1a8b-45dd-ac48-c5db4463958b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc3b0f98-a408-4849-9393-9b4212e10170") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c261d99-de6a-4188-9d20-aa66a557e633") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ae2f34c-9e9e-4572-acf2-38aa6c241b5a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c7776e8-9576-45bb-9253-00072afb3db1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "963e57f9-6b31-46e7-93e1-43e24b9e5eb2") + (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 1 "GND") + (pintype "passive") + (uuid "bfa80a36-b3d3-4764-816c-bfd6e9310050") + ) + (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 2 "+5V") + (pintype "passive") + (uuid "6c9376aa-ee91-41cc-a1a7-5c0c61deecc1") + ) + (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 "F.Cu") + (uuid "9fc9268a-7b80-4c93-bb53-c0a0d9311fab") + (at 142.435 79.645 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" "R5" + (at -1.105 2.065 180) + (layer "F.SilkS") + (uuid "9abf95d0-caca-432c-a3c1-6183079153f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "52947db3-d7a0-408d-89f8-dc2948220601") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d98cd692-f1ca-4ab0-ba97-d8c3c5736445") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68c71865-427d-4814-aef2-15a5ac8a3eb2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa5db9a2-221c-4a89-b3cd-bbc60d4f67ba") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/560b5251-1325-47ad-86f0-243b299fcfbf") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "ef58f98f-71f5-4513-baec-72ff58401e6d") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf13cc23-5b63-4ee9-b918-179b47b43281") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03a86ed3-1996-46a2-a0fe-d8332b466cd4") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "833408e5-740c-4c43-82fd-537e80f0e7f9") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15808f16-9478-4918-b703-174c6d2379af") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a1cc5fc-7a9f-4093-a164-84b41f775244") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d2a6f9e-5744-48e2-8bcd-ae4ed8c2cd56") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70bdf1da-ee87-4fc4-9bcd-0941c98c3703") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c16c034-2c16-47a0-bacf-97eac0b23e3b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf9b258a-8a6d-4adc-b955-56ad2fed930f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8f2e9400-1c9c-4815-938a-0f11a401fdad") + (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.243902) + (net 41 "Net-(R5-Pad1)") + (pintype "passive") + (uuid "a14f9563-a5b0-4fac-ad4a-54f6560801d5") + ) + (pad "2" smd roundrect + (at 0.9125 0 90) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (pintype "passive") + (uuid "4841bbe1-fa74-4f75-8564-7610cdae588f") + ) + (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 "a4a03816-a2d1-409f-b4b4-c064e33a8bc5") + (at 188.75 61.5) + (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 1.75 0) + (layer "F.SilkS") + (uuid "23005419-b109-491a-8d3e-20fac0129859") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "adce837c-66a6-439e-977a-4bd2b000a27c") + (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 "38e18ebf-761c-47a6-b59f-2002fd93eda9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa486e2b-d92c-4daf-a4ed-69a56bc03683") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ca8c9ad-01ad-4edc-b80b-fa1afaef434f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/313f924c-1223-428e-a1d4-9d75b49bf1fe") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "babab7df-5f37-4e9f-bd5e-120a6990df12") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0abf726c-93f1-4353-9cba-acb1a334f76a") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07010b2d-af0e-44ee-a1fa-675adfaf18aa") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aea8ef8a-273b-44d7-917b-9fb5d2ae138a") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99103169-1828-4d6a-89b0-cd0c278d7f0b") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a414ccdd-3bd4-4dce-8ac0-0fa2244826cb") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a9dd373-b0dc-4d4b-99bc-b2e11d658662") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ac668e6-ef32-4d2c-8dc8-76538ea59d03") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14f2870d-3f23-47c1-b990-d7f72cca84ab") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6eac25d8-1a81-47e4-90cd-6bf05b8a87c6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "badc8100-7f8d-4ab9-9b02-15a81462188d") + (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 7 "Net-(U6-IN)") + (pintype "passive") + (uuid "30e597d9-2c2d-496d-b442-d3f725df0d3b") + ) + (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 "55c96189-30c6-4f2d-a35f-c1c16bccb0fe") + ) + (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_Pad_D1.0mm" + (layer "F.Cu") + (uuid "a4bf3a3f-d111-4dbb-99b7-667009c7d51c") + (at 135.083 64.867) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP52" + (at 0 1.883 0) + (layer "F.SilkS") + (uuid "c779d45e-cf25-4fee-b672-2611f7c30bd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "0c521948-b04f-4ea3-88ff-48f750a746b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8585c4ff-1594-4020-a18d-11b79046820d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccb6db74-4b47-4977-8795-98aad05ede09") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29f515ef-23cb-4830-bc1e-31d866a4fcb5") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/56ec7026-8fec-40ec-b3c6-5d1e01842b3d") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "35a65645-2e9a-44cb-946c-0700a0acb8f6") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "cec5c1d6-0e08-4695-b74e-a4a39b1477e3") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "e94ac5d4-e4f9-4084-851d-a666e3ca1162") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 19 "Net-(U54-PA3)") + (pinfunction "1") + (pintype "passive") + (uuid "7e18b66e-aa98-47c6-b293-2376c0a4bf13") + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-6" + (layer "F.Cu") + (uuid "a763c5e0-5d96-47db-a10c-f0a2c3ac6906") + (at 140.0975 72.3075 180) + (descr "SOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U1" + (at -0.1525 2.3075 0) + (layer "F.SilkS") + (uuid "1e365c55-7aff-4253-8442-e8ba981c1d55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MCP3425Axx-xCH" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "b792e0d1-6926-48c1-aa9d-f973e537d7cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21de6efc-9656-4fb8-8c38-a1b7d415003b") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/22072b.pdf" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d7c8803-d740-4021-bab4-0f813de53a00") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Single Delta-Sigma 16bit Analog to Digital Converter, I2C Interface, SOT-23-6" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "601b84d2-fb71-4949-92dc-4a2552ebab1c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?23*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/d5a3b7d7-1a1d-435f-80cf-449ad5f8b1ed") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr smd) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b5a747e-57c4-4d25-aaa1-baf1a4f0b8cd") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "287e6e54-72b1-4023-ac36-eb6616e1abc3") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04cf6967-91f7-44ff-9792-61fbfb4f181a") + ) + (fp_line + (start 0 -1.56) + (end -0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6058c34-c9db-423c-adcc-b91c90661a6f") + ) + (fp_poly + (pts + (xy -1.3 -1.51) (xy -1.54 -1.84) (xy -1.06 -1.84) (xy -1.3 -1.51) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b60ca64a-6ba7-4fe7-a4c2-0460b5e4bf9b") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a889ec19-d07b-4fa8-b101-7ad691b66469") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "968de4bd-fe02-44ff-a7a1-654dfcf7c129") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6faa2fe3-2713-47c2-9895-e0f6c342aa18") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "486e5d9a-f6cd-4ad3-afea-c8be2bbf7028") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40eb998a-f1c0-47ef-8e00-990c9765d523") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1569ff8e-08bd-45f5-8e09-569c8a5707ce") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f70feb39-f559-40de-bfcb-1909a4c96a0b") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "656d0ba6-f186-4fd7-a340-bf7cd86e49a2") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c240f85-95e7-479c-b00a-4f482bf88d82") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dec0f0b6-c57d-4d57-bff6-5290ef71a7f9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(U1-Vin+)") + (pinfunction "Vin+") + (pintype "passive") + (uuid "3268962b-96c1-4aae-8454-8015f01b8623") + ) + (pad "2" smd roundrect + (at -1.1375 0 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (pinfunction "V_{SS}") + (pintype "power_in") + (uuid "cddc2840-07fc-4eda-b829-d9b07c0dc2b5") + ) + (pad "3" smd roundrect + (at -1.1375 0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "/SignalProcessor/SCL") + (pinfunction "SCL") + (pintype "input") + (uuid "f18c11b4-e042-4114-a0aa-99a48595d13d") + ) + (pad "4" smd roundrect + (at 1.1375 0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 33 "/SignalProcessor/SDA") + (pinfunction "SDA") + (pintype "bidirectional") + (uuid "c8566b2f-5140-4969-a7c8-ba716d0ed97d") + ) + (pad "5" smd roundrect + (at 1.1375 0 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+5V") + (pinfunction "V_{DD}") + (pintype "power_in") + (uuid "2a4b9b23-00f3-49d1-9b8e-17eb56bc438c") + ) + (pad "6" smd roundrect + (at 1.1375 -0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(U1-Vin-)") + (pinfunction "Vin-") + (pintype "passive") + (uuid "bcf39c69-d8d8-4a8e-bf60-3c18b71611ae") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "a98436a8-6851-4397-8e60-fc124519868a") + (at 145.185 76.0575 -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" "R52" + (at 0 -2.315 180) + (layer "F.SilkS") + (uuid "05f3fb6a-d973-41e4-a768-457866f4927d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0R" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "b5116c11-0af1-4702-b5f2-adba97b12d57") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b808276-847c-440d-bfce-a10a05de4ed1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b11aae6e-4358-4acb-be2c-43efd87c3b29") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8000f136-b4cb-4716-a64e-0625b9368280") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/50cfee39-5bb6-4a2e-9ff3-dd5632ff9bba") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "d6d3644b-ae3c-498f-b709-c5378935d232") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4d67bad-6d00-49c9-a57d-a5546cb04bd5") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f109300b-6e93-4b6c-b3d3-cc6fb0cffdf7") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd15e132-a1ee-4f36-94d1-abdbb807c324") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef9c08f7-e21a-429e-a824-be45d6d41bc6") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ddd73480-0af7-41f7-8fe4-1b522705c89d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3457d37e-e1ef-483c-a80f-4b9defbe45fc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87150c16-e881-48d2-819f-a0c70d57cfc9") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cda0a981-acea-42c3-bf6a-98388258d164") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f411cc65-0e9a-4623-8271-79b1637d51ab") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "d9658972-9bd7-4504-a4e6-c66072d5babe") + (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.243902) + (net 15 "Net-(R51-Pad2)") + (pintype "passive") + (uuid "8d39b816-e677-4c8b-a373-3e2b0b48aea9") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 39 "analog_input") + (pintype "passive") + (uuid "165e9455-9874-42d6-a6c0-d14ae141ae69") + ) + (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_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (layer "F.Cu") + (uuid "abfd96ca-7249-4653-a2a1-5b0cefbcf32e") + (at 187 79.95) + (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" "C6" + (at 0 2.3 360) + (layer "F.SilkS") + (uuid "1f211cfa-55c4-46fe-bb63-ffa2a66315b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/6v3" + (at 0 2.35 360) + (layer "F.Fab") + (uuid "58edc6df-19ba-448d-9e52-0c96659cef38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e81561eb-881e-4a9f-b391-7f6985ea3eed") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2fb3397-4136-44ff-9137-a37756a058fb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28fea352-b201-47ed-8674-57239f07a81e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/3669798b-2669-41dd-8261-bf5b728cf93f") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start -2.46 -1.51) + (end -2.46 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbba5dbc-7db8-4a8d-b549-5fc1ef3fb9db") + ) + (fp_line + (start -2.46 1.51) + (end 1.75 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ceb3b5d-43e8-4b11-b3dc-2f85d006afaa") + ) + (fp_line + (start 1.75 -1.51) + (end -2.46 -1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23a78c4c-a59b-4cd9-960f-918287709b2d") + ) + (fp_line + (start -2.45 -1.65) + (end 2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a679825-e981-439d-a9e3-9b7a6c535714") + ) + (fp_line + (start -2.45 1.65) + (end -2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ab6a7d9-f066-4184-af7b-c5221b3b8a05") + ) + (fp_line + (start 2.45 -1.65) + (end 2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b248c00-1aee-4c8d-80fa-748720f0a380") + ) + (fp_line + (start 2.45 1.65) + (end -2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b656475d-19e2-4d45-9aa5-71a5ea7cd470") + ) + (fp_line + (start -1.75 -0.7) + (end -1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d068bdd0-2673-4e55-8e05-c4aa83a09c3e") + ) + (fp_line + (start -1.75 1.4) + (end 1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7e80708-6798-4072-8876-49b25cb69458") + ) + (fp_line + (start -1.05 -1.4) + (end -1.75 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce1671f7-5243-42f7-8582-763c8f0e7dc0") + ) + (fp_line + (start 1.75 -1.4) + (end -1.05 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8c565eb-e151-4a63-89ce-6fcf661636cd") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50cbcdb1-de21-4d67-958d-2b905423ddda") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "34a2558c-9850-4bbe-98f8-d67c651baea3") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "1" smd roundrect + (at -1.5375 0) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 14 "Net-(U4-OUT)") + (pintype "passive") + (uuid "2adbffd8-f883-4e87-90c0-c0f9add0ee3a") + ) + (pad "2" smd roundrect + (at 1.5375 0) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 1 "GND") + (pintype "passive") + (uuid "16417153-ee5d-475d-a17e-977f27408300") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "b17a35c4-66a1-4e60-8761-a58eb8d44ee9") + (at 152.549 62.057) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP57" + (at 0.201 1.693 0) + (layer "F.SilkS") + (uuid "48785403-2de4-4446-8dd7-2221986714e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "b6227f31-7d51-4234-946c-fcaf29aaebf0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10e440b8-f15f-49f5-a8f8-47206788ec3c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f6e41a6-c66f-49ea-bc44-6aa7c161ddb6") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d36a173-6845-4b9a-a2d1-8ea41f5a9655") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/2db6ef0e-9c87-49d0-bb79-8e19744823d3") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "806bf539-9a36-4653-8a4c-63f2e936796e") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "8a3142fe-7758-4a46-bbb1-479b02892cff") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "bf4e8f38-822e-4863-ba41-d4289f80ed46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 24 "Net-(U54-PC7)") + (pinfunction "1") + (pintype "passive") + (uuid "e8776626-bc27-4d98-80d5-d2307329ac73") + ) + ) + (footprint "MountingHole:MountingHole_3.5mm_Pad" + (layer "F.Cu") + (uuid "cfd807b2-e4b4-4271-b59a-17134aa06c05") + (at 119 46) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (property "Reference" "H1" + (at 4.75 0 0) + (layer "F.SilkS") + (uuid "122e4a6c-a575-4a31-8a1d-db2e3b0f9308") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_Pad" + (at 0 4.5 0) + (layer "F.Fab") + (uuid "3edc8d1d-6e39-47b3-bea2-fe433016814f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cff70898-8799-4e33-821e-391ced933a26") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27726a7e-0ecc-4991-9ce6-169aba7110c8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36944265-6a70-4a8f-8848-2ea6d2133510") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*Pad*") + (path "/5fce9b31-73fa-4dfe-a905-e6d632706b8d/69eacfd8-923e-4780-93d1-2de937fa5639") + (sheetname "Mechanic") + (sheetfile "Mechanic.kicad_sch") + (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 "30b088a0-4d8d-4c94-8104-5ddcb6d2bd1b") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "46dea74d-2784-4900-934d-8e22b6562122") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "badf3cb7-fd59-4242-a57e-ab737650e57d") + (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") + (pinfunction "1") + (pintype "input") + (uuid "68377d6c-ccb7-4f24-ab9d-1416dbc5813f") + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "d28acc91-e6f1-4c17-902f-1aa7c0d0cbd6") + (at 189.2 68.25) + (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 -1.68 0) + (layer "F.SilkS") + (uuid "b8c90c69-440a-401c-8186-c9c98cc0c46a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "c07d5226-d4bf-4565-a481-f52e7130696c") + (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 "4b061611-51c0-4914-90f2-0249b61e33aa") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be63e13f-8591-4810-abdc-f0cb2fe38b47") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5e2817f-8ead-4fee-9ce7-44ef6e11865e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/1b8722ef-df89-4aea-a76f-d603590babbf") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "2cab9ce1-7cd5-4f97-bea2-6ea6ea97e576") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "212af9af-c8d6-4306-8dd4-3449f8eddb6e") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b36dd69f-927e-4b5c-bada-902ccccf7d8f") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "330bbada-e3e3-4334-ba47-7a662e260d9a") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3da5064-827a-4079-94a6-5b83a6dc9802") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6469fe18-451e-41bd-b9ca-36999ab91046") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "697ba32a-3647-49dc-88d5-7b6b93578a14") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aad8f0a3-b96a-4c57-9337-0812a1e9b487") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70c18c44-f7db-40e3-9a8e-c9cc136cd35f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2802639a-92fb-4a00-b056-12d5c2c3d0d1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "454cfa51-6d1f-48f9-952c-9d77586ff92f") + (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 10 "Net-(U6-OUT)") + (pintype "passive") + (uuid "c0d05345-444e-4c06-be99-e1d49729dc72") + ) + (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 "8cb1c656-7f92-4ef4-b7d6-daa4615bebd4") + ) + (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 "F.Cu") + (uuid "d626fe1a-b332-49c2-939f-26a26c9cd389") + (at 120.995 75.355 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 -1.255 1.605 360) + (layer "F.SilkS") + (uuid "c3b3c701-0952-4b36-8b1d-50dc337b3c44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "ba1cdead-0330-475b-b6a5-acb269df0edb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9eed3ec7-23b2-40ee-88da-ba61425dd548") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d650c89-a8f1-41ab-87cb-3038f4438593") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "791c28f8-fb5c-4b66-a778-550cbf692e0d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/8353bd0d-d60e-43a4-b2ed-c068beae1556") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "03268639-736a-458b-92f3-73250a3c9a7e") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "229d9d13-0450-404c-999c-0cac89f09aa8") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3258f0a4-08cd-4d83-8761-ba528a6797f0") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1b29813-4879-4f12-a06b-51aa71741700") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4af5b933-fa59-417f-8569-bdbcb7da2541") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2b0150f-7d12-4007-87aa-7d64e57b8aa9") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c35e6d3a-62b1-43bb-a6d5-dffc796fe9a3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8b9f834-6f9b-42bb-87ec-d38902239de9") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7fccfb4-bd11-46a7-90d9-1639dae1d6f0") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "900ac36b-1e08-47e0-adb9-018e7a72f3c1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "011ebc97-d68d-479a-99c3-9db988f2e8f9") + (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 "+5V") + (pintype "passive") + (uuid "af09c580-d65b-4d50-b1f7-d2a12de0f63c") + ) + (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 "b7485b9c-ea25-430a-84bb-6ff7293cf03a") + ) + (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:CP_Elec_6.3x5.8" + (layer "F.Cu") + (uuid "dd894ca7-564c-4b98-9e6a-ee7260758b1e") + (at 126.525 75.855 -90) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm") + (tags "capacitor electrolytic") + (property "Reference" "C12" + (at 5.645 0.025 180) + (layer "F.SilkS") + (uuid "5dfc51b1-d89a-44cf-af72-9aafd5195830") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/6v3" + (at 0 4.35 90) + (layer "F.Fab") + (uuid "642d23b1-6019-469e-b1b5-38b09cbc461d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e50c8ee-b58e-4c8b-a849-150843444452") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7f57ffc-5851-4ca6-bf22-9b92f9ca70cb") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c135ad96-36e7-49a7-a2c3-799eaecfdeaf") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/0fd16c12-c468-4686-8dc6-044ee24d536c") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start -2.345563 3.41) + (end 3.41 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84508f3f-6220-4e61-bf1f-9edf3e7e9fdc") + ) + (fp_line + (start 3.41 3.41) + (end 3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1e1679f-fa69-417a-bee9-70f6b5e1cc46") + ) + (fp_line + (start -3.41 2.345563) + (end -2.345563 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92bbc2c6-95cc-413b-b351-cca99bd432c0") + ) + (fp_line + (start -3.41 2.345563) + (end -3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55cd1860-4fbf-47b9-ada9-73ea358891a1") + ) + (fp_line + (start -4.4375 -1.8475) + (end -3.65 -1.8475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bfc7f30-ea3e-4174-93f1-abca306551e4") + ) + (fp_line + (start -4.04375 -2.24125) + (end -4.04375 -1.45375) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3476270c-1cc5-49a6-80d2-9e389bc13bc3") + ) + (fp_line + (start -3.41 -2.345563) + (end -3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5dfcdc3-9762-4fd4-8d87-026b22bbe93c") + ) + (fp_line + (start -3.41 -2.345563) + (end -2.345563 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f8eef96-401b-4434-8f0d-916fa55bab97") + ) + (fp_line + (start -2.345563 -3.41) + (end 3.41 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8101f928-0ba8-4b6d-bccc-673aeeb7cf97") + ) + (fp_line + (start 3.41 -3.41) + (end 3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e86247c-2962-492a-ac3d-2b5a3a45ac88") + ) + (fp_line + (start -2.4 3.55) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d5b7db7-7b16-4521-95bc-04c55ab64038") + ) + (fp_line + (start -3.55 2.4) + (end -2.4 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5dd13b65-6558-4d32-ab03-6b458ae56730") + ) + (fp_line + (start -4.7 1.05) + (end -3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4dc5bcd-d2e0-44d2-bcbf-2cecbb1f6a39") + ) + (fp_line + (start -3.55 1.05) + (end -3.55 2.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b8f0028-f662-46fe-a4a1-2817a76fbbb8") + ) + (fp_line + (start 3.55 1.05) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8732374a-a67e-4b09-82af-bc4cdc51628a") + ) + (fp_line + (start 4.7 1.05) + (end 3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "937683fe-9d54-4436-aca1-a167da10330d") + ) + (fp_line + (start -4.7 -1.05) + (end -4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86f2a142-f509-4652-8998-d9b4266c2e6f") + ) + (fp_line + (start -3.55 -1.05) + (end -4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b2a93b5c-1268-4e05-9581-a296bee33a5f") + ) + (fp_line + (start 3.55 -1.05) + (end 4.7 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15b5f41b-56b2-4ded-a5ee-027087a1ac6e") + ) + (fp_line + (start 4.7 -1.05) + (end 4.7 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "479f397a-0fb8-42aa-a68c-50c0686a1c99") + ) + (fp_line + (start -3.55 -2.4) + (end -3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f75e9df6-084f-4258-948e-4616ff98da36") + ) + (fp_line + (start -3.55 -2.4) + (end -2.4 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4001ca0-9735-4b34-875c-a155764334ea") + ) + (fp_line + (start -2.4 -3.55) + (end 3.55 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5140ec4f-bb43-4742-9e25-49b53f115303") + ) + (fp_line + (start 3.55 -3.55) + (end 3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b2fd519-6f51-4232-8929-79d3e697bf49") + ) + (fp_line + (start -2.3 3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93473599-62b3-42f8-98d7-7daa412c43df") + ) + (fp_line + (start -3.3 2.3) + (end -2.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02242bb7-348f-4a9d-8b09-b65a9aa058e1") + ) + (fp_line + (start -2.704838 -1.33) + (end -2.074838 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bf3e51f-30d9-4fd0-ba5a-0de977c0046d") + ) + (fp_line + (start -2.389838 -1.645) + (end -2.389838 -1.015) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64c2d129-e7da-4601-b268-67735607ebbf") + ) + (fp_line + (start -3.3 -2.3) + (end -3.3 2.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5bc874f2-6faa-48b2-a5ff-b3c4f1530620") + ) + (fp_line + (start -3.3 -2.3) + (end -2.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73a83e43-fb09-44af-adde-465dabb0f8e8") + ) + (fp_line + (start -2.3 -3.3) + (end 3.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44c883a2-eb9d-42c2-a7f8-199905fcd494") + ) + (fp_line + (start 3.3 -3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b6abd94-0b41-4316-aac8-28a71a82e336") + ) + (fp_circle + (center 0 0) + (end 3.15 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b43efe3f-440d-4978-8cfd-3ad7dd854883") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "599c7ddb-172d-4146-b91f-a23810041855") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.7 0 270) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 2 "+5V") + (pintype "passive") + (uuid "8e2ac2ab-a95e-4e3d-9df0-58ba7cde2fd0") + ) + (pad "2" smd roundrect + (at 2.7 0 270) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 1 "GND") + (pintype "passive") + (uuid "5fe5eac0-0a49-4f12-ad06-cdd8dfe168c5") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "e0306376-2cbd-4c56-8a63-e4f9b93e7ffa") + (at 131.75 62.75) + (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" "C53" + (at -3.25 0.25 0) + (layer "F.SilkS") + (uuid "a2cdbca2-f62a-45da-8985-66a9880f8519") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100n" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "232ac48b-83ed-4978-a1ee-26f93c690bd8") + (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 "789acb05-f00f-4906-b1e8-803dc53e332d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fcb2c5eb-c69f-4990-a9bf-c6d1bf651cc2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30a46a72-950a-44a7-bc33-f73a8885b315") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/3e0449bf-4683-48ab-acf9-f960ff2043af") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "76c9291a-562c-40b8-ac93-ad02645d52e6") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33316372-a228-420f-b32d-6375bb5591d0") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bcb602b-ff7e-4a8d-a768-ced799fd7f70") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3d0ed37-f844-4731-acf0-c21c0d2133de") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "090752a4-4cdb-4276-8cb0-d9d596a22b78") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d15f379-c50a-4f06-b46d-d1905fe858a1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "593deee9-1148-49ef-9cd7-bb768e273190") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b9c9891-4dcf-47ce-a219-1816a313dc0b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5519f26d-3729-44e6-ad11-ad405cd4430d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "015ca5f4-72d7-423e-96e3-0d9c3ea4f570") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e2759d12-23b9-4906-a0bc-06edf86e68d3") + (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 "f8cdcff0-2f33-4af8-a6d4-a0b23e9ac3f3") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "/SignalProcessor/VCC_PROG") + (pintype "passive") + (uuid "9630d9ea-a5c6-427a-aca3-a44daaa824b6") + ) + (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 "Diode_SMD:D_MiniMELF" + (layer "F.Cu") + (uuid "e33944ae-ad0f-4d75-8b94-0bd12ffbcd1e") + (at 130.75 69.395 180) + (descr "Diode Mini-MELF") + (tags "Diode Mini-MELF") + (property "Reference" "D51" + (at 4 -0.105 0) + (layer "F.SilkS") + (uuid "bf6f8587-dd1d-4a1c-80df-639ca10edcf9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0R resistor" + (at 0 1.75 0) + (layer "F.Fab") + (uuid "3a6fbed7-e2a9-4840-b678-47175ea0af1e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_MiniMELF" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "7b3854b5-c148-4960-86fb-bb324f97e722") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "73e5f318-67ad-47e3-b0e2-6e211bd94cab") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "84e872ca-5f0e-4b00-8411-4c740c49cdc8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "TO-???* *_Diode_* *SingleDiode* D_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/16538da4-5a43-4323-9981-96b93abd9704") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr smd) + (fp_line + (start 1.75 -1) + (end -2.55 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bd800f1-be90-4124-812e-a668e62a5864") + ) + (fp_line + (start -2.55 1) + (end 1.75 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "51b17dba-a1e2-4e19-92f5-aeb825d5dc6a") + ) + (fp_line + (start -2.55 -1) + (end -2.55 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14079bdb-ca22-42b6-9ea7-8ff9ea7a0844") + ) + (fp_line + (start 2.65 1.1) + (end -2.65 1.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "06a69b6b-1c08-4b76-9d8f-64deed165b3d") + ) + (fp_line + (start 2.65 -1.1) + (end 2.65 1.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8029c696-d719-4fca-b6de-1833d9ae7c86") + ) + (fp_line + (start -2.65 1.1) + (end -2.65 -1.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3caf11bd-8bdf-436d-80a6-9e3601236c12") + ) + (fp_line + (start -2.65 -1.1) + (end 2.65 -1.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e066e88-9da8-4253-bc18-53a6ae9fe76b") + ) + (fp_line + (start 1.65 0.8) + (end -1.65 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "445a0dbe-1d0f-4541-acdb-1254ce86ebb9") + ) + (fp_line + (start 1.65 -0.8) + (end 1.65 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4922a24a-605b-4974-b21d-1c1ea79a7bd3") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bc8e5ae-1109-4de6-b823-6a7747b8c7b8") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8a0331e-b04a-44c1-ba6e-dc3ec911dc7c") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3650720-3539-482d-bfd6-0d993a39b852") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "696b2108-9cbb-442f-bc46-2daef039ee3c") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f6ee460-5472-4810-b8f7-21f661e0e65d") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64897f4e-d970-47a2-aaf1-aa478ff3a9fb") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b7308c3-aa57-4009-a955-f1b35c6204c1") + ) + (fp_line + (start -1.65 0.8) + (end -1.65 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c395e3c-7202-4f23-8c89-d3d81ef20dec") + ) + (fp_line + (start -1.65 -0.8) + (end 1.65 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf584d5f-06d0-4091-9bd9-73445ce3e024") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "25d552f9-4cd9-4470-a25b-8c84b1833d10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.75 0 180) + (size 1.3 1.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/SignalProcessor/VCC_PROG") + (pinfunction "K") + (pintype "passive") + (uuid "0f435470-3f4a-4e8b-bcbb-2441ab8f9497") + ) + (pad "2" smd rect + (at 1.75 0 180) + (size 1.3 1.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+5V") + (pinfunction "A") + (pintype "passive") + (uuid "5a5b1d87-a2f2-4561-9efe-490ceb894a82") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_MiniMELF.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "e9953703-51b5-4c93-b0f4-68ea55ea13fc") + (at 141.333 65.117 90) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP2" + (at -1.633 0.167 180) + (layer "F.SilkS") + (uuid "29f34125-3860-459c-99fa-8cda40489da8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 90) + (layer "F.Fab") + (uuid "5e71310f-f89e-4db1-bdb7-9a571805b0d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dce362a2-2c94-4634-a5ce-d8ce6902cc91") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59214ee9-4b23-4a43-8bae-fa1cf292c22d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2796683-04bd-44ad-b18b-fa2e4ed4135d") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Pin* Test*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/6497fcc0-0894-458f-abe8-aefcf7e79336") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2a4c7a98-36f9-4042-a9ad-b41e6b9363d3") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "fb826026-fe1a-4037-aab0-166ce1c15be9") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 90) + (layer "F.Fab") + (uuid "c55e0e7f-ff80-4f0c-b3c1-225928aefbe2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0 90) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 33 "/SignalProcessor/SDA") + (pinfunction "1") + (pintype "passive") + (uuid "fb4bbb16-a5ed-4018-aef7-d92b9c44b866") + ) + ) + (footprint "Connector_Dsub:DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles" + (layer "F.Cu") + (uuid "eae8af7b-47d6-400a-bfc3-6f2852c2fb6b") + (at 151.865 87.16) + (descr "9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf") + (tags "9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm") + (property "Reference" "J3" + (at 5.54 -5.89 0) + (layer "F.SilkS") + (uuid "d075f0e7-c62f-4b03-9d7a-af4a88f1f0f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DE9_Plug_MountingHoles" + (at 5.54 8.73 0) + (layer "F.Fab") + (uuid "ecc3c9e0-28c7-4be8-97b8-61796af94b66") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Connector_Dsub:DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb0e3693-7496-4f5a-9f6c-ed109d181d54") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "645e4829-f876-4644-920f-24aa2d0d3342") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "9-pin male plug pin D-SUB connector, Mounting Hole" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9df898f4-b4bc-498c-8a86-d89f92da0438") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "DSUB*Male*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/7b47478e-0450-409f-ab1b-8b2c65671f07") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr through_hole) + (fp_line + (start -9.945 6.67) + (end -9.945 -3.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "495a031e-a739-4c8c-b832-fa52fba763e1") + ) + (fp_line + (start -8.885 -4.89) + (end 19.965 -4.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c06400e-7e95-41cd-a5a0-8c0623a3e2df") + ) + (fp_line + (start -2.32647 -0.841744) + (end -1.427202 4.258256) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "738624aa-122e-4f18-b00b-57de86361f3a") + ) + (fp_line + (start -0.691689 -2.79) + (end 11.771689 -2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e6a28ba-d5f5-4099-b086-6bac28397b3a") + ) + (fp_line + (start -0.25 -5.784338) + (end 0.25 -5.784338) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2fed7b1d-ba55-4efe-8000-b512a0fcceae") + ) + (fp_line + (start 0 -5.351325) + (end -0.25 -5.784338) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b5c724f4-478e-40bc-83b7-844a6425fbf4") + ) + (fp_line + (start 0.207579 5.63) + (end 10.872421 5.63) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5561e854-dd48-41af-b2b6-132dd3e2d129") + ) + (fp_line + (start 0.25 -5.784338) + (end 0 -5.351325) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8bbbde0e-40c6-4efe-afbc-da0c1469a283") + ) + (fp_line + (start 13.40647 -0.841744) + (end 12.507202 4.258256) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bdfc6b1-5b00-4cc7-93e2-70915aa2ba33") + ) + (fp_line + (start 19.965 7.73) + (end -8.885 7.73) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab660563-a20d-4533-8586-7162c7c4dee4") + ) + (fp_line + (start 21.025 -3.83) + (end 21.025 6.67) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1683ddf0-09ae-48a9-b46f-eae1fcd28f49") + ) + (fp_arc + (start -9.945 -3.83) + (mid -9.634533 -4.579533) + (end -8.885 -4.89) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76700acd-1d38-42cf-981b-4772cbec788b") + ) + (fp_arc + (start -8.885 7.73) + (mid -9.634533 7.419533) + (end -9.945 6.67) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bfbb1db2-1a1f-4585-8e92-d08ebf0b0b17") + ) + (fp_arc + (start -2.32647 -0.841744) + (mid -1.963323 -2.197028) + (end -0.691689 -2.79) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "395889d8-c403-4f4b-859f-857066893994") + ) + (fp_arc + (start 0.207579 5.63) + (mid -0.859448 5.241633) + (end -1.427202 4.258256) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a06c742-e130-4d97-9caa-6e4fe4ee56db") + ) + (fp_arc + (start 11.771689 -2.79) + (mid 13.043331 -2.197031) + (end 13.40647 -0.841744) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d345522-9111-4c9d-9b04-cc5cfb6afaa5") + ) + (fp_arc + (start 12.507202 4.258256) + (mid 11.939449 5.241634) + (end 10.872421 5.63) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f55a24b6-acbe-4bbf-9606-6793228dc69b") + ) + (fp_arc + (start 19.965 -4.89) + (mid 20.714533 -4.579533) + (end 21.025 -3.83) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e420f81-bee4-46eb-8fe3-1d8fe6ba9ed8") + ) + (fp_arc + (start 21.025 6.67) + (mid 20.714533 7.419533) + (end 19.965 7.73) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a181d0f-85cb-4756-b863-1cc37e2d3657") + ) + (fp_line + (start -10.4 -5.35) + (end -10.4 8.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5da82df-79cd-460c-88a3-e9d9a9611cdc") + ) + (fp_line + (start -10.4 8.2) + (end 21.5 8.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cc82720-551a-4636-9f56-976b190ea22c") + ) + (fp_line + (start 21.5 -5.35) + (end -10.4 -5.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75925bb2-9ade-4637-896b-3a9e5f094b04") + ) + (fp_line + (start 21.5 8.2) + (end 21.5 -5.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e94a62a9-5024-4c46-85c0-ecbb6c16de0b") + ) + (fp_line + (start -9.885 6.67) + (end -9.885 -3.83) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e21dff8-9b55-4fc5-b790-4478112e6b47") + ) + (fp_line + (start -8.885 -4.83) + (end 19.965 -4.83) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69d2ef27-9000-4bba-8069-dd94ceb9b03a") + ) + (fp_line + (start -2.278887 -0.852163) + (end -1.379619 4.247837) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5721a8dd-4615-405c-b310-e7b7e67a7914") + ) + (fp_line + (start -0.703194 -2.73) + (end 11.783194 -2.73) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "866201f3-e1be-4613-be66-4ddf8ebae2c3") + ) + (fp_line + (start 0.196073 5.57) + (end 10.883927 5.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "374d893a-0bfa-4d98-93d0-9056fd68236a") + ) + (fp_line + (start 13.358887 -0.852163) + (end 12.459619 4.247837) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60b4de78-1b57-40bd-af96-0122ea290227") + ) + (fp_line + (start 19.965 7.67) + (end -8.885 7.67) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ef73912-607e-401a-94f6-8fcb6887dfd8") + ) + (fp_line + (start 20.965 -3.83) + (end 20.965 6.67) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f39aeb72-761d-4b5b-85c4-00fb5a3cd1d7") + ) + (fp_arc + (start -9.885 -3.83) + (mid -9.592107 -4.537107) + (end -8.885 -4.83) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c630a2c9-43b0-4b38-8d28-fa5f63d7bc4d") + ) + (fp_arc + (start -8.885 7.67) + (mid -9.592107 7.377107) + (end -9.885 6.67) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3f604a2-d051-44f8-9cd6-b6a1d50b0c3a") + ) + (fp_arc + (start -2.278886 -0.852163) + (mid -1.928865 -2.15846) + (end -0.703194 -2.73) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0cd20775-e80a-4671-ae77-6fb3aee19c77") + ) + (fp_arc + (start 0.196073 5.57) + (mid -0.832387 5.195671) + (end -1.379619 4.247837) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75781a17-db17-45e0-aff7-bea153973b01") + ) + (fp_arc + (start 11.783194 -2.73) + (mid 13.00887 -2.158462) + (end 13.358886 -0.852163) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0df68dba-c715-4e94-b28c-a126902fbe46") + ) + (fp_arc + (start 12.459619 4.247837) + (mid 11.912389 5.195675) + (end 10.883927 5.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "163855ac-0328-43da-8977-faab414b18a5") + ) + (fp_arc + (start 19.965 -4.83) + (mid 20.672107 -4.537107) + (end 20.965 -3.83) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9306ee24-bd36-4f6f-8b59-9a7286776421") + ) + (fp_arc + (start 20.965 6.67) + (mid 20.672107 7.377107) + (end 19.965 7.67) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33ad2642-416a-4fe9-b3e0-e2a7b50f0824") + ) + (fp_text user "${REFERENCE}" + (at 5.54 1.42 0) + (layer "F.Fab") + (uuid "d134e18c-333f-477f-9076-3bb2f4b2fa30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "0" thru_hole circle + (at -6.96 1.42) + (size 4 4) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "PAD") + (pintype "passive") + (uuid "f52d67ed-1ab7-4b77-92ce-2d5c065604c2") + ) + (pad "0" thru_hole circle + (at 18.04 1.42) + (size 4 4) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "PAD") + (pintype "passive") + (uuid "30c0a9b5-311c-4f50-8782-0dd3ebc46b2b") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "analog_input") + (pinfunction "1") + (pintype "passive") + (uuid "97ff169f-a6a4-4f1e-a032-25b9a8bfa945") + ) + (pad "2" thru_hole circle + (at 2.77 0) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "2") + (pintype "passive") + (uuid "4f4e81ef-5da5-4bd1-a3d6-ab0ba3a0e5d4") + ) + (pad "3" thru_hole circle + (at 5.54 0) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "3") + (pintype "passive") + (uuid "e78de2bb-e4fc-4507-9589-8a95f16dcf3c") + ) + (pad "4" thru_hole circle + (at 8.31 0) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "4") + (pintype "passive") + (uuid "82ae76d6-3dd7-4d98-87dd-cf6aca30d4fa") + ) + (pad "5" thru_hole circle + (at 11.08 0) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "-3V3") + (pinfunction "5") + (pintype "passive") + (uuid "cc376265-632f-467b-83a4-3ddb57cd1caa") + ) + (pad "6" thru_hole circle + (at 1.385 2.84) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "6") + (pintype "passive") + (uuid "40a3fedb-bf11-4e60-b272-ca82ba879632") + ) + (pad "7" thru_hole circle + (at 4.155 2.84) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "7") + (pintype "passive") + (uuid "506731ff-c921-4f43-ac42-e0d7fb518497") + ) + (pad "8" thru_hole circle + (at 6.925 2.84) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "+3.3V") + (pinfunction "8") + (pintype "passive") + (uuid "bcc195b7-777c-47fb-9147-1bc7af94fe54") + ) + (pad "9" thru_hole circle + (at 9.695 2.84) + (size 1.6 1.6) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (pinfunction "9") + (pintype "passive") + (uuid "ee77ce0e-2be9-4465-9b3b-0dc1be91b804") + ) + (model "${KICAD8_3DMODEL_DIR}/Connector_Dsub.3dshapes/DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (layer "F.Cu") + (uuid "ef518801-8251-4c44-81f7-4dff476d1256") + (at 138.579 60.025) + (descr "20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "SSOP 0.65") + (property "Reference" "U54" + (at 0 -4.3 0) + (layer "F.SilkS") + (uuid "fc8702c6-3ea0-4678-a301-2ee74bd4122d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "STM8S003F3P" + (at 0 4.3 0) + (layer "F.Fab") + (uuid "784ea2c2-3a31-469e-b6a8-44aeb097ca56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "94c844ef-f7f2-4821-aaa3-78e86e2e404f") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00024550.pdf" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3ed1d5d4-04ec-44d3-a2db-8c31802e74a3") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "55e04af1-1ced-4db4-9a26-4e178a4dde80") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "TSSOP*4.4x6.5mm*P0.65mm*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/aa3cf968-d80f-44c2-bc12-5215e164b3a1") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.kicad_sch") + (attr smd) + (fp_line + (start -3.75 -3.45) + (end 2.225 -3.45) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "63d81d3e-f32a-49a9-a947-222bd66ec568") + ) + (fp_line + (start -2.225 3.45) + (end 2.225 3.45) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "312e6154-179d-4978-acb4-891a5194d5bf") + ) + (fp_line + (start -3.95 -3.55) + (end -3.95 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "096fb178-bdc0-4c5a-9923-811dca8ae0cd") + ) + (fp_line + (start -3.95 -3.55) + (end 3.95 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1ed0b5b9-5028-4036-85ba-5a8ff81936c7") + ) + (fp_line + (start -3.95 3.55) + (end 3.95 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "867ffb87-a741-4ec0-88e7-32defdf7f094") + ) + (fp_line + (start 3.95 -3.55) + (end 3.95 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a5711c6-47c4-45f4-842b-6c7430b3363c") + ) + (fp_line + (start -2.2 -2.25) + (end -1.2 -3.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "a881b253-131c-4a74-b401-da7ef48c2b07") + ) + (fp_line + (start -2.2 3.25) + (end -2.2 -2.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "ac2cadec-2af1-45ca-af8b-32c4b8d589db") + ) + (fp_line + (start -1.2 -3.25) + (end 2.2 -3.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "2718baf6-3e1a-4f60-8d52-9b3134d9f348") + ) + (fp_line + (start 2.2 -3.25) + (end 2.2 3.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "440dd6e0-f073-4a9b-808c-f3e6775459f1") + ) + (fp_line + (start 2.2 3.25) + (end -2.2 3.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "be148286-5f3d-4306-a426-d7bd8a1415cb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "15c39437-4c0b-4f25-ba6e-ae804b8c20b3") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -2.95 -2.925) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 42 "Net-(U54-PD4)") + (pinfunction "PD4") + (pintype "bidirectional") + (uuid "ae8e34c8-55f0-474f-93b7-d098e5968acf") + ) + (pad "2" smd rect + (at -2.95 -2.275) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "/SignalProcessor/TX") + (pinfunction "PD5") + (pintype "bidirectional") + (uuid "55272060-6291-4d5e-9ddb-926fe78c1a2a") + ) + (pad "3" smd rect + (at -2.95 -1.625) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 30 "/SignalProcessor/RX") + (pinfunction "PD6") + (pintype "bidirectional") + (uuid "11e46b27-68ce-4310-9087-8b45e0374ccf") + ) + (pad "4" smd rect + (at -2.95 -0.975) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "/SignalProcessor/RST") + (pinfunction "NRST") + (pintype "input") + (uuid "6ad4c3af-1c65-461b-89c5-5d64eee9825d") + ) + (pad "5" smd rect + (at -2.95 -0.325) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 28 "unconnected-(U54-PA1-Pad5)") + (pinfunction "PA1") + (pintype "bidirectional+no_connect") + (uuid "8ddb64c8-c2f5-457f-96a9-3132e6455a7b") + ) + (pad "6" smd rect + (at -2.95 0.325) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 11 "Net-(U54-PA2)") + (pinfunction "PA2") + (pintype "bidirectional") + (uuid "18ed7cbe-7ea5-4070-98d8-947227711875") + ) + (pad "7" smd rect + (at -2.95 0.975) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (pinfunction "VSS") + (pintype "power_in") + (uuid "53398cd2-c47a-4165-9d5d-65c36b1c1aa9") + ) + (pad "8" smd rect + (at -2.95 1.625) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "Net-(U54-VCAP)") + (pinfunction "VCAP") + (pintype "passive") + (uuid "fabe9096-261b-4844-af1b-f282b6652b7b") + ) + (pad "9" smd rect + (at -2.95 2.275) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/SignalProcessor/VCC_PROG") + (pinfunction "VDD") + (pintype "power_in") + (uuid "a91325f3-0588-41ea-a639-bbdafb620da6") + ) + (pad "10" smd rect + (at -2.95 2.925) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "Net-(U54-PA3)") + (pinfunction "PA3") + (pintype "bidirectional") + (uuid "fb1fe50c-546c-44ca-aba3-546e05be3b5f") + ) + (pad "11" smd rect + (at 2.95 2.925) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 33 "/SignalProcessor/SDA") + (pinfunction "PB5") + (pintype "bidirectional") + (uuid "1f7744fd-8bb4-4a0d-bd09-8aad14048931") + ) + (pad "12" smd rect + (at 2.95 2.275) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 32 "/SignalProcessor/SCL") + (pinfunction "PB4") + (pintype "bidirectional") + (uuid "e9b0cbac-02ab-4ee6-9797-aa1208c03148") + ) + (pad "13" smd rect + (at 2.95 1.625) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "Net-(U54-PC3)") + (pinfunction "PC3") + (pintype "bidirectional") + (uuid "64df522d-3312-461b-b64f-882340d5e118") + ) + (pad "14" smd rect + (at 2.95 0.975) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "Net-(U54-PC4)") + (pinfunction "PC4") + (pintype "bidirectional") + (uuid "f77589f0-9ea0-4cf1-9715-1db79f3d01d8") + ) + (pad "15" smd rect + (at 2.95 0.325) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "Net-(U54-PC5)") + (pinfunction "PC5") + (pintype "bidirectional") + (uuid "82847991-d0fd-454a-b02e-c2827f26be6b") + ) + (pad "16" smd rect + (at 2.95 -0.325) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "Net-(U54-PC6)") + (pinfunction "PC6") + (pintype "bidirectional") + (uuid "d5c969d9-3eef-4051-8ef2-1f3baf073fc6") + ) + (pad "17" smd rect + (at 2.95 -0.975) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "Net-(U54-PC7)") + (pinfunction "PC7") + (pintype "bidirectional") + (uuid "d7ccb074-8c3e-46b2-bc05-111a4cbdc680") + ) + (pad "18" smd rect + (at 2.95 -1.625) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "/SignalProcessor/SWIM") + (pinfunction "PD1") + (pintype "bidirectional") + (uuid "86c5a761-4c0f-4fd7-a175-89ec98d11b55") + ) + (pad "19" smd rect + (at 2.95 -2.275) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "Net-(U54-PD2)") + (pinfunction "PD2") + (pintype "bidirectional") + (uuid "9457d234-5e2c-4211-9357-06079417697a") + ) + (pad "20" smd rect + (at 2.95 -2.925) + (size 1.45 0.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 12 "Net-(U54-PD3)") + (pinfunction "PD3") + (pintype "bidirectional") + (uuid "d2913036-84ab-4e7d-b6a1-c8c5db0358f4") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-20_4.4x6.5mm_P0.65mm.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 "efb50198-f70a-4956-9563-87b879f44781") + (at 136.935 69.0575 -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" "R60" + (at -0.8075 -2.315 180) + (layer "F.SilkS") + (uuid "8b344a92-aa4c-4836-9d29-c25073db4d4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "ead68f43-ce37-4d0b-a416-724e9eb28740") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d242ab2-3ca4-4948-b07b-e1b7c712e416") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "426692c1-05a0-4b90-8602-3e7e9a23b18e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3091a960-bf0e-4675-b51b-847dce538c57") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/ae55e562-3330-438f-94d3-42cff7f5056e") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "afa1c3d1-e65e-4436-8389-a17e8a0b3636") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "625968bf-67d5-4111-9a49-813aae6e8944") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e4a0ea5-c921-4ca5-b198-3ab31823356d") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5de7106c-55bb-4b6d-ac1b-b0bf78162311") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99bfda65-daca-43fd-86b7-3fdc550ad056") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17f41b8e-7822-4a9d-959f-8bb14ec0f62c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6068602-c7df-42c4-a72a-28f97430ea7f") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e05934af-1eae-43da-8493-bfb24a77a3b3") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c90b0ef-4826-4189-8e25-43f1a0b38af3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf69afe5-3152-42f5-b8eb-491c56c28c63") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "141a7866-606d-4ec7-86a2-3c0aff4f75a9") + (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.243902) + (net 33 "/SignalProcessor/SDA") + (pintype "passive") + (uuid "cc093e7c-3213-4450-998e-c823efdbb45d") + ) + (pad "2" smd roundrect + (at 0.9125 0 270) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "+5V") + (pintype "passive") + (uuid "b22c184e-a772-42a2-bc36-5745c70b3b0b") + ) + (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 "f030c7f4-9f7d-492b-a404-7441aab72c07") + (at 131.75 60.25) + (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" "C52" + (at -3 0 0) + (layer "F.SilkS") + (uuid "a1e99f3c-8800-424c-8b60-38befd6cfaac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680n" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "25dd6114-00d7-4715-b70b-1a8adaf00156") + (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 "ebf7a3b1-9f2d-49ee-a9b4-c9d9e345e89c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62fea78d-d350-4ffb-b105-361ec0fce2a0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b681048-5f59-4910-b1f6-fb86c6596fa3") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/3156a1c3-0132-4e30-8abf-15c05626cea5") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "2ccfc673-3446-4419-8c3b-60132c00be2a") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "842dde44-f249-4d66-909d-a9b3dd976846") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76273446-0d03-40ec-a1a1-0b7fd45cd6b5") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b404338-db9f-418b-b792-6d107b3e2f76") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13f40e2d-77bf-4cb3-8a81-34aa74699c5f") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c115e95-3c67-4b78-a44a-3feea20da73c") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f0fc661-ad2b-47c0-a599-17fa589535c1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f664ebb-2b39-42d9-968b-e0adac384455") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce0321e4-2db1-4546-b0d5-76e85dedfeb4") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce347567-429a-415e-9b29-374bf1d21c60") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5e35df8f-10d5-412e-b082-2b23fe3b0a6f") + (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 "c3c7c297-1510-4869-97fa-2b68fca6b1af") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(U54-VCAP)") + (pintype "passive") + (uuid "f8f5854a-f368-40cc-a5ed-2215e2f765cc") + ) + (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 "MountingHole:MountingHole_3.5mm_Pad" + (layer "F.Cu") + (uuid "f1d6764a-68d2-4f88-9376-e4f2672279f9") + (at 118.75 91) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (property "Reference" "H4" + (at 0 -4.5 0) + (layer "F.SilkS") + (uuid "01a0e0ca-ca0d-4849-9707-e6678be5aee9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_Pad" + (at 0 4.5 0) + (layer "F.Fab") + (uuid "cc277700-52d3-4ec6-b1ac-1d36cd4ede74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6cfe2c72-ef62-4761-9b12-9f9538c2ccde") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29bcdb2b-5a25-419d-9033-f2d892ad59a4") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "552ede41-4617-4e66-9c21-5f636f196fde") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "MountingHole*Pad*") + (path "/5fce9b31-73fa-4dfe-a905-e6d632706b8d/8a8cc564-120e-4ee9-b67e-bcfd2fb409c3") + (sheetname "Mechanic") + (sheetfile "Mechanic.kicad_sch") + (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 "55c89e75-39c8-4933-8e4b-639c0c93395c") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "78473b12-6923-4f30-ba3f-6cae60eef8ef") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f470898d-f0e3-4735-87f6-c7c44725f3f9") + (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") + (pinfunction "1") + (pintype "input") + (uuid "2046c52e-8093-45ae-b8f1-9d014cd32d30") + ) + ) + (footprint "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (layer "F.Cu") + (uuid "f28fbb04-658c-4fb1-8adb-2d5d234093c6") + (at 178.95 83.25 180) + (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" "C8" + (at 0 -2.35 360) + (layer "F.SilkS") + (uuid "81b1c524-c45a-4376-b097-56a30193d1ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100u/6v3" + (at 0 2.35 360) + (layer "F.Fab") + (uuid "29fa2368-728e-456e-bcf1-2ec2210510d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5582fac2-bc47-481c-98d9-98de1c27ee48") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72f6a920-bd1c-4314-8d03-f35b419ce6c9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9007cca5-dade-4e96-8888-ac47f61b58f0") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "CP_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/1667bff0-2d66-4942-aeda-4eabedf2a042") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "aa4846cd-81a3-48c4-8b1f-72ba1bb52af1") + ) + (fp_line + (start -2.46 1.51) + (end 1.75 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "060d1250-0d0b-4e3c-bd7c-87ad64f3dd7d") + ) + (fp_line + (start -2.46 -1.51) + (end -2.46 1.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "186c7b94-9a2d-4f4e-84f9-cd225b88d887") + ) + (fp_line + (start 2.45 1.65) + (end -2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a499d55-0c5b-488c-abb1-a70f8cba053f") + ) + (fp_line + (start 2.45 -1.65) + (end 2.45 1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b044115a-1958-41ce-9a4e-37bbde5d7b3d") + ) + (fp_line + (start -2.45 1.65) + (end -2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "337b5108-d343-4134-babd-3a729f18f5da") + ) + (fp_line + (start -2.45 -1.65) + (end 2.45 -1.65) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0cfcc420-6bdd-4134-8eea-5ed7bea80ed8") + ) + (fp_line + (start 1.75 1.4) + (end 1.75 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7418273-68e1-44a6-80ab-b2e516b63233") + ) + (fp_line + (start 1.75 -1.4) + (end -1.05 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39403f77-777a-4037-b367-ed641aa6462f") + ) + (fp_line + (start -1.05 -1.4) + (end -1.75 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6591ebd1-4e24-4c78-9618-dfe4ae2b8128") + ) + (fp_line + (start -1.75 1.4) + (end 1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98da10da-f8f1-4b9f-996b-e70a01afabe3") + ) + (fp_line + (start -1.75 -0.7) + (end -1.75 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ebeb705-6fbc-4234-8d73-8ec1aef5d576") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "a54fa4eb-384d-41de-8f73-248e834a7023") + (effects + (font + (size 0.88 0.88) + (thickness 0.13) + ) + ) + ) + (pad "1" smd roundrect + (at -1.5375 0 180) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 16 "-3V3") + (pintype "passive") + (uuid "11e60626-e394-4fcb-bfc8-650bfa56b52c") + ) + (pad "2" smd roundrect + (at 1.5375 0 180) + (size 1.325 2.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.188679) + (net 1 "GND") + (pintype "passive") + (uuid "8460edb9-0097-43ee-bef7-0f37285c5aca") + ) + (model "${KICAD8_3DMODEL_DIR}/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 "f93d8c57-0046-4ed7-af4e-55a65f2d9e84") + (at 141.185 76.0575 -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 0 -1.68 90) + (layer "F.SilkS") + (hide yes) + (uuid "2a71b6b7-ea0f-4274-9c2d-4ab39bb61e74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TBD" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "2e0a312f-4b34-407a-8256-2ea7cacb482b") + (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 "6c0fb999-61fa-42f1-b420-a257c9c79b26") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd859629-b800-4f8f-8254-1cfd6c2b5e38") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3e153c9-925b-4003-a7ea-5fcf87c6cad7") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/499cb406-42ae-43f9-9e3e-e6587759c704") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "04091289-9c97-4e19-b6ea-1fc833e7eca1") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86de678d-31af-4b79-a780-7f52871dcfab") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5912df32-222c-4591-a73a-d11b3ffb95a5") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca24a8cd-5a0e-452f-a64a-944532ca41b3") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f572e673-2bb2-45c1-985d-1d23a2feba8d") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c220ff3-0ee5-4517-a5f0-f5e4d888c845") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28333f35-c51b-4f5a-9b4c-2fe5e0b1fec5") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30e197e6-205a-4ad7-9df1-aa32939cdaf1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5dccd35a-625c-4599-bcf7-cde8f97f598e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "090c9025-6a0e-4441-be54-6d078eeb0c79") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "a0ba6c77-c6ec-4d54-95f0-dd1cb9d44337") + (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 34 "Net-(U1-Vin+)") + (pintype "passive") + (uuid "99935743-0c3d-4754-878a-644a1dc4c577") + ) + (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 "28f71142-4e30-4280-9852-b8c3ae807654") + ) + (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 "F.Cu") + (uuid "fa07f378-4af9-43e8-bf02-35aad31b1c1f") + (at 144.6805 55.512 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 0.1805 1.762 0) + (layer "F.SilkS") + (uuid "22495069-1e42-4602-9ba4-cba2bd2e3a52") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "510R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8be1b63c-5569-4d83-888a-610078dcc740") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0bc09d3f-01bf-4fcf-841c-d7d48034e88e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af4990da-b285-4064-9cf6-d1d5e7da6c04") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5dbd6273-22d1-4ab3-89c1-5b38bd1465e9") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "R_*") + (path "/82f65716-a8ea-44d7-98b3-c02f50e9f3d4/d9f5c951-f058-4b4f-98a6-fd58f2e4a4cd") + (sheetname "SignalProcessor") + (sheetfile "SignalProcessor.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 "e3039218-098e-4c65-afbe-2357c29c9c52") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3d94ac7-d73c-46af-be1e-eaee5cf7a514") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff4b5781-8f3b-46fd-9f3c-fbb50cccdac8") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "32395e46-cac7-4db2-9517-d62a199a0cba") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c266680d-9c9f-44d5-9440-9e9282b4a790") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3fd18bb0-428d-4e88-bf99-683fe3a73076") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f81a07a-6cc1-4290-bb68-c594296ab684") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca0a86a1-9bba-4b34-ab87-abc1427b8a73") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8dc266fb-d0be-487f-9b08-eda6e6ab5240") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5022f28-df0f-4d64-a0b9-240b50426ec3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8ce48309-9a66-45a4-a607-0e5f64fce3b8") + (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.243902) + (net 5 "Net-(D3-A)") + (pintype "passive") + (uuid "dc07b366-2e8c-415b-af6e-8316584ff7c5") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 12 "Net-(U54-PD3)") + (pintype "passive") + (uuid "c0207f26-56ce-4cc7-9fcf-0be9a508a11c") + ) + (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 "Package_TO_SOT_SMD:SOT-89-3" + (layer "F.Cu") + (uuid "fa42f588-99d7-4b0e-a0f1-e410ba3fb7f4") + (at 120.25 79.355 -90) + (descr "SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf") + (tags "SOT-89-3") + (property "Reference" "U3" + (at 3.145 0.25 180) + (layer "F.SilkS") + (uuid "6287a165-164b-4bae-85e4-9bf86fa9061b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "L78L05_SOT89" + (at 0 3.5 90) + (layer "F.Fab") + (uuid "6f1ee12a-336b-44e3-9b9d-56c8d2f92840") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62c55812-e2ee-45e0-8e6c-0d3a2ddafb94") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f057a97-1708-46e4-bd00-8150a7b8ee50") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 5V, SOT-89" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d8a4a3f-a188-4208-bdf4-4b48b28c33e8") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "SOT?89*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/bc1f2fbf-6677-43c0-a9fd-049f83fbecab") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start 1.36 2.36) + (end -1.36 2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3937e776-6668-4cd0-ab10-c26b29ad5f6f") + ) + (fp_line + (start 1.36 1.38) + (end 1.36 2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "781ea590-88ec-492c-bdbb-d701b375b917") + ) + (fp_line + (start 1.36 -1.38) + (end 1.36 -2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a357003b-1f13-4183-8bf3-bf5c04a12f90") + ) + (fp_line + (start -1.22 -2.36) + (end 1.36 -2.36) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87d51258-ffb7-4365-9cd7-dbe955caef34") + ) + (fp_poly + (pts + (xy -1.77 -2.21) (xy -2.01 -2.54) (xy -1.53 -2.54) (xy -1.77 -2.21) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a3db48a8-8cb4-4326-8285-e0f83934a7c1") + ) + (fp_line + (start -2.85 2.5) + (end 2.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffbf3b7f-4d8b-423b-b098-16b4475472b4") + ) + (fp_line + (start -2.85 2.5) + (end -2.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee8bf1c1-e2ce-44ee-a732-5f03b69f2ef3") + ) + (fp_line + (start 2.25 -2.5) + (end 2.25 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3b90e1b-0000-44ec-a056-ee6a66123518") + ) + (fp_line + (start 2.25 -2.5) + (end -2.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c20b33f9-70c7-4d63-a643-8de82f30e632") + ) + (fp_line + (start -1.25 2.25) + (end -1.25 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00afb4eb-f7a5-4a8e-9226-d29a63e322f7") + ) + (fp_line + (start 1.25 2.25) + (end -1.25 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebafdd77-706c-4392-81d7-218073e25c59") + ) + (fp_line + (start -1.25 -1.25) + (end -0.25 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92932b12-d9e6-48dd-8c72-ce4b66b81177") + ) + (fp_line + (start -0.25 -2.25) + (end 1.25 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d7a2dcf-5ef6-4977-98ea-a3825c63a6f8") + ) + (fp_line + (start 1.25 -2.25) + (end 1.25 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "314497af-e894-4b40-afde-ddbcd8bc05c4") + ) + (fp_text user "${REFERENCE}" + (at 0.2 0 360) + (layer "F.Fab") + (uuid "1eec5d17-e98e-48d5-91a1-85f2ce742c9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -1.95 -1.5 270) + (size 1.3 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+5V") + (pinfunction "OUT") + (pintype "power_out") + (uuid "8cb634e6-a51b-4eb7-850c-c3f0a2811a0f") + ) + (pad "2" smd custom + (at -1.8625 0 270) + (size 1.475 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (pinfunction "GND") + (pintype "power_in") + (zone_connect 2) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 3.8625 0.8665) (xy 0.7375 0.8665) (xy 0.7375 -0.8665) (xy 3.8625 -0.8665) + ) + (width 0) + (fill yes) + ) + ) + (uuid "c36d8cf8-1000-4f3e-940a-fbde7519a60a") + ) + (pad "3" smd roundrect + (at -1.95 1.5 270) + (size 1.3 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(U3-IN)") + (pinfunction "IN") + (pintype "power_in") + (uuid "26fa0b95-4497-482a-8ad9-021cee127cb3") + ) + (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-89-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Inductor_SMD:L_7.3x7.3_H3.5" + (layer "F.Cu") + (uuid "fd3d589a-0ef5-4196-9ddc-fc8c783d022d") + (at 187 73.7 90) + (descr "Choke, SMD, 7.3x7.3mm 3.5mm height") + (tags "Choke SMD") + (property "Reference" "L2" + (at 0 -4.45 180) + (layer "F.SilkS") + (uuid "12b78956-b821-41bd-97d5-9f631ff6e028") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22u" + (at 0 4.45 90) + (layer "F.Fab") + (uuid "e72ffb35-d61f-4f84-a6db-f5ca45c00fb4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7867a40-6846-4fb6-8c8b-d69822484264") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "471b9362-7891-4564-bbfe-5d0e678e3f33") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c43ccbb3-cb74-4664-8a6b-4207dcca7f6c") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "Choke_* *Coil* Inductor_* L_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/c819c90f-1e14-4efb-8873-c255d81725e3") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.kicad_sch") + (attr smd) + (fp_line + (start 3.7 -3.7) + (end 3.7 -1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab939e2a-3afc-4157-841b-3237c12c7bb7") + ) + (fp_line + (start -3.7 -3.7) + (end 3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1110dc7d-fd65-4722-bab2-e3230f0ef1e0") + ) + (fp_line + (start -3.7 -1.4) + (end -3.7 -3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd808df3-f95c-4de2-831c-5bbc70bbedd7") + ) + (fp_line + (start 3.7 1.4) + (end 3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "746ab7d6-59c9-4314-87a3-c3b974264ce1") + ) + (fp_line + (start 3.7 3.7) + (end -3.7 3.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65f72058-9769-45e5-b345-5e1477ba1612") + ) + (fp_line + (start -3.7 3.7) + (end -3.7 1.4) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c521e435-026d-4cd4-88a4-3c2ee8dacdda") + ) + (fp_line + (start 4.2 -3.9) + (end -4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d6794ce-3ea3-4ebd-ad00-8907946902af") + ) + (fp_line + (start -4.2 -3.9) + (end -4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f308004-aaf7-4ae5-a1e1-658d29091224") + ) + (fp_line + (start 4.2 3.9) + (end 4.2 -3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ea09996-2ad7-495a-a7de-4e3a0118102c") + ) + (fp_line + (start -4.2 3.9) + (end 4.2 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92d1aa55-9d66-41f4-b644-81b47fc50464") + ) + (fp_line + (start 3.65 -3.65) + (end 3.65 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7df18ad2-9527-47ac-8d03-8d46160305bc") + ) + (fp_line + (start -3.65 -3.65) + (end 3.65 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b32b264-8cf7-4091-85d7-2e2eed53124e") + ) + (fp_line + (start -3.65 -3.65) + (end -3.65 -1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df280900-5dde-4798-98ff-9ae0f8fbe81a") + ) + (fp_line + (start 3.65 3.65) + (end 3.65 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2a25d46-7726-4abc-b339-e275bbf5a88b") + ) + (fp_line + (start 3.65 3.65) + (end -3.65 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab085675-40bf-4f91-b4c2-a8a4c303c36a") + ) + (fp_line + (start -3.65 3.65) + (end -3.65 1.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c25db3b-d4ea-49fe-a39e-7015e1175b14") + ) + (fp_arc + (start -2.29 -2.29) + (mid 0 -3.238549) + (end 2.29 -2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df612d8c-82f0-43cb-889e-a84aad2ea73e") + ) + (fp_arc + (start 2.29 2.29) + (mid 0 3.238549) + (end -2.29 2.29) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65b45b50-5249-4aad-8de5-f8146a20bd3c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "f6a81a10-60e9-4956-aba0-a6e648c1222c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -3.2 0 90) + (size 1.5 2.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "Net-(U4-OUT)") + (pinfunction "1") + (pintype "passive") + (uuid "0b9ba3cc-1e5a-4c59-8de7-c65ffbfafdd4") + ) + (pad "2" smd rect + (at 3.2 0 90) + (size 1.5 2.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "Net-(U6-OUT)") + (pinfunction "2") + (pintype "passive") + (uuid "e4b06fc7-e794-4cae-b67c-b246b494d7ae") + ) + (model "${KICAD8_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_7.3x7.3_H3.5.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 "fe23478a-d90d-47b9-969f-9a7ad9b01c99") + (at 167.5 76.75 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" "C17" + (at 0 -1.68 360) + (layer "F.SilkS") + (uuid "aede3e52-8c13-4a95-9b99-40ac4b1c12ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u2" + (at 0 1.68 360) + (layer "F.Fab") + (uuid "36034de4-b148-4e89-990d-61c653c3d479") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c27827c9-f3ec-44cc-9189-7b93ceeb0910") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2caa143b-7e8c-42b0-9ef3-451751ba90e1") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de2e9e40-bd48-4b78-ab35-ee5ef4ef08e2") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property ki_fp_filters "C_*") + (path "/0d7da293-ec18-42f8-b186-30677f871a26/fcda4795-cc1c-413b-a755-e2fa111dfbf5") + (sheetname "PowerSupply") + (sheetfile "PowerSupply.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 "68912cfd-af5f-463e-840b-571bb5ebe017") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30261f74-687b-4413-983a-ec7d6580fdd8") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2b7a020-2885-4a28-908e-d4930eaa29ab") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42114525-2785-417c-b53a-d0f1cf8d1125") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb1876df-6774-48fb-b250-ec62a632d3c9") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fef3f2fe-fb91-4862-8e52-c49bfb47fada") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c4b0f90-9aea-46da-9602-2698ae1c630f") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "263063c1-f1e2-4aa2-bf54-2c5cb13a3787") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a57d04f7-835c-4f39-b5af-9d7c40ac7227") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b41187c-1918-4413-8a5c-cf9310984bbb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 360) + (layer "F.Fab") + (uuid "d86d8bd3-49d1-4c21-8e64-f8c94d0b3076") + (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 17 "+3.3V") + (pintype "passive") + (uuid "6b3fd360-aea0-4f8a-84fc-5687077cc199") + ) + (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 "9a683792-ac58-4fcc-a1d1-4d5e0b13958a") + ) + (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) + ) + ) + ) + (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 119 46) + (end 118.75 91) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "b462a2fe-e5a0-4a40-872f-bbe4ad918b1a") + ) + (gr_line + (start 189.25 46) + (end 119 46) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "c613a60d-0ceb-4e72-bcae-e99bf7b7aaca") + ) + (gr_line + (start 118.75 91) + (end 119 46) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "e6055af3-0534-4490-b3a5-98039b4af30c") + ) + (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 "Data Processing Unit\nrev6.0" + (at 154.25 52 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cea740c") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "Data Processing Unit\nrev6.0" + (at 154.167 51.883 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cea740f") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "TP1: SCL\nTP2: SDA" + (at 143.75 69.5 0) + (layer "F.SilkS") + (uuid "2e5885c2-44df-4cac-b20e-32d2716c2896") + (effects + (font + (size 1 1) + (thickness 0.2) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "TX\nRX\nGND" + (at 145.75 48 90) + (layer "F.SilkS") + (uuid "aeeff6b7-4f9e-4b1e-934c-8bd33f0988f9") + (effects + (font + (size 1 1) + (thickness 0.2) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "RST\nSWIM\nGND\nVCC" + (at 125.25 51 0) + (layer "F.SilkS") + (uuid "fbc0a828-aefb-4506-8f36-a2cce6539c6f") + (effects + (font + (size 1 1) + (thickness 0.2) + (bold yes) + ) + (justify left bottom) + ) + ) + (dimension + (type aligned) + (layer "Cmts.User") + (uuid "02c38712-20c9-4efb-959e-912e8e6766ea") + (pts + (xy 187.75 76) (xy 187.75 66) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 202.85 71 90) + (layer "Cmts.User") + (uuid "02c38712-20c9-4efb-959e-912e8e6766ea") + (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 "0422e6e4-b454-4394-b645-404cb33b159d") + (pts + (xy 184.25 96.25) (xy 194.25 96.25) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 189.25 111.35 0) + (layer "Cmts.User") + (uuid "0422e6e4-b454-4394-b645-404cb33b159d") + (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 "0a22aa71-6839-4a5a-ab36-1fbc0f7681bd") + (pts + (xy 118.5 26) (xy 118.5 36) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 101.1 31 90) + (layer "Cmts.User") + (uuid "0a22aa71-6839-4a5a-ab36-1fbc0f7681bd") + (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 "1abcc5d7-824c-4f37-ad1d-73cbdb0e795e") + (pts + (xy 114.25 96) (xy 194 96) + ) + (height 9) + (gr_text "79,7500 mm" + (at 154.125 103.85 0) + (layer "Cmts.User") + (uuid "1abcc5d7-824c-4f37-ad1d-73cbdb0e795e") + (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 "1ca355cb-7977-4dbb-8e7d-6c5c2a6a098a") + (pts + (xy 118.75 36) (xy 118.75 46) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 101.35 41 90) + (layer "Cmts.User") + (uuid "1ca355cb-7977-4dbb-8e7d-6c5c2a6a098a") + (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 "292e07bd-a581-4848-a225-b2d305e69f68") + (pts + (xy 154.25 43.5) (xy 144.25 43.5) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 149.25 26.1 0) + (layer "Cmts.User") + (uuid "292e07bd-a581-4848-a225-b2d305e69f68") + (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 "2cff72c0-2193-41dd-b056-2c4c16c5dc57") + (pts + (xy 118.5 76) (xy 118.5 86) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 101.1 81 90) + (layer "Cmts.User") + (uuid "2cff72c0-2193-41dd-b056-2c4c16c5dc57") + (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 "2e3e5682-db0a-4ea3-a8a6-64bf38608147") + (pts + (xy 144.25 96) (xy 154.25 96) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 149.25 111.1 0) + (layer "Cmts.User") + (uuid "2e3e5682-db0a-4ea3-a8a6-64bf38608147") + (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 "3a59f267-19e2-44e7-90bf-627afb305ed0") + (pts + (xy 174.25 96.25) (xy 184.25 96.25) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 179.25 111.35 0) + (layer "Cmts.User") + (uuid "3a59f267-19e2-44e7-90bf-627afb305ed0") + (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 "440c199c-43b6-4431-8aea-0173ebd49ccd") + (pts + (xy 194 96) (xy 194 41) + ) + (height 14) + (gr_text "55,0000 mm" + (at 206.85 68.5 90) + (layer "Cmts.User") + (uuid "440c199c-43b6-4431-8aea-0173ebd49ccd") + (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 "4c7853b2-3d6d-4bac-940d-b3d26a4241f8") + (pts + (xy 188.25 26) (xy 188.25 16) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 203.35 21 90) + (layer "Cmts.User") + (uuid "4c7853b2-3d6d-4bac-940d-b3d26a4241f8") + (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 "4e880414-fd01-4747-9cb1-926f1163c931") + (pts + (xy 134.25 95.75) (xy 144.25 95.75) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 139.25 110.85 0) + (layer "Cmts.User") + (uuid "4e880414-fd01-4747-9cb1-926f1163c931") + (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 "5fd377ca-9771-4cb3-9c0c-57ec95969be6") + (pts + (xy 124.25 95.75) (xy 134.25 95.75) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 129.25 110.85 0) + (layer "Cmts.User") + (uuid "5fd377ca-9771-4cb3-9c0c-57ec95969be6") + (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 "628bf43b-bcd4-4e23-ae24-d18fd556caea") + (pts + (xy 187.75 86) (xy 187.75 76) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 202.85 81 90) + (layer "Cmts.User") + (uuid "628bf43b-bcd4-4e23-ae24-d18fd556caea") + (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 "6478c9e0-2833-4e15-ab50-829e1831e098") + (pts + (xy 164.25 96) (xy 174.25 96) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 169.25 111.1 0) + (layer "Cmts.User") + (uuid "6478c9e0-2833-4e15-ab50-829e1831e098") + (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 "6b5af6d6-b5ab-4ca9-bb40-a69bd529a116") + (pts + (xy 144.25 43.5) (xy 134.25 43.5) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 139.25 26.1 0) + (layer "Cmts.User") + (uuid "6b5af6d6-b5ab-4ca9-bb40-a69bd529a116") + (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 "843afdbd-2de7-4f46-8234-a5b93b2505ef") + (pts + (xy 194.25 43.5) (xy 184.25 43.5) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 189.25 26.1 0) + (layer "Cmts.User") + (uuid "843afdbd-2de7-4f46-8234-a5b93b2505ef") + (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 "8e047ffa-b853-40cc-bf61-355dae7b814e") + (pts + (xy 188 46) (xy 188 36) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 203.1 41 90) + (layer "Cmts.User") + (uuid "8e047ffa-b853-40cc-bf61-355dae7b814e") + (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 "967788e9-cc08-4c60-a23b-159021df4f7d") + (pts + (xy 118.25 96) (xy 118.25 106) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 100.85 101 90) + (layer "Cmts.User") + (uuid "967788e9-cc08-4c60-a23b-159021df4f7d") + (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 "9d4e7953-4db9-4e9b-9ce7-9b7669fc3c24") + (pts + (xy 118.75 91) (xy 189.25 91) + ) + (height 10.25) + (gr_text "70,5000 mm" + (at 154 100.1 0) + (layer "Cmts.User") + (uuid "9d4e7953-4db9-4e9b-9ce7-9b7669fc3c24") + (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 "a1bd106a-6a66-498a-bd88-2a17d4ad460a") + (pts + (xy 124.25 43.25) (xy 114.25 43.25) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 119.25 25.85 0) + (layer "Cmts.User") + (uuid "a1bd106a-6a66-498a-bd88-2a17d4ad460a") + (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 "a343d78b-7a9f-40d2-9b24-dbef8cc34622") + (pts + (xy 118.75 46) (xy 118.75 56) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 101.35 51 90) + (layer "Cmts.User") + (uuid "a343d78b-7a9f-40d2-9b24-dbef8cc34622") + (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 "a4e034df-f856-418d-808b-cf239b294672") + (pts + (xy 174.25 43.75) (xy 164.25 43.75) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 169.25 26.35 0) + (layer "Cmts.User") + (uuid "a4e034df-f856-418d-808b-cf239b294672") + (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 "b4ecfc96-da7a-49a3-8ac4-20ae14400625") + (pts + (xy 164.25 43.5) (xy 154.25 43.5) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 159.25 26.1 0) + (layer "Cmts.User") + (uuid "b4ecfc96-da7a-49a3-8ac4-20ae14400625") + (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 "b7497328-b236-4f95-b1f0-7249fefef929") + (pts + (xy 184.25 43.75) (xy 174.25 43.75) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 179.25 26.35 0) + (layer "Cmts.User") + (uuid "b7497328-b236-4f95-b1f0-7249fefef929") + (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 "be020882-ab58-49d2-8c64-fece9161ac74") + (pts + (xy 154.25 96) (xy 164.25 96) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 159.25 111.1 0) + (layer "Cmts.User") + (uuid "be020882-ab58-49d2-8c64-fece9161ac74") + (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 "c9764d1c-af9e-49a3-a211-65c47f67bfd5") + (pts + (xy 134.25 43.25) (xy 124.25 43.25) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 129.25 25.85 0) + (layer "Cmts.User") + (uuid "c9764d1c-af9e-49a3-a211-65c47f67bfd5") + (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 "ccde92c7-8c18-458f-a619-2db900a35c8f") + (pts + (xy 189.25 46) (xy 189.25 91) + ) + (height -15) + (gr_text "45,0000 mm" + (at 203.1 68.5 90) + (layer "Cmts.User") + (uuid "ccde92c7-8c18-458f-a619-2db900a35c8f") + (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 "cd9f0883-23a6-456b-8b30-2608c5a83a27") + (pts + (xy 188 56) (xy 188 46) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 203.1 51 90) + (layer "Cmts.User") + (uuid "cd9f0883-23a6-456b-8b30-2608c5a83a27") + (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 "d1b45ba3-a576-4cd3-b0c6-f9a472d02a0e") + (pts + (xy 188 66) (xy 188 56) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 203.1 61 90) + (layer "Cmts.User") + (uuid "d1b45ba3-a576-4cd3-b0c6-f9a472d02a0e") + (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 "d405e311-b76c-427e-8f0b-5709547a45de") + (pts + (xy 118.5 66) (xy 118.5 76) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 101.1 71 90) + (layer "Cmts.User") + (uuid "d405e311-b76c-427e-8f0b-5709547a45de") + (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 "da420759-9d47-4025-935c-75705feccacf") + (pts + (xy 114.25 96) (xy 124.25 96) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 119.25 111.1 0) + (layer "Cmts.User") + (uuid "da420759-9d47-4025-935c-75705feccacf") + (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 "dd41e221-85d4-4246-b13d-46a9ba51c493") + (pts + (xy 188.25 36) (xy 188.25 26) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 203.35 31 90) + (layer "Cmts.User") + (uuid "dd41e221-85d4-4246-b13d-46a9ba51c493") + (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 "ddca59dd-6d07-48e0-b121-9f182ba6ecfb") + (pts + (xy 188 96) (xy 188 86) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 203.1 91 90) + (layer "Cmts.User") + (uuid "ddca59dd-6d07-48e0-b121-9f182ba6ecfb") + (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 "ebe4124a-9491-4e60-8a61-d1123aefa249") + (pts + (xy 118.5 56) (xy 118.5 66) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 101.1 61 90) + (layer "Cmts.User") + (uuid "ebe4124a-9491-4e60-8a61-d1123aefa249") + (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 "fbd6326b-599f-4153-b9b3-fd880c83c9db") + (pts + (xy 118.25 86) (xy 118.25 96) + ) + (height 16.25) + (gr_text "10,0000 mm" + (at 100.85 91 90) + (layer "Cmts.User") + (uuid "fbd6326b-599f-4153-b9b3-fd880c83c9db") + (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) + ) + (segment + (start 142.5225 72.3075) + (end 143.185 71.645) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "8beac9b6-4a36-4902-982f-c85b6de559a3") + ) + (segment + (start 135.629 61) + (end 137.5 61) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "9089aafe-c151-4b38-8a60-c6f238145aaa") + ) + (segment + (start 141.235 72.3075) + (end 142.5225 72.3075) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "e7ef7e08-5efe-4a8f-bf10-77a8efee1dd1") + ) + (via + (at 134.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "047ea998-ed22-40d8-b844-db7401148e00") + ) + (via + (at 137.5 61) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "088894b8-2a21-4fa3-8566-efef6f2fdf1b") + ) + (via + (at 184.25 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "088a670e-5348-4fb0-80fc-1e5b8b351f7b") + ) + (via + (at 154.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "140d3189-34f4-4a75-8815-a3e29170b5a0") + ) + (via + (at 124.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "15246a5d-464c-416f-b8c3-56aa134e4b25") + ) + (via + (at 192 76) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "2410890b-792c-4c2d-b12d-6e3d5a417a31") + ) + (via + (at 137 73.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "244dda29-25d6-4aec-b981-58af6ca0391d") + ) + (via + (at 154.25 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "39469784-aada-4f7c-85c9-06913a761f83") + ) + (via + (at 115.5 86) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "3d206103-d4d1-4418-b7a3-755f5257e95a") + ) + (via + (at 115.5 66) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "70865c32-2d19-4b98-bb91-551fa8a02783") + ) + (via + (at 164.25 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "771be4b2-9b8e-4797-973c-fc206ec32dfd") + ) + (via + (at 115.5 56) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7935c66e-f5dd-401e-a6da-1b6358c44e8f") + ) + (via + (at 124.25 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7bd3523c-2697-44bb-be90-71f09a6048c9") + ) + (via + (at 115.5 73.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7c8ef71a-a282-4cf6-be02-49a379cf97ad") + ) + (via + (at 164.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7d467985-6ae6-425b-8de5-c8ac71e9b7e3") + ) + (via + (at 192 86) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "8616c23c-ef30-4dfb-8fe7-0c371ccde13a") + ) + (via + (at 174.25 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "92e034b0-fc80-4470-9d46-bc87d548f948") + ) + (via + (at 134.25 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "a83d6105-c7f3-492a-bf05-df9bc60e0798") + ) + (via + (at 192 66) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "a8926b97-c50f-4ea5-94e1-acd60713fe18") + ) + (via + (at 144.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "c030a6b1-4b8f-44d1-84a6-76ffb0cd57b7") + ) + (via + (at 174.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "cd80a7d7-4318-4831-b895-eb47cf46d1ba") + ) + (via + (at 192 56) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "eb927535-e588-4cc1-a33c-22ec1680c067") + ) + (via + (at 143.75 42.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f64ef3cf-1e9b-4a3a-ab1a-457c276933c0") + ) + (via + (at 184.25 94.5) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "fbeb1ed6-d0da-41a3-9c31-7e6abbeef923") + ) + (segment + (start 126.525 73.155) + (end 128.845 73.155) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "01c8b6c9-6bff-42e2-93fa-1e73fa7b5ac3") + ) + (segment + (start 138.96 72.3075) + (end 137.635 72.3075) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "06e2a39c-31a2-4e7a-bee0-d2ec6ad14ef3") + ) + (segment + (start 128.845 73.155) + (end 130.2875 71.7125) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "083ed088-f73c-4ecf-a5a2-5c8a4f060fa2") + ) + (segment + (start 126.525 73.155) + (end 126.525 70.725) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "25611053-f5be-4dec-be13-cad14e386819") + ) + (segment + (start 134.935 71.645) + (end 134.935 69.97) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "3e871be7-44d1-4d02-ae87-c7f4a69ff0e6") + ) + (segment + (start 123.195 74.105) + (end 125.575 74.105) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "4f7e786b-7595-4304-888d-5c8f737ebd47") + ) + (segment + (start 127.855 69.395) + (end 128.935 69.395) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "53b632e0-061c-4407-967b-41e09ff7c0b4") + ) + (segment + (start 132 71.7125) + (end 134.8675 71.7125) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "79f79cf8-1810-4d92-aad7-d4c7c5543c50") + ) + (segment + (start 121.945 75.355) + (end 123.195 74.105) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "a446eddc-3b96-4979-87c2-61ea5e6a1452") + ) + (segment + (start 126.525 70.725) + (end 127.855 69.395) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "a62de941-e8da-424f-ab25-d98d61cd0db4") + ) + (segment + (start 130.2875 71.7125) + (end 132 71.7125) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "c4f735c1-3289-4941-a244-e9cdf68463bd") + ) + (segment + (start 136.935 71.6075) + (end 136.935 69.97) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "ee9856d8-583c-4c9b-92ca-c32e4dffdb3f") + ) + (segment + (start 136.935 71.6075) + (end 134.9725 71.6075) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "f4b3e8de-c01d-4399-a663-9c354d90dda5") + ) + (segment + (start 137.635 72.3075) + (end 136.935 71.6075) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "fc1d98e0-ec32-400b-b255-a2988b8a8f5d") + ) + (segment + (start 121.945 75.355) + (end 121.945 77.21) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "fff1358f-52b8-405d-b01e-36428f163ba3") + ) + (segment + (start 135.629 61.65) + (end 134.65 61.65) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "1f735a04-5baf-47d1-92dc-a966e6897d83") + ) + (segment + (start 133.533 60.533) + (end 132.737 60.533) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "9f775166-7e5c-465c-9c24-697aaf8e66d8") + ) + (segment + (start 134.65 61.65) + (end 133.533 60.533) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "dc2932cb-8422-41b4-8fb0-c916efaa68b8") + ) + (segment + (start 130.583 56.6795) + (end 132.558 56.6795) + (width 0.3048) + (layer "F.Cu") + (net 4) + (uuid "9532f239-70e2-463b-8cf3-b1bf5c807135") + ) + (segment + (start 145.593 55.512) + (end 147.243 55.512) + (width 0.3048) + (layer "F.Cu") + (net 5) + (uuid "07f71a1a-25da-43f1-9727-ef1bb5ee134c") + ) + (segment + (start 145.593 57.485) + (end 147.243 57.485) + (width 0.3048) + (layer "F.Cu") + (net 6) + (uuid "715d7a28-c5c6-4952-ab5b-cc4d1486d1c0") + ) + (segment + (start 187.8 61.5) + (end 185.97 61.5) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "7009cab0-7926-4d93-b9d2-6cd874c72da8") + ) + (segment + (start 185.97 61.5) + (end 185 62.47) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "bd34ab98-181d-42f4-91fe-f59c2ee74a83") + ) + (segment + (start 187.95 56.5) + (end 187.95 61.35) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "cee924e0-3d40-4f05-a6ee-a819864fc969") + ) + (segment + (start 185 62.47) + (end 185 63.8625) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "f38e0034-25d2-4bd8-880b-0306515e6936") + ) + (segment + (start 184.55 68.25) + (end 185.049938 67.750062) + (width 0.3048) + (layer "F.Cu") + (net 8) + (uuid "3a893bdc-e6c4-4152-b18b-2ea6aac437a9") + ) + (segment + (start 185.049938 65.365964) + (end 184.05 64.366026) + (width 0.3048) + (layer "F.Cu") + (net 8) + (uuid "401c1dbf-c2ad-4ee5-901d-d4fb4b231283") + ) + (segment + (start 185.049938 67.750062) + (end 185.049938 65.365964) + (width 0.3048) + (layer "F.Cu") + (net 8) + (uuid "853bcd0b-244e-4738-ad4c-fa715df0ac2e") + ) + (segment + (start 186.45 66.6375) + (end 185.95 66.1375) + (width 0.3048) + (layer "F.Cu") + (net 9) + (uuid "3cb90cab-89b2-4aef-a06f-3a48c94df7e4") + ) + (segment + (start 186.45 68.25) + (end 186.45 66.6375) + (width 0.3048) + (layer "F.Cu") + (net 9) + (uuid "6bb022d8-0bb7-45d2-a924-bfe21e537ac5") + ) + (segment + (start 188.25 69.25) + (end 187 70.5) + (width 0.3048) + (layer "F.Cu") + (net 10) + (uuid "02d65015-48f2-4985-a482-7afd9873563f") + ) + (segment + (start 188.25 66.1625) + (end 188.25 68.25) + (width 0.3048) + (layer "F.Cu") + (net 10) + (uuid "2bb51e62-0646-4152-a7c3-ee65721f9080") + ) + (segment + (start 185.95 63.8625) + (end 188.25 66.1625) + (width 0.3048) + (layer "F.Cu") + (net 10) + (uuid "c2006ac8-5bbc-4e3a-9773-6fc41e1f23b5") + ) + (segment + (start 188.25 68.25) + (end 188.25 69.25) + (width 0.3048) + (layer "F.Cu") + (net 10) + (uuid "ef4fdf72-23d3-417e-8035-859bd46f7e01") + ) + (segment + (start 135.629 60.35) + (end 134.6 60.35) + (width 0.3048) + (layer "F.Cu") + (net 11) + (uuid "01b05966-1986-4b29-befc-6c40bfa56f4c") + ) + (segment + (start 134.6 60.35) + (end 132.7795 58.5295) + (width 0.3048) + (layer "F.Cu") + (net 11) + (uuid "484053a5-601f-4e97-871a-a43bea6daec4") + ) + (segment + (start 132.7795 58.5295) + (end 132.583 58.5295) + (width 0.3048) + (layer "F.Cu") + (net 11) + (uuid "a309f92e-ffb0-4200-a907-0c9132c3c3a7") + ) + (segment + (start 141.529 56.501) + (end 142.518 55.512) + (width 0.3048) + (layer "F.Cu") + (net 12) + (uuid "95911925-f9f6-4815-a386-1a130640c1b1") + ) + (segment + (start 141.529 57.1) + (end 141.529 56.501) + (width 0.3048) + (layer "F.Cu") + (net 12) + (uuid "d366fefc-e2f9-4071-9aec-728edf43b7b5") + ) + (segment + (start 142.518 55.512) + (end 143.768 55.512) + (width 0.3048) + (layer "F.Cu") + (net 12) + (uuid "ecd19280-5871-42ae-8f1c-bb980c36b01b") + ) + (segment + (start 142.508 57.75) + (end 142.773 57.485) + (width 0.254) + (layer "F.Cu") + (net 13) + (uuid "13fb614a-0329-478b-bfd9-34e1ce97d95a") + ) + (segment + (start 142.773 57.485) + (end 143.768 57.485) + (width 0.254) + (layer "F.Cu") + (net 13) + (uuid "76ec3cf3-8bb8-4f8b-a3a3-e1cbfe6912af") + ) + (segment + (start 141.529 57.75) + (end 142.508 57.75) + (width 0.254) + (layer "F.Cu") + (net 13) + (uuid "cee6e950-8f1c-465e-8752-c7a94c772815") + ) + (segment + (start 182.5 74) + (end 181.25 72.75) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "197cdb73-7a87-4876-8789-54fd01f7b665") + ) + (segment + (start 183.45 79.95) + (end 183 79.5) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "1ea38a52-7322-44a7-a0fb-b2a84335b26a") + ) + (segment + (start 185.4625 79.95) + (end 183.45 79.95) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "39b1f1f7-5f26-4b1d-bd23-51521987fd7c") + ) + (segment + (start 180.65 72.75) + (end 180.65 75.205) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "7c305d60-2e5c-46da-a145-05a749d0cf6f") + ) + (segment + (start 182.5 79) + (end 182.5 74) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "940041fb-a7f6-4f8b-9d4f-5f3027fe1b16") + ) + (segment + (start 183 79.5) + (end 182.5 79) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "c20a6393-8f4d-476c-9d50-c03d6acd685c") + ) + (segment + (start 187 77.75) + (end 185.4625 79.2875) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "cd666479-8020-4e8d-b19d-7bbe3d09a572") + ) + (segment + (start 181.25 72.75) + (end 180.65 72.75) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "d50960f3-c224-4065-beed-0159d0ccb789") + ) + (segment + (start 187 76.9) + (end 187 77.75) + (width 0.3048) + (layer "F.Cu") + (net 14) + (uuid "f1a9824a-6f54-47a6-b367-828f58e2eef3") + ) + (segment + (start 145.185 75.145) + (end 143.185 75.145) + (width 0.3048) + (layer "F.Cu") + (net 15) + (uuid "2f5daa7c-cef8-4ed4-a7cd-18e047884b46") + ) + (segment + (start 143.185 75.145) + (end 143.185 73.47) + (width 0.3048) + (layer "F.Cu") + (net 15) + (uuid "b074303c-2a94-4a56-952f-cfb51eede5e2") + ) + (segment + (start 180.4875 83.25) + (end 180.9875 83.75) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "023f8deb-1d7e-4470-b734-c6a62e888d56") + ) + (segment + (start 181.5 86.25) + (end 182.3 85.45) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "3357245a-e52d-42bc-be51-02857a773263") + ) + (segment + (start 180.605 80.2) + (end 180.605 83.1325) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "38a67376-d0f2-4d3d-b59a-ee8bfac3a718") + ) + (segment + (start 181.5 86.25) + (end 175.5 86.25) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "6826c73d-ed7b-49da-b9a9-c14a7d8b902b") + ) + (segment + (start 180.9875 83.75) + (end 182.3 83.75) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "8f89c7ad-14a0-4b1d-a6d3-dc82771c5e2e") + ) + (segment + (start 182.3 83.75) + (end 182.3 85.45) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "9454e725-1d89-4abf-92ec-9ca83395ec17") + ) + (segment + (start 175.25 86.25) + (end 173.75 84.75) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "ca19128d-35a8-4d7f-acd6-769ec58a34a9") + ) + (segment + (start 175.5 86.25) + (end 175.25 86.25) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "cd164b72-ad8c-4116-b4b5-e36fec360dea") + ) + (segment + (start 165.355 84.75) + (end 162.945 87.16) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "d4c283dd-5804-43c1-868e-7d57b7b91d58") + ) + (segment + (start 173.75 84.75) + (end 165.355 84.75) + (width 0.3048) + (layer "F.Cu") + (net 16) + (uuid "dca015dd-74c7-44d7-b75b-94f15e0de31f") + ) + (segment + (start 158.79 86.21) + (end 158.79 90) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "2c0e2dfd-789d-46be-8c22-cdca1eac569f") + ) + (segment + (start 168.45 78.3) + (end 167 79.75) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "4279b4d9-c60d-4816-a5ba-92eabed5d75a") + ) + (segment + (start 165.25 79.75) + (end 158.79 86.21) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "85f73f3f-00a8-4761-80f3-2a07be0e437c") + ) + (segment + (start 168.45 76.75) + (end 168.45 78.3) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "a0297899-2c77-4537-8a43-6ecc90e33be4") + ) + (segment + (start 168.7 76.7) + (end 168.25 76.25) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "a0ed9e5b-7fd1-47a2-98be-3dfef137b06b") + ) + (segment + (start 170.345 73.675) + (end 170.345 76.5825) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "b7ea5d03-0a45-4cc5-9f42-217709b5154c") + ) + (segment + (start 167 79.75) + (end 165.25 79.75) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "c434bb18-2d1d-4211-abac-2fc6baab03a4") + ) + (segment + (start 170.4625 76.7) + (end 168.7 76.7) + (width 0.3048) + (layer "F.Cu") + (net 17) + (uuid "f8d5c452-9cf9-4391-a52f-8b8198e94b58") + ) + (segment + (start 138.96 73.2575) + (end 138.96 75.0825) + (width 0.3048) + (layer "F.Cu") + (net 18) + (uuid "addc7e2d-dbe8-41e4-b751-ab53d4f05cd8") + ) + (segment + (start 138.935 75.1075) + (end 136.9725 75.1075) + (width 0.3048) + (layer "F.Cu") + (net 18) + (uuid "e2e2626d-0d2a-42f7-98c2-bb97ede60942") + ) + (segment + (start 135.083 64.167) + (end 135.083 64.867) + (width 0.3048) + (layer "F.Cu") + (net 19) + (uuid "6d3e323b-9f95-4009-b962-ce4d61ba0cdc") + ) + (segment + (start 135.629 62.95) + (end 135.629 63.621) + (width 0.3048) + (layer "F.Cu") + (net 19) + (uuid "d76a778d-4a8d-4756-9849-cf9a95f38dc8") + ) + (segment + (start 135.629 63.621) + (end 135.083 64.167) + (width 0.3048) + (layer "F.Cu") + (net 19) + (uuid "ea18e26d-8a1c-4b31-8c8e-6c75775ff310") + ) + (segment + (start 141.529 61.65) + (end 144.014 61.65) + (width 0.254) + (layer "F.Cu") + (net 20) + (uuid "4eb09d60-6659-40d4-9d37-bf1abcf6c985") + ) + (segment + (start 144.014 61.65) + (end 144.421 62.057) + (width 0.254) + (layer "F.Cu") + (net 20) + (uuid "6d9542d7-9984-44ac-8473-5e49a763bc7a") + ) + (segment + (start 146.453 61.303) + (end 146.453 62.057) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "4dc34bb5-481c-4ec9-80a5-ded58ad8ecc6") + ) + (segment + (start 141.529 61) + (end 143.192 61) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "587dd7c3-9c3b-48b7-a64f-b4bf64946c15") + ) + (segment + (start 143.532 60.66) + (end 145.81 60.66) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "58813c00-f9de-47d6-bd44-15f7cf4f5c64") + ) + (segment + (start 145.81 60.66) + (end 146.453 61.303) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "844d41cc-014f-4e4f-bc22-2eeef8ec8e77") + ) + (segment + (start 143.192 61) + (end 143.532 60.66) + (width 0.254) + (layer "F.Cu") + (net 21) + (uuid "f22eedfe-e69f-4769-8e58-09119b275b2b") + ) + (segment + (start 147.715012 60.533012) + (end 148.485 61.303) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "09fe05e0-6ebc-41ec-bfda-e9c21888bfd6") + ) + (segment + (start 143.448563 60.025003) + (end 145.905131 60.025003) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "18922379-edff-4ab5-95cf-1739ce539089") + ) + (segment + (start 148.485 61.303) + (end 148.485 62.057) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "8ae395b9-fe4e-4cd7-8513-68436ecd85bf") + ) + (segment + (start 141.529 60.35) + (end 143.123566 60.35) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "940a178a-2136-4f33-bd42-ba49caa91dd7") + ) + (segment + (start 145.905131 60.025003) + (end 146.41314 60.533012) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "a9a74f27-10ab-4bbd-8b93-229ba173460e") + ) + (segment + (start 143.123566 60.35) + (end 143.448563 60.025003) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "e9995327-17f0-4ff1-ad6c-dbb25f8020b1") + ) + (segment + (start 146.41314 60.533012) + (end 147.715012 60.533012) + (width 0.254) + (layer "F.Cu") + (net 22) + (uuid "fdc246be-a755-49fb-8d94-526301110eea") + ) + (segment + (start 147.977001 60.025001) + (end 148.612 60.66) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "12c8df21-fc00-4260-abdf-613869bbdcd1") + ) + (segment + (start 149.874 60.66) + (end 150.517 61.303) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "48f74403-9955-4050-b363-ab0f1e1fa99f") + ) + (segment + (start 150.517 61.303) + (end 150.517 62.057) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "83eafd4c-f977-4d91-a3eb-5d17c39cc34c") + ) + (segment + (start 146.115556 59.516992) + (end 146.623565 60.025001) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "85aac6ef-c08a-4490-a270-417695ec3a78") + ) + (segment + (start 142.770008 59.516992) + (end 146.115556 59.516992) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "8c726ecc-b7ea-4a18-952b-5c15f739f838") + ) + (segment + (start 141.529 59.7) + (end 142.587 59.7) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "91f79d1e-df48-4034-bdb5-0c80969c6440") + ) + (segment + (start 146.623565 60.025001) + (end 147.977001 60.025001) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "a5ce678e-2d5e-4117-91a1-5add618405cb") + ) + (segment + (start 148.612 60.66) + (end 149.874 60.66) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "cd200c20-9cf5-4215-b1b8-9922520eb202") + ) + (segment + (start 142.587 59.7) + (end 142.770008 59.516992) + (width 0.254) + (layer "F.Cu") + (net 23) + (uuid "d683331a-5900-4dfa-a5d3-2c10cfda0676") + ) + (segment + (start 150.39001 60.15199) + (end 150.89802 60.66) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "158ff198-f2ae-4d3a-ab1d-a2b4bcfcbf61") + ) + (segment + (start 142.549019 59.008981) + (end 146.325981 59.008981) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "195af547-ec84-4d93-8e5f-50afaaa3bc80") + ) + (segment + (start 148.9295 60.15199) + (end 150.39001 60.15199) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "45abc880-fe62-43b4-9eba-51e9f5ed3725") + ) + (segment + (start 150.89802 60.66) + (end 151.906 60.66) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "6352392d-49e4-426d-98b7-9d769889774c") + ) + (segment + (start 146.325981 59.008981) + (end 146.83399 59.51699) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "6e04f945-4f48-4a6f-acaf-1fa37644dffe") + ) + (segment + (start 148.2945 59.51699) + (end 148.9295 60.15199) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "7a8d563d-2d4a-4bf8-89b9-b61c921843f8") + ) + (segment + (start 152.549 61.303) + (end 152.549 62.057) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "82e2f9ee-18c6-4a5d-b256-e7450daa8228") + ) + (segment + (start 151.906 60.66) + (end 152.549 61.303) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "88d593a6-3e6f-4d0d-84d5-4eaf176ebf9c") + ) + (segment + (start 146.83399 59.51699) + (end 148.2945 59.51699) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "9bde6f24-345e-4df2-95dd-c58823faf36e") + ) + (segment + (start 141.529 59.05) + (end 142.508 59.05) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "cdb9e528-f021-4f1f-9a4e-45df1b69b52a") + ) + (segment + (start 142.508 59.05) + (end 142.549019 59.008981) + (width 0.254) + (layer "F.Cu") + (net 24) + (uuid "cf62add7-2054-46db-9849-b4ff2d664113") + ) + (segment + (start 133.573 55.067) + (end 133.603 55.097) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "0e15bbf4-2e4c-4a6a-a817-3bdd41babc1a") + ) + (segment + (start 134.5162 59.05) + (end 134.018 58.5518) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "174658b6-6da5-4e9e-b8d5-239ec2af6f88") + ) + (segment + (start 134.018 58.5518) + (end 134.018 55.512) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "1bad7e55-2d4b-4588-862d-40ba6a2902ed") + ) + (segment + (start 127.373 53.037) + (end 128.92 53.037) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "284d85a3-b57d-4574-9980-97130c6bd68a") + ) + (segment + (start 134.018 55.512) + (end 133.603 55.097) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "6fb056d8-99e5-452a-8685-ed71f3b11a7a") + ) + (segment + (start 130.583 55.067) + (end 133.573 55.067) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "cbf6637c-d022-469f-ad6f-c84ccd3408da") + ) + (segment + (start 128.92 53.037) + (end 130.583 54.7) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "e4559dfe-360e-421d-ae32-0dd626e72132") + ) + (segment + (start 135.629 59.05) + (end 134.5162 59.05) + (width 0.3048) + (layer "F.Cu") + (net 25) + (uuid "fc034a46-a6c3-48fd-8880-a181c681bc2b") + ) + (segment + (start 131.45 61.5) + (end 128 61.5) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "03e745a3-ade3-4a13-9bbe-a77d1266eefe") + ) + (segment + (start 132.718 65.262) + (end 132.718 67.512) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "63001a06-6c26-4623-a6b0-eb8c32dd239a") + ) + (segment + (start 135.629 62.3) + (end 133.43 62.3) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "8df081ed-0459-406e-b624-04f726dcf6fe") + ) + (segment + (start 128 61.5) + (end 127 60.5) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "8f1f2ab7-8d93-4e64-bbaa-6edae1ace509") + ) + (segment + (start 132.718 63.012) + (end 132.718 65.262) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "9c82326f-d7af-4f3a-a5e0-632ce42dd4f4") + ) + (segment + (start 133.43 62.3) + (end 133 62.73) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "9e2b39f0-d2e6-4274-92e7-926d957b4b9c") + ) + (segment + (start 132.385 67.145) + (end 132.385 69.345) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "b1807afb-c844-4b54-aaaa-9b6933a469ae") + ) + (segment + (start 132.7 62.75) + (end 131.45 61.5) + (width 0.3048) + (layer "F.Cu") + (net 26) + (uuid "d8899011-df4f-4d36-a7d3-7f849a598b40") + ) + (segment + (start 141.018 55.8482) + (end 141.018 50.387) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "1d24e94e-cd6d-488a-8076-897e47729f93") + ) + (segment + (start 140.268 58.1688) + (end 140.268 56.5982) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "3f9bd946-af50-4ead-bf2b-044b25e570b5") + ) + (segment + (start 139.643 49.012) + (end 127.488 49.012) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "665b71b9-8963-49a8-8c32-f647180bd758") + ) + (segment + (start 126.17 55.42) + (end 127 55.42) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "858e2fd5-ee33-46f9-b2e1-bb71a2d5c4f4") + ) + (segment + (start 140.268 56.5982) + (end 141.018 55.8482) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "90ceb9d5-fe4e-4b73-bb56-b5228d900a35") + ) + (segment + (start 141.018 50.387) + (end 139.643 49.012) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "9902e77f-e9de-40f6-bc1f-b54bf6eeffc5") + ) + (segment + (start 141.529 58.4) + (end 140.4992 58.4) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "9c09229b-d8cf-4e4c-b17f-68b3972de297") + ) + (segment + (start 125.25 51.25) + (end 125.25 54.5) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "9fe8634a-2985-4865-bd43-9dc1b2cb7750") + ) + (segment + (start 127.488 49.012) + (end 125.25 51.25) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "b61c8336-9053-49d4-a32a-bc939b8951b6") + ) + (segment + (start 140.4992 58.4) + (end 140.268 58.1688) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "cf4b4111-19bf-4405-815f-5f32c55eb8fa") + ) + (segment + (start 125.25 54.5) + (end 126.17 55.42) + (width 0.3048) + (layer "F.Cu") + (net 27) + (uuid "f9a9b6e3-6b1c-4abc-8371-2bf66b431688") + ) + (segment + (start 137.018 57.3908) + (end 136.6588 57.75) + (width 0.3048) + (layer "F.Cu") + (net 29) + (uuid "a026046b-f192-467e-99b4-d08ccbbee7a2") + ) + (segment + (start 136.6588 57.75) + (end 135.629 57.75) + (width 0.3048) + (layer "F.Cu") + (net 29) + (uuid "ae7e67bc-5739-429c-99aa-7432c0044469") + ) + (segment + (start 137.018 54.552) + (end 137.018 57.3908) + (width 0.3048) + (layer "F.Cu") + (net 29) + (uuid "ba9b2f3f-ef6c-4177-8786-ca59d9448ddb") + ) + (segment + (start 134.228 51.762) + (end 137.018 54.552) + (width 0.3048) + (layer "F.Cu") + (net 29) + (uuid "d300f902-5724-4b72-a7c1-a31ad20770f9") + ) + (segment + (start 137.768 57.762) + (end 137.768 53.642) + (width 0.3048) + (layer "F.Cu") + (net 30) + (uuid "07920e31-3767-441e-ba3b-fcea9bcb4368") + ) + (segment + (start 137.13 58.4) + (end 137.768 57.762) + (width 0.3048) + (layer "F.Cu") + (net 30) + (uuid "228f1e85-46e0-43c9-bb73-fb14500235f4") + ) + (segment + (start 135.629 58.4) + (end 137.13 58.4) + (width 0.3048) + (layer "F.Cu") + (net 30) + (uuid "585eb4e6-b1a2-464c-b6ea-79252e78743b") + ) + (segment + (start 137.768 53.642) + (end 136.478 52.352) + (width 0.3048) + (layer "F.Cu") + (net 30) + (uuid "b7f4f836-a44a-4509-8b8c-302ae3e946d6") + ) + (segment + (start 136.935 78.315) + (end 136.185 79.065) + (width 0.3048) + (layer "F.Cu") + (net 31) + (uuid "3803ae5a-008f-4ebe-8ee3-a01231ee3cbf") + ) + (segment + (start 136.935 76.97) + (end 136.935 78.315) + (width 0.3048) + (layer "F.Cu") + (net 31) + (uuid "547d410b-a0ee-4c3f-bca4-824ecff2dcec") + ) + (segment + (start 136.185 79.065) + (end 136.185 80.645) + (width 0.3048) + (layer "F.Cu") + (net 31) + (uuid "f12bc467-7d3f-4280-8a57-866d772cfc5b") + ) + (segment + (start 140.625 67.375) + (end 140.625 67.875) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "0c47bc53-82a6-4169-ad0f-496b3a735a2a") + ) + (segment + (start 139.488 65.012) + (end 137.656 65.012) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "352f4b67-e218-4cf6-b3e7-a454c3d87265") + ) + (segment + (start 134.935 67.733) + (end 134.935 68.145) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "3be284a3-98a1-4c0b-94e8-8c80bb66cb28") + ) + (segment + (start 137.656 65.012) + (end 134.935 67.733) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "581e8d2c-e4a7-47c7-b9b2-685342183f7c") + ) + (segment + (start 140.4162 62.3) + (end 141.529 62.3) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "600dc611-f408-40cc-9121-c7185a8ecefd") + ) + (segment + (start 139.5 63.2162) + (end 140.4162 62.3) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "729f993a-3eee-41b8-8022-064d1db83ae2") + ) + (segment + (start 139.5 65) + (end 139.5 63.2162) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "81c91450-f13a-422d-b6f7-b3586ea06bd0") + ) + (segment + (start 140.625 67.875) + (end 141.235 68.485) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "aefabad2-dfec-4762-b52a-7e76d209dc80") + ) + (segment + (start 141.235 68.485) + (end 141.235 71.3575) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "d237a2e7-25ac-4b5e-b5ac-1b8aec0cbbe1") + ) + (segment + (start 139.5 65) + (end 139.488 65.012) + (width 0.3048) + (layer "F.Cu") + (net 32) + (uuid "f9b22aa0-7e59-4770-9984-16345fb64a12") + ) + (via + (at 139.5 65) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 32) + (uuid "e9faec82-0544-4c61-bbc5-943d161b4cad") + ) + (via + (at 140.625 67.375) + (size 1) + (drill 0.5) + (layers "F.Cu" "B.Cu") + (net 32) + (uuid "ee137b7d-7df8-4003-8a99-7e4d204a7900") + ) + (segment + (start 139.5 66.25) + (end 140.625 67.375) + (width 0.3048) + (layer "B.Cu") + (net 32) + (uuid "216507c6-e184-4a7c-b773-8dc827a719f0") + ) + (segment + (start 139.5 65) + (end 139.5 66.25) + (width 0.3048) + (layer "B.Cu") + (net 32) + (uuid "83a608ff-e4c1-4130-8744-539043ced0c2") + ) + (segment + (start 138.96 68.25) + (end 138.96 71.3575) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "0347eaff-fa57-445a-bd9b-580308e6d9de") + ) + (segment + (start 141.333 65.117) + (end 138.96 67.49) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "24a2a794-01ff-4ca5-a24c-f500850caf13") + ) + (segment + (start 141.529 64.921) + (end 141.529 62.95) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "6de42c56-7f7a-4c34-9a76-e66dc85ddefc") + ) + (segment + (start 138.145 68.145) + (end 138.25 68.25) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "7097ae45-1a30-48de-a749-2c14068c0507") + ) + (segment + (start 138.25 68.25) + (end 138.96 68.25) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "94a35f67-17bd-45e3-85ee-eb2359cfd550") + ) + (segment + (start 136.935 68.145) + (end 138.145 68.145) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "a902887b-4176-4d86-9137-b99476e578f7") + ) + (segment + (start 138.96 67.49) + (end 138.96 68.25) + (width 0.3048) + (layer "F.Cu") + (net 33) + (uuid "b74c735d-cb31-459c-be56-7122ce3a73f9") + ) + (segment + (start 141.3225 75.1075) + (end 143.185 76.97) + (width 0.3048) + (layer "F.Cu") + (net 34) + (uuid "c2743c76-3dd3-4ac4-80ac-04a3e14d1861") + ) + (segment + (start 141.185 75.1075) + (end 141.185 73.3075) + (width 0.3048) + (layer "F.Cu") + (net 34) + (uuid "d788f202-c66d-4895-8ff9-15c8ef1aca8d") + ) + (segment + (start 151.865 87.16) + (end 151.865 85.615) + (width 0.3048) + (layer "F.Cu") + (net 39) + (uuid "685601e6-f351-43a0-8590-b54e0ecf1f8d") + ) + (segment + (start 145.185 78.935) + (end 145.185 76.97) + (width 0.3048) + (layer "F.Cu") + (net 39) + (uuid "d1974c64-f023-439b-a49b-3669e8035887") + ) + (segment + (start 151.865 85.615) + (end 145.185 78.935) + (width 0.3048) + (layer "F.Cu") + (net 39) + (uuid "e93cefc2-962b-48d6-95fa-0e98c9397363") + ) + (segment + (start 133.645 78.855) + (end 133.645 80.645) + (width 0.3048) + (layer "F.Cu") + (net 40) + (uuid "536c6688-d1f5-41ab-870d-fa27ae3f56dc") + ) + (segment + (start 135 77.5) + (end 133.645 78.855) + (width 0.3048) + (layer "F.Cu") + (net 40) + (uuid "5acf8a18-8cc7-4cbc-80f9-f91273103415") + ) + (segment + (start 135 73.535) + (end 135 77.5) + (width 0.3048) + (layer "F.Cu") + (net 40) + (uuid "7355e714-8c25-46b6-8c11-b253b9809d3d") + ) + (segment + (start 138.725 80.645) + (end 142.3475 80.645) + (width 0.3048) + (layer "F.Cu") + (net 41) + (uuid "d8817d9c-d13a-45c9-933b-1d735b0a4f5f") + ) + (segment + (start 135.629 57.1) + (end 135.629 56.5702) + (width 0.3048) + (layer "F.Cu") + (net 42) + (uuid "08974d06-707e-490a-88b3-7838948d2618") + ) + (segment + (start 135.268 56.2092) + (end 135.268 55.012) + (width 0.3048) + (layer "F.Cu") + (net 42) + (uuid "f2a0ab40-041d-4c75-8303-2335d80ec944") + ) + (segment + (start 135.629 56.5702) + (end 135.268 56.2092) + (width 0.3048) + (layer "F.Cu") + (net 42) + (uuid "f6d5cf27-2be4-4a0c-9268-0fd3d30d50f9") + ) + (segment + (start 179 59.05) + (end 181.55 56.5) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "01150c51-2e2d-42d5-900e-6a189571493d") + ) + (segment + (start 170.3 64.95) + (end 170.3 66.2) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "01818ee5-636d-42b2-b51f-5cea609932f5") + ) + (segment + (start 172 61.5) + (end 172 63.25) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "07486c7c-122f-4bb3-b87b-7bd609b85dd4") + ) + (segment + (start 159.3814 61.3814) + (end 146.4532 48.4532) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "0e0c5b05-f221-4978-8b05-86329e8a098b") + ) + (segment + (start 165.75 67.75) + (end 167.3 66.2) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "1cb9e13b-d748-4f5a-9d6d-a9f632485b16") + ) + (segment + (start 124 51) + (end 124 68.75) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "233a680d-a12c-422d-8f01-82129df77972") + ) + (segment + (start 118.425 77.08) + (end 118.75 77.405) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "30aa6812-3268-4172-b533-48d86f82fa06") + ) + (segment + (start 120 72.2) + (end 118.425 73.775) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "31c5eb53-f575-47cf-ab0d-09d21c647c9c") + ) + (segment + (start 172.9 60.65) + (end 172.5 60.25) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "3e6a8043-aef1-4da8-a736-46513ff4f113") + ) + (segment + (start 172.5 61) + (end 172 61.5) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "473371a3-f8f2-4d11-8f55-2bed890fc99e") + ) + (segment + (start 174.75 60.65) + (end 172.9 60.65) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "47723019-1cdb-40c5-be12-b79b7c364ae1") + ) + (segment + (start 172.5 61.25) + (end 172.5 60.25) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "628c5b7f-2e5a-4bca-b41e-c3f30df1b5d5") + ) + (segment + (start 172.5 60.25) + (end 171.3686 61.3814) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "896275a2-25e6-4c86-927b-0b57b4d0ba83") + ) + (segment + (start 124 68.75) + (end 120.55 72.2) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "a434067d-59f6-4902-ab5c-d23be24649a8") + ) + (segment + (start 172 63.25) + (end 170.3 64.95) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "ae75aa3d-6fb5-4445-9a64-37406f5ce21a") + ) + (segment + (start 118.425 73.775) + (end 118.425 75.355) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "b4ced5e7-e2d4-497c-b422-c4d1924a8d11") + ) + (segment + (start 118.425 75.355) + (end 118.425 77.08) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "ba7ffb2b-7adb-4965-8767-c5351659fcc2") + ) + (segment + (start 118.425 73.675) + (end 118.425 75.135) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "bede9e75-2bee-439b-b33f-293dabd97eaf") + ) + (segment + (start 177.45 62.05) + (end 176.5 63) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "c4c401b0-70f8-41e8-bcae-14d6ef0759ae") + ) + (segment + (start 126.5468 48.4532) + (end 124 51) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "cb0ab963-a74d-4103-9f16-8c9d7b3a3eb1") + ) + (segment + (start 146.4532 48.4532) + (end 126.5468 48.4532) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "d0ff27d2-9f3f-4728-a818-07c0e90c166d") + ) + (segment + (start 176.5 63) + (end 174.25 63) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "d6311547-e20d-47e5-b748-ac15ad267a6f") + ) + (segment + (start 179 62.05) + (end 177.45 62.05) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "d94628a3-9fb0-4e6a-afdb-fe4aa1ea8c86") + ) + (segment + (start 174.25 63) + (end 172.5 61.25) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "e02f648e-ab8a-4872-bd97-0c0a6ee94b0e") + ) + (segment + (start 179 62.05) + (end 179 59.05) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "e4711aea-0dac-439a-a328-d6fbde24c9c8") + ) + (segment + (start 170.3 66.2) + (end 170.3 68.68) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "e7c3625d-24d7-4bd9-b7bc-4d897f8ee94e") + ) + (segment + (start 167.3 66.2) + (end 170.3 66.2) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "e92806b4-60a8-467a-9042-7b034d6e9507") + ) + (segment + (start 172.45 58) + (end 172.45 60.2) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "ef7c5e13-c846-4fa9-8e95-eccc1f6ecb45") + ) + (segment + (start 171.3686 61.3814) + (end 159.3814 61.3814) + (width 0.3048) + (layer "F.Cu") + (net 43) + (uuid "f5426457-b9e2-4c65-9dee-c01dcb4e7984") + ) + (segment + (start 173.25 55.25) + (end 173.25 56.8) + (width 0.3048) + (layer "F.Cu") + (net 44) + (uuid "39bb6427-82f8-4857-8ad9-7c79c3f492b1") + ) + (segment + (start 173.25 56.8) + (end 174.45 58) + (width 0.3048) + (layer "F.Cu") + (net 44) + (uuid "55bb00cf-ec03-4705-9dad-5ca221ea19fd") + ) + (zone + (net 1) + (net_name "GND") + (layers "F&B.Cu") + (uuid "ddc4a860-bf57-479b-b204-c29397eff144") + (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 194 96) (xy 194 41) (xy 114.25 40.75) (xy 114.25 96) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 124.869412 55.05452) (xy 124.875995 55.060649) (xy 125.719519 55.904173) (xy 125.745811 55.942654) + (xy 125.801139 56.06879) (xy 125.924275 56.257265) (xy 125.924279 56.25727) (xy 126.076762 56.422908) + (xy 126.09615 56.437998) (xy 126.254424 56.561189) (xy 126.288205 56.57947) (xy 126.338596 56.629482) + (xy 126.353949 56.698799) (xy 126.329389 56.765412) (xy 126.288209 56.801096) (xy 126.254704 56.819228) + (xy 126.254698 56.819232) (xy 126.077097 56.957465) (xy 125.924674 57.123041) (xy 125.80158 57.311451) + (xy 125.711179 57.517543) (xy 125.711176 57.51755) (xy 125.663455 57.705999) (xy 125.663456 57.706) + (xy 126.569297 57.706) (xy 126.534075 57.767007) (xy 126.5 57.894174) (xy 126.5 58.025826) (xy 126.534075 58.152993) + (xy 126.569297 58.214) (xy 125.663455 58.214) (xy 125.711176 58.402449) (xy 125.711179 58.402456) + (xy 125.80158 58.608548) (xy 125.924674 58.796958) (xy 126.077097 58.962534) (xy 126.254698 59.100767) + (xy 126.254704 59.100771) (xy 126.288207 59.118902) (xy 126.338597 59.168915) (xy 126.353949 59.238232) + (xy 126.329388 59.304845) (xy 126.288207 59.340528) (xy 126.25443 59.358807) (xy 126.254424 59.358811) + (xy 126.076762 59.497091) (xy 125.924279 59.662729) (xy 125.924275 59.662734) (xy 125.801141 59.851206) + (xy 125.710703 60.057386) (xy 125.710702 60.057387) (xy 125.655437 60.275624) (xy 125.655436 60.27563) + (xy 125.655436 60.275632) (xy 125.636844 60.5) (xy 125.655115 60.7205) (xy 125.655437 60.724375) + (xy 125.710702 60.942612) (xy 125.710703 60.942613) (xy 125.710704 60.942616) (xy 125.787472 61.11763) + (xy 125.801141 61.148793) (xy 125.924275 61.337265) (xy 125.924279 61.33727) (xy 125.997783 61.417115) + (xy 126.072849 61.498658) (xy 126.076762 61.502908) (xy 126.120107 61.536645) (xy 126.254424 61.641189) + (xy 126.452426 61.748342) (xy 126.452427 61.748342) (xy 126.452428 61.748343) (xy 126.523923 61.772887) + (xy 126.665365 61.821444) (xy 126.887431 61.8585) (xy 126.887435 61.8585) (xy 127.112564 61.8585) + (xy 127.112569 61.8585) (xy 127.31536 61.82466) (xy 127.385843 61.833178) (xy 127.425193 61.859847) + (xy 127.578701 62.013355) (xy 127.686946 62.085682) (xy 127.68695 62.085684) (xy 127.807216 62.135501) + (xy 127.80722 62.135501) (xy 127.807223 62.135503) (xy 127.90407 62.154766) (xy 127.934901 62.160899) + (xy 127.934904 62.160899) (xy 127.934907 62.1609) (xy 128.065094 62.1609) (xy 129.666 62.1609) (xy 129.734121 62.180902) + (xy 129.780614 62.234558) (xy 129.792 62.2869) (xy 129.792 62.496) (xy 130.546 62.496) (xy 130.546 62.2869) + (xy 130.566002 62.218779) (xy 130.619658 62.172286) (xy 130.672 62.1609) (xy 130.928 62.1609) (xy 130.996121 62.180902) + (xy 131.042614 62.234558) (xy 131.054 62.2869) (xy 131.054 65.767716) (xy 131.069121 65.795408) + (xy 131.072 65.822191) (xy 131.072 68.35) (xy 131.118515 68.35) (xy 131.205176 68.341145) (xy 131.274977 68.354119) + (xy 131.326683 68.40277) (xy 131.343878 68.471653) (xy 131.343263 68.479954) (xy 131.3415 68.496353) + (xy 131.3415 70.293649) (xy 131.348009 70.354196) (xy 131.348011 70.354203) (xy 131.354451 70.371469) + (xy 131.359515 70.442285) (xy 131.325489 70.504597) (xy 131.263177 70.538621) (xy 131.236396 70.5415) + (xy 131.024455 70.5415) (xy 130.920574 70.552112) (xy 130.752261 70.607885) (xy 130.601347 70.70097) + (xy 130.601341 70.700975) (xy 130.475975 70.826341) (xy 130.47597 70.826347) (xy 130.382883 70.977265) + (xy 130.382144 70.978851) (xy 130.381347 70.979755) (xy 130.379033 70.983508) (xy 130.378391 70.983112) + (xy 130.335227 71.032136) (xy 130.26795 71.0516) (xy 130.222404 71.0516) (xy 130.094722 71.076998) + (xy 130.094717 71.077) (xy 129.974445 71.126818) (xy 129.866205 71.199142) (xy 129.866198 71.199147) + (xy 128.608151 72.457195) (xy 128.545839 72.491221) (xy 128.519056 72.4941) (xy 127.959499 72.4941) + (xy 127.891378 72.474098) (xy 127.844885 72.420442) (xy 127.833499 72.3681) (xy 127.833499 71.604455) + (xy 127.822887 71.500574) (xy 127.786578 71.391) (xy 127.767115 71.332262) (xy 127.67403 71.181348) + (xy 127.674029 71.181347) (xy 127.674024 71.181341) (xy 127.548658 71.055975) (xy 127.548652 71.05597) + (xy 127.533323 71.046515) (xy 127.424526 70.979408) (xy 127.377049 70.926623) (xy 127.365646 70.856548) + (xy 127.393939 70.791432) (xy 127.401568 70.783084) (xy 127.708245 70.476407) (xy 127.770555 70.442383) + (xy 127.84137 70.447448) (xy 127.898206 70.489995) (xy 127.986738 70.608261) (xy 128.103792 70.695887) + (xy 128.103794 70.695888) (xy 128.103796 70.695889) (xy 128.157474 70.71591) (xy 128.240795 70.746988) + (xy 128.240803 70.74699) (xy 128.30135 70.753499) (xy 128.301355 70.753499) (xy 128.301362 70.7535) + (xy 128.301368 70.7535) (xy 129.698632 70.7535) (xy 129.698638 70.7535) (xy 129.698645 70.753499) + (xy 129.698649 70.753499) (xy 129.759196 70.74699) (xy 129.759199 70.746989) (xy 129.759201 70.746989) + (xy 129.896204 70.695889) (xy 129.935183 70.66671) (xy 130.013261 70.608261) (xy 130.100887 70.491207) + (xy 130.100887 70.491206) (xy 130.100889 70.491204) (xy 130.151989 70.354201) (xy 130.153694 70.338347) + (xy 130.158499 70.293649) (xy 130.1585 70.293632) (xy 130.1585 68.496367) (xy 130.158499 68.49635) + (xy 130.152502 68.440568) (xy 130.165108 68.3707) (xy 130.213486 68.318738) (xy 130.282278 68.30118) + (xy 130.317413 68.307495) (xy 130.413678 68.339393) (xy 130.413681 68.339394) (xy 130.517483 68.349999) + (xy 130.517483 68.35) (xy 130.564 68.35) (xy 130.564 67.371) (xy 129.81 67.371) (xy 129.81 67.642516) + (xy 129.820605 67.746318) (xy 129.820606 67.746321) (xy 129.863238 67.874977) (xy 129.865678 67.945932) + (xy 129.82937 68.006942) (xy 129.765841 68.038637) (xy 129.730168 68.039889) (xy 129.698638 68.0365) + (xy 128.301362 68.0365) (xy 128.30135 68.0365) (xy 128.240803 68.043009) (xy 128.240795 68.043011) + (xy 128.103797 68.09411) (xy 128.103792 68.094112) (xy 127.986738 68.181738) (xy 127.899112 68.298792) + (xy 127.89911 68.298797) (xy 127.848011 68.435795) (xy 127.848009 68.435803) (xy 127.8415 68.49635) + (xy 127.8415 68.620431) (xy 127.821498 68.688552) (xy 127.767842 68.735045) (xy 127.740083 68.74401) + (xy 127.700015 68.75198) (xy 127.662223 68.759498) (xy 127.662221 68.759499) (xy 127.662217 68.7595) + (xy 127.541945 68.809318) (xy 127.433705 68.881642) (xy 127.433698 68.881647) (xy 126.011647 70.303698) + (xy 126.011642 70.303705) (xy 125.939318 70.411945) (xy 125.8895 70.532217) (xy 125.889498 70.532222) + (xy 125.8641 70.659904) (xy 125.8641 70.801704) (xy 125.844098 70.869825) (xy 125.790442 70.916318) + (xy 125.777735 70.921307) (xy 125.761696 70.926623) (xy 125.652261 70.962885) (xy 125.501347 71.05597) + (xy 125.501341 71.055975) (xy 125.375975 71.181341) (xy 125.37597 71.181347) (xy 125.282885 71.332262) + (xy 125.227113 71.500572) (xy 125.227112 71.500579) (xy 125.2165 71.604446) (xy 125.2165 71.604454) + (xy 125.2165 71.604455) (xy 125.2165 72.524002) (xy 125.216501 73.3181) (xy 125.196499 73.386221) + (xy 125.142843 73.432714) (xy 125.090501 73.4441) (xy 123.129904 73.4441) (xy 123.002222 73.469498) + (xy 123.002217 73.4695) (xy 122.881945 73.519318) (xy 122.773705 73.591642) (xy 122.773703 73.591643) + (xy 122.280749 74.084596) (xy 122.218437 74.118621) (xy 122.191654 74.1215) (xy 121.644455 74.1215) + (xy 121.540573 74.132113) (xy 121.402739 74.177786) (xy 121.331785 74.180226) (xy 121.270775 74.143917) + (xy 121.239079 74.080388) (xy 121.243501 74.018553) (xy 121.297887 73.854426) (xy 121.3085 73.750545) + (xy 121.308499 72.428342) (xy 121.328501 72.360222) (xy 121.345399 72.339253) (xy 124.513355 69.171299) + (xy 124.585682 69.063054) (xy 124.635502 68.942777) (xy 124.6609 68.815093) (xy 124.6609 68.684906) + (xy 124.6609 65.525516) (xy 129.792 65.525516) (xy 129.802605 65.629318) (xy 129.802606 65.629321) + (xy 129.858342 65.797525) (xy 129.951365 65.948339) (xy 129.981429 65.978402) (xy 130.015455 66.040714) + (xy 130.010391 66.11153) (xy 129.981433 66.156592) (xy 129.969365 66.16866) (xy 129.876342 66.319474) + (xy 129.820606 66.487678) (xy 129.820605 66.487681) (xy 129.81 66.591483) (xy 129.81 66.863) (xy 130.564 66.863) + (xy 130.564 66.349283) (xy 130.548879 66.321592) (xy 130.546 66.294809) (xy 130.546 65.254) (xy 129.792 65.254) + (xy 129.792 65.525516) (xy 124.6609 65.525516) (xy 124.6609 63.275516) (xy 129.792 63.275516) (xy 129.802605 63.379318) + (xy 129.802606 63.379321) (xy 129.858342 63.547525) (xy 129.951365 63.698339) (xy 129.95137 63.698345) + (xy 130.03893 63.785905) (xy 130.072956 63.848217) (xy 130.067891 63.919032) (xy 130.03893 63.964095) + (xy 129.95137 64.051654) (xy 129.951365 64.05166) (xy 129.858342 64.202474) (xy 129.802606 64.370678) + (xy 129.802605 64.370681) (xy 129.792 64.474483) (xy 129.792 64.746) (xy 130.546 64.746) (xy 130.546 63.004) + (xy 129.792 63.004) (xy 129.792 63.275516) (xy 124.6609 63.275516) (xy 124.6609 55.149744) (xy 124.680902 55.081623) + (xy 124.734558 55.03513) (xy 124.804832 55.025026) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 139.272 53.12) (xy 139.916585 53.12) (xy 139.916597 53.119999) (xy 139.977093 53.113494) (xy 140.113963 53.062445) + (xy 140.15559 53.031283) (xy 140.22211 53.006472) (xy 140.291485 53.021563) (xy 140.341687 53.071765) + (xy 140.3571 53.132151) (xy 140.3571 55.522254) (xy 140.337098 55.590375) (xy 140.320195 55.611349) + (xy 139.828986 56.102557) (xy 139.828977 56.102569) (xy 139.754643 56.176903) (xy 139.754642 56.176905) + (xy 139.682318 56.285145) (xy 139.6325 56.405417) (xy 139.632498 56.405422) (xy 139.6071 56.533104) + (xy 139.6071 58.233895) (xy 139.632498 58.361577) (xy 139.6325 58.361582) (xy 139.682318 58.481854) + (xy 139.754644 58.590098) (xy 139.981439 58.816892) (xy 139.981444 58.816898) (xy 139.985844 58.821298) + (xy 139.985845 58.821299) (xy 140.077901 58.913355) (xy 140.130727 58.948652) (xy 140.166997 58.972887) + (xy 140.186144 58.985681) (xy 140.186145 58.985681) (xy 140.186146 58.985682) (xy 140.217717 58.998759) + (xy 140.272997 59.043304) (xy 140.29542 59.110667) (xy 140.2955 59.115167) (xy 140.2955 59.32363) + (xy 140.295501 59.323654) (xy 140.299573 59.361534) (xy 140.299573 59.388466) (xy 140.295501 59.426345) + (xy 140.2955 59.426369) (xy 140.2955 59.97363) (xy 140.295501 59.973654) (xy 140.299573 60.011534) + (xy 140.299573 60.038466) (xy 140.295501 60.076345) (xy 140.2955 60.076369) (xy 140.2955 60.62363) + (xy 140.295501 60.623654) (xy 140.299573 60.661534) (xy 140.299573 60.688466) (xy 140.295501 60.726345) + (xy 140.2955 60.726369) (xy 140.2955 61.27363) (xy 140.295501 61.273654) (xy 140.299573 61.311534) + (xy 140.299573 61.338466) (xy 140.295501 61.376345) (xy 140.2955 61.376369) (xy 140.2955 61.550451) + (xy 140.275498 61.618572) (xy 140.221842 61.665065) (xy 140.217719 61.66686) (xy 140.103144 61.714319) + (xy 139.994905 61.786642) (xy 139.994898 61.786647) (xy 139.902845 61.878701) (xy 139.902842 61.878702) + (xy 139.902843 61.878703) (xy 139.060981 62.720563) (xy 139.060977 62.720569) (xy 138.986643 62.794903) + (xy 138.986642 62.794905) (xy 138.914318 62.903145) (xy 138.8645 63.023417) (xy 138.864498 63.023422) + (xy 138.8391 63.151104) (xy 138.8391 64.178152) (xy 138.819098 64.246273) (xy 138.793037 64.275548) + (xy 138.783434 64.283428) (xy 138.773584 64.295432) (xy 138.765703 64.305033) (xy 138.707028 64.345002) + (xy 138.668305 64.3511) (xy 138.654847 64.3511) (xy 138.586726 64.331098) (xy 138.557447 64.305033) + (xy 138.556595 64.303995) (xy 138.549568 64.295432) (xy 138.396004 64.169405) (xy 138.220804 64.075759) + (xy 138.030701 64.018092) (xy 138.0307 64.018091) (xy 138.030694 64.01809) (xy 137.833003 63.99862) + (xy 137.832997 63.99862) (xy 137.635305 64.01809) (xy 137.445195 64.075759) (xy 137.269995 64.169405) + (xy 137.116432 64.295432) (xy 136.990405 64.448995) (xy 136.896759 64.624194) (xy 136.864908 64.729195) + (xy 136.848948 64.78181) (xy 136.839092 64.8143) (xy 136.834775 64.858125) (xy 136.808191 64.923956) + (xy 136.798477 64.934867) (xy 136.010382 65.722962) (xy 135.962815 65.748936) (xy 135.954004 65.776221) + (xy 135.938962 65.794382) (xy 134.646249 67.087095) (xy 134.583937 67.121121) (xy 134.557155 67.124) + (xy 134.434455 67.124) (xy 134.330574 67.134612) (xy 134.162261 67.190385) (xy 134.011347 67.28347) + (xy 133.941594 67.353223) (xy 133.879281 67.387248) (xy 133.808466 67.382182) (xy 133.75163 67.339635) + (xy 133.72682 67.273115) (xy 133.726499 67.264144) (xy 133.726499 66.591456) (xy 133.721855 66.546) + (xy 133.715887 66.487574) (xy 133.701688 66.444723) (xy 133.660115 66.319262) (xy 133.56703 66.168348) + (xy 133.537276 66.138594) (xy 133.503252 66.076285) (xy 133.508316 66.005469) (xy 133.537277 65.960404) + (xy 133.54903 65.948652) (xy 133.642115 65.797738) (xy 133.697887 65.629426) (xy 133.7085 65.525545) + (xy 133.708499 64.474456) (xy 133.704636 64.436645) (xy 133.697887 64.370574) (xy 133.642115 64.202262) + (xy 133.54903 64.051348) (xy 133.461775 63.964093) (xy 133.427752 63.901784) (xy 133.432816 63.830968) + (xy 133.461775 63.785906) (xy 133.54903 63.698652) (xy 133.642115 63.547738) (xy 133.697887 63.379426) + (xy 133.702806 63.331282) (xy 133.7085 63.275553) (xy 133.7085 63.0869) (xy 133.728502 63.018779) + (xy 133.782158 62.972286) (xy 133.8345 62.9609) (xy 134.2695 62.9609) (xy 134.337621 62.980902) + (xy 134.384114 63.034558) (xy 134.3955 63.0869) (xy 134.3955 63.223649) (xy 134.402009 63.284196) + (xy 134.402011 63.284204) (xy 134.45311 63.421202) (xy 134.453112 63.421207) (xy 134.540737 63.538259) + (xy 134.540738 63.538259) (xy 134.540739 63.538261) (xy 134.559494 63.552301) (xy 134.602041 63.609134) + (xy 134.607107 63.679949) (xy 134.573087 63.742259) (xy 134.569645 63.7457) (xy 134.569642 63.745705) + (xy 134.497318 63.853945) (xy 134.451693 63.964096) (xy 134.447498 63.974223) (xy 134.442645 63.99862) + (xy 134.43022 64.061084) (xy 134.397312 64.123993) (xy 134.386577 64.133898) (xy 134.366437 64.150426) + (xy 134.366434 64.15043) (xy 134.240405 64.303995) (xy 134.146759 64.479195) (xy 134.08909 64.669305) + (xy 134.06962 64.866996) (xy 134.06962 64.867003) (xy 134.08909 65.064694) (xy 134.089091 65.0647) + (xy 134.089092 65.064701) (xy 134.146759 65.254804) (xy 134.240405 65.430004) (xy 134.366432 65.583568) + (xy 134.519996 65.709595) (xy 134.695196 65.803241) (xy 134.885299 65.860908) (xy 134.885303 65.860908) + (xy 134.885305 65.860909) (xy 135.082997 65.88038) (xy 135.083 65.88038) (xy 135.083003 65.88038) + (xy 135.280694 65.860909) (xy 135.280695 65.860908) (xy 135.280701 65.860908) (xy 135.470804 65.803241) + (xy 135.646004 65.709595) (xy 135.769935 65.607887) (xy 135.806602 65.592313) (xy 135.810699 65.573482) + (xy 135.823883 65.553938) (xy 135.925595 65.430004) (xy 136.019241 65.254804) (xy 136.076908 65.064701) + (xy 136.080928 65.023892) (xy 136.09638 64.867003) (xy 136.09638 64.866996) (xy 136.076909 64.669305) + (xy 136.076908 64.669303) (xy 136.076908 64.669299) (xy 136.019241 64.479196) (xy 135.953993 64.357125) + (xy 135.939521 64.287619) (xy 135.964925 64.221323) (xy 135.97602 64.208633) (xy 136.015248 64.169405) + (xy 136.142355 64.042299) (xy 136.214682 63.934054) (xy 136.264503 63.813777) (xy 136.270243 63.784917) + (xy 136.303151 63.722009) (xy 136.364846 63.686877) (xy 136.393822 63.6835) (xy 136.402632 63.6835) + (xy 136.402638 63.6835) (xy 136.402645 63.683499) (xy 136.402649 63.683499) (xy 136.463196 63.67699) + (xy 136.463199 63.676989) (xy 136.463201 63.676989) (xy 136.600204 63.625889) (xy 136.653912 63.585684) + (xy 136.717261 63.538261) (xy 136.804887 63.421207) (xy 136.804887 63.421206) (xy 136.804889 63.421204) + (xy 136.855989 63.284201) (xy 136.8625 63.223638) (xy 136.8625 62.676362) (xy 136.858426 62.638468) + (xy 136.858426 62.61153) (xy 136.8625 62.573638) (xy 136.8625 62.026362) (xy 136.858426 61.988468) + (xy 136.858426 61.96153) (xy 136.858951 61.956644) (xy 136.8625 61.923638) (xy 136.8625 61.376362) + (xy 136.858173 61.336113) (xy 136.858173 61.309177) (xy 136.861999 61.273593) (xy 136.862 61.273586) + (xy 136.862 61.224999) (xy 136.845146 61.208145) (xy 136.834427 61.204998) (xy 136.80168 61.174509) + (xy 136.727569 61.075509) (xy 136.702758 61.008989) (xy 136.717849 60.939615) (xy 136.727569 60.924491) + (xy 136.80168 60.825491) (xy 136.840779 60.796221) (xy 136.862 60.775001) (xy 136.862 60.726413) + (xy 136.861999 60.726406) (xy 136.858173 60.690821) (xy 136.858173 60.663886) (xy 136.8625 60.623638) + (xy 136.8625 60.076362) (xy 136.858426 60.038466) (xy 136.858426 60.01153) (xy 136.862499 59.973645) + (xy 136.8625 59.973633) (xy 136.8625 59.426366) (xy 136.862499 59.426354) (xy 136.858426 59.38847) + (xy 136.858426 59.36153) (xy 136.8625 59.323638) (xy 136.8625 59.1869) (xy 136.882502 59.118779) + (xy 136.936158 59.072286) (xy 136.9885 59.0609) (xy 137.195092 59.0609) (xy 137.195093 59.0609) + (xy 137.322777 59.035502) (xy 137.443054 58.985682) (xy 137.551299 58.913355) (xy 138.178924 58.285727) + (xy 138.178929 58.285724) (xy 138.189297 58.275355) (xy 138.189299 58.275355) (xy 138.281355 58.183299) + (xy 138.353682 58.075054) (xy 138.403502 57.954777) (xy 138.4289 57.827093) (xy 138.4289 53.576907) + (xy 138.427263 53.568678) (xy 138.42362 53.550361) (xy 138.423617 53.550352) (xy 138.418244 53.523339) + (xy 138.403502 53.449223) (xy 138.353682 53.328946) (xy 138.345032 53.316001) (xy 138.323818 53.248249) + (xy 138.342601 53.179782) (xy 138.395418 53.132339) (xy 138.449798 53.12) (xy 138.764 53.12) (xy 138.764 52.192702) + (xy 138.825007 52.227925) (xy 138.952174 52.262) (xy 139.083826 52.262) (xy 139.210993 52.227925) + (xy 139.272 52.192702) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 128.662176 53.717902) (xy 128.68315 53.734804) (xy 129.312595 54.364248) (xy 129.34662 54.426561) + (xy 129.3495 54.453344) (xy 129.3495 55.000544) (xy 129.360112 55.104425) (xy 129.415885 55.272738) + (xy 129.50897 55.423652) (xy 129.508975 55.423658) (xy 129.520335 55.435018) (xy 129.554361 55.49733) + (xy 129.549296 55.568145) (xy 129.535714 55.592265) (xy 129.536509 55.592756) (xy 129.532656 55.599001) + (xy 129.532656 55.599002) (xy 129.504674 55.644368) (xy 129.440339 55.74867) (xy 129.434597 55.766) + (xy 129.386868 55.910039) (xy 129.385025 55.9156) (xy 129.3745 56.018616) (xy 129.3745 56.606374) + (xy 129.384951 56.708671) (xy 129.385026 56.709404) (xy 129.41541 56.801097) (xy 129.440339 56.876329) + (xy 129.532656 57.025998) (xy 129.532661 57.026004) (xy 129.656997 57.15034) (xy 129.65844 57.151481) + (xy 129.659172 57.152515) (xy 129.662191 57.155534) (xy 129.661675 57.156049) (xy 129.699471 57.20942) + (xy 129.702664 57.280345) (xy 129.667006 57.341737) (xy 129.658455 57.349148) (xy 129.657312 57.350051) + (xy 129.533056 57.474307) (xy 129.533051 57.474313) (xy 129.440793 57.623887) (xy 129.385519 57.790691) + (xy 129.385517 57.790703) (xy 129.375 57.893644) (xy 129.375 57.9335) (xy 130.457 57.9335) (xy 130.525121 57.953502) + (xy 130.571614 58.007158) (xy 130.583 58.0595) (xy 130.583 58.1875) (xy 130.711 58.1875) (xy 130.779121 58.207502) + (xy 130.825614 58.261158) (xy 130.837 58.3135) (xy 130.837 58.885) (xy 130.928 58.885) (xy 130.996121 58.905002) + (xy 131.042614 58.958658) (xy 131.054 59.011) (xy 131.054 60.7131) (xy 131.033998 60.781221) (xy 130.980342 60.827714) + (xy 130.928 60.8391) (xy 130.672 60.8391) (xy 130.603879 60.819098) (xy 130.557386 60.765442) (xy 130.546 60.7131) + (xy 130.546 60.504) (xy 129.792 60.504) (xy 129.792 60.7131) (xy 129.771998 60.781221) (xy 129.718342 60.827714) + (xy 129.666 60.8391) (xy 128.471929 60.8391) (xy 128.403808 60.819098) (xy 128.357315 60.765442) + (xy 128.346359 60.702698) (xy 128.363156 60.5) (xy 128.344564 60.275632) (xy 128.332315 60.227261) + (xy 128.289297 60.057387) (xy 128.289296 60.057386) (xy 128.289296 60.057384) (xy 128.19886 59.851209) + (xy 128.116066 59.724483) (xy 128.075724 59.662734) (xy 128.07572 59.662729) (xy 127.950874 59.527112) + (xy 127.92324 59.497094) (xy 127.923239 59.497093) (xy 127.923237 59.497091) (xy 127.841382 59.433381) + (xy 127.745576 59.358811) (xy 127.711792 59.340528) (xy 127.661402 59.290516) (xy 127.64605 59.221199) + (xy 127.67061 59.154586) (xy 127.711793 59.118901) (xy 127.7453 59.100767) (xy 127.745301 59.100767) + (xy 127.922902 58.962534) (xy 128.075325 58.796958) (xy 128.198419 58.608548) (xy 128.254215 58.481347) + (xy 129.375001 58.481347) (xy 129.385517 58.584302) (xy 129.440793 58.751112) (xy 129.533051 58.900686) + (xy 129.533056 58.900692) (xy 129.657307 59.024943) (xy 129.657313 59.024948) (xy 129.806884 59.117204) + (xy 129.870047 59.138134) (xy 129.928419 59.178548) (xy 129.955675 59.244104) (xy 129.943162 59.313989) + (xy 129.937656 59.323885) (xy 129.858343 59.452472) (xy 129.802606 59.620678) (xy 129.802605 59.620681) + (xy 129.792 59.724483) (xy 129.792 59.996) (xy 130.546 59.996) (xy 130.546 59.315) (xy 130.455 59.315) + (xy 130.386879 59.294998) (xy 130.340386 59.241342) (xy 130.329 59.189) (xy 130.329 58.4415) (xy 129.375001 58.4415) + (xy 129.375001 58.481347) (xy 128.254215 58.481347) (xy 128.28882 58.402456) (xy 128.288823 58.402449) + (xy 128.336544 58.214) (xy 127.430703 58.214) (xy 127.465925 58.152993) (xy 127.5 58.025826) (xy 127.5 57.894174) + (xy 127.465925 57.767007) (xy 127.430703 57.706) (xy 128.336544 57.706) (xy 128.336544 57.705999) + (xy 128.288823 57.51755) (xy 128.28882 57.517543) (xy 128.198419 57.311451) (xy 128.075325 57.123041) + (xy 127.922902 56.957465) (xy 127.745301 56.819232) (xy 127.7453 56.819231) (xy 127.711791 56.801097) + (xy 127.661401 56.751083) (xy 127.64605 56.681766) (xy 127.670612 56.615153) (xy 127.71179 56.579472) + (xy 127.745576 56.561189) (xy 127.92324 56.422906) (xy 128.075722 56.257268) (xy 128.19886 56.068791) + (xy 128.289296 55.862616) (xy 128.344564 55.644368) (xy 128.363156 55.42) (xy 128.344564 55.195632) + (xy 128.32345 55.112256) (xy 128.289297 54.977387) (xy 128.289296 54.977386) (xy 128.289296 54.977384) + (xy 128.19886 54.771209) (xy 128.19214 54.760924) (xy 128.075724 54.582734) (xy 128.075719 54.582729) + (xy 128.048942 54.553642) (xy 127.932524 54.427179) (xy 127.901103 54.363514) (xy 127.90909 54.292968) + (xy 127.953948 54.237939) (xy 127.981183 54.223789) (xy 128.096204 54.180889) (xy 128.149753 54.140803) + (xy 128.213261 54.093261) (xy 128.300887 53.976207) (xy 128.300887 53.976206) (xy 128.300889 53.976204) + (xy 128.351989 53.839201) (xy 128.355082 53.810433) (xy 128.38225 53.744841) (xy 128.440567 53.704349) + (xy 128.48036 53.6979) (xy 128.594055 53.6979) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 139.385177 49.692902) (xy 139.406151 49.709805) (xy 139.885251 50.188905) (xy 139.919277 50.251217) + (xy 139.914212 50.322032) (xy 139.871665 50.378868) (xy 139.805145 50.403679) (xy 139.796156 50.404) + (xy 139.272 50.404) (xy 139.272 51.331297) (xy 139.210993 51.296075) (xy 139.083826 51.262) (xy 138.952174 51.262) + (xy 138.825007 51.296075) (xy 138.764 51.331297) (xy 138.764 50.404) (xy 138.119402 50.404) (xy 138.058906 50.410505) + (xy 137.922035 50.461555) (xy 137.922034 50.461555) (xy 137.805095 50.549095) (xy 137.717555 50.666034) + (xy 137.717553 50.666039) (xy 137.67338 50.78447) (xy 137.630833 50.841306) (xy 137.564313 50.866116) + (xy 137.494939 50.851024) (xy 137.462626 50.825777) (xy 137.40124 50.759094) (xy 137.401239 50.759093) + (xy 137.401237 50.759091) (xy 137.308544 50.686945) (xy 137.223576 50.620811) (xy 137.025574 50.513658) + (xy 137.025572 50.513657) (xy 137.025571 50.513656) (xy 136.812639 50.440557) (xy 136.81263 50.440555) + (xy 136.768476 50.433187) (xy 136.590569 50.4035) (xy 136.365431 50.4035) (xy 136.217211 50.428233) + (xy 136.143369 50.440555) (xy 136.14336 50.440557) (xy 135.930428 50.513656) (xy 135.930426 50.513658) + (xy 135.732426 50.62081) (xy 135.732424 50.620811) (xy 135.554762 50.759091) (xy 135.402279 50.924729) + (xy 135.313483 51.060643) (xy 135.259479 51.106731) (xy 135.189131 51.116306) (xy 135.124774 51.086329) + (xy 135.102517 51.060643) (xy 135.01372 50.924729) (xy 134.861237 50.759091) (xy 134.768544 50.686945) + (xy 134.683576 50.620811) (xy 134.485574 50.513658) (xy 134.485572 50.513657) (xy 134.485571 50.513656) + (xy 134.272639 50.440557) (xy 134.27263 50.440555) (xy 134.228476 50.433187) (xy 134.050569 50.4035) + (xy 133.825431 50.4035) (xy 133.677211 50.428233) (xy 133.603369 50.440555) (xy 133.60336 50.440557) + (xy 133.390428 50.513656) (xy 133.390426 50.513658) (xy 133.192426 50.62081) (xy 133.192424 50.620811) + (xy 133.014762 50.759091) (xy 132.862279 50.924729) (xy 132.862275 50.924734) (xy 132.739141 51.113206) + (xy 132.648703 51.319386) (xy 132.648702 51.319387) (xy 132.593437 51.537624) (xy 132.593436 51.53763) + (xy 132.593436 51.537632) (xy 132.574844 51.762) (xy 132.593021 51.981362) (xy 132.593437 51.986375) + (xy 132.648702 52.204612) (xy 132.648703 52.204613) (xy 132.648704 52.204616) (xy 132.658732 52.227477) + (xy 132.739141 52.410793) (xy 132.862275 52.599265) (xy 132.862279 52.59927) (xy 133.014762 52.764908) + (xy 133.03415 52.779998) (xy 133.192424 52.903189) (xy 133.390426 53.010342) (xy 133.390427 53.010342) + (xy 133.390428 53.010343) (xy 133.502227 53.048723) (xy 133.603365 53.083444) (xy 133.825431 53.1205) + (xy 133.825435 53.1205) (xy 134.050565 53.1205) (xy 134.050569 53.1205) (xy 134.272635 53.083444) + (xy 134.452958 53.021538) (xy 134.52388 53.018338) (xy 134.582963 53.051617) (xy 135.318101 53.786755) + (xy 135.352127 53.849067) (xy 135.347062 53.919882) (xy 135.304515 53.976718) (xy 135.241357 54.001243) + (xy 135.070305 54.01809) (xy 134.880195 54.075759) (xy 134.704995 54.169405) (xy 134.551432 54.295432) + (xy 134.425405 54.448995) (xy 134.331758 54.624196) (xy 134.331754 54.624205) (xy 134.330656 54.627827) + (xy 134.329565 54.62949) (xy 134.329389 54.629917) (xy 134.329308 54.629883) (xy 134.291736 54.687205) + (xy 134.226893 54.716115) (xy 134.156712 54.705379) (xy 134.12099 54.680336) (xy 133.994301 54.553647) + (xy 133.994299 54.553645) (xy 133.886054 54.481318) (xy 133.839539 54.462051) (xy 133.765782 54.4315) + (xy 133.765777 54.431498) (xy 133.638095 54.4061) (xy 133.638093 54.4061) (xy 131.930962 54.4061) + (xy 131.862841 54.386098) (xy 131.816348 54.332442) (xy 131.80812 54.30213) (xy 131.807327 54.3023) + (xy 131.805887 54.295577) (xy 131.805887 54.295574) (xy 131.750115 54.127262) (xy 131.65703 53.976348) + (xy 131.657029 53.976347) (xy 131.657024 53.976341) (xy 131.531657 53.850974) (xy 131.528547 53.848515) + (xy 131.526967 53.846284) (xy 131.526463 53.84578) (xy 131.526549 53.845693) (xy 131.487518 53.790575) + (xy 131.484326 53.71965) (xy 131.519986 53.658259) (xy 131.528558 53.650832) (xy 131.53135 53.648624) + (xy 131.656629 53.523345) (xy 131.656634 53.523339) (xy 131.749657 53.372525) (xy 131.805393 53.204321) + (xy 131.805394 53.204318) (xy 131.815999 53.100516) (xy 131.816 53.100516) (xy 131.816 53.054) (xy 130.709 53.054) + (xy 130.640879 53.033998) (xy 130.594386 52.980342) (xy 130.583 52.928) (xy 130.583 52.8) (xy 130.455 52.8) + (xy 130.386879 52.779998) (xy 130.340386 52.726342) (xy 130.329 52.674) (xy 130.329 52.546) (xy 130.837 52.546) + (xy 131.816 52.546) (xy 131.816 52.499483) (xy 131.805394 52.395681) (xy 131.805393 52.395678) (xy 131.749657 52.227474) + (xy 131.656634 52.07666) (xy 131.656629 52.076654) (xy 131.531345 51.95137) (xy 131.531339 51.951365) + (xy 131.380525 51.858342) (xy 131.212321 51.802606) (xy 131.212318 51.802605) (xy 131.108516 51.792) + (xy 130.837 51.792) (xy 130.837 52.546) (xy 130.329 52.546) (xy 130.329 51.792) (xy 130.057483 51.792) + (xy 129.953681 51.802605) (xy 129.953678 51.802606) (xy 129.785474 51.858342) (xy 129.63466 51.951365) + (xy 129.634654 51.95137) (xy 129.50937 52.076654) (xy 129.509365 52.07666) (xy 129.416341 52.227477) + (xy 129.371623 52.362426) (xy 129.331209 52.420797) (xy 129.265652 52.448052) (xy 129.203801 52.439201) + (xy 129.112782 52.4015) (xy 129.112777 52.401498) (xy 128.985095 52.3761) (xy 128.985093 52.3761) + (xy 128.4845 52.3761) (xy 128.416379 52.356098) (xy 128.369886 52.302442) (xy 128.3585 52.2501) + (xy 128.3585 51.981367) (xy 128.358499 51.98135) (xy 128.35199 51.920803) (xy 128.351988 51.920795) + (xy 128.322924 51.842875) (xy 128.300889 51.783796) (xy 128.300888 51.783794) (xy 128.300887 51.783792) + (xy 128.213261 51.666738) (xy 128.096207 51.579112) (xy 128.096202 51.57911) (xy 127.959204 51.528011) + (xy 127.959196 51.528009) (xy 127.898649 51.5215) (xy 127.898638 51.5215) (xy 126.217344 51.5215) + (xy 126.149223 51.501498) (xy 126.10273 51.447842) (xy 126.092626 51.377568) (xy 126.12212 51.312988) + (xy 126.128249 51.306405) (xy 127.724849 49.709805) (xy 127.787161 49.675779) (xy 127.813944 49.6729) + (xy 139.317056 49.6729) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 189.254835 41.077698) (xy 189.657519 41.153938) (xy 189.667062 41.156134) (xy 190.073508 41.266482) + (xy 190.082882 41.269423) (xy 190.479521 41.411111) (xy 190.488636 41.414775) (xy 190.864526 41.583126) + (xy 190.872991 41.586917) (xy 190.881793 41.591278) (xy 191.251591 41.792855) (xy 191.260017 41.797884) + (xy 191.612982 42.027658) (xy 191.621001 42.033334) (xy 191.954992 42.28991) (xy 191.962543 42.296194) + (xy 192.27552 42.578003) (xy 192.282559 42.584857) (xy 192.572639 42.890204) (xy 192.579123 42.897585) + (xy 192.844525 43.224598) (xy 192.850413 43.232461) (xy 193.089527 43.579151) (xy 193.094786 43.58745) + (xy 193.306172 43.951734) (xy 193.310754 43.960392) (xy 193.493125 44.340054) (xy 193.497023 44.349053) + (xy 193.649249 44.741747) (xy 193.65244 44.751038) (xy 193.773609 45.154399) (xy 193.776066 45.163911) + (xy 193.865438 45.575474) (xy 193.867147 45.585149) (xy 193.892713 45.772193) (xy 193.921318 45.981477) + (xy 193.923339 45.996259) (xy 193.9245 46.013322) (xy 193.9245 90.957076) (xy 193.923543 90.963661) + (xy 193.924454 90.999189) (xy 193.924475 91.004683) (xy 193.917086 91.415208) (xy 193.916409 91.42618) + (xy 193.873556 91.831767) (xy 193.871925 91.842637) (xy 193.793888 92.242938) (xy 193.791316 92.253625) + (xy 193.678688 92.645598) (xy 193.675195 92.65602) (xy 193.528828 93.036701) (xy 193.524439 93.046779) + (xy 193.34546 93.413235) (xy 193.34021 93.422893) (xy 193.129959 93.772376) (xy 193.123887 93.781538) + (xy 192.883988 94.111355) (xy 192.87714 94.119954) (xy 192.60941 94.427602) (xy 192.60184 94.435571) + (xy 192.30831 94.718722) (xy 192.300073 94.726002) (xy 191.982974 94.982497) (xy 191.974135 94.98903) + (xy 191.635902 95.216904) (xy 191.626526 95.222642) (xy 191.269719 95.420169) (xy 191.259879 95.425069) + (xy 190.887204 95.590751) (xy 190.876975 95.594774) (xy 190.49128 95.727345) (xy 190.480739 95.730461) + (xy 190.084955 95.828912) (xy 190.074182 95.831097) (xy 189.671343 95.894676) (xy 189.660421 95.895915) + (xy 189.252778 95.924198) (xy 189.244057 95.9245) (xy 118.763961 95.9245) (xy 118.745967 95.923208) + (xy 118.335611 95.863997) (xy 118.32481 95.861955) (xy 117.915146 95.765789) (xy 117.904565 95.762812) + (xy 117.504872 95.631318) (xy 117.49459 95.627431) (xy 117.301225 95.544512) (xy 117.107856 95.461592) + (xy 117.097956 95.456825) (xy 117.034597 95.422837) (xy 116.727157 95.257915) (xy 116.717728 95.252315) + (xy 116.365655 95.021832) (xy 116.356736 95.015421) (xy 116.026104 94.75514) (xy 116.017772 94.74797) + (xy 115.795325 94.539001) (xy 115.711082 94.459862) (xy 115.703427 94.452014) (xy 115.423008 94.138267) + (xy 115.416051 94.129764) (xy 115.40561 94.115802) (xy 115.164062 93.792792) (xy 115.157869 93.783711) + (xy 115.047031 93.604875) (xy 114.93619 93.426034) (xy 114.930817 93.416453) (xy 114.741165 93.040833) + (xy 114.736654 93.030838) (xy 114.580451 92.640091) (xy 114.576828 92.629739) (xy 114.455275 92.226867) + (xy 114.452571 92.216251) (xy 114.366594 91.804323) (xy 114.364821 91.793478) (xy 114.3627 91.775666) + (xy 114.315076 91.375651) (xy 114.314254 91.3647) (xy 114.302861 90.999996) (xy 114.737166 90.999996) + (xy 114.737166 91.000003) (xy 114.756489 91.393323) (xy 114.75649 91.393337) (xy 114.814271 91.782868) + (xy 114.90996 92.164874) (xy 114.90996 92.164875) (xy 115.042625 92.535645) (xy 115.210998 92.89164) + (xy 115.413452 93.229415) (xy 115.648032 93.545709) (xy 115.648036 93.545715) (xy 115.741715 93.649073) + (xy 115.741716 93.649073) (xy 117.345925 92.044864) (xy 117.431457 92.156331) (xy 117.593669 92.318543) + (xy 117.705134 92.404073) (xy 116.100925 94.008283) (xy 116.204276 94.101956) (xy 116.204286 94.101963) + (xy 116.520584 94.336547) (xy 116.858359 94.539001) (xy 117.214354 94.707374) (xy 117.585124 94.840039) + (xy 117.967131 94.935728) (xy 118.356662 94.993509) (xy 118.356676 94.99351) (xy 118.749996 95.012834) + (xy 118.750004 95.012834) (xy 119.143323 94.99351) (xy 119.143337 94.993509) (xy 119.532868 94.935728) + (xy 119.914874 94.840039) (xy 119.914875 94.840039) (xy 120.285645 94.707374) (xy 120.64164 94.539001) + (xy 120.979415 94.336547) (xy 121.295709 94.101967) (xy 121.295715 94.101962) (xy 121.399073 94.008283) + (xy 121.399073 94.008282) (xy 119.794864 92.404073) (xy 119.906331 92.318543) (xy 120.068543 92.156331) + (xy 120.154073 92.044864) (xy 121.758282 93.649073) (xy 121.758283 93.649073) (xy 121.851962 93.545715) + (xy 121.851967 93.545709) (xy 122.086547 93.229415) (xy 122.289001 92.89164) (xy 122.457374 92.535645) + (xy 122.590039 92.164875) (xy 122.590039 92.164874) (xy 122.685728 91.782868) (xy 122.743509 91.393337) + (xy 122.74351 91.393323) (xy 122.762834 91.000003) (xy 122.762834 90.999996) (xy 122.74351 90.606676) + (xy 122.743509 90.606662) (xy 122.685728 90.217131) (xy 122.590039 89.835125) (xy 122.590039 89.835124) + (xy 122.457374 89.464354) (xy 122.289001 89.108359) (xy 122.086547 88.770584) (xy 121.945194 88.579993) + (xy 142.392041 88.579993) (xy 142.392041 88.580006) (xy 142.411854 88.894944) (xy 142.411856 88.894961) + (xy 142.470989 89.204942) (xy 142.470992 89.204955) (xy 142.568509 89.505079) (xy 142.568513 89.505088) + (xy 142.702875 89.790622) (xy 142.702882 89.790636) (xy 142.871966 90.057071) (xy 142.871969 90.057075) + (xy 142.961043 90.164746) (xy 143.608367 89.517421) (xy 143.684588 89.62233) (xy 143.86267 89.800412) + (xy 143.967576 89.876631) (xy 143.317521 90.526686) (xy 143.317521 90.526688) (xy 143.558486 90.701759) + (xy 143.835034 90.853792) (xy 144.12846 90.969968) (xy 144.128466 90.96997) (xy 144.434103 91.048444) + (xy 144.43413 91.048449) (xy 144.747195 91.087998) (xy 144.747214 91.088) (xy 145.062786 91.088) + (xy 145.062804 91.087998) (xy 145.375869 91.048449) (xy 145.375896 91.048444) (xy 145.681533 90.96997) + (xy 145.681539 90.969968) (xy 145.974965 90.853792) (xy 146.251517 90.701756) (xy 146.492477 90.526688) + (xy 146.492477 90.526686) (xy 145.842422 89.876631) (xy 145.94733 89.800412) (xy 146.125412 89.62233) + (xy 146.201631 89.517422) (xy 146.848955 90.164746) (xy 146.848956 90.164745) (xy 146.938026 90.05708) + (xy 146.938029 90.057076) (xy 147.107117 89.790636) (xy 147.107124 89.790622) (xy 147.241486 89.505088) + (xy 147.24149 89.505079) (xy 147.339007 89.204955) (xy 147.33901 89.204942) (xy 147.398143 88.894961) + (xy 147.398145 88.894944) (xy 147.417959 88.580006) (xy 147.417959 88.579993) (xy 147.398145 88.265055) + (xy 147.398143 88.265038) (xy 147.33901 87.955057) (xy 147.339007 87.955044) (xy 147.24149 87.65492) + (xy 147.241486 87.654911) (xy 147.107124 87.369377) (xy 147.107117 87.369363) (xy 146.938033 87.102928) + (xy 146.93803 87.102924) (xy 146.848955 86.995252) (xy 146.201631 87.642576) (xy 146.125412 87.53767) + (xy 145.94733 87.359588) (xy 145.842422 87.283367) (xy 146.492477 86.633312) (xy 146.492477 86.63331) + (xy 146.251513 86.45824) (xy 145.974965 86.306207) (xy 145.681539 86.190031) (xy 145.681533 86.190029) + (xy 145.375896 86.111555) (xy 145.375869 86.11155) (xy 145.062804 86.072001) (xy 145.062786 86.072) + (xy 144.747214 86.072) (xy 144.747195 86.072001) (xy 144.43413 86.11155) (xy 144.434103 86.111555) + (xy 144.128466 86.190029) (xy 144.12846 86.190031) (xy 143.835034 86.306207) (xy 143.558485 86.458241) + (xy 143.317521 86.63331) (xy 143.317521 86.633312) (xy 143.967577 87.283368) (xy 143.86267 87.359588) + (xy 143.684588 87.53767) (xy 143.608368 87.642577) (xy 142.961043 86.995252) (xy 142.961042 86.995252) + (xy 142.871971 87.102921) (xy 142.871969 87.102924) (xy 142.702882 87.369363) (xy 142.702875 87.369377) + (xy 142.568513 87.654911) (xy 142.568509 87.65492) (xy 142.470992 87.955044) (xy 142.470989 87.955057) + (xy 142.411856 88.265038) (xy 142.411854 88.265055) (xy 142.392041 88.579993) (xy 121.945194 88.579993) + (xy 121.851963 88.454286) (xy 121.851956 88.454276) (xy 121.758283 88.350925) (xy 120.154073 89.955134) + (xy 120.068543 89.843669) (xy 119.906331 89.681457) (xy 119.794864 89.595925) (xy 121.399073 87.991716) + (xy 121.399073 87.991715) (xy 121.295715 87.898036) (xy 121.295709 87.898032) (xy 120.979415 87.663452) + (xy 120.64164 87.460998) (xy 120.285645 87.292625) (xy 119.914875 87.15996) (xy 119.532868 87.064271) + (xy 119.143337 87.00649) (xy 119.143323 87.006489) (xy 118.750004 86.987166) (xy 118.749996 86.987166) + (xy 118.356676 87.006489) (xy 118.356662 87.00649) (xy 117.967131 87.064271) (xy 117.585125 87.15996) + (xy 117.585124 87.15996) (xy 117.214354 87.292625) (xy 116.858359 87.460998) (xy 116.520584 87.663452) + (xy 116.20429 87.898032) (xy 116.204285 87.898036) (xy 116.100925 87.991715) (xy 116.100925 87.991716) + (xy 117.705135 89.595926) (xy 117.593669 89.681457) (xy 117.431457 89.843669) (xy 117.345926 89.955135) + (xy 115.741716 88.350925) (xy 115.741715 88.350925) (xy 115.648036 88.454285) (xy 115.648032 88.45429) + (xy 115.413452 88.770584) (xy 115.210998 89.108359) (xy 115.042625 89.464354) (xy 114.90996 89.835124) + (xy 114.90996 89.835125) (xy 114.814271 90.217131) (xy 114.75649 90.606662) (xy 114.756489 90.606676) + (xy 114.737166 90.999996) (xy 114.302861 90.999996) (xy 114.301115 90.944096) (xy 114.301251 90.933129) + (xy 114.323896 90.529423) (xy 114.3255 90.516794) (xy 114.3255 90.510048) (xy 114.326125 90.497512) + (xy 114.327566 90.483103) (xy 114.327565 90.483101) (xy 114.327765 90.4811) (xy 114.3255 90.460054) + (xy 114.3255 80.105516) (xy 125.217 80.105516) (xy 125.227605 80.209318) (xy 125.227606 80.209321) + (xy 125.283342 80.377525) (xy 125.376365 80.528339) (xy 125.37637 80.528345) (xy 125.501654 80.653629) + (xy 125.50166 80.653634) (xy 125.652474 80.746657) (xy 125.820678 80.802393) (xy 125.820681 80.802394) + (xy 125.924483 80.812999) (xy 125.924483 80.813) (xy 126.271 80.813) (xy 126.779 80.813) (xy 127.125517 80.813) + (xy 127.125516 80.812999) (xy 127.229318 80.802394) (xy 127.229321 80.802393) (xy 127.397525 80.746657) + (xy 127.548339 80.653634) (xy 127.548345 80.653629) (xy 127.673629 80.528345) (xy 127.673634 80.528339) + (xy 127.766657 80.377525) (xy 127.822393 80.209321) (xy 127.822394 80.209318) (xy 127.832999 80.105516) + (xy 127.833 80.105516) (xy 127.833 78.809) (xy 126.779 78.809) (xy 126.779 80.813) (xy 126.271 80.813) + (xy 126.271 78.809) (xy 125.217 78.809) (xy 125.217 80.105516) (xy 114.3255 80.105516) (xy 114.3255 75.880516) + (xy 115.517 75.880516) (xy 115.527605 75.984318) (xy 115.527606 75.984321) (xy 115.583342 76.152525) + (xy 115.676365 76.303339) (xy 115.67637 76.303345) (xy 115.801654 76.428629) (xy 115.80166 76.428634) + (xy 115.952474 76.521657) (xy 116.120678 76.577393) (xy 116.120681 76.577394) (xy 116.224483 76.587999) + (xy 116.224483 76.588) (xy 116.271 76.588) (xy 116.271 75.609) (xy 115.517 75.609) (xy 115.517 75.880516) + (xy 114.3255 75.880516) (xy 114.3255 74.829483) (xy 115.517 74.829483) (xy 115.517 75.101) (xy 116.271 75.101) + (xy 116.271 74.122) (xy 116.779 74.122) (xy 116.779 76.588) (xy 116.825517 76.588) (xy 116.825516 76.587999) + (xy 116.929318 76.577394) (xy 116.929321 76.577393) (xy 117.097525 76.521657) (xy 117.248339 76.428634) + (xy 117.248345 76.428629) (xy 117.373624 76.30335) (xy 117.375832 76.300558) (xy 117.377837 76.299137) + (xy 117.378825 76.29815) (xy 117.378993 76.298318) (xy 117.433768 76.259522) (xy 117.504693 76.256323) + (xy 117.566088 76.291976) (xy 117.573515 76.300547) (xy 117.575974 76.303657) (xy 117.701343 76.429026) + (xy 117.701346 76.429028) (xy 117.701348 76.42903) (xy 117.704239 76.430813) (xy 117.705805 76.432554) + (xy 117.707105 76.433582) (xy 117.706929 76.433803) (xy 117.75172 76.483593) (xy 117.7641 76.538058) + (xy 117.7641 77.014907) (xy 117.7641 77.145093) (xy 117.789079 77.270673) (xy 117.7915 77.29525) + (xy 117.7915 77.87888) (xy 117.791499 77.87888) (xy 117.801763 77.979333) (xy 117.801764 77.979336) + (xy 117.855698 78.142101) (xy 117.938975 78.277113) (xy 117.945715 78.28804) (xy 117.94572 78.288046) + (xy 118.066953 78.409279) (xy 118.066959 78.409284) (xy 118.06696 78.409285) (xy 118.212899 78.499302) + (xy 118.375664 78.553236) (xy 118.395756 78.555288) (xy 118.47612 78.5635) (xy 118.476128 78.5635) + (xy 119.02388 78.5635) (xy 119.096936 78.556035) (xy 119.124336 78.553236) (xy 119.287101 78.499302) + (xy 119.43304 78.409285) (xy 119.554285 78.28804) (xy 119.644302 78.142101) (xy 119.698236 77.979336) + (xy 119.703827 77.924613) (xy 119.7085 77.87888) (xy 119.7085 76.931119) (xy 119.698236 76.830668) + (xy 119.698236 76.830664) (xy 119.672709 76.753629) (xy 119.67027 76.682678) (xy 119.706578 76.621668) + (xy 119.770107 76.589972) (xy 119.790872 76.588128) (xy 119.791 76.588001) (xy 119.791 75.481) (xy 119.811002 75.412879) + (xy 119.864658 75.366386) (xy 119.917 75.355) (xy 120.173 75.355) (xy 120.241121 75.375002) (xy 120.287614 75.428658) + (xy 120.299 75.481) (xy 120.299 76.588) (xy 120.345517 76.588) (xy 120.345516 76.587999) (xy 120.449318 76.577394) + (xy 120.449321 76.577393) (xy 120.617526 76.521656) (xy 120.695066 76.473829) (xy 120.763545 76.455091) + (xy 120.831284 76.47635) (xy 120.876777 76.530856) (xy 120.885578 76.601305) (xy 120.868457 76.647213) + (xy 120.855698 76.667899) (xy 120.801763 76.830666) (xy 120.7915 76.931119) (xy 120.7915 77.87888) + (xy 120.791499 77.87888) (xy 120.801763 77.979333) (xy 120.801764 77.979336) (xy 120.855698 78.142101) + (xy 120.938975 78.277113) (xy 120.945715 78.28804) (xy 120.94572 78.288046) (xy 121.066953 78.409279) + (xy 121.066959 78.409284) (xy 121.06696 78.409285) (xy 121.212899 78.499302) (xy 121.375664 78.553236) + (xy 121.395756 78.555288) (xy 121.47612 78.5635) (xy 121.476128 78.5635) (xy 122.02388 78.5635) + (xy 122.096936 78.556035) (xy 122.124336 78.553236) (xy 122.287101 78.499302) (xy 122.43304 78.409285) + (xy 122.554285 78.28804) (xy 122.644302 78.142101) (xy 122.698236 77.979336) (xy 122.703827 77.924613) + (xy 122.7085 77.87888) (xy 122.7085 77.004483) (xy 125.217 77.004483) (xy 125.217 78.301) (xy 126.271 78.301) + (xy 126.779 78.301) (xy 127.833 78.301) (xy 127.833 77.004483) (xy 127.822394 76.900681) (xy 127.822393 76.900678) + (xy 127.766657 76.732474) (xy 127.673634 76.58166) (xy 127.673629 76.581654) (xy 127.548345 76.45637) + (xy 127.548339 76.456365) (xy 127.397525 76.363342) (xy 127.229321 76.307606) (xy 127.229318 76.307605) + (xy 127.125516 76.297) (xy 126.779 76.297) (xy 126.779 78.301) (xy 126.271 78.301) (xy 126.271 76.297) + (xy 125.924483 76.297) (xy 125.820681 76.307605) (xy 125.820678 76.307606) (xy 125.652474 76.363342) + (xy 125.50166 76.456365) (xy 125.501654 76.45637) (xy 125.37637 76.581654) (xy 125.376365 76.58166) + (xy 125.283342 76.732474) (xy 125.227606 76.900678) (xy 125.227605 76.900681) (xy 125.217 77.004483) + (xy 122.7085 77.004483) (xy 122.7085 76.931119) (xy 122.698236 76.830666) (xy 122.698236 76.830664) + (xy 122.644302 76.667899) (xy 122.631543 76.647213) (xy 122.624659 76.636052) (xy 122.6059 76.569906) + (xy 122.6059 76.538058) (xy 122.625902 76.469937) (xy 122.662914 76.433606) (xy 122.662895 76.433582) + (xy 122.663126 76.433399) (xy 122.66576 76.430813) (xy 122.668652 76.42903) (xy 122.79403 76.303652) + (xy 122.887115 76.152738) (xy 122.942887 75.984426) (xy 122.9535 75.880545) (xy 122.953499 75.333343) + (xy 122.973501 75.265223) (xy 122.990399 75.244253) (xy 123.43185 74.802804) (xy 123.494162 74.768779) + (xy 123.520945 74.7659) (xy 125.121704 74.7659) (xy 125.189825 74.785902) (xy 125.236318 74.839558) + (xy 125.241309 74.852267) (xy 125.282885 74.977738) (xy 125.37597 75.128652) (xy 125.375975 75.128658) + (xy 125.501341 75.254024) (xy 125.501347 75.254029) (xy 125.501348 75.25403) (xy 125.652262 75.347115) + (xy 125.820574 75.402887) (xy 125.924455 75.4135) (xy 127.125544 75.413499) (xy 127.229426 75.402887) + (xy 127.397738 75.347115) (xy 127.548652 75.25403) (xy 127.552166 75.250516) (xy 130.317 75.250516) + (xy 130.327605 75.354318) (xy 130.327606 75.354321) (xy 130.383342 75.522525) (xy 130.476365 75.673339) + (xy 130.47637 75.673345) (xy 130.601654 75.798629) (xy 130.60166 75.798634) (xy 130.752474 75.891657) + (xy 130.920678 75.947393) (xy 130.920681 75.947394) (xy 131.024483 75.957999) (xy 131.024483 75.958) + (xy 131.746 75.958) (xy 132.254 75.958) (xy 132.975517 75.958) (xy 132.975516 75.957999) (xy 133.079318 75.947394) + (xy 133.079321 75.947393) (xy 133.247525 75.891657) (xy 133.398339 75.798634) (xy 133.398345 75.798629) + (xy 133.523629 75.673345) (xy 133.523634 75.673339) (xy 133.616657 75.522525) (xy 133.672393 75.354321) + (xy 133.672394 75.354318) (xy 133.682999 75.250516) (xy 133.683 75.250516) (xy 133.683 75.0415) + (xy 132.254 75.0415) (xy 132.254 75.958) (xy 131.746 75.958) (xy 131.746 75.0415) (xy 130.317 75.0415) + (xy 130.317 75.250516) (xy 127.552166 75.250516) (xy 127.67403 75.128652) (xy 127.767115 74.977738) + (xy 127.822887 74.809426) (xy 127.827569 74.763601) (xy 127.8335 74.705553) (xy 127.8335 74.324483) + (xy 130.317 74.324483) (xy 130.317 74.5335) (xy 131.746 74.5335) (xy 131.746 73.617) (xy 131.024483 73.617) + (xy 130.920681 73.627605) (xy 130.920678 73.627606) (xy 130.752474 73.683342) (xy 130.60166 73.776365) + (xy 130.601654 73.77637) (xy 130.47637 73.901654) (xy 130.476365 73.90166) (xy 130.383342 74.052474) + (xy 130.327606 74.220678) (xy 130.327605 74.220681) (xy 130.317 74.324483) (xy 127.8335 74.324483) + (xy 127.8335 73.9419) (xy 127.853502 73.873779) (xy 127.907158 73.827286) (xy 127.9595 73.8159) + (xy 128.910092 73.8159) (xy 128.910093 73.8159) (xy 129.037777 73.790502) (xy 129.158054 73.740682) + (xy 129.266299 73.668355) (xy 130.316891 72.617761) (xy 130.379202 72.583738) (xy 130.450017 72.588802) + (xy 130.49508 72.617763) (xy 130.601341 72.724024) (xy 130.601347 72.724029) (xy 130.601348 72.72403) + (xy 130.752262 72.817115) (xy 130.920574 72.872887) (xy 131.024455 72.8835) (xy 132.975544 72.883499) + (xy 133.079426 72.872887) (xy 133.247738 72.817115) (xy 133.398652 72.72403) (xy 133.52403 72.598652) + (xy 133.617115 72.447738) (xy 133.617117 72.447731) (xy 133.617856 72.446149) (xy 133.618652 72.445244) + (xy 133.620967 72.441492) (xy 133.621608 72.441887) (xy 133.664773 72.392864) (xy 133.73205 72.3734) + (xy 133.826027 72.3734) (xy 133.894148 72.393402) (xy 133.915122 72.410305) (xy 133.973222 72.468405) + (xy 134.007248 72.530717) (xy 134.002183 72.601532) (xy 133.973222 72.646595) (xy 133.885975 72.733841) + (xy 133.88597 72.733847) (xy 133.792885 72.884762) (xy 133.737113 73.053072) (xy 133.737112 73.053079) + (xy 133.7265 73.156946) (xy 133.7265 73.783045) (xy 133.727086 73.788776) (xy 133.714105 73.858576) + (xy 133.665449 73.910277) (xy 133.596564 73.927466) (xy 133.529322 73.904684) (xy 133.512642 73.890667) + (xy 133.398345 73.77637) (xy 133.398339 73.776365) (xy 133.247525 73.683342) (xy 133.079321 73.627606) + (xy 133.079318 73.627605) (xy 132.975516 73.617) (xy 132.254 73.617) (xy 132.254 74.5335) (xy 133.683 74.5335) + (xy 133.683 74.324488) (xy 133.682436 74.318974) (xy 133.695404 74.249172) (xy 133.744051 74.197461) + (xy 133.812932 74.18026) (xy 133.880178 74.20303) (xy 133.896877 74.21706) (xy 134.011341 74.331524) + (xy 134.011347 74.331529) (xy 134.011348 74.33153) (xy 134.162262 74.424615) (xy 134.252733 74.454593) + (xy 134.311103 74.495005) (xy 134.33836 74.560561) (xy 134.3391 74.574197) (xy 134.3391 77.174055) + (xy 134.319098 77.242176) (xy 134.302195 77.26315) (xy 133.205986 78.359357) (xy 133.205977 78.359369) + (xy 133.131643 78.433703) (xy 133.131642 78.433705) (xy 133.059318 78.541945) (xy 133.0095 78.662217) + (xy 133.009498 78.662222) (xy 132.9841 78.789904) (xy 132.9841 79.542453) (xy 132.964098 79.610574) + (xy 132.930371 79.645666) (xy 132.852322 79.700316) (xy 132.700317 79.85232) (xy 132.700314 79.852323) + (xy 132.577025 80.0284) (xy 132.486179 80.22322) (xy 132.486177 80.223225) (xy 132.454192 80.342594) + (xy 132.430542 80.430858) (xy 132.411807 80.645) (xy 132.430542 80.859142) (xy 132.448335 80.925545) + (xy 132.486177 81.066774) (xy 132.486179 81.06678) (xy 132.577024 81.261597) (xy 132.645666 81.359629) + (xy 132.700319 81.437681) (xy 132.852319 81.589681) (xy 133.028403 81.712976) (xy 133.223223 81.803822) + (xy 133.430858 81.859458) (xy 133.645 81.878193) (xy 133.859142 81.859458) (xy 134.066777 81.803822) + (xy 134.261597 81.712976) (xy 134.437681 81.589681) (xy 134.589681 81.437681) (xy 134.712976 81.261597) + (xy 134.800805 81.073244) (xy 134.847722 81.019961) (xy 134.915999 81.0005) (xy 134.983959 81.021042) + (xy 135.029194 81.073244) (xy 135.061599 81.142737) (xy 135.117024 81.261597) (xy 135.185666 81.359629) + (xy 135.240319 81.437681) (xy 135.392319 81.589681) (xy 135.568403 81.712976) (xy 135.763223 81.803822) + (xy 135.970858 81.859458) (xy 136.185 81.878193) (xy 136.399142 81.859458) (xy 136.606777 81.803822) + (xy 136.801597 81.712976) (xy 136.977681 81.589681) (xy 137.129681 81.437681) (xy 137.252976 81.261597) + (xy 137.340805 81.073244) (xy 137.387722 81.019961) (xy 137.455999 81.0005) (xy 137.523959 81.021042) + (xy 137.569194 81.073244) (xy 137.601599 81.142737) (xy 137.657024 81.261597) (xy 137.725666 81.359629) + (xy 137.780319 81.437681) (xy 137.932319 81.589681) (xy 138.108403 81.712976) (xy 138.303223 81.803822) + (xy 138.510858 81.859458) (xy 138.725 81.878193) (xy 138.939142 81.859458) (xy 139.146777 81.803822) + (xy 139.341597 81.712976) (xy 139.517681 81.589681) (xy 139.669681 81.437681) (xy 139.724334 81.359629) + (xy 139.779791 81.315301) (xy 139.827547 81.3059) (xy 141.346028 81.3059) (xy 141.414149 81.325902) + (xy 141.435118 81.3428) (xy 141.511348 81.41903) (xy 141.662262 81.512115) (xy 141.830574 81.567887) + (xy 141.934455 81.5785) (xy 142.935544 81.578499) (xy 143.039426 81.567887) (xy 143.207738 81.512115) + (xy 143.358652 81.41903) (xy 143.48403 81.293652) (xy 143.577115 81.142738) (xy 143.632887 80.974426) + (xy 143.6435 80.870545) (xy 143.643499 80.244456) (xy 143.639909 80.209318) (xy 143.632887 80.140574) + (xy 143.595718 80.028404) (xy 143.577115 79.972262) (xy 143.48403 79.821348) (xy 143.484029 79.821347) + (xy 143.484024 79.821341) (xy 143.396424 79.733741) (xy 143.362398 79.671429) (xy 143.367463 79.600614) + (xy 143.396424 79.555551) (xy 143.483629 79.468345) (xy 143.483634 79.468339) (xy 143.576657 79.317525) + (xy 143.632393 79.149321) (xy 143.632394 79.149318) (xy 143.642999 79.045516) (xy 143.643 79.045516) + (xy 143.643 78.9865) (xy 141.227 78.9865) (xy 141.227 79.045516) (xy 141.237605 79.149318) (xy 141.237606 79.149321) + (xy 141.293342 79.317525) (xy 141.386365 79.468339) (xy 141.38637 79.468345) (xy 141.473576 79.555551) + (xy 141.507602 79.617863) (xy 141.502537 79.688678) (xy 141.473576 79.733741) (xy 141.385975 79.821341) + (xy 141.38597 79.821347) (xy 141.322501 79.924247) (xy 141.269715 79.971725) (xy 141.21526 79.9841) + (xy 139.827546 79.9841) (xy 139.759425 79.964098) (xy 139.724332 79.93037) (xy 139.720045 79.924247) + (xy 139.669681 79.852319) (xy 139.517681 79.700319) (xy 139.389511 79.610574) (xy 139.341597 79.577024) + (xy 139.14678 79.486179) (xy 139.146774 79.486177) (xy 139.055219 79.461645) (xy 138.939142 79.430542) + (xy 138.725 79.411807) (xy 138.510858 79.430542) (xy 138.303225 79.486177) (xy 138.30322 79.486179) + (xy 138.1084 79.577025) (xy 137.932323 79.700314) (xy 137.932313 79.700323) (xy 137.780323 79.852313) + (xy 137.780314 79.852323) (xy 137.657025 80.0284) (xy 137.569195 80.216753) (xy 137.522278 80.270038) + (xy 137.454 80.289499) (xy 137.38604 80.268957) (xy 137.340805 80.216753) (xy 137.252974 80.0284) + (xy 137.129685 79.852323) (xy 137.129682 79.85232) (xy 137.098703 79.821341) (xy 136.977681 79.700319) + (xy 136.936422 79.671429) (xy 136.899629 79.645666) (xy 136.855301 79.590209) (xy 136.8459 79.542453) + (xy 136.8459 79.390943) (xy 136.865902 79.322822) (xy 136.8828 79.301852) (xy 137.345924 78.838727) + (xy 137.345929 78.838724) (xy 137.356297 78.828355) (xy 137.356299 78.828355) (xy 137.448355 78.736299) + (xy 137.520682 78.628054) (xy 137.570502 78.507777) (xy 137.586073 78.429498) (xy 137.5959 78.380094) + (xy 137.5959 78.249907) (xy 137.5959 78.052659) (xy 137.615902 77.984538) (xy 137.669558 77.938045) + (xy 137.682261 77.933056) (xy 137.707738 77.924615) (xy 137.837991 77.844273) (xy 137.906469 77.825536) + (xy 137.974208 77.846795) (xy 137.982283 77.852674) (xy 137.986656 77.856131) (xy 138.137474 77.949157) + (xy 138.305678 78.004893) (xy 138.305681 78.004894) (xy 138.409483 78.015499) (xy 138.409483 78.0155) + (xy 138.681 78.0155) (xy 139.189 78.0155) (xy 139.460517 78.0155) (xy 139.460516 78.015499) (xy 139.564318 78.004894) + (xy 139.564321 78.004893) (xy 139.732525 77.949157) (xy 139.883339 77.856134) (xy 139.883345 77.856129) + (xy 139.970905 77.76857) (xy 140.033217 77.734544) (xy 140.104032 77.739609) (xy 140.149095 77.76857) + (xy 140.236654 77.856129) (xy 140.23666 77.856134) (xy 140.387474 77.949157) (xy 140.555678 78.004893) + (xy 140.555681 78.004894) (xy 140.659483 78.015499) (xy 140.659483 78.0155) (xy 140.931 78.0155) + (xy 140.931 77.2615) (xy 139.189 77.2615) (xy 139.189 78.0155) (xy 138.681 78.0155) (xy 138.681 77.1335) + (xy 138.701002 77.065379) (xy 138.754658 77.018886) (xy 138.807 77.0075) (xy 138.935 77.0075) (xy 138.935 76.8795) + (xy 138.955002 76.811379) (xy 139.008658 76.764886) (xy 139.061 76.7535) (xy 141.059 76.7535) (xy 141.127121 76.773502) + (xy 141.173614 76.827158) (xy 141.185 76.8795) (xy 141.185 77.0075) (xy 141.313 77.0075) (xy 141.381121 77.027502) + (xy 141.427614 77.081158) (xy 141.439 77.1335) (xy 141.439 78.0215) (xy 141.418998 78.089621) (xy 141.365342 78.136114) + (xy 141.313 78.1475) (xy 141.293334 78.1475) (xy 141.237606 78.315677) (xy 141.237605 78.315681) + (xy 141.227 78.419483) (xy 141.227 78.4785) (xy 143.643 78.4785) (xy 143.643 78.419483) (xy 143.632394 78.315681) + (xy 143.632392 78.315669) (xy 143.579452 78.155907) (xy 143.577011 78.084952) (xy 143.613319 78.023942) + (xy 143.676848 77.992247) (xy 143.686234 77.990928) (xy 143.789426 77.980387) (xy 143.957738 77.924615) + (xy 144.108652 77.83153) (xy 144.108653 77.831528) (xy 144.114898 77.827677) (xy 144.115902 77.829305) + (xy 144.172676 77.806394) (xy 144.242426 77.819637) (xy 144.255055 77.827753) (xy 144.255102 77.827677) + (xy 144.261346 77.831528) (xy 144.261348 77.83153) (xy 144.311939 77.862735) (xy 144.412258 77.924613) + (xy 144.412262 77.924615) (xy 144.43773 77.933054) (xy 144.496102 77.973465) (xy 144.52336 78.039021) + (xy 144.5241 78.052659) (xy 144.5241 79.000095) (xy 144.549498 79.127777) (xy 144.5495 79.127782) + (xy 144.576422 79.192777) (xy 144.599318 79.248054) (xy 144.671645 79.356299) (xy 144.671647 79.356301) + (xy 150.97562 85.660274) (xy 151.009646 85.722586) (xy 151.004581 85.793401) (xy 150.962034 85.850237) + (xy 150.930559 85.867424) (xy 150.818795 85.909111) (xy 150.818792 85.909112) (xy 150.701738 85.996738) + (xy 150.614112 86.113792) (xy 150.61411 86.113797) (xy 150.563011 86.250795) (xy 150.563009 86.250803) + (xy 150.5565 86.31135) (xy 150.5565 88.008649) (xy 150.563009 88.069196) (xy 150.563011 88.069204) + (xy 150.61411 88.206202) (xy 150.614112 88.206207) (xy 150.701738 88.323261) (xy 150.818792 88.410887) + (xy 150.818794 88.410888) (xy 150.818796 88.410889) (xy 150.861691 88.426888) (xy 150.955795 88.461988) + (xy 150.955803 88.46199) (xy 151.01635 88.468499) (xy 151.016355 88.468499) (xy 151.016362 88.4685) + (xy 151.016368 88.4685) (xy 152.713632 88.4685) (xy 152.713638 88.4685) (xy 152.713645 88.468499) + (xy 152.713649 88.468499) (xy 152.774196 88.46199) (xy 152.774199 88.461989) (xy 152.774201 88.461989) + (xy 152.911204 88.410889) (xy 152.933389 88.394282) (xy 153.028261 88.323261) (xy 153.115887 88.206207) + (xy 153.115887 88.206206) (xy 153.115889 88.206204) (xy 153.166989 88.069201) (xy 153.1735 88.008638) + (xy 153.1735 87.689144) (xy 153.193502 87.621023) (xy 153.247158 87.57453) (xy 153.317432 87.564426) + (xy 153.382012 87.59392) (xy 153.413695 87.635894) (xy 153.497913 87.816501) (xy 153.547899 87.887888) + (xy 154.150841 87.284946) (xy 154.169075 87.352993) (xy 154.234901 87.467007) (xy 154.327993 87.560099) + (xy 154.442007 87.625925) (xy 154.510051 87.644157) (xy 153.90711 88.247098) (xy 153.90711 88.2471) + (xy 153.978498 88.297086) (xy 154.185926 88.393811) (xy 154.185931 88.393813) (xy 154.406999 88.453048) + (xy 154.406995 88.453048) (xy 154.635 88.472995) (xy 154.863002 88.453048) (xy 155.084068 88.393813) + (xy 155.084073 88.393811) (xy 155.291497 88.297088) (xy 155.362888 88.247099) (xy 155.362888 88.247097) + (xy 154.759948 87.644157) (xy 154.827993 87.625925) (xy 154.942007 87.560099) (xy 155.035099 87.467007) + (xy 155.100925 87.352993) (xy 155.119157 87.284948) (xy 155.722097 87.887888) (xy 155.722099 87.887888) + (xy 155.772088 87.816497) (xy 155.868811 87.609073) (xy 155.868813 87.609068) (xy 155.898293 87.49905) + (xy 155.935245 87.438427) (xy 155.999105 87.407406) (xy 156.0696 87.415834) (xy 156.124347 87.461037) + (xy 156.141707 87.49905) (xy 156.171186 87.609068) (xy 156.171188 87.609073) (xy 156.267913 87.816501) + (xy 156.317899 87.887888) (xy 156.920841 87.284946) (xy 156.939075 87.352993) (xy 157.004901 87.467007) + (xy 157.097993 87.560099) (xy 157.212007 87.625925) (xy 157.28005 87.644157) (xy 156.67711 88.247097) + (xy 156.67711 88.2471) (xy 156.748498 88.297086) (xy 156.955926 88.393811) (xy 156.955931 88.393813) + (xy 157.176999 88.453048) (xy 157.176995 88.453048) (xy 157.405 88.472995) (xy 157.633002 88.453048) + (xy 157.854068 88.393813) (xy 157.854073 88.393811) (xy 157.94985 88.34915) (xy 158.020041 88.338489) + (xy 158.084854 88.367469) (xy 158.123711 88.426888) (xy 158.1291 88.463345) (xy 158.1291 88.799791) + (xy 158.109098 88.867912) (xy 158.075371 88.903004) (xy 157.9457 88.993801) (xy 157.783799 89.155703) + (xy 157.652477 89.34325) (xy 157.555717 89.550753) (xy 157.555716 89.550756) (xy 157.526448 89.659986) + (xy 157.489496 89.720608) (xy 157.425635 89.75163) (xy 157.355141 89.743201) (xy 157.300394 89.697997) + (xy 157.283034 89.659985) (xy 157.253813 89.55093) (xy 157.253811 89.550926) (xy 157.157086 89.343498) + (xy 157.1071 89.27211) (xy 157.107098 89.27211) (xy 156.504157 89.875051) (xy 156.485925 89.807007) + (xy 156.420099 89.692993) (xy 156.327007 89.599901) (xy 156.212993 89.534075) (xy 156.144947 89.515841) + (xy 156.747888 88.912899) (xy 156.747888 88.912898) (xy 156.676501 88.862913) (xy 156.469073 88.766188) + (xy 156.469068 88.766186) (xy 156.248 88.706951) (xy 156.248004 88.706951) (xy 156.02 88.687004) + (xy 155.791997 88.706951) (xy 155.570931 88.766186) (xy 155.570926 88.766188) (xy 155.3635 88.862913) + (xy 155.292109 88.9129) (xy 155.895051 89.515842) (xy 155.827007 89.534075) (xy 155.712993 89.599901) + (xy 155.619901 89.692993) (xy 155.554075 89.807007) (xy 155.535842 89.875051) (xy 154.9329 89.272109) + (xy 154.882913 89.3435) (xy 154.786188 89.550926) (xy 154.786187 89.550928) (xy 154.756707 89.66095) + (xy 154.719755 89.721572) (xy 154.655894 89.752594) (xy 154.5854 89.744165) (xy 154.530653 89.698962) + (xy 154.513293 89.66095) (xy 154.483812 89.550928) (xy 154.483811 89.550926) (xy 154.387086 89.343498) + (xy 154.3371 89.27211) (xy 154.337098 89.27211) (xy 153.734157 89.875051) (xy 153.715925 89.807007) + (xy 153.650099 89.692993) (xy 153.557007 89.599901) (xy 153.442993 89.534075) (xy 153.374947 89.515841) + (xy 153.977888 88.912899) (xy 153.977888 88.912898) (xy 153.906501 88.862913) (xy 153.699073 88.766188) + (xy 153.699068 88.766186) (xy 153.478 88.706951) (xy 153.478004 88.706951) (xy 153.25 88.687004) + (xy 153.021997 88.706951) (xy 152.800931 88.766186) (xy 152.800926 88.766188) (xy 152.5935 88.862913) + (xy 152.522109 88.9129) (xy 153.125051 89.515842) (xy 153.057007 89.534075) (xy 152.942993 89.599901) + (xy 152.849901 89.692993) (xy 152.784075 89.807007) (xy 152.765842 89.875051) (xy 152.1629 89.272109) + (xy 152.112913 89.3435) (xy 152.016188 89.550926) (xy 152.016186 89.550931) (xy 151.956951 89.771997) + (xy 151.937004 90) (xy 151.956951 90.228002) (xy 152.016186 90.449068) (xy 152.016188 90.449073) + (xy 152.112913 90.656501) (xy 152.162899 90.727888) (xy 152.765841 90.124946) (xy 152.784075 90.192993) + (xy 152.849901 90.307007) (xy 152.942993 90.400099) (xy 153.057007 90.465925) (xy 153.125051 90.484157) + (xy 152.52211 91.087098) (xy 152.52211 91.0871) (xy 152.593498 91.137086) (xy 152.800926 91.233811) + (xy 152.800931 91.233813) (xy 153.021999 91.293048) (xy 153.021995 91.293048) (xy 153.25 91.312995) + (xy 153.478002 91.293048) (xy 153.699068 91.233813) (xy 153.699073 91.233811) (xy 153.906497 91.137088) + (xy 153.977888 91.087099) (xy 153.977888 91.087097) (xy 153.374948 90.484157) (xy 153.442993 90.465925) + (xy 153.557007 90.400099) (xy 153.650099 90.307007) (xy 153.715925 90.192993) (xy 153.734157 90.124948) + (xy 154.337097 90.727888) (xy 154.337099 90.727888) (xy 154.387088 90.656497) (xy 154.483811 90.449073) + (xy 154.483813 90.449068) (xy 154.513293 90.33905) (xy 154.550245 90.278427) (xy 154.614105 90.247406) + (xy 154.6846 90.255834) (xy 154.739347 90.301037) (xy 154.756707 90.33905) (xy 154.786186 90.449068) + (xy 154.786188 90.449073) (xy 154.882913 90.656501) (xy 154.932899 90.727888) (xy 155.535841 90.124946) + (xy 155.554075 90.192993) (xy 155.619901 90.307007) (xy 155.712993 90.400099) (xy 155.827007 90.465925) + (xy 155.895051 90.484157) (xy 155.29211 91.087098) (xy 155.29211 91.0871) (xy 155.363498 91.137086) + (xy 155.570926 91.233811) (xy 155.570931 91.233813) (xy 155.791999 91.293048) (xy 155.791995 91.293048) + (xy 156.02 91.312995) (xy 156.248002 91.293048) (xy 156.469068 91.233813) (xy 156.469073 91.233811) + (xy 156.676497 91.137088) (xy 156.747888 91.087099) (xy 156.747888 91.087097) (xy 156.144948 90.484157) + (xy 156.212993 90.465925) (xy 156.327007 90.400099) (xy 156.420099 90.307007) (xy 156.485925 90.192993) + (xy 156.504157 90.124948) (xy 157.107097 90.727888) (xy 157.107099 90.727888) (xy 157.157088 90.656497) + (xy 157.253811 90.449073) (xy 157.253813 90.449069) (xy 157.283034 90.340014) (xy 157.319985 90.279392) + (xy 157.383846 90.24837) (xy 157.45434 90.256798) (xy 157.509087 90.302001) (xy 157.526448 90.340014) + (xy 157.555715 90.44924) (xy 157.555717 90.449246) (xy 157.586387 90.515018) (xy 157.652477 90.656749) + (xy 157.783802 90.8443) (xy 157.9457 91.006198) (xy 158.133251 91.137523) (xy 158.340757 91.234284) + (xy 158.561913 91.293543) (xy 158.79 91.313498) (xy 159.018087 91.293543) (xy 159.239243 91.234284) + (xy 159.446749 91.137523) (xy 159.6343 91.006198) (xy 159.796198 90.8443) (xy 159.927523 90.656749) + (xy 160.024284 90.449243) (xy 160.053552 90.34001) (xy 160.090502 90.279392) (xy 160.154363 90.24837) + (xy 160.224857 90.256798) (xy 160.279604 90.302) (xy 160.296965 90.340013) (xy 160.326187 90.449071) + (xy 160.326188 90.449073) (xy 160.422913 90.656501) (xy 160.472899 90.727888) (xy 161.075841 90.124946) + (xy 161.094075 90.192993) (xy 161.159901 90.307007) (xy 161.252993 90.400099) (xy 161.367007 90.465925) + (xy 161.435051 90.484157) (xy 160.83211 91.087098) (xy 160.83211 91.0871) (xy 160.903498 91.137086) + (xy 161.110926 91.233811) (xy 161.110931 91.233813) (xy 161.331999 91.293048) (xy 161.331995 91.293048) + (xy 161.56 91.312995) (xy 161.788002 91.293048) (xy 162.009068 91.233813) (xy 162.009073 91.233811) + (xy 162.216497 91.137088) (xy 162.287888 91.087099) (xy 162.287888 91.087097) (xy 161.684948 90.484157) + (xy 161.752993 90.465925) (xy 161.867007 90.400099) (xy 161.960099 90.307007) (xy 162.025925 90.192993) + (xy 162.044157 90.124948) (xy 162.647097 90.727888) (xy 162.647099 90.727888) (xy 162.697088 90.656497) + (xy 162.793811 90.449073) (xy 162.793813 90.449068) (xy 162.853048 90.228002) (xy 162.872995 90) + (xy 162.853048 89.771997) (xy 162.793813 89.550931) (xy 162.793811 89.550926) (xy 162.697086 89.343498) + (xy 162.6471 89.27211) (xy 162.647098 89.27211) (xy 162.044157 89.875051) (xy 162.025925 89.807007) + (xy 161.960099 89.692993) (xy 161.867007 89.599901) (xy 161.752993 89.534075) (xy 161.684947 89.515841) + (xy 162.287888 88.912899) (xy 162.287888 88.912898) (xy 162.216501 88.862913) (xy 162.009073 88.766188) + (xy 162.009068 88.766186) (xy 161.788 88.706951) (xy 161.788004 88.706951) (xy 161.56 88.687004) + (xy 161.331997 88.706951) (xy 161.110931 88.766186) (xy 161.110926 88.766188) (xy 160.9035 88.862913) + (xy 160.832109 88.9129) (xy 161.435051 89.515842) (xy 161.367007 89.534075) (xy 161.252993 89.599901) + (xy 161.159901 89.692993) (xy 161.094075 89.807007) (xy 161.075842 89.875051) (xy 160.4729 89.272109) + (xy 160.422913 89.3435) (xy 160.326188 89.550926) (xy 160.326183 89.550939) (xy 160.296964 89.659986) + (xy 160.260013 89.720608) (xy 160.196152 89.75163) (xy 160.125657 89.743201) (xy 160.070911 89.697997) + (xy 160.053552 89.659989) (xy 160.024284 89.550757) (xy 159.927523 89.343251) (xy 159.796198 89.1557) + (xy 159.6343 88.993802) (xy 159.634299 88.993801) (xy 159.504629 88.903004) (xy 159.460301 88.847546) + (xy 159.4509 88.799791) (xy 159.4509 88.579993) (xy 167.392041 88.579993) (xy 167.392041 88.580006) + (xy 167.411854 88.894944) (xy 167.411856 88.894961) (xy 167.470989 89.204942) (xy 167.470992 89.204955) + (xy 167.568509 89.505079) (xy 167.568513 89.505088) (xy 167.702875 89.790622) (xy 167.702882 89.790636) + (xy 167.871966 90.057071) (xy 167.871969 90.057075) (xy 167.961043 90.164746) (xy 168.608367 89.517421) + (xy 168.684588 89.62233) (xy 168.86267 89.800412) (xy 168.967576 89.876631) (xy 168.317521 90.526686) + (xy 168.317521 90.526688) (xy 168.558486 90.701759) (xy 168.835034 90.853792) (xy 169.12846 90.969968) + (xy 169.128466 90.96997) (xy 169.434103 91.048444) (xy 169.43413 91.048449) (xy 169.747195 91.087998) + (xy 169.747214 91.088) (xy 170.062786 91.088) (xy 170.062804 91.087998) (xy 170.375869 91.048449) + (xy 170.375896 91.048444) (xy 170.564589 90.999996) (xy 185.237166 90.999996) (xy 185.237166 91.000003) + (xy 185.256489 91.393323) (xy 185.25649 91.393337) (xy 185.314271 91.782868) (xy 185.40996 92.164874) + (xy 185.40996 92.164875) (xy 185.542625 92.535645) (xy 185.710998 92.89164) (xy 185.913452 93.229415) + (xy 186.148032 93.545709) (xy 186.148036 93.545715) (xy 186.241715 93.649073) (xy 186.241716 93.649073) + (xy 187.845925 92.044864) (xy 187.931457 92.156331) (xy 188.093669 92.318543) (xy 188.205134 92.404073) + (xy 186.600925 94.008283) (xy 186.704276 94.101956) (xy 186.704286 94.101963) (xy 187.020584 94.336547) + (xy 187.358359 94.539001) (xy 187.714354 94.707374) (xy 188.085124 94.840039) (xy 188.467131 94.935728) + (xy 188.856662 94.993509) (xy 188.856676 94.99351) (xy 189.249996 95.012834) (xy 189.250004 95.012834) + (xy 189.643323 94.99351) (xy 189.643337 94.993509) (xy 190.032868 94.935728) (xy 190.414874 94.840039) + (xy 190.414875 94.840039) (xy 190.785645 94.707374) (xy 191.14164 94.539001) (xy 191.479415 94.336547) + (xy 191.795709 94.101967) (xy 191.795715 94.101962) (xy 191.899073 94.008283) (xy 191.899073 94.008282) + (xy 190.294864 92.404073) (xy 190.406331 92.318543) (xy 190.568543 92.156331) (xy 190.654073 92.044864) + (xy 192.258282 93.649073) (xy 192.258283 93.649073) (xy 192.351962 93.545715) (xy 192.351967 93.545709) + (xy 192.586547 93.229415) (xy 192.789001 92.89164) (xy 192.957374 92.535645) (xy 193.090039 92.164875) + (xy 193.090039 92.164874) (xy 193.185728 91.782868) (xy 193.243509 91.393337) (xy 193.24351 91.393323) + (xy 193.262834 91.000003) (xy 193.262834 90.999996) (xy 193.24351 90.606676) (xy 193.243509 90.606662) + (xy 193.185728 90.217131) (xy 193.090039 89.835125) (xy 193.090039 89.835124) (xy 192.957374 89.464354) + (xy 192.789001 89.108359) (xy 192.586547 88.770584) (xy 192.351963 88.454286) (xy 192.351956 88.454276) + (xy 192.258283 88.350925) (xy 190.654073 89.955134) (xy 190.568543 89.843669) (xy 190.406331 89.681457) + (xy 190.294864 89.595925) (xy 191.899073 87.991716) (xy 191.899073 87.991715) (xy 191.795715 87.898036) + (xy 191.795709 87.898032) (xy 191.479415 87.663452) (xy 191.14164 87.460998) (xy 190.785645 87.292625) + (xy 190.414875 87.15996) (xy 190.032868 87.064271) (xy 189.643337 87.00649) (xy 189.643323 87.006489) + (xy 189.250004 86.987166) (xy 189.249996 86.987166) (xy 188.856676 87.006489) (xy 188.856662 87.00649) + (xy 188.467131 87.064271) (xy 188.085125 87.15996) (xy 188.085124 87.15996) (xy 187.714354 87.292625) + (xy 187.358359 87.460998) (xy 187.020584 87.663452) (xy 186.70429 87.898032) (xy 186.704285 87.898036) + (xy 186.600925 87.991715) (xy 186.600925 87.991716) (xy 188.205135 89.595926) (xy 188.093669 89.681457) + (xy 187.931457 89.843669) (xy 187.845926 89.955135) (xy 186.241716 88.350925) (xy 186.241715 88.350925) + (xy 186.148036 88.454285) (xy 186.148032 88.45429) (xy 185.913452 88.770584) (xy 185.710998 89.108359) + (xy 185.542625 89.464354) (xy 185.40996 89.835124) (xy 185.40996 89.835125) (xy 185.314271 90.217131) + (xy 185.25649 90.606662) (xy 185.256489 90.606676) (xy 185.237166 90.999996) (xy 170.564589 90.999996) + (xy 170.681533 90.96997) (xy 170.681539 90.969968) (xy 170.974965 90.853792) (xy 171.251517 90.701756) + (xy 171.492477 90.526688) (xy 171.492477 90.526686) (xy 170.842422 89.876631) (xy 170.94733 89.800412) + (xy 171.125412 89.62233) (xy 171.201631 89.517422) (xy 171.848955 90.164746) (xy 171.848956 90.164745) + (xy 171.938026 90.05708) (xy 171.938029 90.057076) (xy 172.107117 89.790636) (xy 172.107124 89.790622) + (xy 172.241486 89.505088) (xy 172.24149 89.505079) (xy 172.339007 89.204955) (xy 172.33901 89.204942) + (xy 172.398143 88.894961) (xy 172.398145 88.894944) (xy 172.417959 88.580006) (xy 172.417959 88.579993) + (xy 172.398145 88.265055) (xy 172.398143 88.265038) (xy 172.33901 87.955057) (xy 172.339007 87.955044) + (xy 172.24149 87.65492) (xy 172.241486 87.654911) (xy 172.107124 87.369377) (xy 172.107117 87.369363) + (xy 171.938033 87.102928) (xy 171.93803 87.102924) (xy 171.848955 86.995252) (xy 171.201631 87.642576) + (xy 171.125412 87.53767) (xy 170.94733 87.359588) (xy 170.842422 87.283367) (xy 171.492477 86.633312) + (xy 171.492477 86.63331) (xy 171.251513 86.45824) (xy 170.974965 86.306207) (xy 170.681539 86.190031) + (xy 170.681533 86.190029) (xy 170.375896 86.111555) (xy 170.375869 86.11155) (xy 170.062804 86.072001) + (xy 170.062786 86.072) (xy 169.747214 86.072) (xy 169.747195 86.072001) (xy 169.43413 86.11155) + (xy 169.434103 86.111555) (xy 169.128466 86.190029) (xy 169.12846 86.190031) (xy 168.835034 86.306207) + (xy 168.558485 86.458241) (xy 168.317521 86.63331) (xy 168.317521 86.633312) (xy 168.967577 87.283368) + (xy 168.86267 87.359588) (xy 168.684588 87.53767) (xy 168.608368 87.642577) (xy 167.961043 86.995252) + (xy 167.961042 86.995252) (xy 167.871971 87.102921) (xy 167.871969 87.102924) (xy 167.702882 87.369363) + (xy 167.702875 87.369377) (xy 167.568513 87.654911) (xy 167.568509 87.65492) (xy 167.470992 87.955044) + (xy 167.470989 87.955057) (xy 167.411856 88.265038) (xy 167.411854 88.265055) (xy 167.392041 88.579993) + (xy 159.4509 88.579993) (xy 159.4509 88.463345) (xy 159.470902 88.395224) (xy 159.524558 88.348731) + (xy 159.594832 88.338627) (xy 159.63015 88.34915) (xy 159.725926 88.393811) (xy 159.725931 88.393813) + (xy 159.946999 88.453048) (xy 159.946995 88.453048) (xy 160.175 88.472995) (xy 160.403002 88.453048) + (xy 160.624068 88.393813) (xy 160.624073 88.393811) (xy 160.831497 88.297088) (xy 160.902888 88.247099) + (xy 160.902888 88.247098) (xy 160.299947 87.644158) (xy 160.367993 87.625925) (xy 160.482007 87.560099) + (xy 160.575099 87.467007) (xy 160.640925 87.352993) (xy 160.659157 87.284948) (xy 161.262097 87.887888) + (xy 161.262099 87.887888) (xy 161.312088 87.816497) (xy 161.408811 87.609073) (xy 161.408813 87.609069) + (xy 161.438034 87.500014) (xy 161.474985 87.439392) (xy 161.538846 87.40837) (xy 161.60934 87.416798) + (xy 161.664087 87.462001) (xy 161.681448 87.500014) (xy 161.710715 87.60924) (xy 161.710717 87.609246) + (xy 161.807477 87.816749) (xy 161.92999 87.991716) (xy 161.938802 88.0043) (xy 162.1007 88.166198) + (xy 162.288251 88.297523) (xy 162.495757 88.394284) (xy 162.716913 88.453543) (xy 162.945 88.473498) + (xy 163.173087 88.453543) (xy 163.394243 88.394284) (xy 163.601749 88.297523) (xy 163.7893 88.166198) + (xy 163.951198 88.0043) (xy 164.082523 87.816749) (xy 164.179284 87.609243) (xy 164.238543 87.388087) + (xy 164.258498 87.16) (xy 164.238543 86.931913) (xy 164.229728 86.899015) (xy 164.231418 86.828041) + (xy 164.262336 86.777316) (xy 165.591851 85.447802) (xy 165.654161 85.413779) (xy 165.680944 85.4109) + (xy 173.424056 85.4109) (xy 173.492177 85.430902) (xy 173.513146 85.447799) (xy 174.480746 86.415399) + (xy 174.512223 86.467915) (xy 174.545559 86.577809) (xy 174.563759 86.637805) (xy 174.657405 86.813004) + (xy 174.783432 86.966568) (xy 174.936996 87.092595) (xy 175.112196 87.186241) (xy 175.302299 87.243908) + (xy 175.302303 87.243908) (xy 175.302305 87.243909) (xy 175.499997 87.26338) (xy 175.5 87.26338) + (xy 175.500003 87.26338) (xy 175.697694 87.243909) (xy 175.697695 87.243908) (xy 175.697701 87.243908) + (xy 175.887804 87.186241) (xy 176.063004 87.092595) (xy 176.216568 86.966568) (xy 176.224447 86.956966) + (xy 176.283124 86.916998) (xy 176.321847 86.9109) (xy 181.565092 86.9109) (xy 181.565093 86.9109) + (xy 181.692777 86.885502) (xy 181.813054 86.835682) (xy 181.921299 86.763355) (xy 182.813355 85.871299) + (xy 182.885682 85.763054) (xy 182.935502 85.642777) (xy 182.9609 85.515093) (xy 182.9609 85.384906) + (xy 182.9609 84.933058) (xy 182.980902 84.864937) (xy 183.017914 84.828606) (xy 183.017895 84.828582) + (xy 183.018126 84.828399) (xy 183.02076 84.825813) (xy 183.023652 84.82403) (xy 183.14903 84.698652) + (xy 183.149037 84.698639) (xy 183.151478 84.695554) (xy 183.153709 84.693973) (xy 183.15422 84.693463) + (xy 183.154307 84.69355) (xy 183.209416 84.654521) (xy 183.28034 84.651324) (xy 183.341734 84.68698) + (xy 183.349161 84.695551) (xy 183.351369 84.698344) (xy 183.476654 84.823629) (xy 183.47666 84.823634) + (xy 183.627474 84.916657) (xy 183.795678 84.972393) (xy 183.795681 84.972394) (xy 183.899483 84.982999) + (xy 183.899483 84.983) (xy 183.946 84.983) (xy 184.454 84.983) (xy 184.500517 84.983) (xy 184.500516 84.982999) + (xy 184.604318 84.972394) (xy 184.604321 84.972393) (xy 184.772525 84.916657) (xy 184.923339 84.823634) + (xy 184.923345 84.823629) (xy 185.048629 84.698345) (xy 185.048634 84.698339) (xy 185.141657 84.547525) + (xy 185.197393 84.379321) (xy 185.197394 84.379318) (xy 185.207999 84.275516) (xy 185.208 84.275516) + (xy 185.208 84.004) (xy 184.454 84.004) (xy 184.454 84.983) (xy 183.946 84.983) (xy 183.946 83.496) + (xy 184.454 83.496) (xy 185.208 83.496) (xy 185.208 83.224483) (xy 185.197394 83.120681) (xy 185.197393 83.120678) + (xy 185.141657 82.952474) (xy 185.048634 82.80166) (xy 185.048629 82.801654) (xy 184.923345 82.67637) + (xy 184.923339 82.676365) (xy 184.772525 82.583342) (xy 184.604321 82.527606) (xy 184.604318 82.527605) + (xy 184.500516 82.517) (xy 184.454 82.517) (xy 184.454 83.496) (xy 183.946 83.496) (xy 183.946 82.517) + (xy 183.899483 82.517) (xy 183.795681 82.527605) (xy 183.795678 82.527606) (xy 183.627474 82.583342) + (xy 183.47666 82.676365) (xy 183.476654 82.67637) (xy 183.35137 82.801654) (xy 183.349157 82.804454) + (xy 183.347149 82.805875) (xy 183.346175 82.80685) (xy 183.346008 82.806683) (xy 183.291216 82.845482) + (xy 183.220291 82.848672) (xy 183.1589 82.813011) (xy 183.151483 82.80445) (xy 183.149028 82.801345) + (xy 183.023658 82.675975) (xy 183.023652 82.67597) (xy 182.9415 82.625298) (xy 182.872738 82.582885) + (xy 182.775868 82.550786) (xy 182.704427 82.527113) (xy 182.70442 82.527112) (xy 182.600553 82.5165) + (xy 181.999455 82.5165) (xy 181.895573 82.527113) (xy 181.824131 82.550786) (xy 181.753176 82.553226) + (xy 181.692166 82.516917) (xy 181.660471 82.453388) (xy 181.658499 82.431181) (xy 181.658499 82.274455) + (xy 181.647887 82.170574) (xy 181.592185 82.002474) (xy 181.592115 82.002262) (xy 181.49903 81.851348) + (xy 181.499029 81.851347) (xy 181.499024 81.851341) (xy 181.373658 81.725975) (xy 181.373649 81.725968) + (xy 181.325752 81.696424) (xy 181.278274 81.643638) (xy 181.2659 81.589184) (xy 181.2659 81.489193) + (xy 181.283447 81.425053) (xy 181.287013 81.419024) (xy 181.364145 81.288601) (xy 181.410562 81.128831) + (xy 181.413499 81.091511) (xy 181.4135 81.091511) (xy 181.4135 79.308489) (xy 181.413499 79.308488) + (xy 181.412976 79.301848) (xy 181.410562 79.271169) (xy 181.364145 79.111399) (xy 181.364143 79.111397) + (xy 181.364143 79.111394) (xy 181.279455 78.968196) (xy 181.27945 78.968189) (xy 181.16181 78.850549) + (xy 181.161803 78.850544) (xy 181.018605 78.765856) (xy 180.858829 78.719437) (xy 180.821511 78.7165) + (xy 180.821502 78.7165) (xy 180.388498 78.7165) (xy 180.388489 78.7165) (xy 180.351171 78.719437) + (xy 180.35117 78.719437) (xy 180.191396 78.765856) (xy 180.048186 78.850551) (xy 180.046802 78.851625) + (xy 180.04552 78.852127) (xy 180.041371 78.854582) (xy 180.040974 78.853912) (xy 179.980713 78.877564) + (xy 179.911093 78.863655) (xy 179.892362 78.851616) (xy 179.891498 78.850946) (xy 179.748401 78.766318) + (xy 179.589 78.720007) (xy 179.589 81.686127) (xy 179.568998 81.754248) (xy 179.552095 81.775222) + (xy 179.475975 81.851341) (xy 179.47597 81.851347) (xy 179.382885 82.002262) (xy 179.327113 82.170572) + (xy 179.327112 82.170579) (xy 179.3165 82.274446) (xy 179.3165 84.225544) (xy 179.327112 84.329425) + (xy 179.382885 84.497738) (xy 179.47597 84.648652) (xy 179.475975 84.648658) (xy 179.601341 84.774024) + (xy 179.601347 84.774029) (xy 179.601348 84.77403) (xy 179.752262 84.867115) (xy 179.920574 84.922887) + (xy 180.024455 84.9335) (xy 180.950544 84.933499) (xy 181.054426 84.922887) (xy 181.222738 84.867115) + (xy 181.373652 84.77403) (xy 181.373653 84.774028) (xy 181.379898 84.770177) (xy 181.381071 84.77208) + (xy 181.436788 84.749594) (xy 181.506539 84.762835) (xy 181.538211 84.785894) (xy 181.576343 84.824026) + (xy 181.576346 84.824028) (xy 181.576348 84.82403) (xy 181.579239 84.825813) (xy 181.580805 84.827554) + (xy 181.582105 84.828582) (xy 181.581929 84.828803) (xy 181.62672 84.878593) (xy 181.6391 84.933058) + (xy 181.6391 85.124056) (xy 181.619098 85.192177) (xy 181.602195 85.213151) (xy 181.263151 85.552195) + (xy 181.200839 85.586221) (xy 181.174056 85.5891) (xy 176.321847 85.5891) (xy 176.253726 85.569098) + (xy 176.224447 85.543033) (xy 176.216569 85.533433) (xy 176.063004 85.407405) (xy 175.887804 85.313759) + (xy 175.848855 85.301944) (xy 175.697701 85.256092) (xy 175.6977 85.256091) (xy 175.697694 85.25609) + (xy 175.500003 85.23662) (xy 175.499997 85.23662) (xy 175.3023 85.256091) (xy 175.288976 85.260133) + (xy 175.217982 85.260766) (xy 175.163307 85.228654) (xy 174.171299 84.236645) (xy 174.171296 84.236643) + (xy 174.154643 84.225516) (xy 176.242 84.225516) (xy 176.252605 84.329318) (xy 176.252606 84.329321) + (xy 176.308342 84.497525) (xy 176.401365 84.648339) (xy 176.40137 84.648345) (xy 176.526654 84.773629) + (xy 176.52666 84.773634) (xy 176.677474 84.866657) (xy 176.845678 84.922393) (xy 176.845681 84.922394) + (xy 176.949483 84.932999) (xy 176.949483 84.933) (xy 177.1585 84.933) (xy 177.6665 84.933) (xy 177.875517 84.933) + (xy 177.875516 84.932999) (xy 177.979318 84.922394) (xy 177.979321 84.922393) (xy 178.147525 84.866657) + (xy 178.298339 84.773634) (xy 178.298345 84.773629) (xy 178.423629 84.648345) (xy 178.423634 84.648339) + (xy 178.516657 84.497525) (xy 178.572393 84.329321) (xy 178.572394 84.329318) (xy 178.582999 84.225516) + (xy 178.583 84.225516) (xy 178.583 83.504) (xy 177.6665 83.504) (xy 177.6665 84.933) (xy 177.1585 84.933) + (xy 177.1585 83.504) (xy 176.242 83.504) (xy 176.242 84.225516) (xy 174.154643 84.225516) (xy 174.063054 84.164318) + (xy 173.942782 84.1145) (xy 173.942777 84.114498) (xy 173.815095 84.0891) (xy 173.815093 84.0891) + (xy 165.420094 84.0891) (xy 165.289907 84.0891) (xy 165.289901 84.0891) (xy 165.162216 84.114498) + (xy 165.04195 84.164315) (xy 165.041946 84.164317) (xy 164.933705 84.236642) (xy 164.933703 84.236643) + (xy 163.327686 85.842659) (xy 163.265374 85.876684) (xy 163.205981 85.87527) (xy 163.173092 85.866458) + (xy 163.17309 85.866457) (xy 163.173087 85.866457) (xy 162.945 85.846502) (xy 162.716913 85.866457) + (xy 162.495759 85.925715) (xy 162.495753 85.925717) (xy 162.28825 86.022477) (xy 162.100703 86.153799) + (xy 162.100697 86.153804) (xy 161.938804 86.315697) (xy 161.938799 86.315703) (xy 161.807477 86.50325) + (xy 161.710717 86.710753) (xy 161.710716 86.710756) (xy 161.681448 86.819986) (xy 161.644496 86.880608) + (xy 161.580635 86.91163) (xy 161.510141 86.903201) (xy 161.455394 86.857997) (xy 161.438034 86.819985) + (xy 161.408813 86.71093) (xy 161.408811 86.710926) (xy 161.312086 86.503498) (xy 161.2621 86.43211) + (xy 161.262098 86.43211) (xy 160.659157 87.035051) (xy 160.640925 86.967007) (xy 160.575099 86.852993) + (xy 160.482007 86.759901) (xy 160.367993 86.694075) (xy 160.299946 86.675841) (xy 160.902888 86.072899) + (xy 160.902888 86.072898) (xy 160.831501 86.022913) (xy 160.624073 85.926188) (xy 160.624068 85.926186) + (xy 160.403 85.866951) (xy 160.402994 85.86695) (xy 160.363853 85.863525) (xy 160.297735 85.837661) + (xy 160.256097 85.780156) (xy 160.252158 85.709269) (xy 160.285739 85.648914) (xy 165.486849 80.447805) + (xy 165.549161 80.413779) (xy 165.575944 80.4109) (xy 167.065092 80.4109) (xy 167.065093 80.4109) + (xy 167.192777 80.385502) (xy 167.313054 80.335682) (xy 167.421299 80.263355) (xy 168.376166 79.308488) + (xy 175.9865 79.308488) (xy 175.9865 81.091511) (xy 175.989437 81.128828) (xy 175.989437 81.128829) + (xy 176.035856 81.288605) (xy 176.120544 81.431803) (xy 176.120549 81.43181) (xy 176.238189 81.54945) + (xy 176.238196 81.549455) (xy 176.388222 81.638181) (xy 176.386872 81.640462) (xy 176.431558 81.67763) + (xy 176.452931 81.745333) (xy 176.434309 81.813843) (xy 176.416055 81.83697) (xy 176.401365 81.85166) + (xy 176.308342 82.002474) (xy 176.252606 82.170678) (xy 176.252605 82.170681) (xy 176.242 82.274483) + (xy 176.242 82.996) (xy 178.583 82.996) (xy 178.583 82.274483) (xy 178.572394 82.170681) (xy 178.572393 82.170678) + (xy 178.516657 82.002474) (xy 178.423634 81.85166) (xy 178.423629 81.851654) (xy 178.417709 81.845734) + (xy 178.383683 81.783422) (xy 178.388748 81.712607) (xy 178.431295 81.655771) (xy 178.471655 81.635641) + (xy 178.4784 81.633681) (xy 178.6215 81.549052) (xy 178.622771 81.548067) (xy 178.623949 81.547604) + (xy 178.628321 81.545019) (xy 178.628737 81.545723) (xy 178.688855 81.522118) (xy 178.758478 81.536016) + (xy 178.777229 81.548067) (xy 178.778499 81.549052) (xy 178.9216 81.633681) (xy 179.081 81.679991) + (xy 179.081 80.454) (xy 178.191 80.454) (xy 178.122879 80.433998) (xy 178.076386 80.380342) (xy 178.065 80.328) + (xy 178.065 80.2) (xy 177.937 80.2) (xy 177.868879 80.179998) (xy 177.822386 80.126342) (xy 177.811 80.074) + (xy 177.811 78.720007) (xy 178.319 78.720007) (xy 178.319 79.946) (xy 179.081 79.946) (xy 179.081 78.720007) + (xy 178.921598 78.766318) (xy 178.778499 78.850947) (xy 178.777221 78.851939) (xy 178.776036 78.852403) + (xy 178.771679 78.854981) (xy 178.771263 78.854277) (xy 178.711134 78.877882) (xy 178.641513 78.863978) + (xy 178.622779 78.851939) (xy 178.6215 78.850947) (xy 178.478401 78.766318) (xy 178.319 78.720007) + (xy 177.811 78.720007) (xy 177.651598 78.766318) (xy 177.508499 78.850946) (xy 177.507639 78.851614) + (xy 177.50684 78.851927) (xy 177.501679 78.85498) (xy 177.501186 78.854147) (xy 177.441554 78.877562) + (xy 177.371931 78.863663) (xy 177.353184 78.851615) (xy 177.351803 78.850544) (xy 177.208605 78.765856) + (xy 177.048829 78.719437) (xy 177.011511 78.7165) (xy 177.011502 78.7165) (xy 176.578498 78.7165) + (xy 176.578489 78.7165) (xy 176.541171 78.719437) (xy 176.54117 78.719437) (xy 176.381394 78.765856) + (xy 176.238196 78.850544) (xy 176.238189 78.850549) (xy 176.120549 78.968189) (xy 176.120544 78.968196) + (xy 176.035856 79.111394) (xy 175.989437 79.27117) (xy 175.989437 79.271171) (xy 175.9865 79.308488) + (xy 168.376166 79.308488) (xy 168.963355 78.721299) (xy 169.035682 78.613054) (xy 169.053777 78.569369) + (xy 169.085501 78.492783) (xy 169.085501 78.49278) (xy 169.085503 78.492777) (xy 169.1109 78.365093) + (xy 169.1109 78.234906) (xy 169.1109 77.983204) (xy 169.130902 77.915083) (xy 169.184558 77.86859) + (xy 169.254832 77.858486) (xy 169.319412 77.88798) (xy 169.356504 77.94357) (xy 169.357885 77.947738) + (xy 169.414189 78.039021) (xy 169.45097 78.098652) (xy 169.450975 78.098658) (xy 169.576341 78.224024) + (xy 169.576347 78.224029) (xy 169.576348 78.22403) (xy 169.727262 78.317115) (xy 169.895574 78.372887) + (xy 169.999455 78.3835) (xy 170.925544 78.383499) (xy 171.029426 78.372887) (xy 171.197738 78.317115) + (xy 171.348652 78.22403) (xy 171.47403 78.098652) (xy 171.567115 77.947738) (xy 171.622887 77.779426) + (xy 171.6335 77.675545) (xy 171.6335 77.675516) (xy 172.367 77.675516) (xy 172.377605 77.779318) + (xy 172.377606 77.779321) (xy 172.433342 77.947525) (xy 172.526365 78.098339) (xy 172.52637 78.098345) + (xy 172.651654 78.223629) (xy 172.65166 78.223634) (xy 172.802474 78.316657) (xy 172.970678 78.372393) + (xy 172.970681 78.372394) (xy 173.074483 78.382999) (xy 173.074483 78.383) (xy 173.2835 78.383) + (xy 173.7915 78.383) (xy 174.000517 78.383) (xy 174.000516 78.382999) (xy 174.104318 78.372394) + (xy 174.104321 78.372393) (xy 174.272525 78.316657) (xy 174.423339 78.223634) (xy 174.423345 78.223629) + (xy 174.548629 78.098345) (xy 174.548634 78.098339) (xy 174.641657 77.947525) (xy 174.697393 77.779321) + (xy 174.697394 77.779318) (xy 174.707999 77.675516) (xy 174.708 77.675516) (xy 174.708 76.954) (xy 173.7915 76.954) + (xy 173.7915 78.383) (xy 173.2835 78.383) (xy 173.2835 76.954) (xy 172.367 76.954) (xy 172.367 77.675516) + (xy 171.6335 77.675516) (xy 171.633499 75.724456) (xy 171.628546 75.675975) (xy 171.622887 75.620574) + (xy 171.609805 75.581094) (xy 171.567115 75.452262) (xy 171.47403 75.301348) (xy 171.474029 75.301347) + (xy 171.474024 75.301341) (xy 171.397905 75.225222) (xy 171.363879 75.16291) (xy 171.361 75.136127) + (xy 171.361 73.929) (xy 171.869 73.929) (xy 171.869 75.154991) (xy 172.028399 75.108681) (xy 172.1715 75.024052) + (xy 172.172771 75.023067) (xy 172.173949 75.022604) (xy 172.178321 75.020019) (xy 172.178737 75.020723) + (xy 172.238855 74.997118) (xy 172.308478 75.011016) (xy 172.327229 75.023067) (xy 172.328499 75.024052) + (xy 172.471596 75.10868) (xy 172.475563 75.110396) (xy 172.47818 75.112573) (xy 172.478423 75.112717) + (xy 172.478399 75.112756) (xy 172.530141 75.155803) (xy 172.551506 75.223509) (xy 172.532875 75.292017) + (xy 172.528103 75.298843) (xy 172.433342 75.452474) (xy 172.377606 75.620678) (xy 172.377605 75.620681) + (xy 172.367 75.724483) (xy 172.367 76.446) (xy 174.708 76.446) (xy 174.708 75.724483) (xy 174.697394 75.620681) + (xy 174.697393 75.620678) (xy 174.641657 75.452474) (xy 174.548634 75.30166) (xy 174.544082 75.295903) + (xy 174.545481 75.294796) (xy 174.515917 75.240656) (xy 174.520982 75.169841) (xy 174.563529 75.113005) + (xy 174.574881 75.105431) (xy 174.711807 75.024453) (xy 174.829453 74.906807) (xy 174.890065 74.804318) + (xy 174.914143 74.763605) (xy 174.914143 74.763603) (xy 174.914145 74.763601) (xy 174.960562 74.603831) + (xy 174.963499 74.566511) (xy 174.9635 74.566511) (xy 174.9635 74.358488) (xy 175.9865 74.358488) + (xy 175.9865 76.141511) (xy 175.989437 76.178828) (xy 175.989437 76.178829) (xy 176.035856 76.338605) + (xy 176.120544 76.481803) (xy 176.120549 76.48181) (xy 176.238189 76.59945) (xy 176.238196 76.599455) + (xy 176.381394 76.684143) (xy 176.381397 76.684143) (xy 176.381399 76.684145) (xy 176.541169 76.730562) + (xy 176.578488 76.733499) (xy 176.578489 76.7335) (xy 176.578498 76.7335) (xy 177.011511 76.7335) + (xy 177.011511 76.733499) (xy 177.048831 76.730562) (xy 177.208601 76.684145) (xy 177.208603 76.684143) + (xy 177.208605 76.684143) (xy 177.313682 76.622) (xy 177.351807 76.599453) (xy 177.351815 76.599444) + (xy 177.353176 76.59839) (xy 177.354454 76.597887) (xy 177.358631 76.595418) (xy 177.359029 76.596091) + (xy 177.419259 76.572437) (xy 177.488883 76.586332) (xy 177.507639 76.598385) (xy 177.5085 76.599052) + (xy 177.6516 76.683681) (xy 177.811 76.729991) (xy 178.319 76.729991) (xy 178.478399 76.683681) + (xy 178.6215 76.599052) (xy 178.622771 76.598067) (xy 178.623949 76.597604) (xy 178.628321 76.595019) + (xy 178.628737 76.595723) (xy 178.688855 76.572118) (xy 178.758478 76.586016) (xy 178.777229 76.598067) + (xy 178.778499 76.599052) (xy 178.9216 76.683681) (xy 179.081 76.729991) (xy 179.081 75.504) (xy 178.319 75.504) + (xy 178.319 76.729991) (xy 177.811 76.729991) (xy 177.811 75.376) (xy 177.831002 75.307879) (xy 177.884658 75.261386) + (xy 177.937 75.25) (xy 178.065 75.25) (xy 178.065 75.122) (xy 178.085002 75.053879) (xy 178.138658 75.007386) + (xy 178.191 74.996) (xy 179.209 74.996) (xy 179.277121 75.016002) (xy 179.323614 75.069658) (xy 179.335 75.122) + (xy 179.335 75.25) (xy 179.463 75.25) (xy 179.531121 75.270002) (xy 179.577614 75.323658) (xy 179.589 75.376) + (xy 179.589 76.729991) (xy 179.748399 76.683681) (xy 179.891493 76.599056) (xy 179.892353 76.59839) + (xy 179.89315 76.598076) (xy 179.898321 76.595019) (xy 179.898813 76.595852) (xy 179.958437 76.572437) + (xy 180.02806 76.586332) (xy 180.046816 76.598385) (xy 180.048196 76.599455) (xy 180.191394 76.684143) + (xy 180.191397 76.684143) (xy 180.191399 76.684145) (xy 180.351169 76.730562) (xy 180.388488 76.733499) + (xy 180.388489 76.7335) (xy 180.388498 76.7335) (xy 180.821511 76.7335) (xy 180.821511 76.733499) + (xy 180.858831 76.730562) (xy 181.018601 76.684145) (xy 181.018603 76.684143) (xy 181.018605 76.684143) + (xy 181.123682 76.622) (xy 181.161807 76.599453) (xy 181.279453 76.481807) (xy 181.327411 76.400715) + (xy 181.364143 76.338605) (xy 181.364143 76.338603) (xy 181.364145 76.338601) (xy 181.410562 76.178831) + (xy 181.413499 76.141511) (xy 181.4135 76.141511) (xy 181.4135 74.358489) (xy 181.413499 74.358488) + (xy 181.410562 74.321171) (xy 181.410562 74.32117) (xy 181.399611 74.283475) (xy 181.364145 74.161399) + (xy 181.364143 74.161397) (xy 181.364143 74.161394) (xy 181.347042 74.132478) (xy 181.329582 74.063662) + (xy 181.352099 73.996331) (xy 181.407443 73.951861) (xy 181.478044 73.944373) (xy 181.541485 73.976243) + (xy 181.54459 73.979244) (xy 181.802195 74.236849) (xy 181.836221 74.299161) (xy 181.8391 74.325944) + (xy 181.8391 79.065095) (xy 181.864498 79.192777) (xy 181.8645 79.192782) (xy 181.896969 79.271171) + (xy 181.914318 79.313054) (xy 181.920845 79.322822) (xy 181.968332 79.393892) (xy 181.989546 79.461645) + (xy 181.98896 79.47624) (xy 181.98662 79.500003) (xy 182.00609 79.697694) (xy 182.006091 79.6977) + (xy 182.006092 79.697701) (xy 182.063759 79.887804) (xy 182.157405 80.063004) (xy 182.283432 80.216568) + (xy 182.436996 80.342595) (xy 182.612196 80.436241) (xy 182.802299 80.493908) (xy 182.802303 80.493908) + (xy 182.802305 80.493909) (xy 182.999997 80.51338) (xy 182.999999 80.51338) (xy 182.999999 80.513379) + (xy 183 80.51338) (xy 183.045395 80.508908) (xy 183.115146 80.522135) (xy 183.127751 80.529538) + (xy 183.136944 80.535681) (xy 183.136945 80.535681) (xy 183.136946 80.535682) (xy 183.257223 80.585502) + (xy 183.384907 80.6109) (xy 183.515093 80.6109) (xy 184.165501 80.6109) (xy 184.233622 80.630902) + (xy 184.280115 80.684558) (xy 184.291501 80.7369) (xy 184.291501 80.925544) (xy 184.302112 81.029425) + (xy 184.357885 81.197738) (xy 184.45097 81.348652) (xy 184.450975 81.348658) (xy 184.576341 81.474024) + (xy 184.576347 81.474029) (xy 184.576348 81.47403) (xy 184.727262 81.567115) (xy 184.895574 81.622887) + (xy 184.999455 81.6335) (xy 185.925544 81.633499) (xy 186.029426 81.622887) (xy 186.197738 81.567115) + (xy 186.348652 81.47403) (xy 186.47403 81.348652) (xy 186.567115 81.197738) (xy 186.622887 81.029426) + (xy 186.6335 80.925545) (xy 186.6335 80.925516) (xy 187.367 80.925516) (xy 187.377605 81.029318) + (xy 187.377606 81.029321) (xy 187.433342 81.197525) (xy 187.526365 81.348339) (xy 187.52637 81.348345) + (xy 187.651654 81.473629) (xy 187.65166 81.473634) (xy 187.802474 81.566657) (xy 187.970678 81.622393) + (xy 187.970681 81.622394) (xy 188.074483 81.632999) (xy 188.074483 81.633) (xy 188.2835 81.633) + (xy 188.7915 81.633) (xy 189.000517 81.633) (xy 189.000516 81.632999) (xy 189.104318 81.622394) + (xy 189.104321 81.622393) (xy 189.272525 81.566657) (xy 189.423339 81.473634) (xy 189.423345 81.473629) + (xy 189.548629 81.348345) (xy 189.548634 81.348339) (xy 189.641657 81.197525) (xy 189.697393 81.029321) + (xy 189.697394 81.029318) (xy 189.707999 80.925516) (xy 189.708 80.925516) (xy 189.708 80.204) (xy 188.7915 80.204) + (xy 188.7915 81.633) (xy 188.2835 81.633) (xy 188.2835 80.204) (xy 187.367 80.204) (xy 187.367 80.925516) + (xy 186.6335 80.925516) (xy 186.633499 79.103343) (xy 186.653501 79.035223) (xy 186.670399 79.014253) + (xy 187.410924 78.273727) (xy 187.410929 78.273724) (xy 187.421297 78.263355) (xy 187.421299 78.263355) + (xy 187.48925 78.195403) (xy 187.55156 78.16138) (xy 187.578344 78.1585) (xy 187.641649 78.1585) + (xy 187.70977 78.178502) (xy 187.756263 78.232158) (xy 187.766367 78.302432) (xy 187.736873 78.367012) + (xy 187.707796 78.391741) (xy 187.65166 78.426365) (xy 187.651654 78.42637) (xy 187.52637 78.551654) + (xy 187.526365 78.55166) (xy 187.433342 78.702474) (xy 187.377606 78.870678) (xy 187.377605 78.870681) + (xy 187.367 78.974483) (xy 187.367 79.696) (xy 188.2835 79.696) (xy 188.7915 79.696) (xy 189.708 79.696) + (xy 189.708 78.974483) (xy 189.697394 78.870681) (xy 189.697393 78.870678) (xy 189.641657 78.702474) + (xy 189.548634 78.55166) (xy 189.548629 78.551654) (xy 189.423345 78.42637) (xy 189.423339 78.426365) + (xy 189.272525 78.333342) (xy 189.104321 78.277606) (xy 189.104318 78.277605) (xy 189.000516 78.267) + (xy 188.7915 78.267) (xy 188.7915 79.696) (xy 188.2835 79.696) (xy 188.2835 78.238966) (xy 188.283195 78.238408) + (xy 188.2835 78.234143) (xy 188.2835 78.214809) (xy 188.284883 78.214809) (xy 188.28826 78.167593) + (xy 188.330807 78.110757) (xy 188.345944 78.10103) (xy 188.346191 78.100893) (xy 188.346204 78.100889) + (xy 188.463261 78.013261) (xy 188.484763 77.984538) (xy 188.550887 77.896207) (xy 188.550887 77.896206) + (xy 188.550889 77.896204) (xy 188.601989 77.759201) (xy 188.602422 77.755182) (xy 188.608499 77.698649) + (xy 188.6085 77.698632) (xy 188.6085 76.101367) (xy 188.608499 76.10135) (xy 188.60199 76.040803) + (xy 188.601988 76.040795) (xy 188.56715 75.947393) (xy 188.550889 75.903796) (xy 188.550888 75.903794) + (xy 188.550887 75.903792) (xy 188.463261 75.786738) (xy 188.346207 75.699112) (xy 188.346202 75.69911) + (xy 188.209204 75.648011) (xy 188.209196 75.648009) (xy 188.148649 75.6415) (xy 188.148638 75.6415) + (xy 185.851362 75.6415) (xy 185.85135 75.6415) (xy 185.790803 75.648009) (xy 185.790795 75.648011) + (xy 185.653797 75.69911) (xy 185.653792 75.699112) (xy 185.536738 75.786738) (xy 185.449112 75.903792) + (xy 185.44911 75.903797) (xy 185.398011 76.040795) (xy 185.398009 76.040803) (xy 185.3915 76.10135) + (xy 185.3915 77.698649) (xy 185.398009 77.759196) (xy 185.398011 77.759204) (xy 185.44911 77.896202) + (xy 185.449112 77.896207) (xy 185.536739 78.013262) (xy 185.571966 78.039633) (xy 185.614512 78.096469) + (xy 185.619576 78.167285) (xy 185.58555 78.229597) (xy 185.523238 78.263621) (xy 185.496456 78.2665) + (xy 184.999455 78.2665) (xy 184.895574 78.277112) (xy 184.727261 78.332885) (xy 184.576347 78.42597) + (xy 184.576341 78.425975) (xy 184.450975 78.551341) (xy 184.45097 78.551347) (xy 184.357885 78.702262) + (xy 184.302113 78.870572) (xy 184.302112 78.870579) (xy 184.2915 78.974446) (xy 184.2915 79.1631) + (xy 184.271498 79.231221) (xy 184.217842 79.277714) (xy 184.1655 79.2891) (xy 184.083353 79.2891) + (xy 184.015232 79.269098) (xy 183.968739 79.215442) (xy 183.962779 79.199676) (xy 183.936243 79.112201) + (xy 183.936241 79.112196) (xy 183.876321 79.000093) (xy 183.842595 78.936996) (xy 183.716568 78.783432) + (xy 183.563004 78.657405) (xy 183.480027 78.613053) (xy 183.387803 78.563758) (xy 183.387798 78.563756) + (xy 183.250324 78.522054) (xy 183.190943 78.483139) (xy 183.162027 78.418298) (xy 183.1609 78.40148) + (xy 183.1609 73.934908) (xy 183.160899 73.934904) (xy 183.159439 73.927562) (xy 183.135502 73.807223) + (xy 183.085682 73.686946) (xy 183.013355 73.578701) (xy 182.921299 73.486645) (xy 182.30754 72.872886) + (xy 181.690127 72.255472) (xy 181.656101 72.19316) (xy 181.653874 72.179182) (xy 181.647887 72.120574) + (xy 181.638087 72.090998) (xy 181.592115 71.952262) (xy 181.49903 71.801348) (xy 181.499027 71.801345) + (xy 181.499024 71.801341) (xy 181.373658 71.675975) (xy 181.373652 71.67597) (xy 181.323442 71.645) + (xy 181.222738 71.582885) (xy 181.138582 71.554999) (xy 181.054427 71.527113) (xy 181.05442 71.527112) + (xy 180.950553 71.5165) (xy 180.349455 71.5165) (xy 180.245574 71.527112) (xy 180.077261 71.582885) + (xy 179.926347 71.67597) (xy 179.926341 71.675975) (xy 179.800971 71.801345) (xy 179.798511 71.804457) + (xy 179.796281 71.806035) (xy 179.79578 71.806537) (xy 179.795694 71.806451) (xy 179.740568 71.845483) + (xy 179.669643 71.848671) (xy 179.608254 71.813008) (xy 179.600837 71.804446) (xy 179.598632 71.801657) + (xy 179.473345 71.67637) (xy 179.473339 71.676365) (xy 179.322525 71.583342) (xy 179.154321 71.527606) + (xy 179.154318 71.527605) (xy 179.050516 71.517) (xy 179.004 71.517) (xy 179.004 72.624) (xy 178.983998 72.692121) + (xy 178.930342 72.738614) (xy 178.878 72.75) (xy 178.75 72.75) (xy 178.75 72.878) (xy 178.729998 72.946121) + (xy 178.676342 72.992614) (xy 178.624 73.004) (xy 177.742 73.004) (xy 177.742 73.275516) (xy 177.752605 73.379318) + (xy 177.752606 73.379321) (xy 177.808343 73.547527) (xy 177.838185 73.595909) (xy 177.856922 73.664388) + (xy 177.835662 73.732127) (xy 177.781155 73.777618) (xy 177.766098 73.783052) (xy 177.651598 73.816318) + (xy 177.508499 73.900946) (xy 177.507639 73.901614) (xy 177.50684 73.901927) (xy 177.501679 73.90498) + (xy 177.501186 73.904147) (xy 177.441554 73.927562) (xy 177.371931 73.913663) (xy 177.353184 73.901615) + (xy 177.351803 73.900544) (xy 177.208605 73.815856) (xy 177.048829 73.769437) (xy 177.011511 73.7665) + (xy 177.011502 73.7665) (xy 176.578498 73.7665) (xy 176.578489 73.7665) (xy 176.541171 73.769437) + (xy 176.54117 73.769437) (xy 176.381394 73.815856) (xy 176.238196 73.900544) (xy 176.238189 73.900549) + (xy 176.120549 74.018189) (xy 176.120544 74.018196) (xy 176.035856 74.161394) (xy 175.989437 74.32117) + (xy 175.989437 74.321171) (xy 175.9865 74.358488) (xy 174.9635 74.358488) (xy 174.9635 72.783489) + (xy 174.963499 72.783488) (xy 174.960863 72.75) (xy 174.960562 72.746169) (xy 174.914145 72.586399) + (xy 174.914143 72.586397) (xy 174.914143 72.586394) (xy 174.829455 72.443196) (xy 174.82945 72.443189) + (xy 174.71181 72.325549) (xy 174.711803 72.325544) (xy 174.568605 72.240856) (xy 174.512248 72.224483) + (xy 177.742 72.224483) (xy 177.742 72.496) (xy 178.496 72.496) (xy 178.496 71.517) (xy 178.449483 71.517) + (xy 178.345681 71.527605) (xy 178.345678 71.527606) (xy 178.177474 71.583342) (xy 178.02666 71.676365) + (xy 178.026654 71.67637) (xy 177.90137 71.801654) (xy 177.901365 71.80166) (xy 177.808342 71.952474) + (xy 177.752606 72.120678) (xy 177.752605 72.120681) (xy 177.742 72.224483) (xy 174.512248 72.224483) + (xy 174.408829 72.194437) (xy 174.371511 72.1915) (xy 174.371502 72.1915) (xy 173.938498 72.1915) + (xy 173.938489 72.1915) (xy 173.901171 72.194437) (xy 173.90117 72.194437) (xy 173.741396 72.240856) + (xy 173.598186 72.325551) (xy 173.596802 72.326625) (xy 173.59552 72.327127) (xy 173.591371 72.329582) + (xy 173.590974 72.328912) (xy 173.530713 72.352564) (xy 173.461093 72.338655) (xy 173.442362 72.326616) + (xy 173.441498 72.325946) (xy 173.298401 72.241318) (xy 173.139 72.195007) (xy 173.139 73.549) (xy 173.118998 73.617121) + (xy 173.065342 73.663614) (xy 173.013 73.675) (xy 172.885 73.675) (xy 172.885 73.803) (xy 172.864998 73.871121) + (xy 172.811342 73.917614) (xy 172.759 73.929) (xy 171.869 73.929) (xy 171.361 73.929) (xy 171.361 72.195007) + (xy 171.869 72.195007) (xy 171.869 73.421) (xy 172.631 73.421) (xy 172.631 72.195007) (xy 172.471598 72.241318) + (xy 172.328499 72.325947) (xy 172.327221 72.326939) (xy 172.326036 72.327403) (xy 172.321679 72.329981) + (xy 172.321263 72.329277) (xy 172.261134 72.352882) (xy 172.191513 72.338978) (xy 172.172779 72.326939) + (xy 172.1715 72.325947) (xy 172.028401 72.241318) (xy 171.869 72.195007) (xy 171.361 72.195007) + (xy 171.201598 72.241318) (xy 171.058499 72.325946) (xy 171.057639 72.326614) (xy 171.05684 72.326927) + (xy 171.051679 72.32998) (xy 171.051186 72.329147) (xy 170.991554 72.352562) (xy 170.921931 72.338663) + (xy 170.903184 72.326615) (xy 170.901803 72.325544) (xy 170.758605 72.240856) (xy 170.598829 72.194437) + (xy 170.561511 72.1915) (xy 170.561502 72.1915) (xy 170.128498 72.1915) (xy 170.128489 72.1915) + (xy 170.091171 72.194437) (xy 170.09117 72.194437) (xy 169.931394 72.240856) (xy 169.788196 72.325544) + (xy 169.788189 72.325549) (xy 169.670549 72.443189) (xy 169.670544 72.443196) (xy 169.585856 72.586394) + (xy 169.539437 72.74617) (xy 169.539437 72.746171) (xy 169.5365 72.783488) (xy 169.5365 74.566511) + (xy 169.539437 74.603828) (xy 169.539437 74.603829) (xy 169.539438 74.603831) (xy 169.574838 74.725681) + (xy 169.585856 74.763603) (xy 169.666553 74.900053) (xy 169.6841 74.964193) (xy 169.6841 75.039184) + (xy 169.664098 75.107305) (xy 169.624248 75.146424) (xy 169.57635 75.175968) (xy 169.576341 75.175975) + (xy 169.450975 75.301341) (xy 169.45097 75.301347) (xy 169.357883 75.452265) (xy 169.315194 75.581094) + (xy 169.27478 75.639465) (xy 169.209224 75.666721) (xy 169.139339 75.654208) (xy 169.12945 75.648706) + (xy 169.022738 75.582885) (xy 168.938582 75.554999) (xy 168.854427 75.527113) (xy 168.85442 75.527112) + (xy 168.750553 75.5165) (xy 168.149455 75.5165) (xy 168.045574 75.527112) (xy 167.877261 75.582885) + (xy 167.726347 75.67597) (xy 167.726341 75.675975) (xy 167.600971 75.801345) (xy 167.598511 75.804457) + (xy 167.596281 75.806035) (xy 167.59578 75.806537) (xy 167.595694 75.806451) (xy 167.540568 75.845483) + (xy 167.469643 75.848671) (xy 167.408254 75.813008) (xy 167.400837 75.804446) (xy 167.398632 75.801657) + (xy 167.273345 75.67637) (xy 167.273339 75.676365) (xy 167.122525 75.583342) (xy 166.954321 75.527606) + (xy 166.954318 75.527605) (xy 166.850516 75.517) (xy 166.78254 75.517) (xy 166.714419 75.496998) + (xy 166.667926 75.443342) (xy 166.657822 75.373068) (xy 166.687316 75.308488) (xy 166.716393 75.283759) + (xy 166.773339 75.248634) (xy 166.773345 75.248629) (xy 166.898629 75.123345) (xy 166.898634 75.123339) + (xy 166.991657 74.972525) (xy 167.047393 74.804321) (xy 167.047394 74.804318) (xy 167.057999 74.700516) + (xy 167.058 74.700516) (xy 167.058 73.404) (xy 166.004 73.404) (xy 166.004 75.41993) (xy 166.023676 75.455963) + (xy 166.018611 75.526778) (xy 165.976064 75.583614) (xy 165.966702 75.589987) (xy 165.82666 75.676365) + (xy 165.826654 75.67637) (xy 165.70137 75.801654) (xy 165.701365 75.80166) (xy 165.608342 75.952474) + (xy 165.552606 76.120678) (xy 165.552605 76.120681) (xy 165.542 76.224483) (xy 165.542 76.496) (xy 166.424 76.496) + (xy 166.492121 76.516002) (xy 166.538614 76.569658) (xy 166.55 76.622) (xy 166.55 76.75) (xy 166.678 76.75) + (xy 166.746121 76.770002) (xy 166.792614 76.823658) (xy 166.804 76.876) (xy 166.804 77.983) (xy 166.850517 77.983) + (xy 166.850516 77.982999) (xy 166.954318 77.972394) (xy 166.954321 77.972393) (xy 167.122525 77.916657) + (xy 167.273339 77.823634) (xy 167.273345 77.823629) (xy 167.398624 77.69835) (xy 167.400832 77.695558) + (xy 167.402837 77.694137) (xy 167.403825 77.69315) (xy 167.403993 77.693318) (xy 167.458768 77.654522) + (xy 167.529693 77.651323) (xy 167.591088 77.686976) (xy 167.598515 77.695547) (xy 167.600974 77.698657) + (xy 167.726343 77.824026) (xy 167.726346 77.824028) (xy 167.726348 77.82403) (xy 167.729239 77.825813) + (xy 167.730805 77.827554) (xy 167.732105 77.828582) (xy 167.731929 77.828803) (xy 167.77672 77.878593) + (xy 167.7891 77.933058) (xy 167.7891 77.974056) (xy 167.769098 78.042177) (xy 167.752195 78.063151) + (xy 166.763151 79.052195) (xy 166.700839 79.086221) (xy 166.674056 79.0891) (xy 165.184901 79.0891) + (xy 165.057216 79.114498) (xy 164.93695 79.164315) (xy 164.936946 79.164317) (xy 164.828705 79.236642) + (xy 164.828698 79.236647) (xy 158.276647 85.788698) (xy 158.276642 85.788705) (xy 158.204317 85.896946) + (xy 158.204315 85.89695) (xy 158.187836 85.936735) (xy 158.143288 85.992016) (xy 158.075924 86.014436) + (xy 158.018178 86.002711) (xy 157.854074 85.926188) (xy 157.854068 85.926186) (xy 157.633 85.866951) + (xy 157.633004 85.866951) (xy 157.405 85.847004) (xy 157.176997 85.866951) (xy 156.955931 85.926186) + (xy 156.955926 85.926188) (xy 156.7485 86.022913) (xy 156.677109 86.072899) (xy 157.280052 86.675841) + (xy 157.212007 86.694075) (xy 157.097993 86.759901) (xy 157.004901 86.852993) (xy 156.939075 86.967007) + (xy 156.920842 87.035051) (xy 156.3179 86.432109) (xy 156.267913 86.5035) (xy 156.171188 86.710926) + (xy 156.171187 86.710928) (xy 156.141707 86.82095) (xy 156.104755 86.881572) (xy 156.040894 86.912594) + (xy 155.9704 86.904165) (xy 155.915653 86.858962) (xy 155.898293 86.82095) (xy 155.868812 86.710928) + (xy 155.868811 86.710926) (xy 155.772086 86.503498) (xy 155.7221 86.43211) (xy 155.722098 86.43211) + (xy 155.119157 87.035051) (xy 155.100925 86.967007) (xy 155.035099 86.852993) (xy 154.942007 86.759901) + (xy 154.827993 86.694075) (xy 154.759947 86.675841) (xy 155.362888 86.072899) (xy 155.362888 86.072898) + (xy 155.291501 86.022913) (xy 155.084073 85.926188) (xy 155.084068 85.926186) (xy 154.863 85.866951) + (xy 154.863004 85.866951) (xy 154.635 85.847004) (xy 154.406997 85.866951) (xy 154.185931 85.926186) + (xy 154.185926 85.926188) (xy 153.9785 86.022913) (xy 153.907109 86.0729) (xy 154.510051 86.675842) + (xy 154.442007 86.694075) (xy 154.327993 86.759901) (xy 154.234901 86.852993) (xy 154.169075 86.967007) + (xy 154.150842 87.035051) (xy 153.5479 86.432109) (xy 153.497913 86.5035) (xy 153.413695 86.684105) + (xy 153.366777 86.73739) (xy 153.2985 86.756851) (xy 153.23054 86.736309) (xy 153.184475 86.682286) + (xy 153.1735 86.630855) (xy 153.1735 86.311367) (xy 153.173499 86.31135) (xy 153.16699 86.250803) + (xy 153.166988 86.250795) (xy 153.130811 86.153804) (xy 153.115889 86.113796) (xy 153.115888 86.113794) + (xy 153.115887 86.113792) (xy 153.028261 85.996738) (xy 152.911207 85.909112) (xy 152.911202 85.90911) + (xy 152.774204 85.858011) (xy 152.774196 85.858009) (xy 152.713649 85.8515) (xy 152.713638 85.8515) + (xy 152.6519 85.8515) (xy 152.583779 85.831498) (xy 152.537286 85.777842) (xy 152.5259 85.7255) + (xy 152.5259 85.549906) (xy 152.518975 85.515094) (xy 152.518975 85.515091) (xy 152.500504 85.422227) + (xy 152.500503 85.422226) (xy 152.500503 85.422223) (xy 152.450682 85.301946) (xy 152.378355 85.193701) + (xy 145.882805 78.698151) (xy 145.848779 78.635839) (xy 145.8459 78.609056) (xy 145.8459 78.052659) + (xy 145.865902 77.984538) (xy 145.919558 77.938045) (xy 145.932261 77.933056) (xy 145.957738 77.924615) + (xy 146.108652 77.83153) (xy 146.23403 77.706152) (xy 146.327115 77.555238) (xy 146.382887 77.386926) + (xy 146.3935 77.283045) (xy 146.3935 77.275516) (xy 165.542 77.275516) (xy 165.552605 77.379318) + (xy 165.552606 77.379321) (xy 165.608342 77.547525) (xy 165.701365 77.698339) (xy 165.70137 77.698345) + (xy 165.826654 77.823629) (xy 165.82666 77.823634) (xy 165.977474 77.916657) (xy 166.145678 77.972393) + (xy 166.145681 77.972394) (xy 166.249483 77.982999) (xy 166.249483 77.983) (xy 166.296 77.983) (xy 166.296 77.004) + (xy 165.542 77.004) (xy 165.542 77.275516) (xy 146.3935 77.275516) (xy 146.393499 76.656956) (xy 146.382887 76.553074) + (xy 146.327115 76.384762) (xy 146.23403 76.233848) (xy 146.234029 76.233847) (xy 146.234024 76.233841) + (xy 146.146778 76.146595) (xy 146.112752 76.084283) (xy 146.117817 76.013468) (xy 146.146778 75.968405) + (xy 146.234024 75.881158) (xy 146.23403 75.881152) (xy 146.327115 75.730238) (xy 146.382887 75.561926) + (xy 146.3935 75.458045) (xy 146.393499 74.831956) (xy 146.391197 74.809426) (xy 146.382887 74.728074) + (xy 146.373755 74.700516) (xy 164.442 74.700516) (xy 164.452605 74.804318) (xy 164.452606 74.804321) + (xy 164.508342 74.972525) (xy 164.601365 75.123339) (xy 164.60137 75.123345) (xy 164.726654 75.248629) + (xy 164.72666 75.248634) (xy 164.877474 75.341657) (xy 165.045678 75.397393) (xy 165.045681 75.397394) + (xy 165.149483 75.407999) (xy 165.149483 75.408) (xy 165.496 75.408) (xy 165.496 73.404) (xy 164.442 73.404) + (xy 164.442 74.700516) (xy 146.373755 74.700516) (xy 146.327115 74.559762) (xy 146.23403 74.408848) + (xy 146.234029 74.408847) (xy 146.234024 74.408841) (xy 146.108658 74.283475) (xy 146.108652 74.28347) + (xy 146.068129 74.258475) (xy 145.957738 74.190385) (xy 145.870247 74.161394) (xy 145.789427 74.134613) + (xy 145.78942 74.134612) (xy 145.685553 74.124) (xy 144.684455 74.124) (xy 144.580573 74.134613) + (xy 144.504457 74.159835) (xy 144.433503 74.162275) (xy 144.372493 74.125966) (xy 144.340797 74.062437) + (xy 144.345219 74.0006) (xy 144.382887 73.886926) (xy 144.390116 73.816168) (xy 144.3935 73.783052) + (xy 144.393499 73.156955) (xy 144.382887 73.053074) (xy 144.346413 72.943002) (xy 144.327115 72.884762) + (xy 144.23403 72.733848) (xy 144.234029 72.733847) (xy 144.234024 72.733841) (xy 144.146424 72.646241) + (xy 144.112398 72.583929) (xy 144.117463 72.513114) (xy 144.146424 72.468051) (xy 144.233629 72.380845) + (xy 144.233634 72.380839) (xy 144.326657 72.230025) (xy 144.382393 72.061821) (xy 144.382394 72.061818) + (xy 144.392999 71.958016) (xy 144.393 71.958016) (xy 144.393 71.899) (xy 143.311 71.899) (xy 143.242879 71.878998) + (xy 143.196386 71.825342) (xy 143.185 71.773) (xy 143.185 71.645) (xy 143.057 71.645) (xy 142.988879 71.624998) + (xy 142.96677 71.599483) (xy 164.442 71.599483) (xy 164.442 72.896) (xy 165.496 72.896) (xy 166.004 72.896) + (xy 167.058 72.896) (xy 167.058 71.599483) (xy 167.047394 71.495681) (xy 167.047393 71.495678) (xy 166.991657 71.327474) + (xy 166.898634 71.17666) (xy 166.898629 71.176654) (xy 166.773345 71.05137) (xy 166.773339 71.051365) + (xy 166.622525 70.958342) (xy 166.454321 70.902606) (xy 166.454318 70.902605) (xy 166.350516 70.892) + (xy 166.004 70.892) (xy 166.004 72.896) (xy 165.496 72.896) (xy 165.496 70.892) (xy 165.149483 70.892) + (xy 165.045681 70.902605) (xy 165.045678 70.902606) (xy 164.877474 70.958342) (xy 164.72666 71.051365) + (xy 164.726654 71.05137) (xy 164.60137 71.176654) (xy 164.601365 71.17666) (xy 164.508342 71.327474) + (xy 164.452606 71.495678) (xy 164.452605 71.495681) (xy 164.442 71.599483) (xy 142.96677 71.599483) + (xy 142.942386 71.571342) (xy 142.931 71.519) (xy 142.931 71.391) (xy 143.439 71.391) (xy 144.393 71.391) + (xy 144.393 71.331983) (xy 144.382394 71.228181) (xy 144.382393 71.228178) (xy 144.326657 71.059974) + (xy 144.233634 70.90916) (xy 144.233629 70.909154) (xy 144.108345 70.78387) (xy 144.108339 70.783865) + (xy 143.957525 70.690842) (xy 143.789321 70.635106) (xy 143.789318 70.635105) (xy 143.685516 70.6245) + (xy 143.439 70.6245) (xy 143.439 71.391) (xy 142.931 71.391) (xy 142.931 70.6245) (xy 142.684483 70.6245) + (xy 142.580681 70.635105) (xy 142.580678 70.635106) (xy 142.412475 70.690842) (xy 142.342412 70.734057) + (xy 142.273932 70.752793) (xy 142.206193 70.731533) (xy 142.187171 70.71591) (xy 142.15431 70.683049) + (xy 142.154303 70.683044) (xy 142.011104 70.598356) (xy 141.986744 70.591278) (xy 141.926909 70.553063) + (xy 141.897234 70.488566) (xy 141.8959 70.470282) (xy 141.8959 68.419907) (xy 141.895899 68.419904) + (xy 141.894108 68.410898) (xy 141.894107 68.410895) (xy 141.886112 68.3707) (xy 141.870502 68.292223) + (xy 141.820682 68.171946) (xy 141.815585 68.164318) (xy 141.815584 68.164316) (xy 141.748361 68.063709) + (xy 141.748356 68.063703) (xy 141.748355 68.063701) (xy 141.656299 67.971645) (xy 141.656298 67.971644) + (xy 141.651898 67.967244) (xy 141.651898 67.967243) (xy 141.651893 67.967239) (xy 141.587446 67.902792) + (xy 141.55342 67.84048) (xy 141.558485 67.769665) (xy 141.560138 67.765466) (xy 141.561241 67.762803) + (xy 141.571776 67.728074) (xy 141.618908 67.572701) (xy 141.620183 67.559762) (xy 141.63838 67.375003) + (xy 141.63838 67.374996) (xy 141.618909 67.177305) (xy 141.618908 67.177303) (xy 141.618908 67.177299) + (xy 141.561241 66.987196) (xy 141.467595 66.811996) (xy 141.341568 66.658432) (xy 141.188004 66.532405) + (xy 141.119029 66.495537) (xy 141.068382 66.445786) (xy 141.052672 66.37655) (xy 141.076888 66.309811) + (xy 141.089324 66.295328) (xy 141.219194 66.165458) (xy 141.281504 66.131434) (xy 141.320636 66.129162) + (xy 141.333 66.13038) (xy 141.470212 66.116865) (xy 141.530694 66.110909) (xy 141.530695 66.110908) + (xy 141.530701 66.110908) (xy 141.720804 66.053241) (xy 141.896004 65.959595) (xy 142.049568 65.833568) + (xy 142.175595 65.680004) (xy 142.269241 65.504804) (xy 142.326908 65.314701) (xy 142.332623 65.256683) + (xy 142.34638 65.117003) (xy 142.34638 65.116996) (xy 142.326909 64.919305) (xy 142.326908 64.919303) + (xy 142.326908 64.919299) (xy 142.269241 64.729196) (xy 142.204778 64.608593) (xy 142.1899 64.549197) + (xy 142.1899 63.8088) (xy 142.209902 63.740679) (xy 142.263558 63.694186) (xy 142.302433 63.683522) + (xy 142.363196 63.67699) (xy 142.363199 63.676989) (xy 142.363201 63.676989) (xy 142.500204 63.625889) + (xy 142.553912 63.585684) (xy 142.617261 63.538261) (xy 142.704887 63.421207) (xy 142.704887 63.421206) + (xy 142.704889 63.421204) (xy 142.755989 63.284201) (xy 142.7625 63.223638) (xy 142.7625 62.676362) + (xy 142.758426 62.638468) (xy 142.758426 62.61153) (xy 142.7625 62.573638) (xy 142.7625 62.4115) + (xy 142.782502 62.343379) (xy 142.836158 62.296886) (xy 142.8885 62.2855) (xy 143.342986 62.2855) + (xy 143.411107 62.305502) (xy 143.4576 62.359158) (xy 143.46356 62.374924) (xy 143.484756 62.444798) + (xy 143.484758 62.444803) (xy 143.516122 62.50348) (xy 143.578405 62.620004) (xy 143.704432 62.773568) + (xy 143.857996 62.899595) (xy 144.033196 62.993241) (xy 144.223299 63.050908) (xy 144.223303 63.050908) + (xy 144.223305 63.050909) (xy 144.420997 63.07038) (xy 144.421 63.07038) (xy 144.421003 63.07038) + (xy 144.618694 63.050909) (xy 144.618695 63.050908) (xy 144.618701 63.050908) (xy 144.808804 62.993241) + (xy 144.984004 62.899595) (xy 145.137568 62.773568) (xy 145.263595 62.620004) (xy 145.325878 62.503479) + (xy 145.37563 62.452832) (xy 145.444866 62.437122) (xy 145.511606 62.461338) (xy 145.548121 62.503479) + (xy 145.610405 62.620004) (xy 145.736432 62.773568) (xy 145.889996 62.899595) (xy 146.065196 62.993241) + (xy 146.255299 63.050908) (xy 146.255303 63.050908) (xy 146.255305 63.050909) (xy 146.452997 63.07038) + (xy 146.453 63.07038) (xy 146.453003 63.07038) (xy 146.650694 63.050909) (xy 146.650695 63.050908) + (xy 146.650701 63.050908) (xy 146.840804 62.993241) (xy 147.016004 62.899595) (xy 147.169568 62.773568) + (xy 147.295595 62.620004) (xy 147.357878 62.503479) (xy 147.40763 62.452832) (xy 147.476866 62.437122) + (xy 147.543606 62.461338) (xy 147.580121 62.503479) (xy 147.642405 62.620004) (xy 147.768432 62.773568) + (xy 147.921996 62.899595) (xy 148.097196 62.993241) (xy 148.287299 63.050908) (xy 148.287303 63.050908) + (xy 148.287305 63.050909) (xy 148.484997 63.07038) (xy 148.485 63.07038) (xy 148.485003 63.07038) + (xy 148.682694 63.050909) (xy 148.682695 63.050908) (xy 148.682701 63.050908) (xy 148.872804 62.993241) + (xy 149.048004 62.899595) (xy 149.201568 62.773568) (xy 149.327595 62.620004) (xy 149.389878 62.503479) + (xy 149.43963 62.452832) (xy 149.508866 62.437122) (xy 149.575606 62.461338) (xy 149.612121 62.503479) + (xy 149.674405 62.620004) (xy 149.800432 62.773568) (xy 149.953996 62.899595) (xy 150.129196 62.993241) + (xy 150.319299 63.050908) (xy 150.319303 63.050908) (xy 150.319305 63.050909) (xy 150.516997 63.07038) + (xy 150.517 63.07038) (xy 150.517003 63.07038) (xy 150.714694 63.050909) (xy 150.714695 63.050908) + (xy 150.714701 63.050908) (xy 150.904804 62.993241) (xy 151.080004 62.899595) (xy 151.233568 62.773568) + (xy 151.359595 62.620004) (xy 151.421878 62.503479) (xy 151.47163 62.452832) (xy 151.540866 62.437122) + (xy 151.607606 62.461338) (xy 151.644121 62.503479) (xy 151.706405 62.620004) (xy 151.832432 62.773568) + (xy 151.985996 62.899595) (xy 152.161196 62.993241) (xy 152.351299 63.050908) (xy 152.351303 63.050908) + (xy 152.351305 63.050909) (xy 152.548997 63.07038) (xy 152.549 63.07038) (xy 152.549003 63.07038) + (xy 152.746694 63.050909) (xy 152.746695 63.050908) (xy 152.746701 63.050908) (xy 152.936804 62.993241) + (xy 153.112004 62.899595) (xy 153.265568 62.773568) (xy 153.391595 62.620004) (xy 153.485241 62.444804) + (xy 153.542908 62.254701) (xy 153.551026 62.172286) (xy 153.56238 62.057003) (xy 153.56238 62.056996) + (xy 153.542909 61.859305) (xy 153.542908 61.859303) (xy 153.542908 61.859299) (xy 153.485241 61.669196) + (xy 153.391595 61.493996) (xy 153.265568 61.340432) (xy 153.265084 61.340035) (xy 153.227311 61.309035) + (xy 153.187342 61.250358) (xy 153.183666 61.236218) (xy 153.160078 61.117631) (xy 153.112173 61.001978) + (xy 153.042625 60.897892) (xy 152.954108 60.809375) (xy 152.311108 60.166375) (xy 152.207022 60.096827) + (xy 152.091369 60.048922) (xy 151.968593 60.0245) (xy 151.968591 60.0245) (xy 151.213443 60.0245) + (xy 151.145322 60.004498) (xy 151.124348 59.987595) (xy 150.79512 59.658367) (xy 150.795118 59.658365) + (xy 150.691032 59.588817) (xy 150.575379 59.540912) (xy 150.452603 59.51649) (xy 150.452601 59.51649) + (xy 149.244923 59.51649) (xy 149.176802 59.496488) (xy 149.155828 59.479585) (xy 148.69961 59.023367) + (xy 148.699608 59.023365) (xy 148.595522 58.953817) (xy 148.582297 58.948339) (xy 148.479874 58.905914) + (xy 148.479869 58.905912) (xy 148.357093 58.88149) (xy 148.357091 58.88149) (xy 147.821641 58.88149) + (xy 147.75352 58.861488) (xy 147.707027 58.807832) (xy 147.696923 58.737558) (xy 147.726417 58.672978) + (xy 147.782007 58.635885) (xy 147.806829 58.627661) (xy 147.956498 58.535344) (xy 148.080844 58.410998) + (xy 148.08085 58.410987) (xy 148.081975 58.409566) (xy 148.08301 58.408832) (xy 148.086034 58.405809) + (xy 148.08655 58.406325) (xy 148.139912 58.368531) (xy 148.210836 58.365333) (xy 148.272231 58.400987) + (xy 148.279653 58.409551) (xy 148.280552 58.410688) (xy 148.404807 58.534943) (xy 148.404813 58.534948) + (xy 148.554387 58.627206) (xy 148.721191 58.68248) (xy 148.721203 58.682482) (xy 148.824144 58.692999) + (xy 148.863999 58.692999) (xy 149.372 58.692999) (xy 149.411847 58.692999) (xy 149.514802 58.682482) + (xy 149.681612 58.627206) (xy 149.831186 58.534948) (xy 149.831192 58.534943) (xy 149.955443 58.410692) + (xy 149.955448 58.410686) (xy 150.047706 58.261112) (xy 150.10298 58.094308) (xy 150.102982 58.094296) + (xy 150.113499 57.991355) (xy 150.1135 57.991355) (xy 150.1135 57.739) (xy 149.372 57.739) (xy 149.372 58.692999) + (xy 148.863999 58.692999) (xy 148.864 58.692998) (xy 148.864 57.231) (xy 149.372 57.231) (xy 150.113499 57.231) + (xy 150.113499 56.978652) (xy 150.102982 56.875697) (xy 150.047706 56.708887) (xy 149.958738 56.564647) + (xy 149.940001 56.496168) (xy 149.958738 56.432353) (xy 150.047706 56.288112) (xy 150.10298 56.121308) + (xy 150.102982 56.121296) (xy 150.113499 56.018355) (xy 150.1135 56.018355) (xy 150.1135 55.766) + (xy 149.372 55.766) (xy 149.372 57.231) (xy 148.864 57.231) (xy 148.864 55.258) (xy 149.372 55.258) + (xy 150.113499 55.258) (xy 150.113499 55.005652) (xy 150.102982 54.902697) (xy 150.047706 54.735887) + (xy 149.955448 54.586313) (xy 149.955443 54.586307) (xy 149.831192 54.462056) (xy 149.831186 54.462051) + (xy 149.681612 54.369793) (xy 149.514808 54.314519) (xy 149.514796 54.314517) (xy 149.411855 54.304) + (xy 149.372 54.304) (xy 149.372 55.258) (xy 148.864 55.258) (xy 148.864 54.304) (xy 148.824153 54.304) + (xy 148.721197 54.314517) (xy 148.554387 54.369793) (xy 148.404813 54.462051) (xy 148.404807 54.462056) + (xy 148.280551 54.586312) (xy 148.279648 54.587455) (xy 148.278829 54.588034) (xy 148.275361 54.591503) + (xy 148.274767 54.590909) (xy 148.221702 54.628477) (xy 148.150777 54.63166) (xy 148.08939 54.595992) + (xy 148.081981 54.58744) (xy 148.08084 54.585997) (xy 147.956504 54.461661) (xy 147.956498 54.461656) + (xy 147.806829 54.369339) (xy 147.78925 54.363514) (xy 147.639904 54.314026) (xy 147.639901 54.314025) + (xy 147.639899 54.314025) (xy 147.536883 54.3035) (xy 146.949125 54.3035) (xy 146.8461 54.314025) + (xy 146.846097 54.314025) (xy 146.846096 54.314026) (xy 146.79052 54.332442) (xy 146.67917 54.369339) + (xy 146.529501 54.461656) (xy 146.529495 54.461661) (xy 146.517765 54.473392) (xy 146.455453 54.507418) + (xy 146.384638 54.502353) (xy 146.339575 54.473392) (xy 146.329158 54.462975) (xy 146.329152 54.46297) + (xy 146.278128 54.431498) (xy 146.178238 54.369885) (xy 146.094082 54.341999) (xy 146.009927 54.314113) + (xy 146.00992 54.314112) (xy 145.906053 54.3035) (xy 145.279955 54.3035) (xy 145.176074 54.314112) + (xy 145.007761 54.369885) (xy 144.856847 54.46297) (xy 144.856841 54.462975) (xy 144.769595 54.550222) + (xy 144.707283 54.584248) (xy 144.636468 54.579183) (xy 144.591405 54.550222) (xy 144.504158 54.462975) + (xy 144.504152 54.46297) (xy 144.453128 54.431498) (xy 144.353238 54.369885) (xy 144.269082 54.341999) + (xy 144.184927 54.314113) (xy 144.18492 54.314112) (xy 144.081053 54.3035) (xy 143.454955 54.3035) + (xy 143.351074 54.314112) (xy 143.182761 54.369885) (xy 143.031847 54.46297) (xy 143.031841 54.462975) + (xy 142.906475 54.588341) (xy 142.90647 54.588347) (xy 142.813384 54.739264) (xy 142.804944 54.764734) + (xy 142.764529 54.823105) (xy 142.698973 54.85036) (xy 142.68534 54.8511) (xy 142.452902 54.8511) + (xy 142.33666 54.874223) (xy 142.336659 54.874222) (xy 142.325229 54.876496) (xy 142.325219 54.876499) + (xy 142.204945 54.926318) (xy 142.096705 54.998642) (xy 142.096698 54.998647) (xy 141.893995 55.201351) + (xy 141.831683 55.235377) (xy 141.760868 55.230312) (xy 141.704032 55.187765) (xy 141.679221 55.121245) + (xy 141.6789 55.112256) (xy 141.6789 50.321908) (xy 141.678899 50.321901) (xy 141.662559 50.239754) + (xy 141.653503 50.194223) (xy 141.653501 50.19422) (xy 141.653501 50.194216) (xy 141.603684 50.07395) + (xy 141.603682 50.073946) (xy 141.549936 49.99351) (xy 141.531355 49.965701) (xy 140.894849 49.329195) + (xy 140.860823 49.266883) (xy 140.865888 49.196068) (xy 140.908435 49.139232) (xy 140.974955 49.114421) + (xy 140.983944 49.1141) (xy 146.127256 49.1141) (xy 146.195377 49.134102) (xy 146.216351 49.151005) + (xy 158.868045 61.802699) (xy 158.960101 61.894755) (xy 159.068346 61.967082) (xy 159.188623 62.016902) + (xy 159.316307 62.0423) (xy 171.2131 62.0423) (xy 171.281221 62.062302) (xy 171.327714 62.115958) + (xy 171.3391 62.1683) (xy 171.3391 62.924056) (xy 171.319098 62.992177) (xy 171.302195 63.013151) + (xy 169.786647 64.528698) (xy 169.786642 64.528705) (xy 169.714318 64.636945) (xy 169.6645 64.757217) + (xy 169.664498 64.757222) (xy 169.6391 64.884904) (xy 169.6391 65.016941) (xy 169.619098 65.085062) + (xy 169.582084 65.121396) (xy 169.582103 65.12142) (xy 169.581884 65.121592) (xy 169.579249 65.12418) + (xy 169.576352 65.125966) (xy 169.576341 65.125975) (xy 169.450975 65.251341) (xy 169.45097 65.251347) + (xy 169.357883 65.402265) (xy 169.34116 65.452733) (xy 169.300746 65.511105) (xy 169.23519 65.53836) + (xy 169.221556 65.5391) (xy 167.234904 65.5391) (xy 167.107222 65.564498) (xy 167.107217 65.5645) + (xy 166.986947 65.614317) (xy 166.922451 65.657412) (xy 166.854698 65.678626) (xy 166.786231 65.659843) + (xy 166.774304 65.651486) (xy 166.773655 65.650973) (xy 166.773652 65.65097) (xy 166.622738 65.557885) + (xy 166.525165 65.525553) (xy 166.454427 65.502113) (xy 166.45442 65.502112) (xy 166.350553 65.4915) + (xy 165.149455 65.4915) (xy 165.045574 65.502112) (xy 164.877261 65.557885) (xy 164.726347 65.65097) + (xy 164.726341 65.650975) (xy 164.600975 65.776341) (xy 164.60097 65.776347) (xy 164.507885 65.927262) + (xy 164.452113 66.095572) (xy 164.452112 66.095579) (xy 164.4415 66.199446) (xy 164.4415 69.300544) + (xy 164.452112 69.404425) (xy 164.507885 69.572738) (xy 164.60097 69.723652) (xy 164.600975 69.723658) + (xy 164.726341 69.849024) (xy 164.726347 69.849029) (xy 164.726348 69.84903) (xy 164.877262 69.942115) + (xy 165.045574 69.997887) (xy 165.149455 70.0085) (xy 166.350544 70.008499) (xy 166.454426 69.997887) + (xy 166.622738 69.942115) (xy 166.773652 69.84903) (xy 166.89903 69.723652) (xy 166.992115 69.572738) + (xy 167.047887 69.404426) (xy 167.0585 69.300545) (xy 167.058499 67.428344) (xy 167.078501 67.360224) + (xy 167.095404 67.339249) (xy 167.53685 66.897804) (xy 167.599162 66.863779) (xy 167.625945 66.8609) + (xy 169.221556 66.8609) (xy 169.289677 66.880902) (xy 169.33617 66.934558) (xy 169.34116 66.947267) + (xy 169.357883 66.997734) (xy 169.357884 66.997736) (xy 169.357885 66.997738) (xy 169.435765 67.124001) + (xy 169.45097 67.148652) (xy 169.450975 67.148658) (xy 169.576343 67.274026) (xy 169.576346 67.274028) + (xy 169.576348 67.27403) (xy 169.579239 67.275813) (xy 169.580805 67.277554) (xy 169.582105 67.278582) + (xy 169.581929 67.278803) (xy 169.62672 67.328593) (xy 169.6391 67.383058) (xy 169.6391 67.511895) + (xy 169.621554 67.576033) (xy 169.585856 67.636395) (xy 169.539437 67.79617) (xy 169.539437 67.796171) + (xy 169.5365 67.833488) (xy 169.5365 69.616511) (xy 169.539437 69.653828) (xy 169.539437 69.653829) + (xy 169.585856 69.813605) (xy 169.670544 69.956803) (xy 169.670549 69.95681) (xy 169.788189 70.07445) + (xy 169.788196 70.074455) (xy 169.931394 70.159143) (xy 169.931397 70.159143) (xy 169.931399 70.159145) + (xy 170.091169 70.205562) (xy 170.128488 70.208499) (xy 170.128489 70.2085) (xy 170.128498 70.2085) + (xy 170.561511 70.2085) (xy 170.561511 70.208499) (xy 170.598831 70.205562) (xy 170.758601 70.159145) + (xy 170.758603 70.159143) (xy 170.758605 70.159143) (xy 170.856969 70.10097) (xy 170.901807 70.074453) + (xy 170.901815 70.074444) (xy 170.903176 70.07339) (xy 170.904454 70.072887) (xy 170.908631 70.070418) + (xy 170.909029 70.071091) (xy 170.969259 70.047437) (xy 171.038883 70.061332) (xy 171.057639 70.073385) + (xy 171.0585 70.074052) (xy 171.2016 70.158681) (xy 171.361 70.204991) (xy 171.869 70.204991) (xy 172.028399 70.158681) + (xy 172.1715 70.074052) (xy 172.172771 70.073067) (xy 172.173949 70.072604) (xy 172.178321 70.070019) + (xy 172.178737 70.070723) (xy 172.238855 70.047118) (xy 172.308478 70.061016) (xy 172.327229 70.073067) + (xy 172.328499 70.074052) (xy 172.4716 70.158681) (xy 172.631 70.204991) (xy 172.631 68.979) (xy 171.869 68.979) + (xy 171.869 70.204991) (xy 171.361 70.204991) (xy 171.361 68.851) (xy 171.381002 68.782879) (xy 171.434658 68.736386) + (xy 171.487 68.725) (xy 171.615 68.725) (xy 171.615 68.597) (xy 171.635002 68.528879) (xy 171.688658 68.482386) + (xy 171.741 68.471) (xy 172.759 68.471) (xy 172.827121 68.491002) (xy 172.873614 68.544658) (xy 172.885 68.597) + (xy 172.885 68.725) (xy 173.013 68.725) (xy 173.081121 68.745002) (xy 173.127614 68.798658) (xy 173.139 68.851) + (xy 173.139 70.204991) (xy 173.298399 70.158681) (xy 173.441493 70.074056) (xy 173.442353 70.07339) + (xy 173.44315 70.073076) (xy 173.448321 70.070019) (xy 173.448813 70.070852) (xy 173.508437 70.047437) + (xy 173.57806 70.061332) (xy 173.596816 70.073385) (xy 173.598196 70.074455) (xy 173.741394 70.159143) + (xy 173.741397 70.159143) (xy 173.741399 70.159145) (xy 173.901169 70.205562) (xy 173.938488 70.208499) + (xy 173.938489 70.2085) (xy 173.938498 70.2085) (xy 174.371511 70.2085) (xy 174.371511 70.208499) + (xy 174.408831 70.205562) (xy 174.568601 70.159145) (xy 174.568603 70.159143) (xy 174.568605 70.159143) + (xy 174.666969 70.10097) (xy 174.711807 70.074453) (xy 174.829453 69.956807) (xy 174.914145 69.813601) + (xy 174.960562 69.653831) (xy 174.963499 69.616511) (xy 174.9635 69.616511) (xy 174.9635 69.000516) + (xy 177.692 69.000516) (xy 177.702605 69.104318) (xy 177.702606 69.104321) (xy 177.758342 69.272525) + (xy 177.851365 69.423339) (xy 177.85137 69.423345) (xy 177.976654 69.548629) (xy 177.97666 69.548634) + (xy 178.127474 69.641657) (xy 178.295678 69.697393) (xy 178.295681 69.697394) (xy 178.399483 69.707999) + (xy 178.399483 69.708) (xy 178.746 69.708) (xy 179.254 69.708) (xy 179.600517 69.708) (xy 179.600516 69.707999) + (xy 179.704318 69.697394) (xy 179.704321 69.697393) (xy 179.872525 69.641657) (xy 180.023339 69.548634) + (xy 180.023345 69.548629) (xy 180.148629 69.423345) (xy 180.148634 69.423339) (xy 180.241657 69.272525) + (xy 180.297393 69.104321) (xy 180.297394 69.104318) (xy 180.307999 69.000516) (xy 180.308 69.000516) + (xy 180.308 67.704) (xy 179.254 67.704) (xy 179.254 69.708) (xy 178.746 69.708) (xy 178.746 67.704) + (xy 177.692 67.704) (xy 177.692 69.000516) (xy 174.9635 69.000516) (xy 174.9635 67.833489) (xy 174.963499 67.833488) + (xy 174.963378 67.831955) (xy 174.960562 67.796169) (xy 174.914145 67.636399) (xy 174.914143 67.636395) + (xy 174.914143 67.636394) (xy 174.829455 67.493196) (xy 174.82945 67.493189) (xy 174.71181 67.375549) + (xy 174.711803 67.375544) (xy 174.568605 67.290856) (xy 174.408829 67.244437) (xy 174.371511 67.2415) + (xy 174.371502 67.2415) (xy 173.938498 67.2415) (xy 173.938489 67.2415) (xy 173.901171 67.244437) + (xy 173.90117 67.244437) (xy 173.741396 67.290856) (xy 173.598186 67.375551) (xy 173.596802 67.376625) + (xy 173.59552 67.377127) (xy 173.591371 67.379582) (xy 173.590974 67.378912) (xy 173.530713 67.402564) + (xy 173.461093 67.388655) (xy 173.442362 67.376616) (xy 173.441498 67.375946) (xy 173.298401 67.291318) + (xy 173.170824 67.254253) (xy 173.110989 67.216039) (xy 173.081312 67.151543) (xy 173.091216 67.08124) + (xy 173.098738 67.067109) (xy 173.141656 66.997528) (xy 173.197393 66.829321) (xy 173.197394 66.829318) + (xy 173.207999 66.725516) (xy 173.208 66.725516) (xy 173.208 66.454) (xy 172.326 66.454) (xy 172.257879 66.433998) + (xy 172.211386 66.380342) (xy 172.2 66.328) (xy 172.2 66.2) (xy 172.072 66.2) (xy 172.003879 66.179998) + (xy 171.957386 66.126342) (xy 171.946 66.074) (xy 171.946 65.946) (xy 172.454 65.946) (xy 173.208 65.946) + (xy 173.208 65.899483) (xy 177.692 65.899483) (xy 177.692 67.196) (xy 178.746 67.196) (xy 179.254 67.196) + (xy 180.308 67.196) (xy 180.308 65.899483) (xy 180.297394 65.795681) (xy 180.297393 65.795678) (xy 180.241657 65.627474) + (xy 180.148634 65.47666) (xy 180.148629 65.476654) (xy 180.023345 65.35137) (xy 180.023339 65.351365) + (xy 179.872525 65.258342) (xy 179.704321 65.202606) (xy 179.704318 65.202605) (xy 179.600516 65.192) + (xy 179.254 65.192) (xy 179.254 67.196) (xy 178.746 67.196) (xy 178.746 65.192) (xy 178.399483 65.192) + (xy 178.295681 65.202605) (xy 178.295678 65.202606) (xy 178.127474 65.258342) (xy 177.97666 65.351365) + (xy 177.976654 65.35137) (xy 177.85137 65.476654) (xy 177.851365 65.47666) (xy 177.758342 65.627474) + (xy 177.702606 65.795678) (xy 177.702605 65.795681) (xy 177.692 65.899483) (xy 173.208 65.899483) + (xy 173.208 65.674483) (xy 173.197394 65.570681) (xy 173.197393 65.570678) (xy 173.141657 65.402474) + (xy 173.048634 65.25166) (xy 173.048629 65.251654) (xy 172.923345 65.12637) (xy 172.923339 65.126365) + (xy 172.772525 65.033342) (xy 172.604321 64.977606) (xy 172.604318 64.977605) (xy 172.500516 64.967) + (xy 172.454 64.967) (xy 172.454 65.946) (xy 171.946 65.946) (xy 171.946 64.967) (xy 171.899483 64.967) + (xy 171.795681 64.977605) (xy 171.795678 64.977606) (xy 171.627474 65.033342) (xy 171.47666 65.126365) + (xy 171.476654 65.12637) (xy 171.35137 65.251654) (xy 171.349157 65.254454) (xy 171.347149 65.255875) + (xy 171.346175 65.25685) (xy 171.346008 65.256683) (xy 171.291216 65.295482) (xy 171.220291 65.298672) + (xy 171.1589 65.263011) (xy 171.151483 65.25445) (xy 171.149028 65.251345) (xy 171.130263 65.23258) + (xy 171.096237 65.170268) (xy 171.101302 65.099453) (xy 171.130261 65.054392) (xy 172.513355 63.671299) + (xy 172.585682 63.563054) (xy 172.635502 63.442777) (xy 172.6609 63.315093) (xy 172.6609 63.184907) + (xy 172.6609 62.649744) (xy 172.680902 62.581623) (xy 172.734558 62.53513) (xy 172.804832 62.525026) + (xy 172.869412 62.55452) (xy 172.875995 62.560649) (xy 173.828701 63.513355) (xy 173.880159 63.547738) + (xy 173.936946 63.585682) (xy 173.93695 63.585684) (xy 174.057216 63.635501) (xy 174.05722 63.635501) + (xy 174.057223 63.635503) (xy 174.148432 63.653645) (xy 174.184901 63.660899) (xy 174.184904 63.660899) + (xy 174.184907 63.6609) (xy 174.184908 63.6609) (xy 176.565092 63.6609) (xy 176.565093 63.6609) + (xy 176.692777 63.635502) (xy 176.813054 63.585682) (xy 176.921299 63.513355) (xy 177.476406 62.958246) + (xy 177.538717 62.924223) (xy 177.609532 62.929287) (xy 177.666368 62.971834) (xy 177.691179 63.038354) + (xy 177.6915 63.047343) (xy 177.6915 63.600544) (xy 177.702112 63.704425) (xy 177.757885 63.872738) + (xy 177.85097 64.023652) (xy 177.850975 64.023658) (xy 177.976341 64.149024) (xy 177.976347 64.149029) + (xy 177.976348 64.14903) (xy 178.127262 64.242115) (xy 178.295574 64.297887) (xy 178.399455 64.3085) + (xy 179.600544 64.308499) (xy 179.704426 64.297887) (xy 179.872738 64.242115) (xy 180.023652 64.14903) + (xy 180.14903 64.023652) (xy 180.242115 63.872738) (xy 180.297887 63.704426) (xy 180.3085 63.600545) + (xy 180.308499 61.754) (xy 183.062 61.754) (xy 183.062 62.025516) (xy 183.072605 62.129318) (xy 183.072606 62.129321) + (xy 183.128342 62.297525) (xy 183.221365 62.448339) (xy 183.22137 62.448345) (xy 183.346654 62.573629) + (xy 183.34666 62.573634) (xy 183.457471 62.641983) (xy 183.504949 62.694769) (xy 183.516352 62.764844) + (xy 183.48806 62.82996) (xy 183.48042 62.838319) (xy 183.375546 62.943193) (xy 183.375544 62.943196) + (xy 183.290856 63.086394) (xy 183.244437 63.24617) (xy 183.244437 63.246171) (xy 183.2415 63.283488) + (xy 183.2415 64.441511) (xy 183.244437 64.478828) (xy 183.244437 64.478829) (xy 183.290856 64.638605) + (xy 183.375544 64.781803) (xy 183.375549 64.78181) (xy 183.493191 64.899452) (xy 183.494882 64.900764) + (xy 183.495866 64.902127) (xy 183.498798 64.905059) (xy 183.498325 64.905531) (xy 183.536445 64.958322) + (xy 183.540292 65.029214) (xy 183.505201 65.090933) (xy 183.494879 65.099876) (xy 183.493501 65.100944) + (xy 183.375949 65.218496) (xy 183.375948 65.218498) (xy 183.291318 65.361598) (xy 183.244934 65.52125) + (xy 183.242 65.558543) (xy 183.242 65.8835) (xy 183.924 65.8835) (xy 183.992121 65.903502) (xy 184.038614 65.957158) + (xy 184.05 66.0095) (xy 184.05 66.2655) (xy 184.029998 66.333621) (xy 183.976342 66.380114) (xy 183.924 66.3915) + (xy 183.242001 66.3915) (xy 183.242001 66.716456) (xy 183.244934 66.75375) (xy 183.291318 66.9134) + (xy 183.375948 67.056501) (xy 183.375949 67.056503) (xy 183.493497 67.174051) (xy 183.592556 67.232634) + (xy 183.641009 67.284527) (xy 183.653714 67.354377) (xy 183.635658 67.407234) (xy 183.607886 67.45226) + (xy 183.552113 67.620572) (xy 183.552112 67.620579) (xy 183.5415 67.724446) (xy 183.5415 68.775544) + (xy 183.552112 68.879425) (xy 183.607885 69.047738) (xy 183.70097 69.198652) (xy 183.700975 69.198658) + (xy 183.826341 69.324024) (xy 183.826347 69.324029) (xy 183.826348 69.32403) (xy 183.977262 69.417115) + (xy 184.145574 69.472887) (xy 184.249455 69.4835) (xy 184.850544 69.483499) (xy 184.954426 69.472887) + (xy 185.122738 69.417115) (xy 185.273652 69.32403) (xy 185.273659 69.324022) (xy 185.274869 69.323067) + (xy 185.275862 69.322666) (xy 185.279898 69.320177) (xy 185.280323 69.320866) (xy 185.340709 69.296503) + (xy 185.410458 69.309752) (xy 185.461972 69.358607) (xy 185.478896 69.427557) (xy 185.455856 69.494711) + (xy 185.453893 69.497406) (xy 185.449114 69.503789) (xy 185.44911 69.503797) (xy 185.398011 69.640795) + (xy 185.398009 69.640803) (xy 185.3915 69.70135) (xy 185.3915 71.298649) (xy 185.398009 71.359196) + (xy 185.398011 71.359204) (xy 185.44911 71.496202) (xy 185.449112 71.496207) (xy 185.536738 71.613261) + (xy 185.653792 71.700887) (xy 185.653794 71.700888) (xy 185.653796 71.700889) (xy 185.695723 71.716527) + (xy 185.790795 71.751988) (xy 185.790803 71.75199) (xy 185.85135 71.758499) (xy 185.851355 71.758499) + (xy 185.851362 71.7585) (xy 185.851368 71.7585) (xy 188.148632 71.7585) (xy 188.148638 71.7585) + (xy 188.148645 71.758499) (xy 188.148649 71.758499) (xy 188.209196 71.75199) (xy 188.209199 71.751989) + (xy 188.209201 71.751989) (xy 188.346204 71.700889) (xy 188.378958 71.67637) (xy 188.463261 71.613261) + (xy 188.550887 71.496207) (xy 188.550887 71.496206) (xy 188.550889 71.496204) (xy 188.601989 71.359201) + (xy 188.604886 71.332261) (xy 188.608499 71.298649) (xy 188.6085 71.298632) (xy 188.6085 69.878344) + (xy 188.628502 69.810223) (xy 188.645405 69.789249) (xy 188.763355 69.671299) (xy 188.835682 69.563054) + (xy 188.885502 69.442777) (xy 188.889387 69.42324) (xy 188.922293 69.360332) (xy 188.946823 69.340578) + (xy 188.952901 69.336828) (xy 188.973652 69.32403) (xy 189.09903 69.198652) (xy 189.099037 69.198639) + (xy 189.101478 69.195554) (xy 189.103709 69.193973) (xy 189.10422 69.193463) (xy 189.104307 69.19355) + (xy 189.159416 69.154521) (xy 189.23034 69.151324) (xy 189.291734 69.18698) (xy 189.299161 69.195551) + (xy 189.301369 69.198344) (xy 189.426654 69.323629) (xy 189.42666 69.323634) (xy 189.577474 69.416657) + (xy 189.745678 69.472393) (xy 189.745681 69.472394) (xy 189.849483 69.482999) (xy 189.849483 69.483) + (xy 189.896 69.483) (xy 190.404 69.483) (xy 190.450517 69.483) (xy 190.450516 69.482999) (xy 190.554318 69.472394) + (xy 190.554321 69.472393) (xy 190.722525 69.416657) (xy 190.873339 69.323634) (xy 190.873345 69.323629) + (xy 190.998629 69.198345) (xy 190.998634 69.198339) (xy 191.091657 69.047525) (xy 191.147393 68.879321) + (xy 191.147394 68.879318) (xy 191.157999 68.775516) (xy 191.158 68.775516) (xy 191.158 68.504) (xy 190.404 68.504) + (xy 190.404 69.483) (xy 189.896 69.483) (xy 189.896 67.996) (xy 190.404 67.996) (xy 191.158 67.996) + (xy 191.158 67.724483) (xy 191.147394 67.620681) (xy 191.147393 67.620678) (xy 191.091657 67.452474) + (xy 190.998634 67.30166) (xy 190.998629 67.301654) (xy 190.873345 67.17637) (xy 190.873339 67.176365) + (xy 190.722525 67.083342) (xy 190.554321 67.027606) (xy 190.554318 67.027605) (xy 190.450516 67.017) + (xy 190.404 67.017) (xy 190.404 67.996) (xy 189.896 67.996) (xy 189.896 67.017) (xy 189.849483 67.017) + (xy 189.745681 67.027605) (xy 189.745678 67.027606) (xy 189.577474 67.083342) (xy 189.42666 67.176365) + (xy 189.426654 67.17637) (xy 189.30137 67.301654) (xy 189.299157 67.304454) (xy 189.297149 67.305875) + (xy 189.296175 67.30685) (xy 189.296008 67.306683) (xy 189.241216 67.345482) (xy 189.170291 67.348672) + (xy 189.1089 67.313011) (xy 189.101483 67.30445) (xy 189.099028 67.301345) (xy 188.973658 67.175975) + (xy 188.973647 67.175966) (xy 188.970751 67.17418) (xy 188.969183 67.172437) (xy 188.967897 67.17142) + (xy 188.96807 67.1712) (xy 188.923274 67.121393) (xy 188.9109 67.066941) (xy 188.9109 66.097406) + (xy 188.910899 66.097403) (xy 188.910535 66.095572) (xy 188.91053 66.095549) (xy 188.904951 66.0675) + (xy 188.885502 65.969723) (xy 188.835682 65.849446) (xy 188.831104 65.842595) (xy 188.825074 65.833569) + (xy 188.763355 65.741201) (xy 188.76335 65.741195) (xy 188.66691 65.644755) (xy 188.666887 65.644734) + (xy 186.795405 63.773251) (xy 186.761379 63.710939) (xy 186.7585 63.684156) (xy 186.7585 63.283489) + (xy 186.758499 63.283488) (xy 186.757874 63.275553) (xy 186.755562 63.246169) (xy 186.709145 63.086399) + (xy 186.709143 63.086397) (xy 186.709143 63.086394) (xy 186.624455 62.943196) (xy 186.62445 62.943189) + (xy 186.535203 62.853942) (xy 186.501177 62.79163) (xy 186.506242 62.720815) (xy 186.548789 62.663979) + (xy 186.558128 62.657622) (xy 186.693652 62.57403) (xy 186.742656 62.525026) (xy 186.795905 62.471778) + (xy 186.858217 62.437752) (xy 186.929032 62.442817) (xy 186.974095 62.471778) (xy 187.076341 62.574024) + (xy 187.076347 62.574029) (xy 187.076348 62.57403) (xy 187.227262 62.667115) (xy 187.395574 62.722887) + (xy 187.499455 62.7335) (xy 188.100544 62.733499) (xy 188.204426 62.722887) (xy 188.372738 62.667115) + (xy 188.523652 62.57403) (xy 188.64903 62.448652) (xy 188.649037 62.448639) (xy 188.651478 62.445554) + (xy 188.653709 62.443973) (xy 188.65422 62.443463) (xy 188.654307 62.44355) (xy 188.709416 62.404521) + (xy 188.78034 62.401324) (xy 188.841734 62.43698) (xy 188.849161 62.445551) (xy 188.851369 62.448344) + (xy 188.976654 62.573629) (xy 188.97666 62.573634) (xy 189.127474 62.666657) (xy 189.295678 62.722393) + (xy 189.295681 62.722394) (xy 189.399483 62.732999) (xy 189.399483 62.733) (xy 189.446 62.733) (xy 189.954 62.733) + (xy 190.000517 62.733) (xy 190.000516 62.732999) (xy 190.104318 62.722394) (xy 190.104321 62.722393) + (xy 190.272525 62.666657) (xy 190.423339 62.573634) (xy 190.423345 62.573629) (xy 190.548629 62.448345) + (xy 190.548634 62.448339) (xy 190.641657 62.297525) (xy 190.697393 62.129321) (xy 190.697394 62.129318) + (xy 190.707999 62.025516) (xy 190.708 62.025516) (xy 190.708 61.754) (xy 189.954 61.754) (xy 189.954 62.733) + (xy 189.446 62.733) (xy 189.446 61.246) (xy 189.954 61.246) (xy 190.708 61.246) (xy 190.708 60.974483) + (xy 190.697394 60.870681) (xy 190.697393 60.870678) (xy 190.641657 60.702474) (xy 190.548634 60.55166) + (xy 190.548629 60.551654) (xy 190.423345 60.42637) (xy 190.423339 60.426365) (xy 190.272525 60.333342) + (xy 190.104321 60.277606) (xy 190.104318 60.277605) (xy 190.000516 60.267) (xy 189.954 60.267) (xy 189.954 61.246) + (xy 189.446 61.246) (xy 189.446 60.267) (xy 189.399483 60.267) (xy 189.295681 60.277605) (xy 189.295678 60.277606) + (xy 189.127474 60.333342) (xy 188.97666 60.426365) (xy 188.976654 60.42637) (xy 188.85137 60.551654) + (xy 188.849157 60.554454) (xy 188.847149 60.555875) (xy 188.846175 60.55685) (xy 188.846008 60.556683) + (xy 188.791216 60.595482) (xy 188.720291 60.598672) (xy 188.6589 60.563011) (xy 188.651483 60.55445) + (xy 188.649028 60.551345) (xy 188.647805 60.550122) (xy 188.647233 60.549075) (xy 188.644477 60.545589) + (xy 188.645072 60.545118) (xy 188.613779 60.48781) (xy 188.6109 60.461027) (xy 188.6109 58.2345) + (xy 188.630902 58.166379) (xy 188.684558 58.119886) (xy 188.7369 58.1085) (xy 188.748632 58.1085) + (xy 188.748638 58.1085) (xy 188.748645 58.108499) (xy 188.748649 58.108499) (xy 188.809196 58.10199) + (xy 188.809199 58.101989) (xy 188.809201 58.101989) (xy 188.946204 58.050889) (xy 189.063261 57.963261) + (xy 189.115376 57.893644) (xy 189.150887 57.846207) (xy 189.150887 57.846206) (xy 189.150889 57.846204) + (xy 189.201989 57.709201) (xy 189.202334 57.706) (xy 189.208499 57.648649) (xy 189.2085 57.648632) + (xy 189.2085 55.351367) (xy 189.208499 55.35135) (xy 189.20199 55.290803) (xy 189.201988 55.290795) + (xy 189.150889 55.153797) (xy 189.150887 55.153792) (xy 189.063261 55.036738) (xy 188.946207 54.949112) + (xy 188.946202 54.94911) (xy 188.809204 54.898011) (xy 188.809196 54.898009) (xy 188.748649 54.8915) + (xy 188.748638 54.8915) (xy 187.151362 54.8915) (xy 187.15135 54.8915) (xy 187.090803 54.898009) + (xy 187.090795 54.898011) (xy 186.953797 54.94911) (xy 186.953792 54.949112) (xy 186.836738 55.036738) + (xy 186.749112 55.153792) (xy 186.74911 55.153797) (xy 186.698011 55.290795) (xy 186.698009 55.290803) + (xy 186.6915 55.35135) (xy 186.6915 57.648649) (xy 186.698009 57.709196) (xy 186.698011 57.709204) + (xy 186.74911 57.846202) (xy 186.749112 57.846207) (xy 186.836738 57.963261) (xy 186.953792 58.050887) + (xy 186.953794 58.050888) (xy 186.953796 58.050889) (xy 186.976883 58.0595) (xy 187.090795 58.101988) + (xy 187.090803 58.10199) (xy 187.15135 58.108499) (xy 187.151355 58.108499) (xy 187.151362 58.1085) + (xy 187.1631 58.1085) (xy 187.231221 58.128502) (xy 187.277714 58.182158) (xy 187.2891 58.2345) + (xy 187.2891 60.22442) (xy 187.269098 60.292541) (xy 187.229247 60.331661) (xy 187.227263 60.332884) + (xy 187.227262 60.332885) (xy 187.172465 60.366683) (xy 187.076347 60.42597) (xy 187.076341 60.425975) + (xy 186.974095 60.528222) (xy 186.911783 60.562248) (xy 186.840968 60.557183) (xy 186.795905 60.528222) + (xy 186.693658 60.425975) (xy 186.693652 60.42597) (xy 186.542738 60.332885) (xy 186.420986 60.292541) + (xy 186.374427 60.277113) (xy 186.37442 60.277112) (xy 186.270553 60.2665) (xy 185.669455 60.2665) + (xy 185.565574 60.277112) (xy 185.397261 60.332885) (xy 185.246347 60.42597) (xy 185.246341 60.425975) + (xy 185.120971 60.551345) (xy 185.118511 60.554457) (xy 185.116281 60.556035) (xy 185.11578 60.556537) + (xy 185.115694 60.556451) (xy 185.060568 60.595483) (xy 184.989643 60.598671) (xy 184.928254 60.563008) + (xy 184.920837 60.554446) (xy 184.918632 60.551657) (xy 184.793345 60.42637) (xy 184.793339 60.426365) + (xy 184.642525 60.333342) (xy 184.474321 60.277606) (xy 184.474318 60.277605) (xy 184.370516 60.267) + (xy 184.324 60.267) (xy 184.324 61.374) (xy 184.303998 61.442121) (xy 184.250342 61.488614) (xy 184.198 61.5) + (xy 184.07 61.5) (xy 184.07 61.628) (xy 184.049998 61.696121) (xy 183.996342 61.742614) (xy 183.944 61.754) + (xy 183.062 61.754) (xy 180.308499 61.754) (xy 180.308499 60.974483) (xy 183.062 60.974483) (xy 183.062 61.246) + (xy 183.816 61.246) (xy 183.816 60.267) (xy 183.769483 60.267) (xy 183.665681 60.277605) (xy 183.665678 60.277606) + (xy 183.497474 60.333342) (xy 183.34666 60.426365) (xy 183.346654 60.42637) (xy 183.22137 60.551654) + (xy 183.221365 60.55166) (xy 183.128342 60.702474) (xy 183.072606 60.870678) (xy 183.072605 60.870681) + (xy 183.062 60.974483) (xy 180.308499 60.974483) (xy 180.308499 60.499456) (xy 180.297887 60.395574) + (xy 180.242115 60.227262) (xy 180.14903 60.076348) (xy 180.149027 60.076345) (xy 180.149024 60.076341) + (xy 180.023658 59.950975) (xy 180.023652 59.95097) (xy 179.872738 59.857885) (xy 179.787595 59.829672) + (xy 179.747266 59.816308) (xy 179.688896 59.775895) (xy 179.66164 59.710338) (xy 179.6609 59.696704) + (xy 179.6609 59.375944) (xy 179.680902 59.307823) (xy 179.697805 59.286849) (xy 180.839249 58.145405) + (xy 180.901561 58.111379) (xy 180.928344 58.1085) (xy 182.348632 58.1085) (xy 182.348638 58.1085) + (xy 182.348645 58.108499) (xy 182.348649 58.108499) (xy 182.409196 58.10199) (xy 182.409199 58.101989) + (xy 182.409201 58.101989) (xy 182.546204 58.050889) (xy 182.663261 57.963261) (xy 182.715376 57.893644) + (xy 182.750887 57.846207) (xy 182.750887 57.846206) (xy 182.750889 57.846204) (xy 182.801989 57.709201) + (xy 182.802334 57.706) (xy 182.808499 57.648649) (xy 182.8085 57.648632) (xy 182.8085 55.351367) + (xy 182.808499 55.35135) (xy 182.80199 55.290803) (xy 182.801988 55.290795) (xy 182.750889 55.153797) + (xy 182.750887 55.153792) (xy 182.663261 55.036738) (xy 182.546207 54.949112) (xy 182.546202 54.94911) + (xy 182.409204 54.898011) (xy 182.409196 54.898009) (xy 182.348649 54.8915) (xy 182.348638 54.8915) + (xy 180.751362 54.8915) (xy 180.75135 54.8915) (xy 180.690803 54.898009) (xy 180.690795 54.898011) + (xy 180.553797 54.94911) (xy 180.553792 54.949112) (xy 180.436738 55.036738) (xy 180.349112 55.153792) + (xy 180.34911 55.153797) (xy 180.298011 55.290795) (xy 180.298009 55.290803) (xy 180.2915 55.35135) + (xy 180.2915 56.771656) (xy 180.271498 56.839777) (xy 180.254595 56.860751) (xy 178.486647 58.628698) + (xy 178.486642 58.628705) (xy 178.414318 58.736945) (xy 178.3645 58.857217) (xy 178.364498 58.857222) + (xy 178.3391 58.984904) (xy 178.3391 59.696704) (xy 178.319098 59.764825) (xy 178.265442 59.811318) + (xy 178.252735 59.816307) (xy 178.212405 59.829672) (xy 178.127261 59.857885) (xy 177.976347 59.95097) + (xy 177.976341 59.950975) (xy 177.850975 60.076341) (xy 177.85097 60.076347) (xy 177.757885 60.227262) + (xy 177.702113 60.395572) (xy 177.702112 60.395579) (xy 177.6915 60.499446) (xy 177.6915 61.2631) + (xy 177.671498 61.331221) (xy 177.617842 61.377714) (xy 177.5655 61.3891) (xy 177.384904 61.3891) + (xy 177.257222 61.414498) (xy 177.257217 61.4145) (xy 177.136945 61.464318) (xy 177.028705 61.536642) + (xy 177.028698 61.536647) (xy 176.263151 62.302195) (xy 176.200839 62.336221) (xy 176.174056 62.3391) + (xy 174.575944 62.3391) (xy 174.507823 62.319098) (xy 174.486849 62.302195) (xy 174.183248 61.998594) + (xy 174.149222 61.936282) (xy 174.154287 61.865467) (xy 174.196834 61.808631) (xy 174.263354 61.78382) + (xy 174.272319 61.783499) (xy 175.425544 61.783499) (xy 175.529426 61.772887) (xy 175.697738 61.717115) + (xy 175.848652 61.62403) (xy 175.97403 61.498652) (xy 176.067115 61.347738) (xy 176.122887 61.179426) + (xy 176.1335 61.075545) (xy 176.133499 60.224456) (xy 176.127565 60.166372) (xy 176.122887 60.120574) + (xy 176.095681 60.03847) (xy 176.067115 59.952262) (xy 175.97403 59.801348) (xy 175.974029 59.801347) + (xy 175.974024 59.801341) (xy 175.848658 59.675975) (xy 175.848652 59.67597) (xy 175.827185 59.662729) + (xy 175.697738 59.582885) (xy 175.613582 59.554999) (xy 175.529427 59.527113) (xy 175.52942 59.527112) + (xy 175.425553 59.5165) (xy 174.074455 59.5165) (xy 173.970574 59.527112) (xy 173.802261 59.582885) + (xy 173.674799 59.661505) (xy 173.606319 59.680242) (xy 173.53858 59.658983) (xy 173.493089 59.604475) + (xy 173.489047 59.593897) (xy 173.485398 59.582885) (xy 173.442115 59.452262) (xy 173.34903 59.301348) + (xy 173.349029 59.301347) (xy 173.349024 59.301341) (xy 173.236778 59.189095) (xy 173.202752 59.126783) + (xy 173.207817 59.055968) (xy 173.236778 59.010905) (xy 173.299024 58.948658) (xy 173.29903 58.948652) + (xy 173.392115 58.797738) (xy 173.392115 58.797735) (xy 173.395967 58.791492) (xy 173.398172 58.792852) + (xy 173.437035 58.748694) (xy 173.505308 58.729216) (xy 173.573272 58.749741) (xy 173.593434 58.766117) + (xy 173.651341 58.824024) (xy 173.651347 58.824029) (xy 173.651348 58.82403) (xy 173.802262 58.917115) + (xy 173.970574 58.972887) (xy 174.074455 58.9835) (xy 175.425544 58.983499) (xy 175.529426 58.972887) + (xy 175.697738 58.917115) (xy 175.848652 58.82403) (xy 175.97403 58.698652) (xy 176.067115 58.547738) + (xy 176.122887 58.379426) (xy 176.1335 58.275545) (xy 176.133499 57.424456) (xy 176.122887 57.320574) + (xy 176.067115 57.152262) (xy 175.97403 57.001348) (xy 175.974029 57.001347) (xy 175.974024 57.001341) + (xy 175.848658 56.875975) (xy 175.842897 56.87142) (xy 175.843792 56.870287) (xy 175.80174 56.823532) + (xy 175.790338 56.753457) (xy 175.818632 56.688342) (xy 175.839857 56.668211) (xy 175.913261 56.613261) + (xy 176.000887 56.496207) (xy 176.000887 56.496206) (xy 176.000889 56.496204) (xy 176.051989 56.359201) + (xy 176.0585 56.298638) (xy 176.0585 54.201362) (xy 176.056299 54.180887) (xy 176.05199 54.140803) + (xy 176.051988 54.140795) (xy 176.000889 54.003797) (xy 176.000887 54.003792) (xy 175.913261 53.886738) + (xy 175.796207 53.799112) (xy 175.796202 53.79911) (xy 175.659204 53.748011) (xy 175.659196 53.748009) + (xy 175.598649 53.7415) (xy 175.598638 53.7415) (xy 170.901362 53.7415) (xy 170.90135 53.7415) (xy 170.840803 53.748009) + (xy 170.840795 53.748011) (xy 170.703797 53.79911) (xy 170.703792 53.799112) (xy 170.586738 53.886738) + (xy 170.499112 54.003792) (xy 170.49911 54.003797) (xy 170.448011 54.140795) (xy 170.448009 54.140803) + (xy 170.4415 54.20135) (xy 170.4415 56.298649) (xy 170.448009 56.359196) (xy 170.448011 56.359204) + (xy 170.49911 56.496202) (xy 170.499112 56.496207) (xy 170.586738 56.613261) (xy 170.703792 56.700887) + (xy 170.703794 56.700887) (xy 170.703796 56.700889) (xy 170.722033 56.707691) (xy 170.778868 56.750237) + (xy 170.803679 56.816757) (xy 170.804 56.825746) (xy 170.804 58.885001) (xy 170.817095 58.898096) + (xy 170.851121 58.960408) (xy 170.854 58.987191) (xy 170.854 60.124) (xy 170.833998 60.192121) (xy 170.780342 60.238614) + (xy 170.728 60.25) (xy 170.6 60.25) (xy 170.6 60.378) (xy 170.579998 60.446121) (xy 170.526342 60.492614) + (xy 170.474 60.504) (xy 169.592 60.504) (xy 169.592 60.5945) (xy 169.571998 60.662621) (xy 169.518342 60.709114) + (xy 169.466 60.7205) (xy 159.707344 60.7205) (xy 159.639223 60.700498) (xy 159.618249 60.683595) + (xy 157.46017 58.525516) (xy 169.542 58.525516) (xy 169.552605 58.629318) (xy 169.552606 58.629321) + (xy 169.608342 58.797525) (xy 169.701365 58.948339) (xy 169.70137 58.948345) (xy 169.81393 59.060905) + (xy 169.847956 59.123217) (xy 169.842891 59.194032) (xy 169.81393 59.239095) (xy 169.75137 59.301654) + (xy 169.751365 59.30166) (xy 169.658342 59.452474) (xy 169.602606 59.620678) (xy 169.602605 59.620681) + (xy 169.592 59.724483) (xy 169.592 59.996) (xy 170.346 59.996) (xy 170.346 59.364999) (xy 170.332905 59.351904) + (xy 170.298879 59.289592) (xy 170.296 59.262809) (xy 170.296 58.254) (xy 169.542 58.254) (xy 169.542 58.525516) + (xy 157.46017 58.525516) (xy 156.409137 57.474483) (xy 169.542 57.474483) (xy 169.542 57.746) (xy 170.296 57.746) + (xy 170.296 56.767) (xy 170.249483 56.767) (xy 170.145681 56.777605) (xy 170.145678 56.777606) (xy 169.977474 56.833342) + (xy 169.82666 56.926365) (xy 169.826654 56.92637) (xy 169.70137 57.051654) (xy 169.701365 57.05166) + (xy 169.608342 57.202474) (xy 169.552606 57.370678) (xy 169.552605 57.370681) (xy 169.542 57.474483) + (xy 156.409137 57.474483) (xy 150.065975 51.131321) (xy 166.942 51.131321) (xy 166.942 52.096) (xy 167.95 52.096) + (xy 167.95 52.604) (xy 166.942 52.604) (xy 166.942 53.568678) (xy 166.979133 53.803129) (xy 167.05248 54.028867) + (xy 167.160245 54.240367) (xy 167.299764 54.432398) (xy 167.299766 54.432401) (xy 167.467598 54.600233) + (xy 167.467601 54.600235) (xy 167.659632 54.739754) (xy 167.871132 54.847519) (xy 168.096871 54.920866) + (xy 168.196 54.936566) (xy 168.196 53.880702) (xy 168.257007 53.915925) (xy 168.384174 53.95) (xy 168.515826 53.95) + (xy 168.642993 53.915925) (xy 168.704 53.880702) (xy 168.704 54.936566) (xy 168.803128 54.920866) + (xy 169.028867 54.847519) (xy 169.240367 54.739754) (xy 169.432398 54.600235) (xy 169.432401 54.600233) + (xy 169.600233 54.432401) (xy 169.600235 54.432398) (xy 169.739754 54.240367) (xy 169.847519 54.028867) + (xy 169.920866 53.803129) (xy 169.958 53.568678) (xy 169.958 52.604) (xy 168.95 52.604) (xy 168.95 52.096) + (xy 169.958 52.096) (xy 169.958 51.131321) (xy 169.920866 50.89687) (xy 169.847519 50.671132) (xy 169.739754 50.459632) + (xy 169.600235 50.267601) (xy 169.600233 50.267598) (xy 169.432401 50.099766) (xy 169.432398 50.099764) + (xy 169.240367 49.960245) (xy 169.028867 49.85248) (xy 168.803128 49.779133) (xy 168.704 49.763432) + (xy 168.704 50.819297) (xy 168.642993 50.784075) (xy 168.515826 50.75) (xy 168.384174 50.75) (xy 168.257007 50.784075) + (xy 168.196 50.819297) (xy 168.196 49.763432) (xy 168.096871 49.779133) (xy 167.871132 49.85248) + (xy 167.659632 49.960245) (xy 167.467601 50.099764) (xy 167.467598 50.099766) (xy 167.299766 50.267598) + (xy 167.299764 50.267601) (xy 167.160245 50.459632) (xy 167.05248 50.671132) (xy 166.979133 50.89687) + (xy 166.942 51.131321) (xy 150.065975 51.131321) (xy 147.630654 48.696) (xy 170.663432 48.696) (xy 171.719297 48.696) + (xy 171.684075 48.757007) (xy 171.65 48.884174) (xy 171.65 49.015826) (xy 171.684075 49.142993) + (xy 171.719297 49.204) (xy 170.663432 49.204) (xy 170.679133 49.303128) (xy 170.75248 49.528867) + (xy 170.860245 49.740367) (xy 170.999764 49.932398) (xy 170.999766 49.932401) (xy 171.167598 50.100233) + (xy 171.167601 50.100235) (xy 171.359632 50.239754) (xy 171.571132 50.347519) (xy 171.79687 50.420866) + (xy 172.031321 50.458) (xy 172.996 50.458) (xy 172.996 49.45) (xy 173.504 49.45) (xy 173.504 50.458) + (xy 174.468679 50.458) (xy 174.703129 50.420866) (xy 174.928867 50.347519) (xy 175.140367 50.239754) + (xy 175.332398 50.100235) (xy 175.332401 50.100233) (xy 175.500233 49.932401) (xy 175.500235 49.932398) + (xy 175.639754 49.740367) (xy 175.747519 49.528867) (xy 175.820866 49.303128) (xy 175.836568 49.204) + (xy 174.780703 49.204) (xy 174.815925 49.142993) (xy 174.85 49.015826) (xy 174.85 48.884174) (xy 174.815925 48.757007) + (xy 174.780703 48.696) (xy 175.836567 48.696) (xy 175.820866 48.596871) (xy 175.747519 48.371132) + (xy 175.639754 48.159632) (xy 175.500235 47.967601) (xy 175.500233 47.967598) (xy 175.332401 47.799766) + (xy 175.332398 47.799764) (xy 175.140367 47.660245) (xy 174.928867 47.55248) (xy 174.703129 47.479133) + (xy 174.468679 47.442) (xy 173.504 47.442) (xy 173.504 48.45) (xy 172.996 48.45) (xy 172.996 47.442) + (xy 172.031321 47.442) (xy 171.79687 47.479133) (xy 171.571132 47.55248) (xy 171.359632 47.660245) + (xy 171.167601 47.799764) (xy 171.167598 47.799766) (xy 170.999766 47.967598) (xy 170.999764 47.967601) + (xy 170.860245 48.159632) (xy 170.75248 48.371132) (xy 170.679133 48.596871) (xy 170.663432 48.696) + (xy 147.630654 48.696) (xy 146.874501 47.939847) (xy 146.874499 47.939845) (xy 146.766254 47.867518) + (xy 146.645977 47.817698) (xy 146.518295 47.7923) (xy 146.518293 47.7923) (xy 126.611893 47.7923) + (xy 126.481707 47.7923) (xy 126.481704 47.7923) (xy 126.354022 47.817698) (xy 126.354017 47.8177) + (xy 126.233745 47.867518) (xy 126.125505 47.939842) (xy 126.125498 47.939847) (xy 123.486647 50.578698) + (xy 123.486642 50.578705) (xy 123.414318 50.686945) (xy 123.3645 50.807217) (xy 123.364498 50.807222) + (xy 123.3391 50.934904) (xy 123.3391 68.424055) (xy 123.319098 68.492176) (xy 123.302195 68.51315) + (xy 121.429555 70.385789) (xy 121.367243 70.419815) (xy 121.296427 70.41475) (xy 121.239592 70.372203) + (xy 121.233229 70.362856) (xy 121.14903 70.226348) (xy 121.149029 70.226347) (xy 121.149024 70.226341) + (xy 121.023658 70.100975) (xy 121.023652 70.10097) (xy 120.980669 70.074458) (xy 120.872738 70.007885) + (xy 120.788582 69.979999) (xy 120.704427 69.952113) (xy 120.70442 69.952112) (xy 120.600553 69.9415) + (xy 119.399455 69.9415) (xy 119.295574 69.952112) (xy 119.127261 70.007885) (xy 118.976347 70.10097) + (xy 118.976341 70.100975) (xy 118.850975 70.226341) (xy 118.85097 70.226347) (xy 118.757885 70.377262) + (xy 118.702113 70.545572) (xy 118.702112 70.545579) (xy 118.6915 70.649446) (xy 118.6915 72.521655) + (xy 118.671498 72.589776) (xy 118.654599 72.610745) (xy 118.44449 72.820855) (xy 118.239063 73.026282) + (xy 118.198188 73.053594) (xy 118.111947 73.089317) (xy 118.111946 73.089317) (xy 118.003705 73.161642) + (xy 118.003698 73.161647) (xy 117.911647 73.253698) (xy 117.911642 73.253705) (xy 117.839318 73.361945) + (xy 117.7895 73.482217) (xy 117.789498 73.482222) (xy 117.7641 73.609904) (xy 117.7641 74.171941) + (xy 117.744098 74.240062) (xy 117.707084 74.276396) (xy 117.707103 74.27642) (xy 117.706884 74.276592) + (xy 117.704249 74.27918) (xy 117.701352 74.280966) (xy 117.701341 74.280975) (xy 117.575971 74.406345) + (xy 117.573511 74.409457) (xy 117.571281 74.411035) (xy 117.57078 74.411537) (xy 117.570694 74.411451) + (xy 117.515568 74.450483) (xy 117.444643 74.453671) (xy 117.383254 74.418008) (xy 117.375837 74.409446) + (xy 117.373632 74.406657) (xy 117.248345 74.28137) (xy 117.248339 74.281365) (xy 117.097525 74.188342) + (xy 116.929321 74.132606) (xy 116.929318 74.132605) (xy 116.825516 74.122) (xy 116.779 74.122) (xy 116.271 74.122) + (xy 116.224483 74.122) (xy 116.120681 74.132605) (xy 116.120678 74.132606) (xy 115.952474 74.188342) + (xy 115.80166 74.281365) (xy 115.801654 74.28137) (xy 115.67637 74.406654) (xy 115.676365 74.40666) + (xy 115.583342 74.557474) (xy 115.527606 74.725678) (xy 115.527605 74.725681) (xy 115.517 74.829483) + (xy 114.3255 74.829483) (xy 114.3255 68.350516) (xy 118.692 68.350516) (xy 118.702605 68.454318) + (xy 118.702606 68.454321) (xy 118.758342 68.622525) (xy 118.851365 68.773339) (xy 118.85137 68.773345) + (xy 118.976654 68.898629) (xy 118.97666 68.898634) (xy 119.127474 68.991657) (xy 119.295678 69.047393) + (xy 119.295681 69.047394) (xy 119.399483 69.057999) (xy 119.399483 69.058) (xy 119.746 69.058) (xy 120.254 69.058) + (xy 120.600517 69.058) (xy 120.600516 69.057999) (xy 120.704318 69.047394) (xy 120.704321 69.047393) + (xy 120.872525 68.991657) (xy 121.023339 68.898634) (xy 121.023345 68.898629) (xy 121.148629 68.773345) + (xy 121.148634 68.773339) (xy 121.241657 68.622525) (xy 121.297393 68.454321) (xy 121.297394 68.454318) + (xy 121.307999 68.350516) (xy 121.308 68.350516) (xy 121.308 67.054) (xy 120.254 67.054) (xy 120.254 69.058) + (xy 119.746 69.058) (xy 119.746 67.054) (xy 118.692 67.054) (xy 118.692 68.350516) (xy 114.3255 68.350516) + (xy 114.3255 65.249483) (xy 118.692 65.249483) (xy 118.692 66.546) (xy 119.746 66.546) (xy 120.254 66.546) + (xy 121.308 66.546) (xy 121.308 65.249483) (xy 121.297394 65.145681) (xy 121.297393 65.145678) (xy 121.241657 64.977474) + (xy 121.148634 64.82666) (xy 121.148629 64.826654) (xy 121.023345 64.70137) (xy 121.023339 64.701365) + (xy 120.872525 64.608342) (xy 120.704321 64.552606) (xy 120.704318 64.552605) (xy 120.600516 64.542) + (xy 120.254 64.542) (xy 120.254 66.546) (xy 119.746 66.546) (xy 119.746 64.542) (xy 119.399483 64.542) + (xy 119.295681 64.552605) (xy 119.295678 64.552606) (xy 119.127474 64.608342) (xy 118.97666 64.701365) + (xy 118.976654 64.70137) (xy 118.85137 64.826654) (xy 118.851365 64.82666) (xy 118.758342 64.977474) + (xy 118.702606 65.145678) (xy 118.702605 65.145681) (xy 118.692 65.249483) (xy 114.3255 65.249483) + (xy 114.3255 46.041533) (xy 114.327136 46.0291) (xy 114.325674 46.001314) (xy 114.325639 45.999996) + (xy 114.987166 45.999996) (xy 114.987166 46.000003) (xy 115.006489 46.393323) (xy 115.00649 46.393337) + (xy 115.064271 46.782868) (xy 115.15996 47.164874) (xy 115.15996 47.164875) (xy 115.292625 47.535645) + (xy 115.460998 47.89164) (xy 115.663452 48.229415) (xy 115.898032 48.545709) (xy 115.898036 48.545715) + (xy 115.991715 48.649073) (xy 115.991716 48.649073) (xy 117.595925 47.044864) (xy 117.681457 47.156331) + (xy 117.843669 47.318543) (xy 117.955134 47.404073) (xy 116.350925 49.008283) (xy 116.454276 49.101956) + (xy 116.454286 49.101963) (xy 116.770584 49.336547) (xy 117.108359 49.539001) (xy 117.464354 49.707374) + (xy 117.835124 49.840039) (xy 118.217131 49.935728) (xy 118.606662 49.993509) (xy 118.606676 49.99351) + (xy 118.999996 50.012834) (xy 119.000004 50.012834) (xy 119.393323 49.99351) (xy 119.393337 49.993509) + (xy 119.782868 49.935728) (xy 120.164874 49.840039) (xy 120.164875 49.840039) (xy 120.535645 49.707374) + (xy 120.89164 49.539001) (xy 121.229415 49.336547) (xy 121.545709 49.101967) (xy 121.545715 49.101962) + (xy 121.649073 49.008283) (xy 121.649073 49.008282) (xy 120.044864 47.404073) (xy 120.156331 47.318543) + (xy 120.318543 47.156331) (xy 120.404073 47.044864) (xy 122.008282 48.649073) (xy 122.008283 48.649073) + (xy 122.101962 48.545715) (xy 122.101967 48.545709) (xy 122.336547 48.229415) (xy 122.539001 47.89164) + (xy 122.707374 47.535645) (xy 122.840039 47.164875) (xy 122.840039 47.164874) (xy 122.935728 46.782868) + (xy 122.993509 46.393337) (xy 122.99351 46.393323) (xy 123.012834 46.000003) (xy 123.012834 45.999996) + (xy 185.237166 45.999996) (xy 185.237166 46.000003) (xy 185.256489 46.393323) (xy 185.25649 46.393337) + (xy 185.314271 46.782868) (xy 185.40996 47.164874) (xy 185.40996 47.164875) (xy 185.542625 47.535645) + (xy 185.710998 47.89164) (xy 185.913452 48.229415) (xy 186.148032 48.545709) (xy 186.148036 48.545715) + (xy 186.241715 48.649073) (xy 186.241716 48.649073) (xy 187.845925 47.044864) (xy 187.931457 47.156331) + (xy 188.093669 47.318543) (xy 188.205134 47.404073) (xy 186.600925 49.008283) (xy 186.704276 49.101956) + (xy 186.704286 49.101963) (xy 187.020584 49.336547) (xy 187.358359 49.539001) (xy 187.714354 49.707374) + (xy 188.085124 49.840039) (xy 188.467131 49.935728) (xy 188.856662 49.993509) (xy 188.856676 49.99351) + (xy 189.249996 50.012834) (xy 189.250004 50.012834) (xy 189.643323 49.99351) (xy 189.643337 49.993509) + (xy 190.032868 49.935728) (xy 190.414874 49.840039) (xy 190.414875 49.840039) (xy 190.785645 49.707374) + (xy 191.14164 49.539001) (xy 191.479415 49.336547) (xy 191.795709 49.101967) (xy 191.795715 49.101962) + (xy 191.899073 49.008283) (xy 191.899073 49.008282) (xy 190.294864 47.404073) (xy 190.406331 47.318543) + (xy 190.568543 47.156331) (xy 190.654073 47.044864) (xy 192.258282 48.649073) (xy 192.258283 48.649073) + (xy 192.351962 48.545715) (xy 192.351967 48.545709) (xy 192.586547 48.229415) (xy 192.789001 47.89164) + (xy 192.957374 47.535645) (xy 193.090039 47.164875) (xy 193.090039 47.164874) (xy 193.185728 46.782868) + (xy 193.243509 46.393337) (xy 193.24351 46.393323) (xy 193.262834 46.000003) (xy 193.262834 45.999996) + (xy 193.24351 45.606676) (xy 193.243509 45.606662) (xy 193.185728 45.217131) (xy 193.090039 44.835125) + (xy 193.090039 44.835124) (xy 192.957374 44.464354) (xy 192.789001 44.108359) (xy 192.586547 43.770584) + (xy 192.351963 43.454286) (xy 192.351956 43.454276) (xy 192.258283 43.350925) (xy 190.654073 44.955134) + (xy 190.568543 44.843669) (xy 190.406331 44.681457) (xy 190.294864 44.595925) (xy 191.899073 42.991716) + (xy 191.899073 42.991715) (xy 191.795715 42.898036) (xy 191.795709 42.898032) (xy 191.479415 42.663452) + (xy 191.14164 42.460998) (xy 190.785645 42.292625) (xy 190.414875 42.15996) (xy 190.032868 42.064271) + (xy 189.643337 42.00649) (xy 189.643323 42.006489) (xy 189.250004 41.987166) (xy 189.249996 41.987166) + (xy 188.856676 42.006489) (xy 188.856662 42.00649) (xy 188.467131 42.064271) (xy 188.085125 42.15996) + (xy 188.085124 42.15996) (xy 187.714354 42.292625) (xy 187.358359 42.460998) (xy 187.020584 42.663452) + (xy 186.70429 42.898032) (xy 186.704285 42.898036) (xy 186.600925 42.991715) (xy 186.600925 42.991716) + (xy 188.205135 44.595926) (xy 188.093669 44.681457) (xy 187.931457 44.843669) (xy 187.845926 44.955135) + (xy 186.241716 43.350925) (xy 186.241715 43.350925) (xy 186.148036 43.454285) (xy 186.148032 43.45429) + (xy 185.913452 43.770584) (xy 185.710998 44.108359) (xy 185.542625 44.464354) (xy 185.40996 44.835124) + (xy 185.40996 44.835125) (xy 185.314271 45.217131) (xy 185.25649 45.606662) (xy 185.256489 45.606676) + (xy 185.237166 45.999996) (xy 123.012834 45.999996) (xy 122.99351 45.606676) (xy 122.993509 45.606662) + (xy 122.935728 45.217131) (xy 122.840039 44.835125) (xy 122.840039 44.835124) (xy 122.707374 44.464354) + (xy 122.539001 44.108359) (xy 122.336547 43.770584) (xy 122.101963 43.454286) (xy 122.101956 43.454276) + (xy 122.008283 43.350925) (xy 120.404073 44.955134) (xy 120.318543 44.843669) (xy 120.156331 44.681457) + (xy 120.044864 44.595925) (xy 121.649073 42.991716) (xy 121.649073 42.991715) (xy 121.545715 42.898036) + (xy 121.545709 42.898032) (xy 121.229415 42.663452) (xy 120.89164 42.460998) (xy 120.535645 42.292625) + (xy 120.164875 42.15996) (xy 119.782868 42.064271) (xy 119.393337 42.00649) (xy 119.393323 42.006489) + (xy 119.000004 41.987166) (xy 118.999996 41.987166) (xy 118.606676 42.006489) (xy 118.606662 42.00649) + (xy 118.217131 42.064271) (xy 117.835125 42.15996) (xy 117.835124 42.15996) (xy 117.464354 42.292625) + (xy 117.108359 42.460998) (xy 116.770584 42.663452) (xy 116.45429 42.898032) (xy 116.454285 42.898036) + (xy 116.350925 42.991715) (xy 116.350925 42.991716) (xy 117.955135 44.595926) (xy 117.843669 44.681457) + (xy 117.681457 44.843669) (xy 117.595926 44.955135) (xy 115.991716 43.350925) (xy 115.991715 43.350925) + (xy 115.898036 43.454285) (xy 115.898032 43.45429) (xy 115.663452 43.770584) (xy 115.460998 44.108359) + (xy 115.292625 44.464354) (xy 115.15996 44.835124) (xy 115.15996 44.835125) (xy 115.064271 45.217131) + (xy 115.00649 45.606662) (xy 115.006489 45.606676) (xy 114.987166 45.999996) (xy 114.325639 45.999996) + (xy 114.3255 45.994693) (xy 114.3255 45.97514) (xy 114.32518 45.972053) (xy 114.32179 45.593173) + (xy 114.322171 45.582194) (xy 114.353261 45.18603) (xy 114.354595 45.175146) (xy 114.420097 44.783183) + (xy 114.422375 44.772457) (xy 114.52179 44.387688) (xy 114.524991 44.377214) (xy 114.65756 44.002585) + (xy 114.66167 43.992408) (xy 114.826382 43.630764) (xy 114.831366 43.620979) (xy 115.026965 43.275081) + (xy 115.03278 43.265769) (xy 115.25779 42.938218) (xy 115.264397 42.929449) (xy 115.517093 42.622766) + (xy 115.524431 42.614611) (xy 115.80292 42.331091) (xy 115.810905 42.323642) (xy 116.113043 42.065475) + (xy 116.121698 42.058711) (xy 116.154707 42.035155) (xy 116.445165 41.827874) (xy 116.454353 41.821904) + (xy 116.796716 41.620135) (xy 116.80639 41.614988) (xy 117.165048 41.443818) (xy 117.175134 41.439534) + (xy 117.547347 41.300275) (xy 117.557755 41.296891) (xy 117.940681 41.190604) (xy 117.951368 41.188135) + (xy 118.230783 41.136283) (xy 118.342082 41.11563) (xy 118.352967 41.114098) (xy 118.607636 41.089519) + (xy 118.746849 41.076082) (xy 118.758953 41.0755) (xy 189.231397 41.0755) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 189.254835 41.077698) (xy 189.657519 41.153938) (xy 189.667062 41.156134) (xy 190.073508 41.266482) + (xy 190.082882 41.269423) (xy 190.479521 41.411111) (xy 190.488636 41.414775) (xy 190.864526 41.583126) + (xy 190.872991 41.586917) (xy 190.881793 41.591278) (xy 191.251591 41.792855) (xy 191.260017 41.797884) + (xy 191.612982 42.027658) (xy 191.621001 42.033334) (xy 191.954992 42.28991) (xy 191.962543 42.296194) + (xy 192.27552 42.578003) (xy 192.282559 42.584857) (xy 192.572639 42.890204) (xy 192.579123 42.897585) + (xy 192.844525 43.224598) (xy 192.850413 43.232461) (xy 193.089527 43.579151) (xy 193.094786 43.58745) + (xy 193.306172 43.951734) (xy 193.310754 43.960392) (xy 193.493125 44.340054) (xy 193.497023 44.349053) + (xy 193.649249 44.741747) (xy 193.65244 44.751038) (xy 193.773609 45.154399) (xy 193.776066 45.163911) + (xy 193.865438 45.575474) (xy 193.867147 45.585149) (xy 193.892713 45.772193) (xy 193.921318 45.981477) + (xy 193.923339 45.996259) (xy 193.9245 46.013322) (xy 193.9245 90.957076) (xy 193.923543 90.963661) + (xy 193.924454 90.999189) (xy 193.924475 91.004683) (xy 193.917086 91.415208) (xy 193.916409 91.42618) + (xy 193.873556 91.831767) (xy 193.871925 91.842637) (xy 193.793888 92.242938) (xy 193.791316 92.253625) + (xy 193.678688 92.645598) (xy 193.675195 92.65602) (xy 193.528828 93.036701) (xy 193.524439 93.046779) + (xy 193.34546 93.413235) (xy 193.34021 93.422893) (xy 193.129959 93.772376) (xy 193.123887 93.781538) + (xy 192.883988 94.111355) (xy 192.87714 94.119954) (xy 192.60941 94.427602) (xy 192.60184 94.435571) + (xy 192.30831 94.718722) (xy 192.300073 94.726002) (xy 191.982974 94.982497) (xy 191.974135 94.98903) + (xy 191.635902 95.216904) (xy 191.626526 95.222642) (xy 191.269719 95.420169) (xy 191.259879 95.425069) + (xy 190.887204 95.590751) (xy 190.876975 95.594774) (xy 190.49128 95.727345) (xy 190.480739 95.730461) + (xy 190.084955 95.828912) (xy 190.074182 95.831097) (xy 189.671343 95.894676) (xy 189.660421 95.895915) + (xy 189.252778 95.924198) (xy 189.244057 95.9245) (xy 118.763961 95.9245) (xy 118.745967 95.923208) + (xy 118.335611 95.863997) (xy 118.32481 95.861955) (xy 117.915146 95.765789) (xy 117.904565 95.762812) + (xy 117.504872 95.631318) (xy 117.49459 95.627431) (xy 117.301225 95.544512) (xy 117.107856 95.461592) + (xy 117.097956 95.456825) (xy 117.034597 95.422837) (xy 116.727157 95.257915) (xy 116.717728 95.252315) + (xy 116.365655 95.021832) (xy 116.356736 95.015421) (xy 116.026104 94.75514) (xy 116.017772 94.74797) + (xy 115.795325 94.539001) (xy 115.711082 94.459862) (xy 115.703427 94.452014) (xy 115.423008 94.138267) + (xy 115.416051 94.129764) (xy 115.40561 94.115802) (xy 115.164062 93.792792) (xy 115.157869 93.783711) + (xy 115.047031 93.604875) (xy 114.93619 93.426034) (xy 114.930817 93.416453) (xy 114.741165 93.040833) + (xy 114.736654 93.030838) (xy 114.580451 92.640091) (xy 114.576828 92.629739) (xy 114.455275 92.226867) + (xy 114.452571 92.216251) (xy 114.366594 91.804323) (xy 114.364821 91.793478) (xy 114.3627 91.775666) + (xy 114.315076 91.375651) (xy 114.314254 91.3647) (xy 114.302861 90.999996) (xy 114.737166 90.999996) + (xy 114.737166 91.000003) (xy 114.756489 91.393323) (xy 114.75649 91.393337) (xy 114.814271 91.782868) + (xy 114.90996 92.164874) (xy 114.90996 92.164875) (xy 115.042625 92.535645) (xy 115.210998 92.89164) + (xy 115.413452 93.229415) (xy 115.648032 93.545709) (xy 115.648036 93.545715) (xy 115.741715 93.649073) + (xy 115.741716 93.649073) (xy 117.345925 92.044864) (xy 117.431457 92.156331) (xy 117.593669 92.318543) + (xy 117.705134 92.404073) (xy 116.100925 94.008283) (xy 116.204276 94.101956) (xy 116.204286 94.101963) + (xy 116.520584 94.336547) (xy 116.858359 94.539001) (xy 117.214354 94.707374) (xy 117.585124 94.840039) + (xy 117.967131 94.935728) (xy 118.356662 94.993509) (xy 118.356676 94.99351) (xy 118.749996 95.012834) + (xy 118.750004 95.012834) (xy 119.143323 94.99351) (xy 119.143337 94.993509) (xy 119.532868 94.935728) + (xy 119.914874 94.840039) (xy 119.914875 94.840039) (xy 120.285645 94.707374) (xy 120.64164 94.539001) + (xy 120.979415 94.336547) (xy 121.295709 94.101967) (xy 121.295715 94.101962) (xy 121.399073 94.008283) + (xy 121.399073 94.008282) (xy 119.794864 92.404073) (xy 119.906331 92.318543) (xy 120.068543 92.156331) + (xy 120.154073 92.044864) (xy 121.758282 93.649073) (xy 121.758283 93.649073) (xy 121.851962 93.545715) + (xy 121.851967 93.545709) (xy 122.086547 93.229415) (xy 122.289001 92.89164) (xy 122.457374 92.535645) + (xy 122.590039 92.164875) (xy 122.590039 92.164874) (xy 122.685728 91.782868) (xy 122.743509 91.393337) + (xy 122.74351 91.393323) (xy 122.762834 91.000003) (xy 122.762834 90.999996) (xy 122.74351 90.606676) + (xy 122.743509 90.606662) (xy 122.685728 90.217131) (xy 122.590039 89.835125) (xy 122.590039 89.835124) + (xy 122.457374 89.464354) (xy 122.289001 89.108359) (xy 122.086547 88.770584) (xy 121.945194 88.579993) + (xy 142.392041 88.579993) (xy 142.392041 88.580006) (xy 142.411854 88.894944) (xy 142.411856 88.894961) + (xy 142.470989 89.204942) (xy 142.470992 89.204955) (xy 142.568509 89.505079) (xy 142.568513 89.505088) + (xy 142.702875 89.790622) (xy 142.702882 89.790636) (xy 142.871966 90.057071) (xy 142.871969 90.057075) + (xy 142.961043 90.164746) (xy 143.608367 89.517421) (xy 143.684588 89.62233) (xy 143.86267 89.800412) + (xy 143.967576 89.876631) (xy 143.317521 90.526686) (xy 143.317521 90.526688) (xy 143.558486 90.701759) + (xy 143.835034 90.853792) (xy 144.12846 90.969968) (xy 144.128466 90.96997) (xy 144.434103 91.048444) + (xy 144.43413 91.048449) (xy 144.747195 91.087998) (xy 144.747214 91.088) (xy 145.062786 91.088) + (xy 145.062804 91.087998) (xy 145.375869 91.048449) (xy 145.375896 91.048444) (xy 145.681533 90.96997) + (xy 145.681539 90.969968) (xy 145.974965 90.853792) (xy 146.251517 90.701756) (xy 146.492477 90.526688) + (xy 146.492477 90.526686) (xy 145.842422 89.876631) (xy 145.94733 89.800412) (xy 146.125412 89.62233) + (xy 146.201631 89.517422) (xy 146.848955 90.164746) (xy 146.848956 90.164745) (xy 146.938026 90.05708) + (xy 146.938029 90.057076) (xy 146.974251 90) (xy 151.937004 90) (xy 151.956951 90.228002) (xy 152.016186 90.449068) + (xy 152.016188 90.449073) (xy 152.112913 90.656501) (xy 152.162899 90.727888) (xy 152.765841 90.124946) + (xy 152.784075 90.192993) (xy 152.849901 90.307007) (xy 152.942993 90.400099) (xy 153.057007 90.465925) + (xy 153.125051 90.484157) (xy 152.52211 91.087098) (xy 152.52211 91.0871) (xy 152.593498 91.137086) + (xy 152.800926 91.233811) (xy 152.800931 91.233813) (xy 153.021999 91.293048) (xy 153.021995 91.293048) + (xy 153.25 91.312995) (xy 153.478002 91.293048) (xy 153.699068 91.233813) (xy 153.699073 91.233811) + (xy 153.906497 91.137088) (xy 153.977888 91.087099) (xy 153.977888 91.087097) (xy 153.374948 90.484157) + (xy 153.442993 90.465925) (xy 153.557007 90.400099) (xy 153.650099 90.307007) (xy 153.715925 90.192993) + (xy 153.734157 90.124948) (xy 154.337097 90.727888) (xy 154.337099 90.727888) (xy 154.387088 90.656497) + (xy 154.483811 90.449073) (xy 154.483813 90.449068) (xy 154.513293 90.33905) (xy 154.550245 90.278427) + (xy 154.614105 90.247406) (xy 154.6846 90.255834) (xy 154.739347 90.301037) (xy 154.756707 90.33905) + (xy 154.786186 90.449068) (xy 154.786188 90.449073) (xy 154.882913 90.656501) (xy 154.932899 90.727888) + (xy 155.535841 90.124946) (xy 155.554075 90.192993) (xy 155.619901 90.307007) (xy 155.712993 90.400099) + (xy 155.827007 90.465925) (xy 155.895051 90.484157) (xy 155.29211 91.087098) (xy 155.29211 91.0871) + (xy 155.363498 91.137086) (xy 155.570926 91.233811) (xy 155.570931 91.233813) (xy 155.791999 91.293048) + (xy 155.791995 91.293048) (xy 156.02 91.312995) (xy 156.248002 91.293048) (xy 156.469068 91.233813) + (xy 156.469073 91.233811) (xy 156.676497 91.137088) (xy 156.747888 91.087099) (xy 156.747888 91.087097) + (xy 156.144948 90.484157) (xy 156.212993 90.465925) (xy 156.327007 90.400099) (xy 156.420099 90.307007) + (xy 156.485925 90.192993) (xy 156.504157 90.124948) (xy 157.107097 90.727888) (xy 157.107099 90.727888) + (xy 157.157088 90.656497) (xy 157.253811 90.449073) (xy 157.253813 90.449069) (xy 157.283034 90.340014) + (xy 157.319985 90.279392) (xy 157.383846 90.24837) (xy 157.45434 90.256798) (xy 157.509087 90.302001) + (xy 157.526448 90.340014) (xy 157.555715 90.44924) (xy 157.555717 90.449246) (xy 157.586387 90.515018) + (xy 157.652477 90.656749) (xy 157.783802 90.8443) (xy 157.9457 91.006198) (xy 158.133251 91.137523) + (xy 158.340757 91.234284) (xy 158.561913 91.293543) (xy 158.79 91.313498) (xy 159.018087 91.293543) + (xy 159.239243 91.234284) (xy 159.446749 91.137523) (xy 159.6343 91.006198) (xy 159.796198 90.8443) + (xy 159.927523 90.656749) (xy 160.024284 90.449243) (xy 160.053552 90.34001) (xy 160.090502 90.279392) + (xy 160.154363 90.24837) (xy 160.224857 90.256798) (xy 160.279604 90.302) (xy 160.296965 90.340013) + (xy 160.326187 90.449071) (xy 160.326188 90.449073) (xy 160.422913 90.656501) (xy 160.472899 90.727888) + (xy 161.075841 90.124946) (xy 161.094075 90.192993) (xy 161.159901 90.307007) (xy 161.252993 90.400099) + (xy 161.367007 90.465925) (xy 161.435051 90.484157) (xy 160.83211 91.087098) (xy 160.83211 91.0871) + (xy 160.903498 91.137086) (xy 161.110926 91.233811) (xy 161.110931 91.233813) (xy 161.331999 91.293048) + (xy 161.331995 91.293048) (xy 161.56 91.312995) (xy 161.788002 91.293048) (xy 162.009068 91.233813) + (xy 162.009073 91.233811) (xy 162.216497 91.137088) (xy 162.287888 91.087099) (xy 162.287888 91.087097) + (xy 161.684948 90.484157) (xy 161.752993 90.465925) (xy 161.867007 90.400099) (xy 161.960099 90.307007) + (xy 162.025925 90.192993) (xy 162.044157 90.124948) (xy 162.647097 90.727888) (xy 162.647099 90.727888) + (xy 162.697088 90.656497) (xy 162.793811 90.449073) (xy 162.793813 90.449068) (xy 162.853048 90.228002) + (xy 162.872995 90) (xy 162.853048 89.771997) (xy 162.793813 89.550931) (xy 162.793811 89.550926) + (xy 162.697086 89.343498) (xy 162.6471 89.27211) (xy 162.647098 89.27211) (xy 162.044157 89.875051) + (xy 162.025925 89.807007) (xy 161.960099 89.692993) (xy 161.867007 89.599901) (xy 161.752993 89.534075) + (xy 161.684947 89.515841) (xy 162.287888 88.912899) (xy 162.287888 88.912898) (xy 162.216501 88.862913) + (xy 162.009073 88.766188) (xy 162.009068 88.766186) (xy 161.788 88.706951) (xy 161.788004 88.706951) + (xy 161.56 88.687004) (xy 161.331997 88.706951) (xy 161.110931 88.766186) (xy 161.110926 88.766188) + (xy 160.9035 88.862913) (xy 160.832109 88.9129) (xy 161.435051 89.515842) (xy 161.367007 89.534075) + (xy 161.252993 89.599901) (xy 161.159901 89.692993) (xy 161.094075 89.807007) (xy 161.075842 89.875051) + (xy 160.4729 89.272109) (xy 160.422913 89.3435) (xy 160.326188 89.550926) (xy 160.326183 89.550939) + (xy 160.296964 89.659986) (xy 160.260013 89.720608) (xy 160.196152 89.75163) (xy 160.125657 89.743201) + (xy 160.070911 89.697997) (xy 160.053552 89.659989) (xy 160.024284 89.550757) (xy 159.927523 89.343251) + (xy 159.796198 89.1557) (xy 159.6343 88.993802) (xy 159.518757 88.912898) (xy 159.446749 88.862477) + (xy 159.239246 88.765717) (xy 159.23924 88.765715) (xy 159.145771 88.74067) (xy 159.018087 88.706457) + (xy 158.79 88.686502) (xy 158.561913 88.706457) (xy 158.340759 88.765715) (xy 158.340753 88.765717) + (xy 158.13325 88.862477) (xy 157.945703 88.993799) (xy 157.945697 88.993804) (xy 157.783804 89.155697) + (xy 157.783799 89.155703) (xy 157.652477 89.34325) (xy 157.555717 89.550753) (xy 157.555716 89.550756) + (xy 157.526448 89.659986) (xy 157.489496 89.720608) (xy 157.425635 89.75163) (xy 157.355141 89.743201) + (xy 157.300394 89.697997) (xy 157.283034 89.659985) (xy 157.253813 89.55093) (xy 157.253811 89.550926) + (xy 157.157086 89.343498) (xy 157.1071 89.27211) (xy 157.107098 89.27211) (xy 156.504157 89.875051) + (xy 156.485925 89.807007) (xy 156.420099 89.692993) (xy 156.327007 89.599901) (xy 156.212993 89.534075) + (xy 156.144947 89.515841) (xy 156.747888 88.912899) (xy 156.747888 88.912898) (xy 156.676501 88.862913) + (xy 156.469073 88.766188) (xy 156.469068 88.766186) (xy 156.248 88.706951) (xy 156.248004 88.706951) + (xy 156.02 88.687004) (xy 155.791997 88.706951) (xy 155.570931 88.766186) (xy 155.570926 88.766188) + (xy 155.3635 88.862913) (xy 155.292109 88.9129) (xy 155.895051 89.515842) (xy 155.827007 89.534075) + (xy 155.712993 89.599901) (xy 155.619901 89.692993) (xy 155.554075 89.807007) (xy 155.535842 89.875051) + (xy 154.9329 89.272109) (xy 154.882913 89.3435) (xy 154.786188 89.550926) (xy 154.786187 89.550928) + (xy 154.756707 89.66095) (xy 154.719755 89.721572) (xy 154.655894 89.752594) (xy 154.5854 89.744165) + (xy 154.530653 89.698962) (xy 154.513293 89.66095) (xy 154.483812 89.550928) (xy 154.483811 89.550926) + (xy 154.387086 89.343498) (xy 154.3371 89.27211) (xy 154.337098 89.27211) (xy 153.734157 89.875051) + (xy 153.715925 89.807007) (xy 153.650099 89.692993) (xy 153.557007 89.599901) (xy 153.442993 89.534075) + (xy 153.374947 89.515841) (xy 153.977888 88.912899) (xy 153.977888 88.912898) (xy 153.906501 88.862913) + (xy 153.699073 88.766188) (xy 153.699068 88.766186) (xy 153.478 88.706951) (xy 153.478004 88.706951) + (xy 153.25 88.687004) (xy 153.021997 88.706951) (xy 152.800931 88.766186) (xy 152.800926 88.766188) + (xy 152.5935 88.862913) (xy 152.522109 88.9129) (xy 153.125051 89.515842) (xy 153.057007 89.534075) + (xy 152.942993 89.599901) (xy 152.849901 89.692993) (xy 152.784075 89.807007) (xy 152.765842 89.875051) + (xy 152.1629 89.272109) (xy 152.112913 89.3435) (xy 152.016188 89.550926) (xy 152.016186 89.550931) + (xy 151.956951 89.771997) (xy 151.937004 90) (xy 146.974251 90) (xy 147.107117 89.790636) (xy 147.107124 89.790622) + (xy 147.241486 89.505088) (xy 147.24149 89.505079) (xy 147.339007 89.204955) (xy 147.33901 89.204942) + (xy 147.398143 88.894961) (xy 147.398145 88.894944) (xy 147.417959 88.580006) (xy 147.417959 88.579993) + (xy 167.392041 88.579993) (xy 167.392041 88.580006) (xy 167.411854 88.894944) (xy 167.411856 88.894961) + (xy 167.470989 89.204942) (xy 167.470992 89.204955) (xy 167.568509 89.505079) (xy 167.568513 89.505088) + (xy 167.702875 89.790622) (xy 167.702882 89.790636) (xy 167.871966 90.057071) (xy 167.871969 90.057075) + (xy 167.961043 90.164746) (xy 168.608367 89.517421) (xy 168.684588 89.62233) (xy 168.86267 89.800412) + (xy 168.967576 89.876631) (xy 168.317521 90.526686) (xy 168.317521 90.526688) (xy 168.558486 90.701759) + (xy 168.835034 90.853792) (xy 169.12846 90.969968) (xy 169.128466 90.96997) (xy 169.434103 91.048444) + (xy 169.43413 91.048449) (xy 169.747195 91.087998) (xy 169.747214 91.088) (xy 170.062786 91.088) + (xy 170.062804 91.087998) (xy 170.375869 91.048449) (xy 170.375896 91.048444) (xy 170.564589 90.999996) + (xy 185.237166 90.999996) (xy 185.237166 91.000003) (xy 185.256489 91.393323) (xy 185.25649 91.393337) + (xy 185.314271 91.782868) (xy 185.40996 92.164874) (xy 185.40996 92.164875) (xy 185.542625 92.535645) + (xy 185.710998 92.89164) (xy 185.913452 93.229415) (xy 186.148032 93.545709) (xy 186.148036 93.545715) + (xy 186.241715 93.649073) (xy 186.241716 93.649073) (xy 187.845925 92.044864) (xy 187.931457 92.156331) + (xy 188.093669 92.318543) (xy 188.205134 92.404073) (xy 186.600925 94.008283) (xy 186.704276 94.101956) + (xy 186.704286 94.101963) (xy 187.020584 94.336547) (xy 187.358359 94.539001) (xy 187.714354 94.707374) + (xy 188.085124 94.840039) (xy 188.467131 94.935728) (xy 188.856662 94.993509) (xy 188.856676 94.99351) + (xy 189.249996 95.012834) (xy 189.250004 95.012834) (xy 189.643323 94.99351) (xy 189.643337 94.993509) + (xy 190.032868 94.935728) (xy 190.414874 94.840039) (xy 190.414875 94.840039) (xy 190.785645 94.707374) + (xy 191.14164 94.539001) (xy 191.479415 94.336547) (xy 191.795709 94.101967) (xy 191.795715 94.101962) + (xy 191.899073 94.008283) (xy 191.899073 94.008282) (xy 190.294864 92.404073) (xy 190.406331 92.318543) + (xy 190.568543 92.156331) (xy 190.654073 92.044864) (xy 192.258282 93.649073) (xy 192.258283 93.649073) + (xy 192.351962 93.545715) (xy 192.351967 93.545709) (xy 192.586547 93.229415) (xy 192.789001 92.89164) + (xy 192.957374 92.535645) (xy 193.090039 92.164875) (xy 193.090039 92.164874) (xy 193.185728 91.782868) + (xy 193.243509 91.393337) (xy 193.24351 91.393323) (xy 193.262834 91.000003) (xy 193.262834 90.999996) + (xy 193.24351 90.606676) (xy 193.243509 90.606662) (xy 193.185728 90.217131) (xy 193.090039 89.835125) + (xy 193.090039 89.835124) (xy 192.957374 89.464354) (xy 192.789001 89.108359) (xy 192.586547 88.770584) + (xy 192.351963 88.454286) (xy 192.351956 88.454276) (xy 192.258283 88.350925) (xy 190.654073 89.955134) + (xy 190.568543 89.843669) (xy 190.406331 89.681457) (xy 190.294864 89.595925) (xy 191.899073 87.991716) + (xy 191.899073 87.991715) (xy 191.795715 87.898036) (xy 191.795709 87.898032) (xy 191.479415 87.663452) + (xy 191.14164 87.460998) (xy 190.785645 87.292625) (xy 190.414875 87.15996) (xy 190.032868 87.064271) + (xy 189.643337 87.00649) (xy 189.643323 87.006489) (xy 189.250004 86.987166) (xy 189.249996 86.987166) + (xy 188.856676 87.006489) (xy 188.856662 87.00649) (xy 188.467131 87.064271) (xy 188.085125 87.15996) + (xy 188.085124 87.15996) (xy 187.714354 87.292625) (xy 187.358359 87.460998) (xy 187.020584 87.663452) + (xy 186.70429 87.898032) (xy 186.704285 87.898036) (xy 186.600925 87.991715) (xy 186.600925 87.991716) + (xy 188.205135 89.595926) (xy 188.093669 89.681457) (xy 187.931457 89.843669) (xy 187.845926 89.955135) + (xy 186.241716 88.350925) (xy 186.241715 88.350925) (xy 186.148036 88.454285) (xy 186.148032 88.45429) + (xy 185.913452 88.770584) (xy 185.710998 89.108359) (xy 185.542625 89.464354) (xy 185.40996 89.835124) + (xy 185.40996 89.835125) (xy 185.314271 90.217131) (xy 185.25649 90.606662) (xy 185.256489 90.606676) + (xy 185.237166 90.999996) (xy 170.564589 90.999996) (xy 170.681533 90.96997) (xy 170.681539 90.969968) + (xy 170.974965 90.853792) (xy 171.251517 90.701756) (xy 171.492477 90.526688) (xy 171.492477 90.526686) + (xy 170.842422 89.876631) (xy 170.94733 89.800412) (xy 171.125412 89.62233) (xy 171.201631 89.517422) + (xy 171.848955 90.164746) (xy 171.848956 90.164745) (xy 171.938026 90.05708) (xy 171.938029 90.057076) + (xy 172.107117 89.790636) (xy 172.107124 89.790622) (xy 172.241486 89.505088) (xy 172.24149 89.505079) + (xy 172.339007 89.204955) (xy 172.33901 89.204942) (xy 172.398143 88.894961) (xy 172.398145 88.894944) + (xy 172.417959 88.580006) (xy 172.417959 88.579993) (xy 172.398145 88.265055) (xy 172.398143 88.265038) + (xy 172.33901 87.955057) (xy 172.339007 87.955044) (xy 172.24149 87.65492) (xy 172.241486 87.654911) + (xy 172.107124 87.369377) (xy 172.107117 87.369363) (xy 171.938033 87.102928) (xy 171.93803 87.102924) + (xy 171.848955 86.995252) (xy 171.201631 87.642576) (xy 171.125412 87.53767) (xy 170.94733 87.359588) + (xy 170.842422 87.283367) (xy 171.492477 86.633312) (xy 171.492477 86.63331) (xy 171.251513 86.45824) + (xy 170.974965 86.306207) (xy 170.681539 86.190031) (xy 170.681533 86.190029) (xy 170.375896 86.111555) + (xy 170.375869 86.11155) (xy 170.062804 86.072001) (xy 170.062786 86.072) (xy 169.747214 86.072) + (xy 169.747195 86.072001) (xy 169.43413 86.11155) (xy 169.434103 86.111555) (xy 169.128466 86.190029) + (xy 169.12846 86.190031) (xy 168.835034 86.306207) (xy 168.558485 86.458241) (xy 168.317521 86.63331) + (xy 168.317521 86.633312) (xy 168.967577 87.283368) (xy 168.86267 87.359588) (xy 168.684588 87.53767) + (xy 168.608368 87.642577) (xy 167.961043 86.995252) (xy 167.961042 86.995252) (xy 167.871971 87.102921) + (xy 167.871969 87.102924) (xy 167.702882 87.369363) (xy 167.702875 87.369377) (xy 167.568513 87.654911) + (xy 167.568509 87.65492) (xy 167.470992 87.955044) (xy 167.470989 87.955057) (xy 167.411856 88.265038) + (xy 167.411854 88.265055) (xy 167.392041 88.579993) (xy 147.417959 88.579993) (xy 147.398145 88.265055) + (xy 147.398143 88.265038) (xy 147.33901 87.955057) (xy 147.339007 87.955044) (xy 147.24149 87.65492) + (xy 147.241486 87.654911) (xy 147.107124 87.369377) (xy 147.107117 87.369363) (xy 146.938033 87.102928) + (xy 146.93803 87.102924) (xy 146.848955 86.995252) (xy 146.201631 87.642576) (xy 146.125412 87.53767) + (xy 145.94733 87.359588) (xy 145.842422 87.283367) (xy 146.492477 86.633312) (xy 146.492477 86.63331) + (xy 146.251513 86.45824) (xy 145.98432 86.31135) (xy 150.5565 86.31135) (xy 150.5565 88.008649) + (xy 150.563009 88.069196) (xy 150.563011 88.069204) (xy 150.61411 88.206202) (xy 150.614112 88.206207) + (xy 150.701738 88.323261) (xy 150.818792 88.410887) (xy 150.818794 88.410888) (xy 150.818796 88.410889) + (xy 150.877875 88.432924) (xy 150.955795 88.461988) (xy 150.955803 88.46199) (xy 151.01635 88.468499) + (xy 151.016355 88.468499) (xy 151.016362 88.4685) (xy 151.016368 88.4685) (xy 152.713632 88.4685) + (xy 152.713638 88.4685) (xy 152.713645 88.468499) (xy 152.713649 88.468499) (xy 152.774196 88.46199) + (xy 152.774199 88.461989) (xy 152.774201 88.461989) (xy 152.911204 88.410889) (xy 152.933389 88.394282) + (xy 153.028261 88.323261) (xy 153.115887 88.206207) (xy 153.115887 88.206206) (xy 153.115889 88.206204) + (xy 153.166989 88.069201) (xy 153.1735 88.008638) (xy 153.1735 87.689144) (xy 153.193502 87.621023) + (xy 153.247158 87.57453) (xy 153.317432 87.564426) (xy 153.382012 87.59392) (xy 153.413695 87.635894) + (xy 153.497913 87.816501) (xy 153.547899 87.887888) (xy 154.150841 87.284946) (xy 154.169075 87.352993) + (xy 154.234901 87.467007) (xy 154.327993 87.560099) (xy 154.442007 87.625925) (xy 154.510051 87.644157) + (xy 153.90711 88.247098) (xy 153.90711 88.2471) (xy 153.978498 88.297086) (xy 154.185926 88.393811) + (xy 154.185931 88.393813) (xy 154.406999 88.453048) (xy 154.406995 88.453048) (xy 154.635 88.472995) + (xy 154.863002 88.453048) (xy 155.084068 88.393813) (xy 155.084073 88.393811) (xy 155.291497 88.297088) + (xy 155.362888 88.247099) (xy 155.362888 88.247097) (xy 154.759948 87.644157) (xy 154.827993 87.625925) + (xy 154.942007 87.560099) (xy 155.035099 87.467007) (xy 155.100925 87.352993) (xy 155.119157 87.284948) + (xy 155.722097 87.887888) (xy 155.722099 87.887888) (xy 155.772088 87.816497) (xy 155.868811 87.609073) + (xy 155.868813 87.609068) (xy 155.898293 87.49905) (xy 155.935245 87.438427) (xy 155.999105 87.407406) + (xy 156.0696 87.415834) (xy 156.124347 87.461037) (xy 156.141707 87.49905) (xy 156.171186 87.609068) + (xy 156.171188 87.609073) (xy 156.267913 87.816501) (xy 156.317899 87.887888) (xy 156.920841 87.284946) + (xy 156.939075 87.352993) (xy 157.004901 87.467007) (xy 157.097993 87.560099) (xy 157.212007 87.625925) + (xy 157.280051 87.644157) (xy 156.67711 88.247098) (xy 156.67711 88.2471) (xy 156.748498 88.297086) + (xy 156.955926 88.393811) (xy 156.955931 88.393813) (xy 157.176999 88.453048) (xy 157.176995 88.453048) + (xy 157.405 88.472995) (xy 157.633002 88.453048) (xy 157.854068 88.393813) (xy 157.854073 88.393811) + (xy 158.061497 88.297088) (xy 158.132888 88.247099) (xy 158.132888 88.247097) (xy 157.529948 87.644157) + (xy 157.597993 87.625925) (xy 157.712007 87.560099) (xy 157.805099 87.467007) (xy 157.870925 87.352993) + (xy 157.889157 87.284948) (xy 158.492097 87.887888) (xy 158.492099 87.887888) (xy 158.542088 87.816497) + (xy 158.638811 87.609073) (xy 158.638813 87.609068) (xy 158.668293 87.49905) (xy 158.705245 87.438427) + (xy 158.769105 87.407406) (xy 158.8396 87.415834) (xy 158.894347 87.461037) (xy 158.911707 87.49905) + (xy 158.941186 87.609068) (xy 158.941188 87.609073) (xy 159.037913 87.816501) (xy 159.087899 87.887888) + (xy 159.690841 87.284946) (xy 159.709075 87.352993) (xy 159.774901 87.467007) (xy 159.867993 87.560099) + (xy 159.982007 87.625925) (xy 160.050051 87.644157) (xy 159.44711 88.247098) (xy 159.44711 88.2471) + (xy 159.518498 88.297086) (xy 159.725926 88.393811) (xy 159.725931 88.393813) (xy 159.946999 88.453048) + (xy 159.946995 88.453048) (xy 160.175 88.472995) (xy 160.403002 88.453048) (xy 160.624068 88.393813) + (xy 160.624073 88.393811) (xy 160.831497 88.297088) (xy 160.902888 88.247099) (xy 160.902888 88.247097) + (xy 160.299948 87.644157) (xy 160.367993 87.625925) (xy 160.482007 87.560099) (xy 160.575099 87.467007) + (xy 160.640925 87.352993) (xy 160.659157 87.284948) (xy 161.262097 87.887888) (xy 161.262099 87.887888) + (xy 161.312088 87.816497) (xy 161.408811 87.609073) (xy 161.408813 87.609069) (xy 161.438034 87.500014) + (xy 161.474985 87.439392) (xy 161.538846 87.40837) (xy 161.60934 87.416798) (xy 161.664087 87.462001) + (xy 161.681448 87.500014) (xy 161.710715 87.60924) (xy 161.710717 87.609246) (xy 161.807477 87.816749) + (xy 161.92999 87.991716) (xy 161.938802 88.0043) (xy 162.1007 88.166198) (xy 162.288251 88.297523) + (xy 162.495757 88.394284) (xy 162.716913 88.453543) (xy 162.945 88.473498) (xy 163.173087 88.453543) + (xy 163.394243 88.394284) (xy 163.601749 88.297523) (xy 163.7893 88.166198) (xy 163.951198 88.0043) + (xy 164.082523 87.816749) (xy 164.179284 87.609243) (xy 164.238543 87.388087) (xy 164.258498 87.16) + (xy 164.238543 86.931913) (xy 164.179284 86.710757) (xy 164.082523 86.503251) (xy 163.951198 86.3157) + (xy 163.7893 86.153802) (xy 163.673757 86.072898) (xy 163.601749 86.022477) (xy 163.394246 85.925717) + (xy 163.39424 85.925715) (xy 163.300771 85.90067) (xy 163.173087 85.866457) (xy 162.945 85.846502) + (xy 162.716913 85.866457) (xy 162.495759 85.925715) (xy 162.495753 85.925717) (xy 162.28825 86.022477) + (xy 162.100703 86.153799) (xy 162.100697 86.153804) (xy 161.938804 86.315697) (xy 161.938799 86.315703) + (xy 161.807477 86.50325) (xy 161.710717 86.710753) (xy 161.710716 86.710756) (xy 161.681448 86.819986) + (xy 161.644496 86.880608) (xy 161.580635 86.91163) (xy 161.510141 86.903201) (xy 161.455394 86.857997) + (xy 161.438034 86.819985) (xy 161.408813 86.71093) (xy 161.408811 86.710926) (xy 161.312086 86.503498) + (xy 161.2621 86.43211) (xy 161.262098 86.43211) (xy 160.659157 87.035051) (xy 160.640925 86.967007) + (xy 160.575099 86.852993) (xy 160.482007 86.759901) (xy 160.367993 86.694075) (xy 160.299947 86.675841) + (xy 160.902888 86.072899) (xy 160.902888 86.072898) (xy 160.831501 86.022913) (xy 160.624073 85.926188) + (xy 160.624068 85.926186) (xy 160.403 85.866951) (xy 160.403004 85.866951) (xy 160.175 85.847004) + (xy 159.946997 85.866951) (xy 159.725931 85.926186) (xy 159.725926 85.926188) (xy 159.5185 86.022913) + (xy 159.447109 86.0729) (xy 160.050051 86.675842) (xy 159.982007 86.694075) (xy 159.867993 86.759901) + (xy 159.774901 86.852993) (xy 159.709075 86.967007) (xy 159.690842 87.035051) (xy 159.0879 86.432109) + (xy 159.037913 86.5035) (xy 158.941188 86.710926) (xy 158.941187 86.710928) (xy 158.911707 86.82095) + (xy 158.874755 86.881572) (xy 158.810894 86.912594) (xy 158.7404 86.904165) (xy 158.685653 86.858962) + (xy 158.668293 86.82095) (xy 158.638812 86.710928) (xy 158.638811 86.710926) (xy 158.542086 86.503498) + (xy 158.4921 86.43211) (xy 158.492098 86.43211) (xy 157.889157 87.035051) (xy 157.870925 86.967007) + (xy 157.805099 86.852993) (xy 157.712007 86.759901) (xy 157.597993 86.694075) (xy 157.529947 86.675841) + (xy 158.132888 86.072899) (xy 158.132888 86.072898) (xy 158.061501 86.022913) (xy 157.854073 85.926188) + (xy 157.854068 85.926186) (xy 157.633 85.866951) (xy 157.633004 85.866951) (xy 157.405 85.847004) + (xy 157.176997 85.866951) (xy 156.955931 85.926186) (xy 156.955926 85.926188) (xy 156.7485 86.022913) + (xy 156.677109 86.0729) (xy 157.280051 86.675842) (xy 157.212007 86.694075) (xy 157.097993 86.759901) + (xy 157.004901 86.852993) (xy 156.939075 86.967007) (xy 156.920842 87.035051) (xy 156.3179 86.432109) + (xy 156.267913 86.5035) (xy 156.171188 86.710926) (xy 156.171187 86.710928) (xy 156.141707 86.82095) + (xy 156.104755 86.881572) (xy 156.040894 86.912594) (xy 155.9704 86.904165) (xy 155.915653 86.858962) + (xy 155.898293 86.82095) (xy 155.868812 86.710928) (xy 155.868811 86.710926) (xy 155.772086 86.503498) + (xy 155.7221 86.43211) (xy 155.722098 86.43211) (xy 155.119157 87.035051) (xy 155.100925 86.967007) + (xy 155.035099 86.852993) (xy 154.942007 86.759901) (xy 154.827993 86.694075) (xy 154.759947 86.675841) + (xy 155.362888 86.072899) (xy 155.362888 86.072898) (xy 155.291501 86.022913) (xy 155.084073 85.926188) + (xy 155.084068 85.926186) (xy 154.863 85.866951) (xy 154.863004 85.866951) (xy 154.635 85.847004) + (xy 154.406997 85.866951) (xy 154.185931 85.926186) (xy 154.185926 85.926188) (xy 153.9785 86.022913) + (xy 153.907109 86.0729) (xy 154.510051 86.675842) (xy 154.442007 86.694075) (xy 154.327993 86.759901) + (xy 154.234901 86.852993) (xy 154.169075 86.967007) (xy 154.150842 87.035051) (xy 153.5479 86.432109) + (xy 153.497913 86.5035) (xy 153.413695 86.684105) (xy 153.366777 86.73739) (xy 153.2985 86.756851) + (xy 153.23054 86.736309) (xy 153.184475 86.682286) (xy 153.1735 86.630855) (xy 153.1735 86.311367) + (xy 153.173499 86.31135) (xy 153.16699 86.250803) (xy 153.166988 86.250795) (xy 153.130811 86.153804) + (xy 153.115889 86.113796) (xy 153.115888 86.113794) (xy 153.115887 86.113792) (xy 153.028261 85.996738) + (xy 152.911207 85.909112) (xy 152.911202 85.90911) (xy 152.774204 85.858011) (xy 152.774196 85.858009) + (xy 152.713649 85.8515) (xy 152.713638 85.8515) (xy 151.016362 85.8515) (xy 151.01635 85.8515) (xy 150.955803 85.858009) + (xy 150.955795 85.858011) (xy 150.818797 85.90911) (xy 150.818792 85.909112) (xy 150.701738 85.996738) + (xy 150.614112 86.113792) (xy 150.61411 86.113797) (xy 150.563011 86.250795) (xy 150.563009 86.250803) + (xy 150.5565 86.31135) (xy 145.98432 86.31135) (xy 145.974965 86.306207) (xy 145.681539 86.190031) + (xy 145.681533 86.190029) (xy 145.375896 86.111555) (xy 145.375869 86.11155) (xy 145.062804 86.072001) + (xy 145.062786 86.072) (xy 144.747214 86.072) (xy 144.747195 86.072001) (xy 144.43413 86.11155) + (xy 144.434103 86.111555) (xy 144.128466 86.190029) (xy 144.12846 86.190031) (xy 143.835034 86.306207) + (xy 143.558485 86.458241) (xy 143.317521 86.63331) (xy 143.317521 86.633312) (xy 143.967577 87.283368) + (xy 143.86267 87.359588) (xy 143.684588 87.53767) (xy 143.608368 87.642577) (xy 142.961043 86.995252) + (xy 142.961042 86.995252) (xy 142.871971 87.102921) (xy 142.871969 87.102924) (xy 142.702882 87.369363) + (xy 142.702875 87.369377) (xy 142.568513 87.654911) (xy 142.568509 87.65492) (xy 142.470992 87.955044) + (xy 142.470989 87.955057) (xy 142.411856 88.265038) (xy 142.411854 88.265055) (xy 142.392041 88.579993) + (xy 121.945194 88.579993) (xy 121.851963 88.454286) (xy 121.851956 88.454276) (xy 121.758283 88.350925) + (xy 120.154073 89.955134) (xy 120.068543 89.843669) (xy 119.906331 89.681457) (xy 119.794864 89.595925) + (xy 121.399073 87.991716) (xy 121.399073 87.991715) (xy 121.295715 87.898036) (xy 121.295709 87.898032) + (xy 120.979415 87.663452) (xy 120.64164 87.460998) (xy 120.285645 87.292625) (xy 119.914875 87.15996) + (xy 119.532868 87.064271) (xy 119.143337 87.00649) (xy 119.143323 87.006489) (xy 118.750004 86.987166) + (xy 118.749996 86.987166) (xy 118.356676 87.006489) (xy 118.356662 87.00649) (xy 117.967131 87.064271) + (xy 117.585125 87.15996) (xy 117.585124 87.15996) (xy 117.214354 87.292625) (xy 116.858359 87.460998) + (xy 116.520584 87.663452) (xy 116.20429 87.898032) (xy 116.204285 87.898036) (xy 116.100925 87.991715) + (xy 116.100925 87.991716) (xy 117.705135 89.595926) (xy 117.593669 89.681457) (xy 117.431457 89.843669) + (xy 117.345926 89.955135) (xy 115.741716 88.350925) (xy 115.741715 88.350925) (xy 115.648036 88.454285) + (xy 115.648032 88.45429) (xy 115.413452 88.770584) (xy 115.210998 89.108359) (xy 115.042625 89.464354) + (xy 114.90996 89.835124) (xy 114.90996 89.835125) (xy 114.814271 90.217131) (xy 114.75649 90.606662) + (xy 114.756489 90.606676) (xy 114.737166 90.999996) (xy 114.302861 90.999996) (xy 114.301115 90.944096) + (xy 114.301251 90.933129) (xy 114.323896 90.529423) (xy 114.3255 90.516794) (xy 114.3255 90.510048) + (xy 114.326125 90.497512) (xy 114.327566 90.483103) (xy 114.327565 90.483101) (xy 114.327765 90.4811) + (xy 114.3255 90.460054) (xy 114.3255 80.645) (xy 132.411807 80.645) (xy 132.430542 80.859141) (xy 132.486177 81.066774) + (xy 132.486179 81.06678) (xy 132.577024 81.261597) (xy 132.700319 81.437681) (xy 132.852319 81.589681) + (xy 133.028403 81.712976) (xy 133.223223 81.803822) (xy 133.430858 81.859458) (xy 133.645 81.878193) + (xy 133.859142 81.859458) (xy 134.066777 81.803822) (xy 134.261597 81.712976) (xy 134.437681 81.589681) + (xy 134.589681 81.437681) (xy 134.712976 81.261597) (xy 134.800805 81.073244) (xy 134.847722 81.019961) + (xy 134.915999 81.0005) (xy 134.983959 81.021042) (xy 135.029194 81.073244) (xy 135.117024 81.261597) + (xy 135.240319 81.437681) (xy 135.392319 81.589681) (xy 135.568403 81.712976) (xy 135.763223 81.803822) + (xy 135.970858 81.859458) (xy 136.185 81.878193) (xy 136.399142 81.859458) (xy 136.606777 81.803822) + (xy 136.801597 81.712976) (xy 136.977681 81.589681) (xy 137.129681 81.437681) (xy 137.252976 81.261597) + (xy 137.340805 81.073244) (xy 137.387722 81.019961) (xy 137.455999 81.0005) (xy 137.523959 81.021042) + (xy 137.569194 81.073244) (xy 137.657024 81.261597) (xy 137.780319 81.437681) (xy 137.932319 81.589681) + (xy 138.108403 81.712976) (xy 138.303223 81.803822) (xy 138.510858 81.859458) (xy 138.725 81.878193) + (xy 138.939142 81.859458) (xy 139.146777 81.803822) (xy 139.341597 81.712976) (xy 139.517681 81.589681) + (xy 139.669681 81.437681) (xy 139.792976 81.261597) (xy 139.883822 81.066777) (xy 139.939458 80.859142) + (xy 139.958193 80.645) (xy 139.939458 80.430858) (xy 139.883822 80.223223) (xy 139.792976 80.028404) + (xy 139.792975 80.028403) (xy 139.792974 80.0284) (xy 139.669685 79.852323) (xy 139.669682 79.85232) + (xy 139.669675 79.852313) (xy 139.517681 79.700319) (xy 139.341597 79.577024) (xy 139.14678 79.486179) + (xy 139.146774 79.486177) (xy 139.059019 79.462663) (xy 138.939142 79.430542) (xy 138.725 79.411807) + (xy 138.510858 79.430542) (xy 138.303225 79.486177) (xy 138.30322 79.486179) (xy 138.1084 79.577025) + (xy 137.932323 79.700314) (xy 137.932313 79.700323) (xy 137.780323 79.852313) (xy 137.780314 79.852323) + (xy 137.657025 80.0284) (xy 137.569195 80.216753) (xy 137.522278 80.270038) (xy 137.454 80.289499) + (xy 137.38604 80.268957) (xy 137.340805 80.216753) (xy 137.252974 80.0284) (xy 137.129685 79.852323) + (xy 137.129682 79.85232) (xy 137.129675 79.852313) (xy 136.977681 79.700319) (xy 136.801597 79.577024) + (xy 136.60678 79.486179) (xy 136.606774 79.486177) (xy 136.519019 79.462663) (xy 136.399142 79.430542) + (xy 136.185 79.411807) (xy 135.970858 79.430542) (xy 135.763225 79.486177) (xy 135.76322 79.486179) + (xy 135.5684 79.577025) (xy 135.392323 79.700314) (xy 135.392313 79.700323) (xy 135.240323 79.852313) + (xy 135.240314 79.852323) (xy 135.117025 80.0284) (xy 135.029195 80.216753) (xy 134.982278 80.270038) + (xy 134.914 80.289499) (xy 134.84604 80.268957) (xy 134.800805 80.216753) (xy 134.712974 80.0284) + (xy 134.589685 79.852323) (xy 134.589682 79.85232) (xy 134.589675 79.852313) (xy 134.437681 79.700319) + (xy 134.261597 79.577024) (xy 134.06678 79.486179) (xy 134.066774 79.486177) (xy 133.979019 79.462663) + (xy 133.859142 79.430542) (xy 133.645 79.411807) (xy 133.430858 79.430542) (xy 133.223225 79.486177) + (xy 133.22322 79.486179) (xy 133.0284 79.577025) (xy 132.852323 79.700314) (xy 132.852313 79.700323) + (xy 132.700323 79.852313) (xy 132.700314 79.852323) (xy 132.577025 80.0284) (xy 132.486179 80.22322) + (xy 132.486177 80.223225) (xy 132.430542 80.430858) (xy 132.411807 80.645) (xy 114.3255 80.645) + (xy 114.3255 64.999996) (xy 138.48662 64.999996) (xy 138.48662 65.000003) (xy 138.50609 65.197694) + (xy 138.563759 65.387804) (xy 138.657405 65.563004) (xy 138.783433 65.71657) (xy 138.793032 65.724447) + (xy 138.833002 65.783123) (xy 138.8391 65.821847) (xy 138.8391 66.315095) (xy 138.852228 66.381092) + (xy 138.864498 66.442777) (xy 138.914318 66.563054) (xy 138.986645 66.671299) (xy 138.986647 66.671301) + (xy 139.576539 67.261193) (xy 139.610565 67.323505) (xy 139.612837 67.362633) (xy 139.611621 67.374996) + (xy 139.61162 67.375004) (xy 139.63109 67.572694) (xy 139.631091 67.5727) (xy 139.631092 67.572701) + (xy 139.688759 67.762804) (xy 139.782405 67.938004) (xy 139.908432 68.091568) (xy 140.061996 68.217595) + (xy 140.237196 68.311241) (xy 140.427299 68.368908) (xy 140.427303 68.368908) (xy 140.427305 68.368909) + (xy 140.624997 68.38838) (xy 140.625 68.38838) (xy 140.625003 68.38838) (xy 140.822694 68.368909) + (xy 140.822695 68.368908) (xy 140.822701 68.368908) (xy 141.012804 68.311241) (xy 141.188004 68.217595) + (xy 141.341568 68.091568) (xy 141.467595 67.938004) (xy 141.561241 67.762804) (xy 141.618908 67.572701) + (xy 141.63838 67.375) (xy 141.63838 67.374996) (xy 141.618909 67.177305) (xy 141.618908 67.177303) + (xy 141.618908 67.177299) (xy 141.561241 66.987196) (xy 141.467595 66.811996) (xy 141.341568 66.658432) + (xy 141.188004 66.532405) (xy 141.012804 66.438759) (xy 140.822701 66.381092) (xy 140.8227 66.381091) + (xy 140.822694 66.38109) (xy 140.625004 66.36162) (xy 140.625001 66.36162) (xy 140.625 66.36162) + (xy 140.612634 66.362837) (xy 140.542883 66.349607) (xy 140.511193 66.326539) (xy 140.197805 66.013151) + (xy 140.163779 65.950839) (xy 140.1609 65.924056) (xy 140.1609 65.821847) (xy 140.180902 65.753726) + (xy 140.206968 65.724447) (xy 140.216566 65.71657) (xy 140.216568 65.716568) (xy 140.342595 65.563004) + (xy 140.436241 65.387804) (xy 140.493908 65.197701) (xy 140.51338 65) (xy 140.493908 64.802299) + (xy 140.436241 64.612196) (xy 140.342595 64.436996) (xy 140.216568 64.283432) (xy 140.063004 64.157405) + (xy 139.887804 64.063759) (xy 139.697701 64.006092) (xy 139.6977 64.006091) (xy 139.697694 64.00609) + (xy 139.500003 63.98662) (xy 139.499997 63.98662) (xy 139.302305 64.00609) (xy 139.112195 64.063759) + (xy 138.936995 64.157405) (xy 138.783432 64.283432) (xy 138.657405 64.436995) (xy 138.563759 64.612195) + (xy 138.50609 64.802305) (xy 138.48662 64.999996) (xy 114.3255 64.999996) (xy 114.3255 55.42) (xy 125.636844 55.42) + (xy 125.655437 55.644375) (xy 125.710702 55.862612) (xy 125.710703 55.862613) (xy 125.801141 56.068793) + (xy 125.924275 56.257265) (xy 125.924279 56.25727) (xy 126.076762 56.422908) (xy 126.131331 56.465381) + (xy 126.254424 56.561189) (xy 126.288205 56.57947) (xy 126.338596 56.629482) (xy 126.353949 56.698799) + (xy 126.329389 56.765412) (xy 126.288209 56.801096) (xy 126.254704 56.819228) (xy 126.254698 56.819232) + (xy 126.077097 56.957465) (xy 125.924674 57.123041) (xy 125.80158 57.311451) (xy 125.711179 57.517543) + (xy 125.711176 57.51755) (xy 125.663455 57.705999) (xy 125.663456 57.706) (xy 126.569297 57.706) + (xy 126.534075 57.767007) (xy 126.5 57.894174) (xy 126.5 58.025826) (xy 126.534075 58.152993) (xy 126.569297 58.214) + (xy 125.663455 58.214) (xy 125.711176 58.402449) (xy 125.711179 58.402456) (xy 125.80158 58.608548) + (xy 125.924674 58.796958) (xy 126.077097 58.962534) (xy 126.254698 59.100767) (xy 126.254704 59.100771) + (xy 126.288207 59.118902) (xy 126.338597 59.168915) (xy 126.353949 59.238232) (xy 126.329388 59.304845) + (xy 126.288207 59.340528) (xy 126.25443 59.358807) (xy 126.254424 59.358811) (xy 126.076762 59.497091) + (xy 125.924279 59.662729) (xy 125.924275 59.662734) (xy 125.801141 59.851206) (xy 125.710703 60.057386) + (xy 125.710702 60.057387) (xy 125.655437 60.275624) (xy 125.636844 60.5) (xy 125.655437 60.724375) + (xy 125.710702 60.942612) (xy 125.710703 60.942613) (xy 125.801141 61.148793) (xy 125.924275 61.337265) + (xy 125.924279 61.33727) (xy 126.076762 61.502908) (xy 126.131331 61.545381) (xy 126.254424 61.641189) + (xy 126.452426 61.748342) (xy 126.452427 61.748342) (xy 126.452428 61.748343) (xy 126.564227 61.786723) + (xy 126.665365 61.821444) (xy 126.887431 61.8585) (xy 126.887435 61.8585) (xy 127.112565 61.8585) + (xy 127.112569 61.8585) (xy 127.334635 61.821444) (xy 127.547574 61.748342) (xy 127.745576 61.641189) + (xy 127.92324 61.502906) (xy 128.075722 61.337268) (xy 128.19886 61.148791) (xy 128.289296 60.942616) + (xy 128.344564 60.724368) (xy 128.363156 60.5) (xy 128.344564 60.275632) (xy 128.289296 60.057384) + (xy 128.19886 59.851209) (xy 128.19214 59.840924) (xy 128.075724 59.662734) (xy 128.07572 59.662729) + (xy 127.923237 59.497091) (xy 127.841382 59.433381) (xy 127.745576 59.358811) (xy 127.711792 59.340528) + (xy 127.661402 59.290516) (xy 127.64605 59.221199) (xy 127.67061 59.154586) (xy 127.711793 59.118901) + (xy 127.7453 59.100767) (xy 127.745301 59.100767) (xy 127.922902 58.962534) (xy 128.075325 58.796958) + (xy 128.198419 58.608548) (xy 128.28882 58.402456) (xy 128.288823 58.402449) (xy 128.336544 58.214) + (xy 127.430703 58.214) (xy 127.465925 58.152993) (xy 127.5 58.025826) (xy 127.5 57.894174) (xy 127.465925 57.767007) + (xy 127.430703 57.706) (xy 128.336544 57.706) (xy 128.336544 57.705999) (xy 128.288823 57.51755) + (xy 128.28882 57.517543) (xy 128.198419 57.311451) (xy 128.075325 57.123041) (xy 127.922902 56.957465) + (xy 127.745301 56.819232) (xy 127.7453 56.819231) (xy 127.711791 56.801097) (xy 127.661401 56.751083) + (xy 127.64605 56.681766) (xy 127.670612 56.615153) (xy 127.71179 56.579472) (xy 127.745576 56.561189) + (xy 127.92324 56.422906) (xy 128.075722 56.257268) (xy 128.19886 56.068791) (xy 128.289296 55.862616) + (xy 128.344564 55.644368) (xy 128.363156 55.42) (xy 128.344564 55.195632) (xy 128.289296 54.977384) + (xy 128.19886 54.771209) (xy 128.19214 54.760924) (xy 128.075724 54.582734) (xy 128.075719 54.582729) + (xy 127.932524 54.427179) (xy 127.901103 54.363514) (xy 127.90909 54.292968) (xy 127.953948 54.237939) + (xy 127.981183 54.223789) (xy 128.096204 54.180889) (xy 128.149753 54.140803) (xy 128.213261 54.093261) + (xy 128.300887 53.976207) (xy 128.300887 53.976206) (xy 128.300889 53.976204) (xy 128.351989 53.839201) + (xy 128.3585 53.778638) (xy 128.3585 51.981362) (xy 128.358499 51.98135) (xy 128.35199 51.920803) + (xy 128.351988 51.920795) (xy 128.322924 51.842875) (xy 128.300889 51.783796) (xy 128.300888 51.783794) + (xy 128.300887 51.783792) (xy 128.284574 51.762) (xy 132.574844 51.762) (xy 132.593021 51.981362) + (xy 132.593437 51.986375) (xy 132.648702 52.204612) (xy 132.648703 52.204613) (xy 132.739141 52.410793) + (xy 132.862275 52.599265) (xy 132.862279 52.59927) (xy 133.014762 52.764908) (xy 133.069331 52.807381) + (xy 133.192424 52.903189) (xy 133.390426 53.010342) (xy 133.390427 53.010342) (xy 133.390428 53.010343) + (xy 133.502227 53.048723) (xy 133.603365 53.083444) (xy 133.825431 53.1205) (xy 133.825435 53.1205) + (xy 134.050565 53.1205) (xy 134.050569 53.1205) (xy 134.272635 53.083444) (xy 134.485574 53.010342) + (xy 134.683576 52.903189) (xy 134.86124 52.764906) (xy 135.013722 52.599268) (xy 135.102518 52.463354) + (xy 135.15652 52.417268) (xy 135.226868 52.407692) (xy 135.291225 52.437669) (xy 135.31348 52.463353) + (xy 135.346607 52.514058) (xy 135.402275 52.599265) (xy 135.402279 52.59927) (xy 135.554762 52.764908) + (xy 135.609331 52.807381) (xy 135.732424 52.903189) (xy 135.930426 53.010342) (xy 135.930427 53.010342) + (xy 135.930428 53.010343) (xy 136.042227 53.048723) (xy 136.143365 53.083444) (xy 136.365431 53.1205) + (xy 136.365435 53.1205) (xy 136.590565 53.1205) (xy 136.590569 53.1205) (xy 136.812635 53.083444) + (xy 137.025574 53.010342) (xy 137.223576 52.903189) (xy 137.40124 52.764906) (xy 137.462626 52.698222) + (xy 137.523476 52.661654) (xy 137.594441 52.663787) (xy 137.652986 52.703949) (xy 137.67338 52.739529) + (xy 137.717553 52.857961) (xy 137.717555 52.857965) (xy 137.805095 52.974904) (xy 137.922034 53.062444) + (xy 138.058906 53.113494) (xy 138.119402 53.119999) (xy 138.119415 53.12) (xy 138.764 53.12) (xy 138.764 52.192702) + (xy 138.825007 52.227925) (xy 138.952174 52.262) (xy 139.083826 52.262) (xy 139.210993 52.227925) + (xy 139.272 52.192702) (xy 139.272 53.12) (xy 139.916585 53.12) (xy 139.916597 53.119999) (xy 139.977093 53.113494) + (xy 140.113964 53.062444) (xy 140.113965 53.062444) (xy 140.230904 52.974904) (xy 140.318444 52.857965) + (xy 140.318444 52.857964) (xy 140.369494 52.721093) (xy 140.375999 52.660597) (xy 140.376 52.660585) + (xy 140.376 52.016) (xy 139.448703 52.016) (xy 139.483925 51.954993) (xy 139.518 51.827826) (xy 139.518 51.696174) + (xy 139.483925 51.569007) (xy 139.448703 51.508) (xy 140.376 51.508) (xy 140.376 51.131321) (xy 166.942 51.131321) + (xy 166.942 52.096) (xy 167.95 52.096) (xy 167.95 52.604) (xy 166.942 52.604) (xy 166.942 53.568678) + (xy 166.979133 53.803129) (xy 167.05248 54.028867) (xy 167.160245 54.240367) (xy 167.299764 54.432398) + (xy 167.299766 54.432401) (xy 167.467598 54.600233) (xy 167.467601 54.600235) (xy 167.659632 54.739754) + (xy 167.871132 54.847519) (xy 168.096871 54.920866) (xy 168.196 54.936566) (xy 168.196 53.880702) + (xy 168.257007 53.915925) (xy 168.384174 53.95) (xy 168.515826 53.95) (xy 168.642993 53.915925) + (xy 168.704 53.880702) (xy 168.704 54.936566) (xy 168.803128 54.920866) (xy 169.028867 54.847519) + (xy 169.240367 54.739754) (xy 169.432398 54.600235) (xy 169.432401 54.600233) (xy 169.600233 54.432401) + (xy 169.600235 54.432398) (xy 169.739754 54.240367) (xy 169.759634 54.20135) (xy 170.4415 54.20135) + (xy 170.4415 56.298649) (xy 170.448009 56.359196) (xy 170.448011 56.359204) (xy 170.49911 56.496202) + (xy 170.499112 56.496207) (xy 170.586738 56.613261) (xy 170.703792 56.700887) (xy 170.703794 56.700888) + (xy 170.703796 56.700889) (xy 170.762875 56.722924) (xy 170.840795 56.751988) (xy 170.840803 56.75199) + (xy 170.90135 56.758499) (xy 170.901355 56.758499) (xy 170.901362 56.7585) (xy 170.901368 56.7585) + (xy 175.598632 56.7585) (xy 175.598638 56.7585) (xy 175.598645 56.758499) (xy 175.598649 56.758499) + (xy 175.659196 56.75199) (xy 175.659199 56.751989) (xy 175.659201 56.751989) (xy 175.796204 56.700889) + (xy 175.82175 56.681766) (xy 175.913261 56.613261) (xy 176.000887 56.496207) (xy 176.000887 56.496206) + (xy 176.000889 56.496204) (xy 176.051989 56.359201) (xy 176.0585 56.298638) (xy 176.0585 54.201362) + (xy 176.056299 54.180886) (xy 176.05199 54.140803) (xy 176.051988 54.140795) (xy 176.000889 54.003797) + (xy 176.000887 54.003792) (xy 175.913261 53.886738) (xy 175.796207 53.799112) (xy 175.796202 53.79911) + (xy 175.659204 53.748011) (xy 175.659196 53.748009) (xy 175.598649 53.7415) (xy 175.598638 53.7415) + (xy 170.901362 53.7415) (xy 170.90135 53.7415) (xy 170.840803 53.748009) (xy 170.840795 53.748011) + (xy 170.703797 53.79911) (xy 170.703792 53.799112) (xy 170.586738 53.886738) (xy 170.499112 54.003792) + (xy 170.49911 54.003797) (xy 170.448011 54.140795) (xy 170.448009 54.140803) (xy 170.4415 54.20135) + (xy 169.759634 54.20135) (xy 169.847519 54.028867) (xy 169.920866 53.803129) (xy 169.958 53.568678) + (xy 169.958 52.604) (xy 168.95 52.604) (xy 168.95 52.096) (xy 169.958 52.096) (xy 169.958 51.131321) + (xy 169.920866 50.89687) (xy 169.847519 50.671132) (xy 169.739754 50.459632) (xy 169.600235 50.267601) + (xy 169.600233 50.267598) (xy 169.432401 50.099766) (xy 169.432398 50.099764) (xy 169.240367 49.960245) + (xy 169.028867 49.85248) (xy 168.803128 49.779133) (xy 168.704 49.763432) (xy 168.704 50.819297) + (xy 168.642993 50.784075) (xy 168.515826 50.75) (xy 168.384174 50.75) (xy 168.257007 50.784075) + (xy 168.196 50.819297) (xy 168.196 49.763432) (xy 168.096871 49.779133) (xy 167.871132 49.85248) + (xy 167.659632 49.960245) (xy 167.467601 50.099764) (xy 167.467598 50.099766) (xy 167.299766 50.267598) + (xy 167.299764 50.267601) (xy 167.160245 50.459632) (xy 167.05248 50.671132) (xy 166.979133 50.89687) + (xy 166.942 51.131321) (xy 140.376 51.131321) (xy 140.376 50.863414) (xy 140.375999 50.863402) (xy 140.369494 50.802906) + (xy 140.318444 50.666035) (xy 140.318444 50.666034) (xy 140.230904 50.549095) (xy 140.113965 50.461555) + (xy 139.977093 50.410505) (xy 139.916597 50.404) (xy 139.272 50.404) (xy 139.272 51.331297) (xy 139.210993 51.296075) + (xy 139.083826 51.262) (xy 138.952174 51.262) (xy 138.825007 51.296075) (xy 138.764 51.331297) (xy 138.764 50.404) + (xy 138.119402 50.404) (xy 138.058906 50.410505) (xy 137.922035 50.461555) (xy 137.922034 50.461555) + (xy 137.805095 50.549095) (xy 137.717555 50.666034) (xy 137.717553 50.666039) (xy 137.67338 50.78447) + (xy 137.630833 50.841306) (xy 137.564313 50.866116) (xy 137.494939 50.851024) (xy 137.462626 50.825777) + (xy 137.40124 50.759094) (xy 137.401239 50.759093) (xy 137.401237 50.759091) (xy 137.319382 50.695381) + (xy 137.223576 50.620811) (xy 137.025574 50.513658) (xy 137.025572 50.513657) (xy 137.025571 50.513656) + (xy 136.812639 50.440557) (xy 136.81263 50.440555) (xy 136.768476 50.433187) (xy 136.590569 50.4035) + (xy 136.365431 50.4035) (xy 136.217211 50.428233) (xy 136.143369 50.440555) (xy 136.14336 50.440557) + (xy 135.930428 50.513656) (xy 135.930426 50.513658) (xy 135.732426 50.62081) (xy 135.732424 50.620811) + (xy 135.554762 50.759091) (xy 135.402279 50.924729) (xy 135.313483 51.060643) (xy 135.259479 51.106731) + (xy 135.189131 51.116306) (xy 135.124774 51.086329) (xy 135.102517 51.060643) (xy 135.01372 50.924729) + (xy 134.861237 50.759091) (xy 134.779382 50.695381) (xy 134.683576 50.620811) (xy 134.485574 50.513658) + (xy 134.485572 50.513657) (xy 134.485571 50.513656) (xy 134.272639 50.440557) (xy 134.27263 50.440555) + (xy 134.228476 50.433187) (xy 134.050569 50.4035) (xy 133.825431 50.4035) (xy 133.677211 50.428233) + (xy 133.603369 50.440555) (xy 133.60336 50.440557) (xy 133.390428 50.513656) (xy 133.390426 50.513658) + (xy 133.192426 50.62081) (xy 133.192424 50.620811) (xy 133.014762 50.759091) (xy 132.862279 50.924729) + (xy 132.862275 50.924734) (xy 132.739141 51.113206) (xy 132.648703 51.319386) (xy 132.648702 51.319387) + (xy 132.593437 51.537624) (xy 132.593436 51.53763) (xy 132.593436 51.537632) (xy 132.574844 51.762) + (xy 128.284574 51.762) (xy 128.213261 51.666738) (xy 128.096207 51.579112) (xy 128.096202 51.57911) + (xy 127.959204 51.528011) (xy 127.959196 51.528009) (xy 127.898649 51.5215) (xy 127.898638 51.5215) + (xy 126.101362 51.5215) (xy 126.10135 51.5215) (xy 126.040803 51.528009) (xy 126.040795 51.528011) + (xy 125.903797 51.57911) (xy 125.903792 51.579112) (xy 125.786738 51.666738) (xy 125.699112 51.783792) + (xy 125.69911 51.783797) (xy 125.648011 51.920795) (xy 125.648009 51.920803) (xy 125.6415 51.98135) + (xy 125.6415 53.778649) (xy 125.648009 53.839196) (xy 125.648011 53.839204) (xy 125.69911 53.976202) + (xy 125.699112 53.976207) (xy 125.786738 54.093261) (xy 125.903791 54.180886) (xy 125.903792 54.180886) + (xy 125.903796 54.180889) (xy 126.01881 54.223787) (xy 126.075642 54.266332) (xy 126.100453 54.332852) + (xy 126.085362 54.402226) (xy 126.067475 54.427179) (xy 125.92428 54.582729) (xy 125.924275 54.582734) + (xy 125.801141 54.771206) (xy 125.710703 54.977386) (xy 125.710702 54.977387) (xy 125.655437 55.195624) + (xy 125.636844 55.42) (xy 114.3255 55.42) (xy 114.3255 46.041533) (xy 114.327136 46.0291) (xy 114.325674 46.001314) + (xy 114.325639 45.999996) (xy 114.987166 45.999996) (xy 114.987166 46.000003) (xy 115.006489 46.393323) + (xy 115.00649 46.393337) (xy 115.064271 46.782868) (xy 115.15996 47.164874) (xy 115.15996 47.164875) + (xy 115.292625 47.535645) (xy 115.460998 47.89164) (xy 115.663452 48.229415) (xy 115.898032 48.545709) + (xy 115.898036 48.545715) (xy 115.991715 48.649073) (xy 115.991716 48.649073) (xy 117.595925 47.044864) + (xy 117.681457 47.156331) (xy 117.843669 47.318543) (xy 117.955134 47.404073) (xy 116.350925 49.008283) + (xy 116.454276 49.101956) (xy 116.454286 49.101963) (xy 116.770584 49.336547) (xy 117.108359 49.539001) + (xy 117.464354 49.707374) (xy 117.835124 49.840039) (xy 118.217131 49.935728) (xy 118.606662 49.993509) + (xy 118.606676 49.99351) (xy 118.999996 50.012834) (xy 119.000004 50.012834) (xy 119.393323 49.99351) + (xy 119.393337 49.993509) (xy 119.782868 49.935728) (xy 120.164874 49.840039) (xy 120.164875 49.840039) + (xy 120.535645 49.707374) (xy 120.89164 49.539001) (xy 121.229415 49.336547) (xy 121.545709 49.101967) + (xy 121.545715 49.101962) (xy 121.649073 49.008283) (xy 121.649073 49.008282) (xy 121.336791 48.696) + (xy 170.663432 48.696) (xy 171.719297 48.696) (xy 171.684075 48.757007) (xy 171.65 48.884174) (xy 171.65 49.015826) + (xy 171.684075 49.142993) (xy 171.719297 49.204) (xy 170.663432 49.204) (xy 170.679133 49.303128) + (xy 170.75248 49.528867) (xy 170.860245 49.740367) (xy 170.999764 49.932398) (xy 170.999766 49.932401) + (xy 171.167598 50.100233) (xy 171.167601 50.100235) (xy 171.359632 50.239754) (xy 171.571132 50.347519) + (xy 171.79687 50.420866) (xy 172.031321 50.458) (xy 172.996 50.458) (xy 172.996 49.45) (xy 173.504 49.45) + (xy 173.504 50.458) (xy 174.468679 50.458) (xy 174.703129 50.420866) (xy 174.928867 50.347519) (xy 175.140367 50.239754) + (xy 175.332398 50.100235) (xy 175.332401 50.100233) (xy 175.500233 49.932401) (xy 175.500235 49.932398) + (xy 175.639754 49.740367) (xy 175.747519 49.528867) (xy 175.820866 49.303128) (xy 175.836568 49.204) + (xy 174.780703 49.204) (xy 174.815925 49.142993) (xy 174.85 49.015826) (xy 174.85 48.884174) (xy 174.815925 48.757007) + (xy 174.780703 48.696) (xy 175.836567 48.696) (xy 175.820866 48.596871) (xy 175.747519 48.371132) + (xy 175.639754 48.159632) (xy 175.500235 47.967601) (xy 175.500233 47.967598) (xy 175.332401 47.799766) + (xy 175.332398 47.799764) (xy 175.140367 47.660245) (xy 174.928867 47.55248) (xy 174.703129 47.479133) + (xy 174.468679 47.442) (xy 173.504 47.442) (xy 173.504 48.45) (xy 172.996 48.45) (xy 172.996 47.442) + (xy 172.031321 47.442) (xy 171.79687 47.479133) (xy 171.571132 47.55248) (xy 171.359632 47.660245) + (xy 171.167601 47.799764) (xy 171.167598 47.799766) (xy 170.999766 47.967598) (xy 170.999764 47.967601) + (xy 170.860245 48.159632) (xy 170.75248 48.371132) (xy 170.679133 48.596871) (xy 170.663432 48.696) + (xy 121.336791 48.696) (xy 120.044864 47.404073) (xy 120.156331 47.318543) (xy 120.318543 47.156331) + (xy 120.404073 47.044864) (xy 122.008282 48.649073) (xy 122.008283 48.649073) (xy 122.101962 48.545715) + (xy 122.101967 48.545709) (xy 122.336547 48.229415) (xy 122.539001 47.89164) (xy 122.707374 47.535645) + (xy 122.840039 47.164875) (xy 122.840039 47.164874) (xy 122.935728 46.782868) (xy 122.993509 46.393337) + (xy 122.99351 46.393323) (xy 123.012834 46.000003) (xy 123.012834 45.999996) (xy 185.237166 45.999996) + (xy 185.237166 46.000003) (xy 185.256489 46.393323) (xy 185.25649 46.393337) (xy 185.314271 46.782868) + (xy 185.40996 47.164874) (xy 185.40996 47.164875) (xy 185.542625 47.535645) (xy 185.710998 47.89164) + (xy 185.913452 48.229415) (xy 186.148032 48.545709) (xy 186.148036 48.545715) (xy 186.241715 48.649073) + (xy 186.241716 48.649073) (xy 187.845925 47.044864) (xy 187.931457 47.156331) (xy 188.093669 47.318543) + (xy 188.205134 47.404073) (xy 186.600925 49.008283) (xy 186.704276 49.101956) (xy 186.704286 49.101963) + (xy 187.020584 49.336547) (xy 187.358359 49.539001) (xy 187.714354 49.707374) (xy 188.085124 49.840039) + (xy 188.467131 49.935728) (xy 188.856662 49.993509) (xy 188.856676 49.99351) (xy 189.249996 50.012834) + (xy 189.250004 50.012834) (xy 189.643323 49.99351) (xy 189.643337 49.993509) (xy 190.032868 49.935728) + (xy 190.414874 49.840039) (xy 190.414875 49.840039) (xy 190.785645 49.707374) (xy 191.14164 49.539001) + (xy 191.479415 49.336547) (xy 191.795709 49.101967) (xy 191.795715 49.101962) (xy 191.899073 49.008283) + (xy 191.899073 49.008282) (xy 190.294864 47.404073) (xy 190.406331 47.318543) (xy 190.568543 47.156331) + (xy 190.654073 47.044864) (xy 192.258282 48.649073) (xy 192.258283 48.649073) (xy 192.351962 48.545715) + (xy 192.351967 48.545709) (xy 192.586547 48.229415) (xy 192.789001 47.89164) (xy 192.957374 47.535645) + (xy 193.090039 47.164875) (xy 193.090039 47.164874) (xy 193.185728 46.782868) (xy 193.243509 46.393337) + (xy 193.24351 46.393323) (xy 193.262834 46.000003) (xy 193.262834 45.999996) (xy 193.24351 45.606676) + (xy 193.243509 45.606662) (xy 193.185728 45.217131) (xy 193.090039 44.835125) (xy 193.090039 44.835124) + (xy 192.957374 44.464354) (xy 192.789001 44.108359) (xy 192.586547 43.770584) (xy 192.351963 43.454286) + (xy 192.351956 43.454276) (xy 192.258283 43.350925) (xy 190.654073 44.955134) (xy 190.568543 44.843669) + (xy 190.406331 44.681457) (xy 190.294864 44.595925) (xy 191.899073 42.991716) (xy 191.899073 42.991715) + (xy 191.795715 42.898036) (xy 191.795709 42.898032) (xy 191.479415 42.663452) (xy 191.14164 42.460998) + (xy 190.785645 42.292625) (xy 190.414875 42.15996) (xy 190.032868 42.064271) (xy 189.643337 42.00649) + (xy 189.643323 42.006489) (xy 189.250004 41.987166) (xy 189.249996 41.987166) (xy 188.856676 42.006489) + (xy 188.856662 42.00649) (xy 188.467131 42.064271) (xy 188.085125 42.15996) (xy 188.085124 42.15996) + (xy 187.714354 42.292625) (xy 187.358359 42.460998) (xy 187.020584 42.663452) (xy 186.70429 42.898032) + (xy 186.704285 42.898036) (xy 186.600925 42.991715) (xy 186.600925 42.991716) (xy 188.205135 44.595926) + (xy 188.093669 44.681457) (xy 187.931457 44.843669) (xy 187.845926 44.955135) (xy 186.241716 43.350925) + (xy 186.241715 43.350925) (xy 186.148036 43.454285) (xy 186.148032 43.45429) (xy 185.913452 43.770584) + (xy 185.710998 44.108359) (xy 185.542625 44.464354) (xy 185.40996 44.835124) (xy 185.40996 44.835125) + (xy 185.314271 45.217131) (xy 185.25649 45.606662) (xy 185.256489 45.606676) (xy 185.237166 45.999996) + (xy 123.012834 45.999996) (xy 122.99351 45.606676) (xy 122.993509 45.606662) (xy 122.935728 45.217131) + (xy 122.840039 44.835125) (xy 122.840039 44.835124) (xy 122.707374 44.464354) (xy 122.539001 44.108359) + (xy 122.336547 43.770584) (xy 122.101963 43.454286) (xy 122.101956 43.454276) (xy 122.008283 43.350925) + (xy 120.404073 44.955134) (xy 120.318543 44.843669) (xy 120.156331 44.681457) (xy 120.044864 44.595925) + (xy 121.649073 42.991716) (xy 121.649073 42.991715) (xy 121.545715 42.898036) (xy 121.545709 42.898032) + (xy 121.229415 42.663452) (xy 120.89164 42.460998) (xy 120.535645 42.292625) (xy 120.164875 42.15996) + (xy 119.782868 42.064271) (xy 119.393337 42.00649) (xy 119.393323 42.006489) (xy 119.000004 41.987166) + (xy 118.999996 41.987166) (xy 118.606676 42.006489) (xy 118.606662 42.00649) (xy 118.217131 42.064271) + (xy 117.835125 42.15996) (xy 117.835124 42.15996) (xy 117.464354 42.292625) (xy 117.108359 42.460998) + (xy 116.770584 42.663452) (xy 116.45429 42.898032) (xy 116.454285 42.898036) (xy 116.350925 42.991715) + (xy 116.350925 42.991716) (xy 117.955135 44.595926) (xy 117.843669 44.681457) (xy 117.681457 44.843669) + (xy 117.595926 44.955135) (xy 115.991716 43.350925) (xy 115.991715 43.350925) (xy 115.898036 43.454285) + (xy 115.898032 43.45429) (xy 115.663452 43.770584) (xy 115.460998 44.108359) (xy 115.292625 44.464354) + (xy 115.15996 44.835124) (xy 115.15996 44.835125) (xy 115.064271 45.217131) (xy 115.00649 45.606662) + (xy 115.006489 45.606676) (xy 114.987166 45.999996) (xy 114.325639 45.999996) (xy 114.3255 45.994693) + (xy 114.3255 45.97514) (xy 114.32518 45.972053) (xy 114.32179 45.593173) (xy 114.322171 45.582194) + (xy 114.353261 45.18603) (xy 114.354595 45.175146) (xy 114.420097 44.783183) (xy 114.422375 44.772457) + (xy 114.52179 44.387688) (xy 114.524991 44.377214) (xy 114.65756 44.002585) (xy 114.66167 43.992408) + (xy 114.826382 43.630764) (xy 114.831366 43.620979) (xy 115.026965 43.275081) (xy 115.03278 43.265769) + (xy 115.25779 42.938218) (xy 115.264397 42.929449) (xy 115.517093 42.622766) (xy 115.524431 42.614611) + (xy 115.80292 42.331091) (xy 115.810905 42.323642) (xy 116.113043 42.065475) (xy 116.121698 42.058711) + (xy 116.154707 42.035155) (xy 116.445165 41.827874) (xy 116.454353 41.821904) (xy 116.796716 41.620135) + (xy 116.80639 41.614988) (xy 117.165048 41.443818) (xy 117.175134 41.439534) (xy 117.547347 41.300275) + (xy 117.557755 41.296891) (xy 117.940681 41.190604) (xy 117.951368 41.188135) (xy 118.230783 41.136283) + (xy 118.342082 41.11563) (xy 118.352967 41.114098) (xy 118.607636 41.089519) (xy 118.746849 41.076082) + (xy 118.758953 41.0755) (xy 189.231397 41.0755) + ) + ) + ) +) diff --git a/Hardware/Sensor/chamber.kicad_pro b/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_pro similarity index 56% rename from Hardware/Sensor/chamber.kicad_pro rename to Hardware/DataProcessingUnit/DataProcessingUnit.kicad_pro index 06b2a5c..a985d3e 100644 --- a/Hardware/Sensor/chamber.kicad_pro +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_pro @@ -37,9 +37,9 @@ "other_text_thickness": 0.15, "other_text_upright": false, "pads": { - "drill": 1.0, - "height": 1.7, - "width": 1.7 + "drill": 1.5, + "height": 2.5, + "width": 2.5 }, "silk_line_width": 0.15, "silk_text_italic": false, @@ -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, - 0.4064, - 0.508 + 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": "chamber.kicad_pro", + "filename": "DataProcessingUnit.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,55 +889,49 @@ "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": [ [ - "439bd53b-3ca6-40a8-96c2-7cc19a6de553", - "" + "74097769-b453-45b0-9f39-c5d1e6245455", + "Root" ], [ - "00000000-0000-0000-0000-0000616ff04d", - "ADC" - ], - [ - "00000000-0000-0000-0000-000060ef78c6", - "AnalogFrontend" - ], - [ - "00000000-0000-0000-0000-00005cf2bb44", - "DataAcquisition" + "5fce9b31-73fa-4dfe-a905-e6d632706b8d", + "Mechanic" ], [ - "00000000-0000-0000-0000-000060f42705", - "Mechanic" + "82f65716-a8ea-44d7-98b3-c02f50e9f3d4", + "SignalProcessor" ], [ - "00000000-0000-0000-0000-0000612742a4", - "UserInterface" + "0d7da293-ec18-42f8-b186-30677f871a26", + "PowerSupply" ] ], "text_variables": {} diff --git a/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_sch b/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_sch new file mode 100644 index 0000000..9b55fee --- /dev/null +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.kicad_sch @@ -0,0 +1,127 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "74097769-b453-45b0-9f39-c5d1e6245455") + (paper "A4") + (lib_symbols) + (sheet + (at 69.215 82.55) + (size 12.7 3.81) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "0d7da293-ec18-42f8-b186-30677f871a26") + (property "Sheetname" "PowerSupply" + (at 69.215 81.8384 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "PowerSupply.kicad_sch" + (at 69.215 86.9446 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (page "4") + ) + ) + ) + ) + (sheet + (at 69.215 57.15) + (size 12.7 3.81) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "5fce9b31-73fa-4dfe-a905-e6d632706b8d") + (property "Sheetname" "Mechanic" + (at 69.215 56.4384 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "Mechanic.kicad_sch" + (at 69.215 61.5446 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (page "2") + ) + ) + ) + ) + (sheet + (at 69.215 70.485) + (size 12.7 3.81) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "82f65716-a8ea-44d7-98b3-c02f50e9f3d4") + (property "Sheetname" "SignalProcessor" + (at 69.215 69.7734 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "SignalProcessor.kicad_sch" + (at 69.215 74.8796 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455" + (page "3") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) diff --git a/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberHVShield.kicad_mod b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberHVShield.kicad_mod new file mode 100644 index 0000000..718a43c --- /dev/null +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberHVShield.kicad_mod @@ -0,0 +1,20 @@ +(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 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)) + (fp_line (start 54 0) (end 54 -29) (layer F.SilkS) (width 0.12)) + (fp_line (start 54 -29) (end 0 -29) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -29) (end 0 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -29) (end 0 0) (layer B.SilkS) (width 0.12)) + (fp_line (start 54 -29) (end 0 -29) (layer B.SilkS) (width 0.12)) + (fp_line (start 0 0) (end 54 0) (layer B.SilkS) (width 0.12)) + (fp_line (start 54 0) (end 54 -29) (layer B.SilkS) (width 0.12)) + (pad 1 thru_hole circle (at 26.5 0) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 26.5 -29) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 0 -14.5) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 54 -14.5) (size 2.5 2.5) (drill 1.5) (layers *.Cu *.Mask)) +) diff --git a/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberSensor.kicad_mod b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberSensor.kicad_mod new file mode 100644 index 0000000..33725d9 --- /dev/null +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberSensor.kicad_mod @@ -0,0 +1,22 @@ +(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 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)) + (fp_line (start 20 -20) (end 20 20) (layer F.SilkS) (width 0.12)) + (fp_line (start 20 20) (end -20 20) (layer F.SilkS) (width 0.12)) + (fp_line (start -20 20) (end -20 -20) (layer F.SilkS) (width 0.12)) + (fp_text user "Warning, High Voltage!" (at -0.635 22.86) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 thru_hole circle (at 0 4.445) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad "" np_thru_hole circle (at 0 0) (size 5 5) (drill 5) (layers *.Cu *.Mask)) + (pad "" np_thru_hole circle (at -15.24 -15.24) (size 3.5 3.5) (drill 3.5) (layers *.Cu *.Mask)) + (pad "" np_thru_hole circle (at -15.24 15.24) (size 3.5 3.5) (drill 3.5) (layers *.Cu *.Mask)) + (pad "" np_thru_hole circle (at 15.24 -15.24) (size 3.5 3.5) (drill 3.5) (layers *.Cu *.Mask)) + (pad "" np_thru_hole circle (at 15.24 15.24) (size 3.5 3.5) (drill 3.5) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 0 15) (size 4.5 4.5) (drill 3.5) (layers *.Cu *.Mask)) +) diff --git a/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberShield.kicad_mod b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/IonizationChamberShield.kicad_mod new file mode 100644 index 0000000..1d5c679 --- /dev/null +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.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/DataProcessingUnit/DataProcessingUnit.pretty/SwitchButtonGeneric.kicad_mod b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/SwitchButtonGeneric.kicad_mod new file mode 100644 index 0000000..84b2dd4 --- /dev/null +++ b/Hardware/DataProcessingUnit/DataProcessingUnit.pretty/SwitchButtonGeneric.kicad_mod @@ -0,0 +1,22 @@ +(module SwitchButtonGeneric (layer F.Cu) (tedit 5CEA7FBF) + (fp_text reference REF** (at 0 0.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SwitchButtonGeneric (at 0 -0.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0 4) (end -1 4) (layer F.SilkS) (width 0.12)) + (fp_line (start -1 4) (end -2 4) (layer F.SilkS) (width 0.12)) + (fp_line (start -2 4) (end -3 4) (layer F.SilkS) (width 0.12)) + (fp_line (start -3 4) (end -4 4) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 4) (end -5 4) (layer F.SilkS) (width 0.12)) + (fp_line (start -5 4) (end -5 1) (layer F.SilkS) (width 0.12)) + (fp_line (start -5 1) (end 4 1) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 4) (end 0 4) (layer F.SilkS) (width 0.12)) + (fp_line (start 4 1) (end 5 1) (layer F.SilkS) (width 0.12)) + (fp_line (start 5 1) (end 5 4) (layer F.SilkS) (width 0.12)) + (fp_line (start 5 4) (end 4 4) (layer F.SilkS) (width 0.12)) + (pad 1 thru_hole circle (at -2.54 2.54) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at 0 2.54) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) + (pad 3 thru_hole circle (at 2.54 2.54) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)) +) diff --git a/Hardware/DataProcessingUnit/Mechanic.kicad_sch b/Hardware/DataProcessingUnit/Mechanic.kicad_sch new file mode 100644 index 0000000..06abc47 --- /dev/null +++ b/Hardware/DataProcessingUnit/Mechanic.kicad_sch @@ -0,0 +1,775 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "d2e25f13-9663-48e0-af25-dc55a916a230") + (paper "A4") + (lib_symbols + (symbol "Mechanical:MountingHole_Pad" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (property "Reference" "H" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole_Pad" + (at 0 4.445 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 with 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*Pad*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_Pad_0_1" + (circle + (center 0 1.27) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (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 "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) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 110.49 58.42) (xy 110.49 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e8cdd16-6e5e-43e4-ac93-90ad5c4e72f0") + ) + (wire + (pts + (xy 133.35 58.42) (xy 133.35 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36acc38c-ef90-491e-9928-7ada5e52f3b0") + ) + (wire + (pts + (xy 63.5 58.42) (xy 63.5 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80762789-0fa5-4841-b39e-3b54d8a50a23") + ) + (wire + (pts + (xy 86.36 58.42) (xy 86.36 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb8776ee-c006-43f4-8909-1e784bfaefbe") + ) + (symbol + (lib_id "Mechanical:MountingHole_Pad") + (at 86.36 55.88 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0ea66044-f80d-4111-9fd6-1a4559fdfc4d") + (property "Reference" "H2" + (at 88.9 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_Pad" + (at 88.9 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 86.36 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 86.36 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 86.36 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2b69a47f-0f79-4ce6-a289-8b11e580f9bd") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 86.36 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1920a459-3963-4644-9897-a40e8de70c2b") + (property "Reference" "#PWR035" + (at 86.36 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 86.487 64.0842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 86.36 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0cc24c24-6f60-4cfd-b298-87efdb1d67b6") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3cd9c6bc-a7e8-41f3-a27b-ccb2f7d2385b") + (property "Reference" "#PWR034" + (at 63.5 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 64.0842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 59.69 0) + (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 "e4161802-6461-4f14-9b8e-76fb2d306278") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole_Pad") + (at 110.49 55.88 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "408a98d1-66df-483c-ad4f-d4063b5a4f33") + (property "Reference" "H3" + (at 113.03 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_Pad" + (at 113.03 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 110.49 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6350767a-78c1-4b39-907c-03f79141ae61") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole_Pad") + (at 63.5 55.88 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "69eacfd8-923e-4780-93d1-2de937fa5639") + (property "Reference" "H1" + (at 66.04 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_Pad" + (at 66.04 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 63.5 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 63.5 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "979f6651-2d2e-4319-a00f-2e389b2eb44f") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole_Pad") + (at 133.35 55.88 0) + (unit 1) + (exclude_from_sim yes) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8a8cc564-120e-4ee9-b67e-bcfd2fb409c3") + (property "Reference" "H4" + (at 135.89 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_Pad" + (at 135.89 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.5mm_Pad" + (at 133.35 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 133.35 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 133.35 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29cb39a5-53c1-4f74-88c5-4c40052267f4") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 110.49 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e27c1b88-3092-43b8-947c-28de572425e8") + (property "Reference" "#PWR038" + (at 110.49 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 110.617 64.0842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 110.49 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 110.49 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 110.49 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2ea41caf-80ed-438f-b654-e41a249f6298") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 133.35 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e5a07a61-75db-4efe-9fc1-4e768ce26fca") + (property "Reference" "#PWR039" + (at 133.35 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 133.477 64.0842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 133.35 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 133.35 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 133.35 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cc08d1d3-8ef8-4a1d-86db-24cbc616cdaf") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/5fce9b31-73fa-4dfe-a905-e6d632706b8d" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) +) diff --git a/Hardware/DataProcessingUnit/PowerSupply.kicad_sch b/Hardware/DataProcessingUnit/PowerSupply.kicad_sch new file mode 100644 index 0000000..c8efc47 --- /dev/null +++ b/Hardware/DataProcessingUnit/PowerSupply.kicad_sch @@ -0,0 +1,7345 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8f7fad51-cc54-4489-87e7-48ed66de3bcb") + (paper "A4") + (lib_symbols + (symbol "Connector:Barrel_Jack_Switch" + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.334 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Barrel_Jack_Switch" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 1.27 -1.016 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 1.27 -1.016 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "DC Barrel Jack with an internal switch" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "DC power barrel jack connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "BarrelJack*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Barrel_Jack_Switch_0_1" + (rectangle + (start -5.08 3.81) + (end 5.08 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start -3.302 3.175) + (mid -3.9343 2.54) + (end -3.302 1.905) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -3.302 3.175) + (mid -3.9343 2.54) + (end -3.302 1.905) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.27 -2.286) (xy 1.905 -1.651) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 3.81 2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 0) (xy 1.27 0) (xy 1.27 -2.286) (xy 0.635 -1.651) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -2.54) (xy -2.54 -2.54) (xy -1.27 -1.27) (xy 0 -2.54) (xy 2.54 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.683 3.175) + (end -3.302 1.905) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "Barrel_Jack_Switch_1_1" + (pin passive line + (at 7.62 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 0 180) + (length 2.54) + (name "~" + (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) + (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:C_Polarized" + (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_Polarized" + (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 "C_Polarized_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 "C_Polarized_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:Polyfuse" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "F" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Polyfuse" + (at 2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 1.27 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resettable fuse, polymeric positive temperature coefficient" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resettable fuse PTC PPTC polyfuse polyswitch" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "*polyfuse* *PTC*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Polyfuse_0_1" + (rectangle + (start -0.762 2.54) + (end 0.762 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 2.54) (xy -1.524 1.524) (xy 1.524 -1.524) (xy 1.524 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Polyfuse_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 "PWR_FLAG_1" + (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_1_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_1_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) + ) + ) + ) + ) + (symbol "Regulator_Linear:L78L05_SOT89" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L78L05_SOT89" + (at -0.635 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 5V, SOT-89" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Voltage Regulator 100mA Positive" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?89*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L78L05_SOT89_0_1" + (rectangle + (start -5.08 1.905) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "L78L05_SOT89_1_1" + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "OUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Regulator_Linear:L78L33_SO8" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L78L33_SO8" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 2.54 5.08 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 3.3V, SO-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Voltage Regulator 100mA Positive" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L78L33_SO8_0_1" + (rectangle + (start -5.08 1.905) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "L78L33_SO8_1_1" + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "OUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -5.08 -2.54 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 5.08 -2.54 180) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Regulator_SwitchedCapacitor:TPS60403DBV" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 6.35 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPS60403DBV" + (at 7.62 -8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" + (at 0 12.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps60401.pdf" + (at 0 -22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unregulated 60-mA Charge Pump Voltage Inverter with Fixed Switching Frequency 250 kHz, SOT-23-5" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "unregulated charge pump inverter fixed switching frequency" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TPS60403DBV_1_1" + (rectangle + (start -7.62 7.62) + (end 7.62 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin power_out line + (at 10.16 5.08 180) + (length 2.54) + (name "OUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -10.16 5.08 0) + (length 2.54) + (name "IN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 -5.08 180) + (length 2.54) + (name "C_{FLY-}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 10.16 0 180) + (length 2.54) + (name "C_{FLY+}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+3.3V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (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" "+3.3V" + (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 \"+3.3V\"" + (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 "+3.3V_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 "+3.3V_1_1" + (pin power_in 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 "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (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" "global power" + (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) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-3V3" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (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" "-3V3" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide 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 \"-3V3\"" + (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 "-3V3_0_0" + (pin power_in 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 "-3V3_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (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 118.11 142.24) + (diameter 1.016) + (color 0 0 0 0) + (uuid "1924dfca-703a-41b0-94e6-ca17a3133e68") + ) + (junction + (at 106.68 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "1a39f7b2-a346-40c4-854e-957a54b4ab1b") + ) + (junction + (at 215.9 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "1ab25d87-7aa7-4c69-93fe-240881afc6eb") + ) + (junction + (at 173.99 142.24) + (diameter 1.016) + (color 0 0 0 0) + (uuid "2bae4a17-84fb-4fbd-89be-bd7e06e2c74e") + ) + (junction + (at 81.28 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "39e68e41-cff3-480c-b745-1bfe4c9d1eb7") + ) + (junction + (at 90.17 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "3ad87c20-3c66-4c8c-83fb-08c272815e0d") + ) + (junction + (at 175.26 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "53fe354a-caca-4a54-92ce-c396a9444e76") + ) + (junction + (at 241.3 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "6c94282a-512f-46d9-981f-3f5b009f7708") + ) + (junction + (at 187.96 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "72f6bdfa-0af9-4ad1-bb5d-6c020fd56aa3") + ) + (junction + (at 41.91 57.15) + (diameter 0) + (color 0 0 0 0) + (uuid "7743bd77-47e0-4b63-8ecf-54c586b7e207") + ) + (junction + (at 219.71 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "77a497f6-f7a3-4654-a564-a714405f80e8") + ) + (junction + (at 241.3 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "8127e157-014b-40d0-a115-df7d67f52060") + ) + (junction + (at 109.22 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "8cae231f-fd84-4e85-a483-5607ce38c0d6") + ) + (junction + (at 41.91 67.31) + (diameter 0) + (color 0 0 0 0) + (uuid "8e583807-cd30-4dd1-ba12-a65a2febc31b") + ) + (junction + (at 45.72 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "8ffd0046-02bc-47d0-8854-c0e5abdf800a") + ) + (junction + (at 189.23 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "9070c48b-f9fd-4653-a4b4-6598e8b78fad") + ) + (junction + (at 59.69 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "ada5228f-cf32-4163-8876-eae2c1a59b76") + ) + (junction + (at 194.31 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "b2d7ca38-12d7-4d7e-95eb-ba3ad906213b") + ) + (junction + (at 218.44 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "b747d061-e58b-4cf2-800a-8e93abdae1db") + ) + (junction + (at 162.56 142.24) + (diameter 1.016) + (color 0 0 0 0) + (uuid "c8937532-45f8-48d7-ba15-536ce698b3cb") + ) + (junction + (at 87.63 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "c8dce060-4e1e-4663-884d-abca2e4d6427") + ) + (junction + (at 240.03 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "cacf9a43-a121-4c42-9a33-c58511ee5bc3") + ) + (junction + (at 69.85 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "ddca019e-44ca-4fdc-b2f1-a2fb6cbfbacb") + ) + (junction + (at 219.71 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "e071b4b2-884e-409b-bd0d-dd5ab76e06fc") + ) + (junction + (at 176.53 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "eda9e1de-d715-47fa-b849-5a641cc21402") + ) + (wire + (pts + (xy 69.85 52.07) (xy 81.28 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0418f217-453d-4f7e-bc35-6b2a6931c518") + ) + (wire + (pts + (xy 219.71 67.31) (xy 219.71 63.5) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "047cf1e4-f8a7-4869-94ef-0e0b1a3e8d3c") + ) + (wire + (pts + (xy 240.03 142.24) (xy 240.03 138.43) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "082ba40f-df16-413f-a889-e637871e2104") + ) + (wire + (pts + (xy 55.88 52.07) (xy 59.69 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "098cbb1f-008a-4f93-89de-da222f64aed1") + ) + (wire + (pts + (xy 204.47 129.54) (xy 204.47 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0deb859e-0c98-4afb-b114-4904f980e682") + ) + (wire + (pts + (xy 143.51 137.16) (xy 149.86 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "14b3734e-9eee-4d74-a8c6-a9161a63d882") + ) + (wire + (pts + (xy 215.9 142.24) (xy 215.9 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1bb747c0-cb58-45ab-8f2d-9de06d257bf2") + ) + (wire + (pts + (xy 133.35 123.19) (xy 133.35 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c33d641-1644-4872-b56e-7dcb9bf935c6") + ) + (wire + (pts + (xy 59.69 49.53) (xy 59.69 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e2e1180-b806-4d9b-af74-f87275f9c180") + ) + (wire + (pts + (xy 59.69 63.5) (xy 59.69 66.04) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "238aa8a6-b479-4de4-8bc3-9671c8d4c421") + ) + (wire + (pts + (xy 34.29 66.04) (xy 34.29 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "255f49a1-2980-4473-90ba-534d7242c4ef") + ) + (wire + (pts + (xy 218.44 142.24) (xy 240.03 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25c80f55-338b-446a-a787-5322e38af330") + ) + (wire + (pts + (xy 175.26 63.5) (xy 175.26 66.04) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "275559aa-d485-4840-9385-ca6345fce4ed") + ) + (wire + (pts + (xy 241.3 96.52) (xy 241.3 100.33) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2ce42039-9bb2-4ca5-b669-cbe0e39aced0") + ) + (wire + (pts + (xy 69.85 52.07) (xy 69.85 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e8f4e50-4caa-44d6-a5ac-31d79fdbdb43") + ) + (wire + (pts + (xy 59.69 52.07) (xy 69.85 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "327bb34c-ac76-45c3-89bd-d8ca4bb20e4e") + ) + (wire + (pts + (xy 81.28 52.07) (xy 81.28 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "34527495-39c5-4a44-a604-fb5a34dae2f4") + ) + (wire + (pts + (xy 100.33 142.24) (xy 106.68 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36179312-c2cd-4cb3-b39a-038fee47309c") + ) + (wire + (pts + (xy 194.31 142.24) (xy 196.85 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "36a18da4-5583-4a96-ac06-d1ee92f18a71") + ) + (wire + (pts + (xy 173.99 142.24) (xy 173.99 138.43) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "3a1d5b22-c815-4b0e-93f4-8464a92c1428") + ) + (wire + (pts + (xy 187.96 52.07) (xy 198.12 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cd57e6f-9c5c-4852-82ba-bfae4125b1f5") + ) + (wire + (pts + (xy 87.63 52.07) (xy 81.28 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "424835e6-35d5-4df2-953c-be12d6697a23") + ) + (wire + (pts + (xy 123.19 142.24) (xy 118.11 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4a1004f8-01bf-4171-aa43-c4ea96270ba1") + ) + (wire + (pts + (xy 39.37 57.15) (xy 41.91 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ed7954b-ad8e-417e-b1c1-f05d83269ded") + ) + (wire + (pts + (xy 90.17 142.24) (xy 90.17 139.7) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4f1cb3fb-db4d-492e-8384-7244c9b610af") + ) + (wire + (pts + (xy 143.51 132.08) (xy 144.78 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50f381a7-b164-4e65-a778-f8e429aa3846") + ) + (wire + (pts + (xy 194.31 143.51) (xy 194.31 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "5122c282-39bf-4f46-89d1-eb6a9f2f17c9") + ) + (wire + (pts + (xy 204.47 104.14) (xy 204.47 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54e6965c-1d16-409d-9df5-06f814e4a0e5") + ) + (wire + (pts + (xy 175.26 52.07) (xy 175.26 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "56176120-c3aa-4aae-a922-ddba8b33b7be") + ) + (wire + (pts + (xy 143.51 142.24) (xy 162.56 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57228bb2-1efb-4ee3-84d3-888edd974502") + ) + (wire + (pts + (xy 149.86 137.16) (xy 149.86 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "581d3697-bad1-4b42-8e94-0977651297d4") + ) + (wire + (pts + (xy 87.63 96.52) (xy 176.53 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58835ced-50fc-4158-869c-acad13587f81") + ) + (wire + (pts + (xy 241.3 63.5) (xy 241.3 67.31) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "600b34bf-f5ac-4d97-b2e3-f2f01d205c3d") + ) + (wire + (pts + (xy 246.38 93.98) (xy 246.38 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6542907b-829b-4798-ba48-ca0568dfa6e2") + ) + (wire + (pts + (xy 87.63 52.07) (xy 87.63 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "655ee4b6-4c7c-4716-9c66-40560ff5571b") + ) + (wire + (pts + (xy 81.28 142.24) (xy 90.17 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6bf64d93-d9f8-4ab5-bd3f-100ccad7cf08") + ) + (wire + (pts + (xy 109.22 142.24) (xy 118.11 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "71049f50-4a98-4a45-8967-1b85e6e097b6") + ) + (wire + (pts + (xy 248.92 142.24) (xy 248.92 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7731b286-3ec0-4a8f-9bea-1523841eb13b") + ) + (wire + (pts + (xy 34.29 67.31) (xy 41.91 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78427dee-7041-474a-a5ce-50f4c1e37b77") + ) + (wire + (pts + (xy 175.26 52.07) (xy 187.96 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7df67975-4e7e-479a-93c4-3f911520f04a") + ) + (wire + (pts + (xy 109.22 139.7) (xy 109.22 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7fe7cc3f-b5c4-45e0-93a4-357724aef828") + ) + (wire + (pts + (xy 41.91 67.31) (xy 41.91 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86630204-52ad-4cf0-9ba1-e02d4629eff6") + ) + (wire + (pts + (xy 149.86 121.92) (xy 149.86 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88624d85-7978-4103-b24e-611dcdb2a2d9") + ) + (wire + (pts + (xy 219.71 110.49) (xy 219.71 107.95) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8a036ae4-f9f6-4422-b030-a2f7b1602ba9") + ) + (wire + (pts + (xy 41.91 54.61) (xy 41.91 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bd17ae2-27d7-4b03-9717-0116e0c87c27") + ) + (wire + (pts + (xy 162.56 129.54) (xy 162.56 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "905579e2-c0d9-481e-963a-b27ba4ee517d") + ) + (wire + (pts + (xy 109.22 129.54) (xy 109.22 132.08) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "921589fe-8cd0-4edf-afaf-613bd1e81fbd") + ) + (wire + (pts + (xy 196.85 96.52) (xy 189.23 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "94c18de0-0190-4088-811c-66ad73f4346a") + ) + (wire + (pts + (xy 45.72 52.07) (xy 48.26 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96bda274-639a-46e0-9f4f-93f3b3e202ec") + ) + (wire + (pts + (xy 69.85 63.5) (xy 69.85 66.04) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "98b00b8a-e11a-43c9-b838-6ce1290a4e7d") + ) + (wire + (pts + (xy 219.71 52.07) (xy 241.3 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9931e620-52dc-443c-9bea-593d6a8fca5e") + ) + (wire + (pts + (xy 213.36 52.07) (xy 219.71 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "994d6093-40bf-448f-9622-b19dd0d4e3d0") + ) + (wire + (pts + (xy 218.44 142.24) (xy 218.44 138.43) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9a1d98e3-da7e-4c47-8de6-e905965619bc") + ) + (wire + (pts + (xy 240.03 142.24) (xy 240.03 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c2c0b8b-85d5-48b2-aa66-4b5cdbcf7d5f") + ) + (wire + (pts + (xy 194.31 130.81) (xy 194.31 129.54) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9d120533-90ca-4b89-b0a8-dd7166c5ff83") + ) + (wire + (pts + (xy 212.09 96.52) (xy 219.71 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9d69bb28-bc50-4b6a-90f9-888338fcd3a1") + ) + (wire + (pts + (xy 218.44 129.54) (xy 218.44 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a49c56f1-7f7a-4965-8f1e-49638466af57") + ) + (wire + (pts + (xy 90.17 130.81) (xy 90.17 132.08) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "a4bbf08b-0634-45af-9a22-f078700abf83") + ) + (wire + (pts + (xy 87.63 52.07) (xy 175.26 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4c2fba4-90dc-44f7-8c1d-9e284d406d06") + ) + (wire + (pts + (xy 219.71 96.52) (xy 241.3 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5976fd0-5579-48ab-83fd-0cd794ed3731") + ) + (wire + (pts + (xy 187.96 52.07) (xy 187.96 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ab029510-22f6-4e56-81e0-d0ba480b41f6") + ) + (wire + (pts + (xy 187.96 66.04) (xy 187.96 63.5) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ab256076-abd1-4ab0-b8d8-d6afd4bf1efb") + ) + (wire + (pts + (xy 245.11 52.07) (xy 245.11 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aea30cff-f675-4243-8e51-85f8e1b13479") + ) + (wire + (pts + (xy 215.9 142.24) (xy 218.44 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b014bdc1-c539-4468-9bdc-00e0ccb9313c") + ) + (wire + (pts + (xy 39.37 52.07) (xy 45.72 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0b86121-7e8d-477e-b1fc-a51a5e34e8cd") + ) + (wire + (pts + (xy 106.68 142.24) (xy 106.68 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b25e55c1-1dba-4b9c-8a07-0350a99ec135") + ) + (wire + (pts + (xy 162.56 142.24) (xy 162.56 138.43) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b3e72fc2-46ab-490a-8009-e08b3178df5b") + ) + (wire + (pts + (xy 241.3 96.52) (xy 246.38 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b7d3ee12-f680-439a-bc95-d7b6e4dd4ca3") + ) + (wire + (pts + (xy 176.53 96.52) (xy 189.23 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b88b0bb3-f7ff-414a-90d3-84d21dcf7f64") + ) + (wire + (pts + (xy 219.71 52.07) (xy 219.71 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b917bc6c-7617-4442-ad43-57d734acb988") + ) + (wire + (pts + (xy 189.23 96.52) (xy 189.23 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b9fef861-1aac-4d5a-ae02-589a7cfbf084") + ) + (wire + (pts + (xy 144.78 132.08) (xy 144.78 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba39692f-88c3-4fcc-8e1f-6a2ce461fd82") + ) + (wire + (pts + (xy 118.11 139.7) (xy 118.11 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "bb9ff0ac-c2de-4a52-bff3-00e745764dac") + ) + (wire + (pts + (xy 176.53 96.52) (xy 176.53 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf6cae22-f904-477b-be76-0fbadf3b2221") + ) + (wire + (pts + (xy 240.03 142.24) (xy 248.92 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0fc55db-f127-496d-8400-b0665b198af2") + ) + (wire + (pts + (xy 212.09 142.24) (xy 215.9 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c2cc093e-7942-4790-ae15-f55b08ff1dba") + ) + (wire + (pts + (xy 241.3 52.07) (xy 241.3 55.88) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c6280fad-17fc-4e5b-9143-230b139392cb") + ) + (wire + (pts + (xy 205.74 59.69) (xy 205.74 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c757d789-99ca-4b3d-a9db-ab256a6f61a6") + ) + (wire + (pts + (xy 41.91 57.15) (xy 41.91 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca9d1c97-4c8a-4f3c-a5c6-a27b4e11af10") + ) + (wire + (pts + (xy 171.45 142.24) (xy 173.99 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d96b1ad2-83eb-4965-858c-e17cf19ecefb") + ) + (wire + (pts + (xy 219.71 96.52) (xy 219.71 100.33) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "d9eb62a5-0ae6-42d5-869e-2c0dba132c5a") + ) + (wire + (pts + (xy 240.03 130.81) (xy 240.03 129.54) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e039767b-3bfa-4b3c-be58-897bbcdf128e") + ) + (wire + (pts + (xy 173.99 142.24) (xy 194.31 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e1e6aba7-789c-4043-8e92-cf0963750a04") + ) + (wire + (pts + (xy 106.68 142.24) (xy 109.22 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e2399beb-12af-4c65-97da-9a4490332f7b") + ) + (wire + (pts + (xy 45.72 49.53) (xy 45.72 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3c67070-4040-4600-8300-cd498b027073") + ) + (wire + (pts + (xy 176.53 107.95) (xy 176.53 110.49) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e6ac5429-87d9-43e5-83c2-56068e331e97") + ) + (wire + (pts + (xy 189.23 110.49) (xy 189.23 107.95) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e790879a-2a49-464e-8f56-53ffe0bde213") + ) + (wire + (pts + (xy 194.31 142.24) (xy 194.31 138.43) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e851a8c0-f409-44aa-b0ba-1c87ac1c493d") + ) + (wire + (pts + (xy 173.99 129.54) (xy 173.99 130.81) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e8c7cf8f-76f9-4d0f-af7b-576d97b5a88c") + ) + (wire + (pts + (xy 144.78 121.92) (xy 149.86 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9268409-ce56-407c-89ce-b254a9e4f71f") + ) + (wire + (pts + (xy 90.17 142.24) (xy 92.71 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "eebc0eee-c125-4b8a-af08-9cabaf3011f8") + ) + (wire + (pts + (xy 162.56 142.24) (xy 163.83 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f38fb055-dfc6-4f00-b4f3-fe64ff92c4b9") + ) + (wire + (pts + (xy 59.69 52.07) (xy 59.69 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fab10386-d81e-4f2f-b096-d54b6fc0703a") + ) + (wire + (pts + (xy 241.3 107.95) (xy 241.3 110.49) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fb236e75-53f0-444a-8398-afbbd9a63440") + ) + (wire + (pts + (xy 39.37 54.61) (xy 41.91 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fcaa99f1-66cb-419f-bdf1-b2a46856f690") + ) + (wire + (pts + (xy 118.11 129.54) (xy 118.11 132.08) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fdcaa868-8bb6-4f52-b37c-7df87b45199e") + ) + (wire + (pts + (xy 241.3 52.07) (xy 245.11 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff655a34-2e1c-494f-a3c1-3188b091cf61") + ) + (text "Power supply for amplifier (negative)" + (exclude_from_sim no) + (at 160.274 156.21 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "8f55410e-30e1-473f-a02d-e1f01c0403df") + ) + (text "Power supply for amplifier (positive)" + (exclude_from_sim no) + (at 204.978 86.106 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "900aa9ac-e8eb-43d3-92c8-3c1a773cf366") + ) + (text "Power supply for digital part" + (exclude_from_sim no) + (at 203.454 41.91 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "c64a455e-57d0-4252-b0b4-6f9f040ae8ee") + ) + (text "Input voltage: 9V\n\nPower supply requirements:\nLMC6062: ±3V3\nSTM8S003F3P: 5V\nMCP3425Axx-xCH: 5V" + (exclude_from_sim no) + (at 31.496 30.988 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.3) + (bold yes) + ) + (justify left) + ) + (uuid "fc2588df-fdbf-4d47-bfa0-e583f3604af3") + ) + (symbol + (lib_id "power:GND") + (at 240.03 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "04b00db2-5a3e-495b-bf46-c4f98dbc9db1") + (property "Reference" "#PWR017" + (at 240.03 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 239.903 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 240.03 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 240.03 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 240.03 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c1338f7-9720-4970-97ef-caa2bbda0114") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:L78L33_SO8") + (at 204.47 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "05ffa0c5-148a-41e8-ba8b-99f968417d18") + (property "Reference" "U5" + (at 204.47 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L78L33_SO8" + (at 204.47 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 207.01 91.44 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 209.55 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 3.3V, SO-8" + (at 204.47 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93a5ff27-a036-400c-b7b4-4672a9c11c17") + ) + (pin "3" + (uuid "33d5be58-995e-4cfb-8cdf-bf21b4a60715") + ) + (pin "8" + (uuid "6fb229ce-d64c-4680-b87e-3ab566c0be27") + ) + (pin "7" + (uuid "b4809316-9c39-4366-b0b9-6128649111c7") + ) + (pin "6" + (uuid "469e9d04-4d05-491e-910a-b22c55329b90") + ) + (pin "5" + (uuid "2f0bc732-3a53-4f90-941f-45209b6043f2") + ) + (pin "4" + (uuid "3922ac1d-1b5a-496d-a598-57cc909732ec") + ) + (pin "2" + (uuid "5f8b9550-b8c1-4613-9487-83a7606f7a4a") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 59.69 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "0a6a9720-e09c-41a1-89f0-43e0f5b35019") + (property "Reference" "C25" + (at 62.611 58.5216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 62.611 60.833 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 60.6552 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.69 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b619f86-aac3-4ebb-ab77-6568097b927f") + ) + (pin "2" + (uuid "8cb9e298-9ac9-4b54-a57e-9a2d0adef8fc") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_name "PWR_FLAG_1") + (lib_id "power:PWR_FLAG") + (at 215.9 144.78 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0a8aba9c-2020-4b66-9d09-f1d4124bffd1") + (property "Reference" "#FLG06" + (at 215.9 146.685 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 215.9 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 215.9 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 215.9 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7dd5a65c-1ce1-4186-9e16-85c0266d006c") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#FLG06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 219.71 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0fd16c12-c468-4686-8dc6-044ee24d536c") + (property "Reference" "C12" + (at 223.52 57.5309 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u/6v3" + (at 223.52 60.0709 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 220.6752 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 219.71 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 219.71 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8b6073fc-1a8f-4dd8-b02f-2d0aed458b76") + ) + (pin "2" + (uuid "45b472c9-b7ec-49ed-a617-7e2fa8f597dc") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 187.96 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1104ce05-eaff-4548-b6cc-b4998e5a1702") + (property "Reference" "C20" + (at 191.77 57.5309 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u/12v" + (at 191.77 60.0709 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 188.9252 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 187.96 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57aa6a0a-5550-47f6-9202-263f4ee77e9e") + ) + (pin "2" + (uuid "98214e46-87d0-4d44-85f1-04bd7decaa70") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 118.11 135.89 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "110c4d52-6489-40ce-ab30-6386c338dd5c") + (property "Reference" "C9" + (at 121.031 137.0584 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1u" + (at 121.031 134.747 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 119.0752 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45502f66-df22-4d29-bfb2-2bcb29cfca92") + ) + (pin "2" + (uuid "f2cf79ba-d9aa-4555-a869-3b9193fdcd86") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 218.44 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1667bff0-2d66-4942-aeda-4eabedf2a042") + (property "Reference" "C8" + (at 222.25 134.2389 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100u/6v3" + (at 222.25 136.7789 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 217.4748 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 218.44 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e37df8bc-4734-4d2c-8e8a-329b206cbf5d") + ) + (pin "2" + (uuid "b199c4e8-5347-4516-8f33-3b60f8285b9f") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 41.91 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "19f7ecf7-c625-4338-9a4b-b76acdc5f53d") + (property "Reference" "#PWR08" + (at 41.91 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 42.037 75.5142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 41.91 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 41.91 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "714f985f-3ca6-4bbd-95fc-5e4dd8a05377") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 162.56 134.62 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1b8722ef-df89-4aea-a76f-d603590babbf") + (property "Reference" "C11" + (at 159.6644 133.4516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1u" + (at 159.6644 135.763 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 163.5252 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 162.56 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "702833ae-2a05-4d5a-a200-c4acfb6ea50a") + ) + (pin "2" + (uuid "00e5aaf5-ce66-45fe-b8ed-96ce4eba27dc") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Barrel_Jack_Switch") + (at 31.75 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "20005200-949a-4f76-b803-b57e829ed237") + (property "Reference" "J4" + (at 31.75 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Barrel_Jack_Switch" + (at 31.75 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_BarrelJack:BarrelJack_GCT_DCJ200-10-A_Horizontal" + (at 33.02 55.626 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 33.02 55.626 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "DC Barrel Jack with an internal switch" + (at 31.75 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cc7c47bc-ed16-4033-a181-de9d9a03f19d") + ) + (pin "3" + (uuid "c7039f6d-96ed-400f-9e85-7ed0acbc5f68") + ) + (pin "2" + (uuid "3935ec60-a06d-46c6-b432-750bca6a710e") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 59.69 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "22af95ed-6126-4f34-b74f-8f9bfba0bf65") + (property "Reference" "#PWR057" + (at 59.69 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 59.817 70.4342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.69 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5783e03d-aab1-4f58-bd9c-d4e6aab9f5c9") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR057") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 109.22 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "24d37510-9b5f-4f19-9dfe-2f7457ad03c9") + (property "Reference" "#PWR010" + (at 109.22 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 109.093 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 109.22 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 109.22 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 109.22 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1cbd24f6-e4f4-47f5-809f-50c04ea93f8a") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 194.31 143.51 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "28a71b10-8447-4aa5-be3a-73915f2e7da0") + (property "Reference" "TP3" + (at 191.77 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "TestPoint" + (at 189.23 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 189.23 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 194.31 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6129b0ad-04b8-4296-806d-7d45832bf8da") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "TP3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 110.49 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2e31c590-3049-4dbe-9810-304f4192310c") + (property "Reference" "#PWR019" + (at 241.3 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.173 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2833d9cf-945d-4d66-ad24-767884879324") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 90.17 135.89 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2f18b32d-2ea8-4279-b0a8-cd0dab5d5b3c") + (property "Reference" "C14" + (at 93.98 135.5089 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100u/12v" + (at 93.98 138.0489 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 89.2048 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 90.17 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f64d2025-8415-4757-a0ec-d4d7ba7a92cf") + ) + (pin "2" + (uuid "c205543c-28ed-44cf-a49e-ae9282697514") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 69.85 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2fb2b3b4-310f-484d-a0c9-4f0ad47594ef") + (property "Reference" "C22" + (at 72.771 58.5216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100n" + (at 72.771 60.833 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 70.8152 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a341af56-4da4-445f-abda-74da6a4af933") + ) + (pin "2" + (uuid "9780bbe5-15d8-4703-8ddb-c206345f4407") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 109.22 135.89 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "313f924c-1223-428e-a1d4-9d75b49bf1fe") + (property "Reference" "C7" + (at 112.141 137.0584 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1u" + (at 112.141 134.747 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 110.1852 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 109.22 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 109.22 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c560235d-cc24-4f39-a17c-643a6eac05ec") + ) + (pin "2" + (uuid "e14306a2-6faa-46fe-8fe7-0b6d9220b4c8") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 173.99 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3669798b-2669-41dd-8261-bf5b728cf93f") + (property "Reference" "C6" + (at 177.8 134.2389 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100u/6v3" + (at 177.8 136.7789 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 173.0248 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 173.99 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 173.99 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "678d70c0-f4ae-4e8c-ade9-3c30750c115f") + ) + (pin "2" + (uuid "9d330196-d8ed-4c5d-95d9-1a3aef36c0fb") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 194.31 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4414fc43-350e-430a-ab52-d7b50a50d985") + (property "Reference" "#PWR015" + (at 194.31 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 194.183 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 194.31 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 194.31 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 194.31 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6e365495-396c-456e-b550-8d3cf3cdd284") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "47bd0347-993c-4d09-b90f-14c34fd4f951") + (property "Reference" "#PWR013" + (at 162.56 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 162.433 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df0eca55-f9e9-4740-9c67-58cc81830aae") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 246.38 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4ddf0327-ee12-435d-bd6a-715b8f91d5c0") + (property "Reference" "#PWR026" + (at 246.38 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 246.38 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 246.38 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 246.38 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 246.38 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "33a1683b-3486-4ef2-b5e7-8e9768c616df") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 245.11 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "50acb671-8659-46d7-9225-d56b2e5c33a4") + (property "Reference" "#PWR07" + (at 245.11 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 243.6368 47.3202 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 245.11 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 245.11 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 245.11 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f157e96-4a22-4188-9c02-e574c8b97a1d") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_name "PWR_FLAG_1") + (lib_id "power:PWR_FLAG") + (at 45.72 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "52c33a76-34c8-4674-b7dd-45beff6ebb89") + (property "Reference" "#FLG07" + (at 45.72 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 45.72 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 45.72 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 45.72 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 45.72 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1ee8672c-0507-457f-bcec-5ae1d493dbac") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#FLG07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 176.53 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "59adfbd9-8f07-4780-8611-19a27ad88091") + (property "Reference" "C19" + (at 179.451 102.9716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 179.451 105.283 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 177.4952 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 176.53 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 176.53 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2aa0cb08-fa74-44e2-aa73-d5db2e9e6669") + ) + (pin "2" + (uuid "32c4db1f-4679-4e20-b2f1-0f3134d6b053") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 173.99 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "61ea55bc-2a00-422e-9bf8-016bc29e5384") + (property "Reference" "#PWR014" + (at 173.99 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 173.863 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 173.99 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 173.99 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 173.99 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb4f97eb-4b67-4066-b703-697c532674af") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 240.03 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "62103e8a-df02-4416-9ccd-8dbfde12bab1") + (property "Reference" "C15" + (at 237.109 135.7884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 237.109 133.477 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 239.0648 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 240.03 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 240.03 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23bcedaf-3ecc-4bff-9793-30f402871b2e") + ) + (pin "2" + (uuid "2df2bedb-051c-4945-8c95-76dd779dec52") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 175.26 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "69f5e990-f2af-4f2b-a0b7-d8b064621cec") + (property "Reference" "C23" + (at 178.181 58.5216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 178.181 60.833 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 176.2252 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 175.26 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 175.26 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ab8b092d-7c26-4349-a55d-03f99e365164") + ) + (pin "2" + (uuid "30953e70-1c4e-47a3-981e-63874aa87d7d") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 149.86 127 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6d0cf145-5322-4e96-b568-2bc26a97d409") + (property "Reference" "C10" + (at 153.67 125.7299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "1u" + (at 153.67 128.2699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 148.8948 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 149.86 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 149.86 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2557f082-3420-404a-a21b-708712b7fb89") + ) + (pin "2" + (uuid "90a77fda-ceed-4137-807f-65e9ae03f015") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 194.31 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6ef46586-3fc7-449b-b469-3dde010e4b92") + (property "Reference" "C13" + (at 191.389 135.7884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 191.389 133.477 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 193.3448 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 194.31 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 194.31 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f64db27-a612-45e8-9bdb-a31f22c56cf2") + ) + (pin "2" + (uuid "4de590ac-38c9-44df-8b53-0bc11454a803") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 96.52 142.24 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7016207c-6e24-4985-a355-6ead367c8b4a") + (property "Reference" "L1" + (at 96.52 147.066 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22u" + (at 96.52 144.7546 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 96.52 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30b2fc16-070e-466f-aa1c-099cf239efac") + ) + (pin "2" + (uuid "b1f6e7b7-2dbb-423a-a740-5be22ff3a8f3") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "L1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 241.3 59.69 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8353bd0d-d60e-43a4-b2ed-c068beae1556") + (property "Reference" "C21" + (at 238.379 58.5216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 238.379 60.833 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 240.3348 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cedcbc39-b193-47d3-9b0c-aa967ad3df37") + ) + (pin "2" + (uuid "43363485-666e-4479-b11e-80cfa4e85428") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 218.44 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "83969dd8-e7e7-4620-b79a-6acacfa7052f") + (property "Reference" "#PWR016" + (at 218.44 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 218.313 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 218.44 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 218.44 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5f5c446-6f5a-49f4-91cd-ad81704b5cfe") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 69.85 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8bdd0595-681a-4468-b9d6-f1421ba2fda7") + (property "Reference" "#PWR056" + (at 69.85 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 69.977 70.4342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 69.85 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 69.85 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3e99c2b0-4b3a-4c6c-abb5-84348ba14265") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR056") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_name "PWR_FLAG_1") + (lib_id "power:PWR_FLAG") + (at 34.29 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "96515f23-db3e-4bd1-964c-3c6ec0c7d11e") + (property "Reference" "#FLG04" + (at 34.29 64.135 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 34.29 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 34.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 34.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 34.29 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "87085c3f-fdf1-4675-b238-4853904e121e") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#FLG04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 189.23 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "990593bf-ebd6-409c-95bd-fddb1c795bef") + (property "Reference" "#PWR020" + (at 189.23 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 189.357 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 189.23 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 189.23 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9a12d5d1-c808-4ebb-ae75-028fde42c91a") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9cc2313d-b208-4035-bcdf-7c763a47f521") + (property "Reference" "#PWR028" + (at 204.47 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.343 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "54b8525d-3a5b-4491-9170-83d487da644d") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-3V3") + (at 248.92 143.51 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a2516603-c8ed-4409-bd62-32c36d35d923") + (property "Reference" "#PWR027" + (at 248.92 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-3V3" + (at 248.92 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 248.92 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 248.92 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-3V3\"" + (at 248.92 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1dd9fab4-76d9-45fc-8e54-b01d994c4eba") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 106.68 143.51 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "aa37ac7c-ac99-4180-9855-fd259877013d") + (property "Reference" "#FLG01" + (at 106.68 145.415 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 106.68 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 106.68 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 106.68 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93631fd7-27e1-4735-8b01-232582413b48") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 67.31 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ae824da8-867b-4fd3-badc-c2c94d9c8034") + (property "Reference" "#PWR023" + (at 241.3 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.173 71.7042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9f73802b-3aff-430d-816b-10ee059951d3") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Polyfuse") + (at 52.07 52.07 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "af366503-ad6e-45b5-a7c8-ff03e62594af") + (property "Reference" "F1" + (at 52.07 45.72 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "200mA" + (at 52.07 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Fuse:Fuse_1206_3216Metric" + (at 57.15 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 52.07 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resettable fuse, polymeric positive temperature coefficient" + (at 52.07 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "153c315a-d9b2-47ac-9a67-46774efbe32f") + ) + (pin "2" + (uuid "bbd31053-7f36-4ba0-81c0-765344f97313") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "F1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 219.71 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b6b0e419-6eee-4b72-93fc-8ee6cfb06928") + (property "Reference" "C24" + (at 223.52 101.9809 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u/6v3" + (at 223.52 104.5209 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 220.6752 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 219.71 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 219.71 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f14d4716-0917-4e44-b652-32ef28e5c1b5") + ) + (pin "2" + (uuid "0bdeb1cb-4a45-443e-b2ac-83a3ae5e2c55") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 176.53 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b7d76ea1-2df6-4a3a-857b-581a44b56556") + (property "Reference" "#PWR021" + (at 176.53 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 176.657 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 176.53 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 176.53 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 176.53 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f434dc8c-65ca-468a-993c-d6870875ecb8") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 205.74 67.31 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b9b5019e-d1b9-4ec0-a685-71b9a6dda34b") + (property "Reference" "#PWR031" + (at 205.74 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 205.613 71.7042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 205.74 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 205.74 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 205.74 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb6e4404-e276-429e-9a7c-1fb9ce822952") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:L78L33_SO8") + (at 204.47 142.24 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bb5309c1-241a-4242-a8bf-ab3a7fffa8f3") + (property "Reference" "U4" + (at 204.47 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L78L33_SO8" + (at 204.47 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" + (at 201.93 147.32 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 199.39 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 3.3V, SO-8" + (at 204.47 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "24bfef2e-f482-45a8-a78e-eff3e9cd4bd1") + ) + (pin "3" + (uuid "005b2439-15e6-48f0-9393-9e1c535e23d3") + ) + (pin "8" + (uuid "5d341ee2-a9e7-4da6-962a-f60842429976") + ) + (pin "7" + (uuid "ef90a58d-fa27-4b4b-96f9-77ce22ed24ea") + ) + (pin "6" + (uuid "b30c45d3-eaa0-4947-b7b1-968b7d06aaba") + ) + (pin "5" + (uuid "d1a82826-befa-44cd-bbd6-a40f86283977") + ) + (pin "4" + (uuid "1919382a-f454-4181-9864-117990d5197a") + ) + (pin "2" + (uuid "9f3c5124-63f5-4ecd-b7e8-61a9080d6195") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:L78L05_SOT89") + (at 205.74 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bc1f2fbf-6677-43c0-a9fd-049f83fbecab") + (property "Reference" "U3" + (at 205.74 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L78L05_SOT89" + (at 205.74 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-89-3" + (at 205.74 46.99 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf" + (at 205.74 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Positive 100mA 30V Linear Regulator, Fixed Output 5V, SOT-89" + (at 205.74 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b184e846-5195-4f53-b80d-15a88285cf5c") + ) + (pin "2" + (uuid "dd7e6814-0ccf-4382-b339-cf930031b7fa") + ) + (pin "3" + (uuid "d325fa75-7a50-4b09-bca9-0cb5af3377f9") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c1b88e54-8570-4be2-b9c7-4cb0f6419b79") + (property "Reference" "#PWR030" + (at 204.47 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f291d41-465d-41bf-b03f-6ea2425f23e0") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 219.71 110.49 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c2d2ceb2-b18c-4196-a44b-c9557946118e") + (property "Reference" "#PWR018" + (at 219.71 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 219.583 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.71 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 219.71 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 219.71 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7e50883c-e758-4859-a33c-5e20a3b8a3d1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_SwitchedCapacitor:TPS60403DBV") + (at 133.35 137.16 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c4b284ea-705e-496c-88e1-d52b4117edb0") + (property "Reference" "U6" + (at 133.35 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPS60403DBV" + (at 133.35 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5" + (at 133.35 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps60401.pdf" + (at 133.35 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unregulated 60-mA Charge Pump Voltage Inverter with Fixed Switching Frequency 250 kHz, SOT-23-5" + (at 133.35 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "cac44443-ee9c-46a4-b1bb-2e8592e5dfc9") + ) + (pin "5" + (uuid "ba8de200-9102-4dec-b02f-93ea4d44c59d") + ) + (pin "4" + (uuid "28ca06c5-d898-4e96-92fc-b4c5db4001ea") + ) + (pin "1" + (uuid "0a108ff0-da1f-43d3-9eac-dda5cd6dfc84") + ) + (pin "3" + (uuid "bd8bc855-ad86-4850-a5d3-f035a93a1046") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 167.64 142.24 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c819c90f-1e14-4efb-8873-c255d81725e3") + (property "Reference" "L2" + (at 167.64 147.066 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22u" + (at 167.64 144.7546 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_7.3x7.3_H3.5" + (at 167.64 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 167.64 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8b94a12-c7aa-4fe9-b74e-4395e98079d1") + ) + (pin "2" + (uuid "96b5a17a-ee88-41d7-9b05-05a55f60824e") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "L2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 175.26 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cb37edc3-c653-48e8-9ae4-8dda397aab6a") + (property "Reference" "#PWR025" + (at 175.26 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 175.387 70.4342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 175.26 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 175.26 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 175.26 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76eefb05-6c2d-4623-bbc7-cd8df9798c4e") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 90.17 130.81 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cf0b871e-9dba-41e9-8691-7ec9c135b349") + (property "Reference" "#PWR09" + (at 90.17 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 90.043 126.4158 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 90.17 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 90.17 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 90.17 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c769fbad-9660-414d-b040-1d6fb54b2b15") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 240.03 143.51 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d0dac5f4-b5c0-4f2e-bfa2-d22c93e4eeee") + (property "Reference" "TP5" + (at 237.49 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "TestPoint" + (at 234.95 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 234.95 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 234.95 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 240.03 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2437ffdd-4f87-4701-9033-0cd6587fe51f") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "TP5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 189.23 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d51c83c0-6651-49f0-b417-fa489558d4cc") + (property "Reference" "C16" + (at 193.04 101.9809 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100u/12v" + (at 193.04 104.5209 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.8" + (at 190.1952 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 189.23 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93860790-4b6f-4fd2-9049-5189b7f23357") + ) + (pin "2" + (uuid "52c0d422-25c6-419e-9234-c668dc2a7555") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_name "PWR_FLAG_1") + (lib_id "power:PWR_FLAG") + (at 59.69 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d7bfbfb7-83e8-4198-bda8-c409164caace") + (property "Reference" "#FLG02" + (at 59.69 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 59.69 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 59.69 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c0d0400-fc84-43c6-8462-8d69c29ae023") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 129.54 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "de78e969-c964-4a44-8830-f355e07bf615") + (property "Reference" "#PWR011" + (at 118.11 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 117.983 125.1458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 118.11 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fb56d2eb-c8f4-45f5-a871-b781603f2bf6") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 187.96 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ea2c289f-e685-4dcd-b5ed-d60ba5054c6c") + (property "Reference" "#PWR024" + (at 187.96 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 188.087 70.4342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 187.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f595a254-9170-4980-a00d-080e1cd8aef0") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 219.71 67.31 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ef90de26-419c-44e1-b12a-e26ad646708d") + (property "Reference" "#PWR022" + (at 219.71 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 219.583 71.7042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.71 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 219.71 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 219.71 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8da7e80a-0ca1-4934-ba2f-910d5ab6700e") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 133.35 123.19 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f4f87a79-3bfe-43a7-957a-ba590a019b65") + (property "Reference" "#PWR012" + (at 133.35 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 133.223 118.7958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 133.35 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 133.35 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 133.35 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c5cd21a5-d57b-4531-b6b1-c72f23dbe4e1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 241.3 104.14 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "fcda4795-cc1c-413b-a755-e2fa111dfbf5") + (property "Reference" "C17" + (at 238.379 102.9716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u2" + (at 238.379 105.283 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 240.3348 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a654ccb6-6af2-418d-a3d8-a9ce8be72031") + ) + (pin "2" + (uuid "126b69cc-846e-4038-9f28-e0f3991b931f") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/0d7da293-ec18-42f8-b186-30677f871a26" + (reference "C17") + (unit 1) + ) + ) + ) + ) +) diff --git a/Hardware/DataProcessingUnit/SignalProcessor.kicad_sch b/Hardware/DataProcessingUnit/SignalProcessor.kicad_sch new file mode 100644 index 0000000..4da432c --- /dev/null +++ b/Hardware/DataProcessingUnit/SignalProcessor.kicad_sch @@ -0,0 +1,9214 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "3c039241-2965-44ef-92c6-124ca5476868") + (paper "A4") + (lib_symbols + (symbol "Analog_ADC:MCP3425Axx-xCH" + (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" "MCP3425Axx-xCH" + (at 2.54 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 16.51 -7.62 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 12.7 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*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MCP3425Axx-xCH_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 "MCP3425Axx-xCH_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 "V_{SS}" + (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 "V_{DD}" + (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 "Connector:DE9_Plug_MountingHoles" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DE9_Plug_MountingHoles" + (at 0 14.605 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" "9-pin male plug pin D-SUB connector, Mounting Hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector plug male D-SUB DB9" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DSUB*Male*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "DE9_Plug_MountingHoles_0_1" + (circle + (center -1.778 -10.16) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.778 -5.08) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.778 0) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.778 5.08) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -1.778 10.16) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.81 -10.16) (xy -2.54 -10.16) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -7.62) (xy 0.508 -7.62) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -5.08) (xy -2.54 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -2.54) (xy 0.508 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 2.54) (xy 0.508 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 5.08) (xy -2.54 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 7.62) (xy 0.508 7.62) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 10.16) (xy -2.54 10.16) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -13.335) (xy -3.81 13.335) (xy 3.81 9.525) (xy 3.81 -9.525) (xy -3.81 -13.335) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center 1.27 -7.62) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 -2.54) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 2.54) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 7.62) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "DE9_Plug_MountingHoles_1_1" + (pin passive line + (at 0 -15.24 90) + (length 3.81) + (name "PAD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -10.16 0) + (length 3.81) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -5.08 0) + (length 3.81) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 0 0) + (length 3.81) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 5.08 0) + (length 3.81) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 10.16 0) + (length 3.81) + (name "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -7.62 0) + (length 3.81) + (name "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -2.54 0) + (length 3.81) + (name "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 2.54 0) + (length 3.81) + (name "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 7.62 0) + (length 3.81) + (name "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_Generic:Conn_01x03" + (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" + (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_1_1" + (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 -3.81) + (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) + ) + ) + ) + ) + ) + ) + (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:C_Polarized" + (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_Polarized" + (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 "C_Polarized_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 "C_Polarized_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:D" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Device" "D" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_0_1" + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (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_Potentiometer_Trim" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "RV" + (at -4.445 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_Potentiometer_Trim" + (at -2.54 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" "Trim-potentiometer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "resistor variable trimpot trimmer" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Potentiometer*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Potentiometer_Trim_0_1" + (polyline + (pts + (xy 1.524 0.762) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 1.524 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.016 2.54) + (end -1.016 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Potentiometer_Trim_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 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) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "MCU_ST_STM8:STM8S003F3P" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 1.27 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "STM8S003F3P" + (at 1.27 22.86 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (at 1.27 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00024550.pdf" + (at -1.27 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "16MHz, 8K Flash, 1K RAM, 128 EEPROM, USART, I²C, SPI, TSSOP-20" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "STM8S Mainstream Value line 8-bit, 16MHz, 1k RAM, 128 EEPROM" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TSSOP*4.4x6.5mm*P0.65mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "STM8S003F3P_0_1" + (rectangle + (start -11.43 21.59) + (end 11.43 -21.59) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "STM8S003F3P_1_1" + (pin bidirectional line + (at 15.24 0 180) + (length 3.81) + (name "PD4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 12.7 0) + (length 3.81) + (name "PA3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 5.08 0) + (length 3.81) + (name "PB5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 7.62 0) + (length 3.81) + (name "PB4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 0 0) + (length 3.81) + (name "PC3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -2.54 0) + (length 3.81) + (name "PC4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -5.08 0) + (length 3.81) + (name "PC5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -7.62 0) + (length 3.81) + (name "PC6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -10.16 0) + (length 3.81) + (name "PC7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 3.81) + (name "PD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 5.08 180) + (length 3.81) + (name "PD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 3.81) + (name "PD5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 2.54 180) + (length 3.81) + (name "PD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -5.08 180) + (length 3.81) + (name "PD6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 -15.24 0) + (length 3.81) + (name "NRST" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 17.78 0) + (length 3.81) + (name "PA1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 15.24 0) + (length 3.81) + (name "PA2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -25.4 90) + (length 3.81) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -15.24 -17.78 0) + (length 3.81) + (name "VCAP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 25.4 270) + (length 3.81) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_1" + (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_1_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_1_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) + ) + ) + ) + ) + (symbol "power:+3.3V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (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" "+3.3V" + (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 \"+3.3V\"" + (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 "+3.3V_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 "+3.3V_1_1" + (pin power_in 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 "power:+5V" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (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" "global power" + (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) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:-3V3" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (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" "-3V3" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide 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 \"-3V3\"" + (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 "-3V3_0_0" + (pin power_in 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 "-3V3_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy 0.762 1.27) (xy 0 2.54) (xy -0.762 1.27) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 204.47 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "0d2cf982-087e-4fea-a597-47e83ea35464") + ) + (junction + (at 170.18 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "1b992264-e0b6-4082-a2c7-1317ada96268") + ) + (junction + (at 91.44 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "29c9acee-e16e-4cff-8089-a3c1681c4d74") + ) + (junction + (at 204.47 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "3d0ab0dd-f356-4cc9-8013-2c59a99447f7") + ) + (junction + (at 44.45 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "44ce04e4-8e60-4c1d-9d3b-f6472971ecc5") + ) + (junction + (at 43.18 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "45391edf-3f4f-4a44-947d-a4ffc2c719b1") + ) + (junction + (at 212.09 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "4582261f-2023-43ab-98e7-3cb4ebcdbd04") + ) + (junction + (at 43.18 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "5922ac00-b3cb-4b80-90e3-405660734abd") + ) + (junction + (at 43.18 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "61370dc1-2029-4309-8366-1f597581c301") + ) + (junction + (at 43.18 149.86) + (diameter 0) + (color 0 0 0 0) + (uuid "7904ed45-3114-4bef-810f-e0e07b585d98") + ) + (junction + (at 91.44 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "7dfd5309-a791-4efa-ba67-a57c2c60f2b7") + ) + (junction + (at 63.5 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "90314fb7-cc5e-4e0f-abb0-407dcf94623d") + ) + (junction + (at 222.25 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "9f275467-a1d3-411b-ade8-1b294e3cf075") + ) + (junction + (at 175.26 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "b3cec9d8-e829-42ec-bc7f-cf9b7e8ff3e3") + ) + (junction + (at 234.95 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "b4fbfc27-089b-400e-b143-669197d456d5") + ) + (junction + (at 43.18 144.78) + (diameter 0) + (color 0 0 0 0) + (uuid "b8fbda65-3bad-475a-bfa1-0e4dc9d4c098") + ) + (junction + (at 74.93 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "c4b05994-a319-47c1-a5d6-1124c484906a") + ) + (junction + (at 172.72 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "dc3e90d6-2147-4b75-a9c7-31b42debcefe") + ) + (junction + (at 118.11 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "e5ff11fa-c7ee-49a3-9532-1e9d9ffed0c5") + ) + (junction + (at 114.3 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "f8289847-dcfb-4c4d-9203-f674dd17d263") + ) + (no_connect + (at 185.42 58.42) + (uuid "8c009b8f-b46d-40a2-bf13-c0df2ff654a2") + ) + (wire + (pts + (xy 44.45 125.73) (xy 54.61 125.73) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "001c9f38-1ae8-4ee5-af9a-dece5e48a36a") + ) + (wire + (pts + (xy 181.61 22.86) (xy 186.69 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00f25cd9-aff8-468a-ae6c-1408d8af2809") + ) + (wire + (pts + (xy 92.71 45.72) (xy 91.44 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0126f261-bb8e-4469-98d8-a8cfd2eaa8a0") + ) + (wire + (pts + (xy 43.18 134.62) (xy 46.99 134.62) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "032b2bbf-8f47-499d-bf44-eac32abb4ba1") + ) + (wire + (pts + (xy 127 125.73) (xy 121.92 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "072e5acb-fd05-457a-86f5-a9000081518e") + ) + (wire + (pts + (xy 114.3 63.5) (xy 104.14 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "08affaf2-e184-4636-8852-27ca7e47b869") + ) + (wire + (pts + (xy 36.83 147.32) (xy 36.83 146.05) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "090c4e51-ad44-4839-8ee5-7d459521d069") + ) + (wire + (pts + (xy 170.18 52.07) (xy 170.18 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ddf3be8-1784-46fa-a900-09133bbb8585") + ) + (wire + (pts + (xy 44.45 63.5) (xy 44.45 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11472667-fbe0-4cd5-ab8d-b927ab297330") + ) + (wire + (pts + (xy 246.38 93.98) (xy 246.38 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "131936ee-7db3-4ef2-b640-5bf713c74fb7") + ) + (wire + (pts + (xy 43.18 152.4) (xy 43.18 156.21) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "161bbf2c-5759-47ae-a6aa-a79413cbddd4") + ) + (wire + (pts + (xy 219.71 44.45) (xy 219.71 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1a7235a4-9171-46cb-8df4-b9865557b249") + ) + (wire + (pts + (xy 212.09 44.45) (xy 212.09 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c5c69b0-4530-441a-92c0-c9e69d2a1089") + ) + (wire + (pts + (xy 124.46 162.56) (xy 119.38 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e4487b0-e8ab-465e-8904-13b70f68b7c5") + ) + (wire + (pts + (xy 33.02 62.23) (xy 36.83 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25beb04a-6e5e-4899-be57-b9c4228403c4") + ) + (wire + (pts + (xy 189.23 83.82) (xy 185.42 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "26cfb7ac-73de-43ed-9eb2-9c33fe701199") + ) + (wire + (pts + (xy 43.18 139.7) (xy 43.18 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "27570de4-2109-471b-97aa-14ee42f134d7") + ) + (wire + (pts + (xy 219.71 68.58) (xy 224.79 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ab905c7-4154-4326-931f-1d4592154057") + ) + (wire + (pts + (xy 212.09 44.45) (xy 219.71 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2bed6b01-c1fd-4eeb-b376-d3318875cda2") + ) + (wire + (pts + (xy 43.18 137.16) (xy 43.18 139.7) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2ce8d0a9-50d5-4207-828c-5e356a61b9b6") + ) + (wire + (pts + (xy 189.23 81.28) (xy 185.42 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d7a1d30-ef31-4c82-aa13-82f380844586") + ) + (wire + (pts + (xy 102.87 45.72) (xy 102.87 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e6fcaa0-9ef8-4407-83e8-e4369b79007b") + ) + (wire + (pts + (xy 185.42 104.14) (xy 185.42 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30ddf772-2635-40af-a8a2-15503cf11d4d") + ) + (wire + (pts + (xy 219.71 76.2) (xy 223.52 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3148d8c1-8a54-43e1-95c8-3b2c28a013df") + ) + (wire + (pts + (xy 52.07 63.5) (xy 44.45 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31f20c6d-0e3c-4d0c-9e54-f4cfa17b1428") + ) + (wire + (pts + (xy 100.33 45.72) (xy 102.87 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a1a96de-6bbd-48f5-a102-5bec91423568") + ) + (wire + (pts + (xy 186.69 33.02) (xy 186.69 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3ce4e445-6b63-4e8e-b66c-1fb1bcd8e4e5") + ) + (wire + (pts + (xy 189.23 58.42) (xy 185.42 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3eb2bc98-927c-4322-ad74-52a90f0662cd") + ) + (wire + (pts + (xy 92.71 35.56) (xy 91.44 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "42002431-3c57-409d-87d5-0d51eb6be5f1") + ) + (wire + (pts + (xy 175.26 71.12) (xy 189.23 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "45da540d-9d5b-45a6-a996-db51dd66a09f") + ) + (wire + (pts + (xy 204.47 50.8) (xy 204.47 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b58e197-0fc3-4b72-9576-6af15eda5e02") + ) + (wire + (pts + (xy 119.38 170.18) (xy 119.38 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e9b3199-5fc6-41e0-b40a-f713a7218c3c") + ) + (wire + (pts + (xy 91.44 34.29) (xy 91.44 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4edb7fdc-c363-44a4-a1aa-4d36652cffdc") + ) + (wire + (pts + (xy 36.83 154.94) (xy 36.83 156.21) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "508d7d50-26d0-4670-b9f9-e9cb16ad4cd9") + ) + (wire + (pts + (xy 124.46 165.1) (xy 119.38 165.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50f27e48-1702-422d-a5fd-c452ca329aff") + ) + (wire + (pts + (xy 43.18 142.24) (xy 46.99 142.24) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "5270c9af-7f16-459c-b6a7-dcfa249e4153") + ) + (wire + (pts + (xy 189.23 91.44) (xy 172.72 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "52fc9fc6-10b3-4f35-a56c-2965f5943c26") + ) + (wire + (pts + (xy 124.46 167.64) (xy 119.38 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "531344e6-d77d-40ce-a274-876234a9dc5c") + ) + (wire + (pts + (xy 127 128.27) (xy 121.92 128.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55c06758-e876-4a29-917a-322d52df02bb") + ) + (wire + (pts + (xy 44.45 73.66) (xy 44.45 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55eed0c3-9ce2-4786-bc2c-b57d74318743") + ) + (wire + (pts + (xy 234.95 48.26) (xy 246.38 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5773983a-f746-404d-a227-93aef1745d83") + ) + (wire + (pts + (xy 74.93 63.5) (xy 74.93 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5bc715d0-c959-4928-83e2-afb7d28921b5") + ) + (wire + (pts + (xy 204.47 44.45) (xy 212.09 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f5486d2-d3a3-4960-8368-a72640c932ae") + ) + (wire + (pts + (xy 185.42 76.2) (xy 189.23 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "60fa8801-f905-42f0-80ac-80c05056dc03") + ) + (wire + (pts + (xy 204.47 48.26) (xy 222.25 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61467135-85fa-47a9-99d8-9f129290d9c1") + ) + (wire + (pts + (xy 43.18 152.4) (xy 46.99 152.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "642407d9-f4e5-4a9c-971f-ce99f3964a74") + ) + (wire + (pts + (xy 255.27 85.09) (xy 255.27 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "643af983-5c76-43e3-a334-1f6001f697cd") + ) + (wire + (pts + (xy 43.18 144.78) (xy 43.18 149.86) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "65f4fa1e-fa9b-4b4f-b37a-c346012a6908") + ) + (wire + (pts + (xy 204.47 44.45) (xy 204.47 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6970dabd-8a8b-4c2a-9c96-c2dae8e5c85d") + ) + (wire + (pts + (xy 43.18 137.16) (xy 46.99 137.16) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6ca488a2-ce1e-4de4-85cd-5cebd4e78d83") + ) + (wire + (pts + (xy 234.95 48.26) (xy 234.95 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d585565-7ff3-4cbc-a0e5-1d765a748529") + ) + (wire + (pts + (xy 170.18 68.58) (xy 189.23 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e6bee66-311b-4c80-a937-0e6a96885d5a") + ) + (wire + (pts + (xy 29.21 66.04) (xy 29.21 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f638b65-9786-4f37-b17e-9bd8e7ea4c82") + ) + (wire + (pts + (xy 120.65 63.5) (xy 114.3 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f9c87f6-44b2-49ec-ace8-d74e162abff8") + ) + (wire + (pts + (xy 118.11 118.11) (xy 118.11 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "72763904-a248-4017-9564-5452aad956ac") + ) + (wire + (pts + (xy 222.25 49.53) (xy 222.25 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76dab4b2-165a-4d9e-a3b4-952c732a7b97") + ) + (wire + (pts + (xy 74.93 82.55) (xy 74.93 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78b86b90-fef9-49fc-b2cb-dd85f03f8e88") + ) + (wire + (pts + (xy 246.38 48.26) (xy 246.38 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82205a3d-b89f-48c5-b260-2339a9801c15") + ) + (wire + (pts + (xy 181.61 60.96) (xy 181.61 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "833c10a7-dc8e-44f6-b1f0-b71a19b6a0ab") + ) + (wire + (pts + (xy 219.71 81.28) (xy 227.33 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83a4c94f-9a3f-48e7-9f04-cf0c8e7b244a") + ) + (wire + (pts + (xy 52.07 74.93) (xy 36.83 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8440b0cd-3168-40e6-9cf7-fd9e06aae8b4") + ) + (wire + (pts + (xy 44.45 63.5) (xy 44.45 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8715c114-2f14-4951-b201-4f42bc284ffd") + ) + (wire + (pts + (xy 186.69 41.91) (xy 186.69 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a88ba23-184e-4844-915c-6a65934ade1e") + ) + (wire + (pts + (xy 29.21 48.26) (xy 29.21 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b71b9d1-20bb-4602-891c-49cf9406fd95") + ) + (wire + (pts + (xy 222.25 48.26) (xy 234.95 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "906a40ec-a78e-4ffa-9dc0-10f91d38b99f") + ) + (wire + (pts + (xy 204.47 48.26) (xy 204.47 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "914d3461-8fe4-4820-9aef-ada501036997") + ) + (wire + (pts + (xy 43.18 142.24) (xy 43.18 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9171be4a-44fd-4980-adbf-2fc9ac4893c7") + ) + (wire + (pts + (xy 127 133.35) (xy 118.11 133.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93c1aa93-f8ba-460d-9482-cd72c031158a") + ) + (wire + (pts + (xy 118.11 60.96) (xy 118.11 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93cbb176-db22-4004-ace3-cd2eb7a2ad66") + ) + (wire + (pts + (xy 44.45 53.34) (xy 44.45 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "965286bd-4f03-4a84-9020-5029781d9ce9") + ) + (wire + (pts + (xy 36.83 74.93) (xy 36.83 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9710be94-3fb8-4439-9686-6210d9181623") + ) + (wire + (pts + (xy 222.25 58.42) (xy 222.25 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99fa2056-db8a-47d9-ae46-2b2d63ad908e") + ) + (wire + (pts + (xy 114.3 60.96) (xy 114.3 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a56ae01-1b14-4f1a-82bb-62a886ffe89c") + ) + (wire + (pts + (xy 104.14 66.04) (xy 118.11 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a5eb9b3-e71a-469f-b97f-8972895f92dd") + ) + (wire + (pts + (xy 43.18 149.86) (xy 46.99 149.86) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9afeb7b9-1ab5-47c7-a0c0-7d82895eda36") + ) + (wire + (pts + (xy 43.18 144.78) (xy 46.99 144.78) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9f7a0eaa-296a-4d1f-895e-9e193830ba88") + ) + (wire + (pts + (xy 165.1 68.58) (xy 170.18 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1255315-359c-4686-8dc8-6ffc9bfe0263") + ) + (wire + (pts + (xy 59.69 63.5) (xy 74.93 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4987c8f-8ebd-44cc-9404-9d994a6cf84f") + ) + (wire + (pts + (xy 52.07 68.58) (xy 52.07 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a659a17c-5bab-4d75-8ea4-36d204c02891") + ) + (wire + (pts + (xy 189.23 78.74) (xy 185.42 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a82c3a5b-7582-4387-9382-98cd93e02961") + ) + (wire + (pts + (xy 189.23 86.36) (xy 185.42 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ab429259-d693-4cf9-b768-18b9573eb97a") + ) + (wire + (pts + (xy 189.23 60.96) (xy 181.61 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abf4b57f-2589-4828-9483-f3e7908cf204") + ) + (wire + (pts + (xy 43.18 149.86) (xy 43.18 152.4) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "af5537cf-f419-46ee-93bc-99e0990331b2") + ) + (wire + (pts + (xy 54.61 125.73) (xy 54.61 129.54) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b0f67f7c-5890-45b4-ad2b-00b2948821e7") + ) + (wire + (pts + (xy 172.72 95.25) (xy 172.72 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b248ef48-0dd0-4c33-919d-822fadd391a3") + ) + (wire + (pts + (xy 204.47 34.29) (xy 204.47 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4613508-9f71-4ac3-b149-335d21b94dc6") + ) + (wire + (pts + (xy 91.44 35.56) (xy 91.44 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b469a8f3-0501-4804-a6c1-6eca71261599") + ) + (wire + (pts + (xy 219.71 78.74) (xy 227.33 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b8049b1d-0cf3-4aac-b4c8-29cef8dca3dd") + ) + (wire + (pts + (xy 102.87 35.56) (xy 102.87 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b8cbd258-2283-4575-8ada-6054b52f8344") + ) + (wire + (pts + (xy 114.3 130.81) (xy 127 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be0c7d53-b356-40d2-a816-5af07b894ad2") + ) + (wire + (pts + (xy 234.95 58.42) (xy 234.95 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c005c94c-4fde-425b-9bfa-ef2e6a4965c2") + ) + (wire + (pts + (xy 246.38 58.42) (xy 246.38 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c43f0275-2f8f-441d-9e9d-657f2346003a") + ) + (wire + (pts + (xy 91.44 45.72) (xy 91.44 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6cbb18d-a5d9-4db0-a7d8-6c38599ebc7a") + ) + (wire + (pts + (xy 189.23 93.98) (xy 185.42 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "caf66727-b0b5-4025-aed6-ffcc0571d12f") + ) + (wire + (pts + (xy 219.71 71.12) (xy 255.27 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb656b72-e86d-4d35-b71a-63d35878f4e6") + ) + (wire + (pts + (xy 255.27 71.12) (xy 255.27 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb7226ca-3074-49d3-b553-8c0f190f52c3") + ) + (wire + (pts + (xy 204.47 104.14) (xy 204.47 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cba7259f-920b-4c00-ba02-ffe22a28ea44") + ) + (wire + (pts + (xy 175.26 52.07) (xy 175.26 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d05868fd-69aa-4045-b269-9fbe1aa5e534") + ) + (wire + (pts + (xy 29.21 57.15) (xy 29.21 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d22b5a3b-7ad0-474c-912d-d065afae93cd") + ) + (wire + (pts + (xy 74.93 63.5) (xy 78.74 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d288e732-d928-442a-a57e-1ccb127ad677") + ) + (wire + (pts + (xy 255.27 93.98) (xy 255.27 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d37650f8-695c-4626-8dd6-0ebdf966cac1") + ) + (wire + (pts + (xy 100.33 35.56) (xy 102.87 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d64f95c1-db1a-4fb8-9256-9b184cb35594") + ) + (wire + (pts + (xy 175.26 59.69) (xy 175.26 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db68dcef-6dc1-48d0-a302-0d2b0ea04c12") + ) + (wire + (pts + (xy 118.11 66.04) (xy 120.65 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc28e6ba-f823-4c23-a08d-a60e2517836d") + ) + (wire + (pts + (xy 172.72 91.44) (xy 163.83 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dcebcc63-b557-43d0-b14e-487a69902f80") + ) + (wire + (pts + (xy 44.45 125.73) (xy 44.45 127) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "df58b292-444c-448f-bad3-815d54d5c762") + ) + (wire + (pts + (xy 59.69 68.58) (xy 63.5 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1fcbfd0-99cf-48cd-a1b5-ee7c6bb25462") + ) + (wire + (pts + (xy 63.5 68.58) (xy 63.5 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e26400ca-e11b-4721-9279-03fe2894186a") + ) + (wire + (pts + (xy 246.38 73.66) (xy 246.38 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e2cb8fdd-987a-4621-9cf2-85d729c5e02e") + ) + (wire + (pts + (xy 185.42 93.98) (xy 185.42 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5d7b7da-b376-47e6-860e-f61c679ca28f") + ) + (wire + (pts + (xy 166.37 63.5) (xy 189.23 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e76094ab-db72-4195-8ad5-4909a5700d30") + ) + (wire + (pts + (xy 91.44 77.47) (xy 91.44 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e7cbd40a-5c07-4564-98ed-37fcb2427b6e") + ) + (wire + (pts + (xy 172.72 104.14) (xy 172.72 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9855993-8fc1-42d8-9741-2932ae334078") + ) + (wire + (pts + (xy 186.69 22.86) (xy 186.69 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9f8e2db-62b7-47fa-9806-7fc9bfa31dd8") + ) + (wire + (pts + (xy 43.18 139.7) (xy 46.99 139.7) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ef14a52c-b9a7-431f-aa0a-b7265e967363") + ) + (wire + (pts + (xy 36.83 154.94) (xy 46.99 154.94) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "f1d24864-1160-4d8d-9aaf-bd564c5e7b7e") + ) + (wire + (pts + (xy 63.5 68.58) (xy 78.74 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f317027f-4075-4dc4-8ebf-2131ea3718f5") + ) + (wire + (pts + (xy 246.38 85.09) (xy 246.38 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f3caabb9-8351-40e2-85e0-7b186e55415e") + ) + (wire + (pts + (xy 170.18 59.69) (xy 170.18 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4876367-4412-4935-855a-6c1527dc2d12") + ) + (wire + (pts + (xy 165.1 71.12) (xy 175.26 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8c2c43c-f188-40b5-9cf0-b9b87e87ad51") + ) + (wire + (pts + (xy 36.83 147.32) (xy 46.99 147.32) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "fde5a1e4-d4b1-4476-8387-20ecab19be90") + ) + (wire + (pts + (xy 219.71 73.66) (xy 246.38 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdf13321-05bb-496d-b0c9-22c9ce3ddac2") + ) + (wire + (pts + (xy 29.21 74.93) (xy 29.21 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdf69d78-e2a9-40d0-b1d1-3e94e3cc7c66") + ) + (wire + (pts + (xy 63.5 82.55) (xy 63.5 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe57dd27-bcf0-481b-a5af-c9142c5502b0") + ) + (text "Socket to get data from amplifier and \nprovide it with power supply" + (exclude_from_sim no) + (at 48.006 170.18 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "002238bf-b904-4ea3-904c-b5a4171d8a45") + ) + (text "Microcontroller" + (exclude_from_sim no) + (at 205.486 115.57 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "1c39ff0b-d01a-4c29-88f6-43067956902d") + ) + (text "ADC for data from amplifier" + (exclude_from_sim no) + (at 72.39 94.996 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "2c6f9743-85d3-4ca2-8389-b04e2d47a3a3") + ) + (text "STM8 flashing socket" + (exclude_from_sim no) + (at 126.746 140.97 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "5a3c47da-b221-4af0-b3d5-d50b943470f3") + ) + (text "UART socket to transfer collected data" + (exclude_from_sim no) + (at 129.794 181.102 0) + (effects + (font + (size 1.8 1.8) + (thickness 0.36) + (bold yes) + ) + ) + (uuid "eb44609d-d769-463d-860a-136570c741bb") + ) + (label "SDA" + (at 167.64 71.12 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "2ed1cbfe-15ad-46db-a393-2da4d3d446d1") + ) + (label "VCC_PROG" + (at 212.09 38.1 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "62afe7e9-f401-45c6-b793-99e565e415a2") + ) + (label "RST" + (at 163.83 91.44 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6df122c7-4162-4c83-afab-6f20fd83bb80") + ) + (label "SCL" + (at 167.64 68.58 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "79a8492f-61b5-4396-ad09-9e3a66c080b2") + ) + (label "SWIM" + (at 121.92 128.27 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "884db0d2-3fbf-4aee-a30e-6f8e2c6d9e69") + ) + (label "TX" + (at 227.33 78.74 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "933e020a-1073-447f-a381-a297db084d64") + ) + (label "TX" + (at 119.38 162.56 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "a9c3fae4-1e08-481b-a8f3-1048b1c6a6de") + ) + (label "SDA" + (at 120.65 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c55822d9-fd8c-4b5f-b4fe-6d0772486747") + ) + (label "SCL" + (at 120.65 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d73cd7a7-3433-4252-b831-d7722b8638ba") + ) + (label "SWIM" + (at 220.98 68.58 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d7da2dac-5a9f-42f8-a77e-f1fd2e2189ba") + ) + (label "VCC_PROG" + (at 118.11 118.11 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d956726f-a993-4dd0-96cb-b8ff37955c49") + ) + (label "RX" + (at 119.38 165.1 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e121ecc0-41c5-46d2-a641-05be8de957bb") + ) + (label "RX" + (at 227.33 81.28 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e51bb179-4b60-4732-bbf1-49bd0177904a") + ) + (label "RST" + (at 121.92 125.73 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "edc26067-9404-460e-a259-9ae6be906cf3") + ) + (global_label "analog_input" + (shape input) + (at 44.45 52.07 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "9df61abd-16b4-49fa-9397-4a68553c75ba") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 44.45 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "analog_input" + (shape input) + (at 43.18 134.62 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "aa5142d1-3a32-4216-8b78-72f52caadfea") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 43.18 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 185.42 81.28 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "03d13a19-c1ee-4ba0-9311-e5703300738f") + (property "Reference" "TP55" + (at 177.8 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 170.18 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 185.42 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9c77218-7fce-49ff-83ad-eef4682b41ba") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP55") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 96.52 35.56 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0c8da694-5faa-4ade-a456-830efa527633") + (property "Reference" "C5" + (at 95.631 27.94 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100u/6v3" + (at 95.631 30.48 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-3528-21_Kemet-B" + (at 100.33 34.5948 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 96.52 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "787f1bf1-5edb-43ce-9eb3-1a908f4e84a2") + ) + (pin "2" + (uuid "a7e93215-73c2-4fc6-a636-0f26f462135a") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 246.38 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "13880082-1d2d-444e-a6b7-d0e9b3a6ad7c") + (property "Reference" "#PWR06" + (at 246.38 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 246.38 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 246.38 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 246.38 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f037f682-f79a-44a0-9a8a-d6db08d13e32") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D") + (at 204.47 38.1 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "16538da4-5a43-4323-9981-96b93abd9704") + (property "Reference" "D51" + (at 198.9836 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0R resistor" + (at 201.295 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_MiniMELF" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "54c435e7-ce7b-4dfb-a5ca-e8ee19a4d95b") + ) + (pin "2" + (uuid "b27b6f4c-8976-489e-b71c-385dc4dc606d") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "D51") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 172.72 99.06 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1c31f85b-7bb0-418d-91ca-66e62f81d162") + (property "Reference" "C3" + (at 179.1208 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10n" + (at 176.8094 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 171.7548 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 172.72 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 172.72 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "f2b8a2b6-ce25-40d7-94c1-5ba61c64eb2e") + ) + (pin "1" + (uuid "2f4ee0a1-916a-46be-8ae3-02eeec15fd5e") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1fd41d9c-1d72-4186-be28-0cae072ff05e") + (property "Reference" "#PWR048" + (at 204.47 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 108.5342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d6239183-8de4-4901-adb4-b7d84473da5a") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR048") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 44.45 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "25c3cd0f-378f-474f-8699-df7c2b62d5aa") + (property "Reference" "#PWR029" + (at 44.45 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 44.577 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 44.45 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c1b8f77-e28f-4732-a7c1-d3601e7d5451") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 74.93 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "25d46ef3-8213-487e-be62-db0f9f7286b0") + (property "Reference" "#PWR03" + (at 74.93 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 75.057 88.2142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 74.93 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 74.93 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 74.93 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d52a7faa-e2f6-4295-ad9d-4f316d6415dd") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2765aeac-6b11-4136-9fdb-11a8619ba5a8") + (property "Reference" "#PWR04" + (at 63.5 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 88.2142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f9e9ce9-b307-4bb1-b627-90a4a1ad0db4") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 45.72 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "27ad777f-4ea0-40d2-8184-855d92dae78b") + (property "Reference" "C50" + (at 96.52 39.3192 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 96.52 41.6306 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 92.71 46.6852 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f07ee62e-91d9-42b7-a908-4d07ced7fa4b") + ) + (pin "2" + (uuid "377b8265-771f-4f46-9ab7-7090aa9583a5") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C50") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 63.5 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "28c7e324-1e3b-4ad2-bfd8-d62643d8c3eb") + (property "Reference" "R51" + (at 55.88 58.2422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0R" + (at 55.88 60.5536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 55.88 61.722 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "893a01d6-ae15-479f-b14d-1dd49a66d10d") + ) + (pin "2" + (uuid "195daaff-7816-4fca-befc-0b316af578d1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R51") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 185.42 86.36 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2db6ef0e-9c87-49d0-bb79-8e19744823d3") + (property "Reference" "TP57" + (at 177.8 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 170.18 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 185.42 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad47da06-04b3-496a-9350-2572f22f84a5") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP57") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2f985685-1197-4089-b8f5-23c5bb1152ef") + (property "Reference" "#PWR02" + (at 29.21 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.337 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1536beb7-2160-4a88-838d-f095525c4465") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 185.42 99.06 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3156a1c3-0132-4e30-8abf-15c05626cea5") + (property "Reference" "C52" + (at 191.8208 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "680n" + (at 189.5094 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 184.4548 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "3b58121f-a0e6-4161-9121-782b8b895f06") + ) + (pin "1" + (uuid "b3df6078-0fc3-4b20-bedf-cff187e5e73f") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C52") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 234.95 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "370b9237-a53b-4f9a-a027-82da95210ae9") + (property "Reference" "#PWR05" + (at 234.95 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 234.95 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 234.95 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 234.95 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 234.95 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d101d652-f165-4da5-8b1b-c7a00174fade") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 44.45 69.85 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3811ccd5-de55-4b91-bcef-898fafccd485") + (property "Reference" "R53" + (at 46.228 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "27k" + (at 46.228 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 46.228 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50dd3190-1b49-480d-ab8c-a135813767f1") + ) + (pin "2" + (uuid "c9f7ace7-4653-4172-93ef-118b89d31495") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R53") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 246.38 53.34 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3a4251d2-5a7a-481e-ad85-d77fba324283") + (property "Reference" "C4" + (at 252.7808 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10u" + (at 250.4694 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 245.4148 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "09f52c73-7bc9-42e4-9caa-a8ddbedc0adb") + ) + (pin "2" + (uuid "bc82ef1b-0177-4c34-b591-012dac3f675c") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 43.18 156.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3aa8d5ae-49d2-449e-8042-22c08f1a31a3") + (property "Reference" "#PWR055" + (at 43.18 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 43.307 160.6042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 43.18 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 43.18 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 43.18 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0118e670-4bbd-49d5-977c-7e0b2c23ab4c") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR055") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 222.25 53.34 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3e0449bf-4683-48ab-acf9-f960ff2043af") + (property "Reference" "C53" + (at 228.6508 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100n" + (at 226.3394 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 221.2848 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 222.25 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 222.25 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e79bf0dc-b536-46c5-bda4-5486c15406e5") + ) + (pin "2" + (uuid "51d376b2-c172-42d1-b54a-5a22072382d0") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C53") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 130.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "474f5e2b-e826-4876-897a-bd0881c8fd50") + (property "Reference" "#PWR054" + (at 114.3 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 135.2042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fc154bc8-1402-4caf-b3a5-1ecc278bf810") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR054") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 74.93 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "499cb406-42ae-43f9-9e3e-e6587759c704") + (property "Reference" "C18" + (at 78.74 77.4699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TBD" + (at 78.74 80.0099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 75.8952 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 74.93 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2682460c-3d47-47ee-bd45-5ea2f421360b") + ) + (pin "2" + (uuid "190812b6-d88c-445a-b9ef-555610b3c860") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 170.18 55.88 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4d58738c-2f34-4e34-adf8-c73bb76d287b") + (property "Reference" "R59" + (at 168.4274 54.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k2" + (at 168.4274 57.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 171.958 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.18 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 170.18 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "6b690e3b-96fe-4d1c-973f-91219317ab1d") + ) + (pin "1" + (uuid "99ebe435-5641-4f30-80bf-9c78b7c1bf89") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R59") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 44.45 57.15 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "50cfee39-5bb6-4a2e-9ff3-dd5632ff9bba") + (property "Reference" "R52" + (at 46.228 55.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "0R" + (at 46.228 58.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 46.228 57.15 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6412c7ff-2eea-4ace-996d-7b6a665948b1") + ) + (pin "2" + (uuid "de1b166e-d9a0-4084-a62a-dc98628b2da0") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R52") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 186.69 36.83 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "541684d5-7de8-4bf0-a833-5b556e52597d") + (property "Reference" "D2" + (at 189.6872 35.8394 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "yellow" + (at 189.6872 38.1508 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 186.69 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 186.69 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 186.69 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "691be6f9-4ecf-4f3a-a01b-091fa74bb50b") + ) + (pin "1" + (uuid "286a55c5-97df-474d-b244-fb2ca3f7ba19") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 114.3 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5538d200-29dc-4ad6-8671-81d262dffbd3") + (property "Reference" "TP1" + (at 113.03 55.626 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 115.062 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 119.38 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 119.38 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7702cc41-f96b-4a8e-b68c-cde7ae5ef284") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 29.21 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "560b5251-1325-47ad-86f0-243b299fcfbf") + (property "Reference" "R5" + (at 31.75 69.8499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 31.75 72.3899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 27.432 71.12 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dea2560c-fe51-4574-b487-498c0edcd767") + ) + (pin "2" + (uuid "2a46e79f-a6c6-4d3d-a040-66e778b63fb7") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 91.44 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5699f756-c1c4-431a-9d8c-83fe3cba1d6c") + (property "Reference" "#PWR033" + (at 91.44 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 91.567 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 91.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 91.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39c2ff3c-619a-4287-a6ee-008282c46872") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 166.37 63.5 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "56ec7026-8fec-40ec-b3c6-5d1e01842b3d") + (property "Reference" "TP52" + (at 158.75 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 151.13 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 166.37 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 166.37 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 166.37 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2ab86240-c1d0-49cb-85c1-27684d487241") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP52") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 29.21 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5830bbb7-fa07-40e5-894a-9bc9fda8ef3d") + (property "Reference" "R1" + (at 31.75 52.0699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 31.75 54.6099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 27.432 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3536426a-671a-4a88-9a46-48d965c3a2d2") + ) + (pin "2" + (uuid "fb59baae-c608-4d71-b071-b1c5a5cf5df4") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 44.45 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "590f3ffe-570a-4b40-adc0-8a6ac54dd041") + (property "Reference" "#PWR040" + (at 44.45 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 44.577 131.3942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 44.45 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 44.45 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a4e51ec-2e82-45e4-84fa-6c6a032190f1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 186.69 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5e344e12-e672-4fbe-826f-bb09d42222d6") + (property "Reference" "#PWR046" + (at 186.69 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 186.817 45.1612 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 186.69 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 186.69 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 186.69 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f5b7a5f1-53d3-4e91-85ea-32826d01ecb1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR046") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 118.11 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "6497fcc0-0894-458f-abe8-aefcf7e79336") + (property "Reference" "TP2" + (at 117.602 56.134 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 119.634 56.134 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 123.19 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 123.19 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "161d0294-eafd-4a10-85d8-1a8c4b77fd5d") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 185.42 78.74 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "65dd8a6f-c73f-4602-83b7-7192e7c602b9") + (property "Reference" "TP54" + (at 177.8 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 170.18 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 185.42 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "369110aa-7bcd-42a6-95b1-8f04c6143008") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP54") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 36.83 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "68cb20ce-175a-493f-88aa-c818ec97502e") + (property "Reference" "#PWR041" + (at 36.83 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 36.83 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 36.83 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 36.83 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f684dfce-beff-476c-90ba-8b2a0c5e14ad") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x03") + (at 129.54 165.1 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7013802e-60aa-4f5f-90e2-c1876aa0bb9d") + (property "Reference" "J2" + (at 132.08 166.3701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x03" + (at 132.08 163.8301 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x03_P2.54mm_Horizontal" + (at 129.54 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 165.1 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 129.54 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "ad0dcb70-c09b-4c43-b077-08356559ec4b") + ) + (pin "1" + (uuid "5e7962c5-f80c-4852-aa42-99014e32a2d9") + ) + (pin "3" + (uuid "da2923ff-579b-41eb-bf54-a60bf14a2275") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 255.27 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7759c6bf-1ecc-45c4-a665-8d6cb1ee7976") + (property "Reference" "#PWR053" + (at 255.27 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 255.397 97.2312 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 255.27 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 255.27 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "461639c0-ac18-4ada-9f10-8f5d65b663b3") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR053") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 185.42 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "78633f4a-5705-4862-a651-9454fd8bf85c") + (property "Reference" "#PWR045" + (at 185.42 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 185.547 107.3912 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 185.42 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 185.42 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d7deadc9-1112-4bb2-a2f1-16ca2ec48ba9") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR045") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 234.95 53.34 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "789c3450-78c8-4fdf-bfc5-051967c20bdb") + (property "Reference" "C1" + (at 241.3508 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10u" + (at 239.0394 53.34 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 233.9848 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 234.95 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 234.95 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2a979b98-903e-4a53-8022-68a0f735ccf0") + ) + (pin "2" + (uuid "50d706a8-4c50-44b4-9cde-2486311603f1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:DE9_Plug_MountingHoles") + (at 54.61 144.78 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7b47478e-0450-409f-ab1b-8b2c65671f07") + (property "Reference" "J3" + (at 59.69 146.0501 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "DE9_Plug_MountingHoles" + (at 59.69 143.5101 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_Dsub:DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles" + (at 54.61 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "9-pin male plug pin D-SUB connector, Mounting Hole" + (at 54.61 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "76b0778e-a5cd-4b84-a57d-b0b13519772a") + ) + (pin "8" + (uuid "82b96d28-d103-454b-b79e-56d8af9bd06f") + ) + (pin "9" + (uuid "a2696713-381f-45da-b0bf-1fc3098f8d3f") + ) + (pin "1" + (uuid "53033755-9037-456b-b036-ba8499c65d1f") + ) + (pin "2" + (uuid "ed88f6d9-a678-419c-ac2a-af0b127b4f20") + ) + (pin "3" + (uuid "4f033f13-9221-4c03-9637-0d2206c32479") + ) + (pin "5" + (uuid "e11be5ad-12f6-44a3-9648-ec85dbf5967d") + ) + (pin "6" + (uuid "ce9541c4-b80a-4bba-b7cf-14c1b00ec414") + ) + (pin "0" + (uuid "de3e48f2-6e81-4cb6-956f-9c152ac0aa80") + ) + (pin "7" + (uuid "5409558b-b695-4bd8-95a0-445ba1895d24") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 170.18 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8566f4a1-d60c-410d-a1e9-60ef61b300a5") + (property "Reference" "#PWR042" + (at 170.18 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 170.561 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 170.18 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 170.18 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 170.18 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d5476c06-9d4c-4094-903b-8337d472386b") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 102.87 38.1 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "88989acc-db60-43d7-8246-81fb0b464fa3") + (property "Reference" "#PWR036" + (at 102.87 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 102.997 42.4942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 102.87 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 102.87 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d098f9e-5618-4cc9-93d1-971e6430926a") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 185.42 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9e6ff26b-ee14-42ce-a26a-653ff2902e63") + (property "Reference" "TP53" + (at 177.8 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 170.18 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 185.42 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d1f97c46-8a84-4706-be30-669727442c3b") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP53") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MCU_ST_STM8:STM8S003F3P") + (at 204.47 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "aa3cf968-d80f-44c2-bc12-5215e164b3a1") + (property "Reference" "U54" + (at 196.85 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "STM8S003F3P" + (at 195.58 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (at 205.74 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00024550.pdf" + (at 203.2 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "15" + (uuid "fa6ce82c-870e-48bd-b649-9d861788438c") + ) + (pin "16" + (uuid "a1888607-6324-4e1b-a34f-87636f7f43b6") + ) + (pin "11" + (uuid "d9b14838-6c1d-40ed-a403-713d92b2f00d") + ) + (pin "14" + (uuid "cd7350a8-5c3b-4e5e-9a2f-0771b799296f") + ) + (pin "17" + (uuid "a6ed4150-aa55-406d-bc31-d6164072c59a") + ) + (pin "18" + (uuid "7f73cafb-879f-47f2-8742-346de0d52924") + ) + (pin "19" + (uuid "aeb60d6f-5d4d-489d-a1ba-7e756a814fcf") + ) + (pin "10" + (uuid "3f321313-6835-4a5d-9ac8-10d624ef1dd5") + ) + (pin "12" + (uuid "a015434d-3459-4dd3-92e2-a3fff8e01afb") + ) + (pin "13" + (uuid "ca2c2f8d-23d1-4e96-ac3a-a60066ae2282") + ) + (pin "2" + (uuid "ea1b1fe3-507f-44d2-9117-a35823b88634") + ) + (pin "20" + (uuid "139cfd79-7b89-4c86-98e6-3a0ad9821fdb") + ) + (pin "3" + (uuid "4f293235-d47c-445d-a076-1571af43cb6b") + ) + (pin "4" + (uuid "0f7edeab-b0a6-46d8-8593-c13e1cccee50") + ) + (pin "1" + (uuid "b791c08c-0740-4926-86fc-f80b4b0670a4") + ) + (pin "9" + (uuid "2402b0aa-3ba4-4eb9-ae38-fc4df76ffe84") + ) + (pin "7" + (uuid "60380b5c-c85c-42dd-adae-2dc9834fbf98") + ) + (pin "8" + (uuid "4a65afdb-878b-4e36-9677-4b5191b372cc") + ) + (pin "5" + (uuid "a687b4b4-a5e0-48b8-bfad-5da83fdd7a6c") + ) + (pin "6" + (uuid "0f753db9-06eb-432a-8135-3eb55537d266") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "U54") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 175.26 55.88 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ae55e562-3330-438f-94d3-42cff7f5056e") + (property "Reference" "R60" + (at 177.038 54.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "2k2" + (at 177.038 57.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 177.038 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 175.26 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 175.26 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "cd167731-098e-4e98-92ae-6b509f3d0976") + ) + (pin "1" + (uuid "305e55d1-8ab4-49ae-af7e-94a0855a31e1") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R60") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 223.52 76.2 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b6b9a548-94ee-4058-aa4a-7d099dac9027") + (property "Reference" "TP4" + (at 228.6 74.9299 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 228.6 77.4699 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 223.52 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 223.52 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 223.52 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8610ba12-cedf-4946-a2e2-732a2002722d") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bd14df1e-873e-416e-9c7d-dd9bac1f1475") + (property "Reference" "C2" + (at 67.31 77.4699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TBD" + (at 67.31 80.0099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 64.4652 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8934a41b-db5e-41f3-8343-5ca60d217745") + ) + (pin "2" + (uuid "595abf50-f03a-4a8e-84c7-945baed4a53c") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 255.27 80.01 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "beb3c783-5c81-411b-a953-1be60ea13d0d") + (property "Reference" "R4" + (at 252.349 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510R" + (at 250.0376 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 257.048 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "702ac9c2-5c3f-465b-a4b5-6f077bd8b322") + ) + (pin "1" + (uuid "4a37c494-961d-4e93-887a-188abbde78c6") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 185.42 83.82 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "bfb100f1-abdf-4e7b-9c65-1b55c394290d") + (property "Reference" "TP56" + (at 177.8 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 170.18 83.82 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 185.42 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 185.42 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e1e2fbe3-d3f0-452e-a959-81099d3ebda3") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "TP56") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 204.47 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c05d436a-f3a0-4ec0-b638-b4687852d116") + (property "Reference" "#PWR047" + (at 204.47 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 204.851 28.6258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "38ec0b3c-dd8d-48d9-922c-7a1c9c843844") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR047") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_name "PWR_FLAG_1") + (lib_id "power:PWR_FLAG") + (at 219.71 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c10bce06-5e2c-4b5a-ae53-eda866a5e527") + (property "Reference" "#FLG03" + (at 219.71 38.735 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 219.71 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 219.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 219.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec84857b-59c0-4308-81e2-9e332139f847") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 91.44 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c1cc56f2-6d76-4cca-9b2f-13a6ffcfdb2d") + (property "Reference" "#PWR032" + (at 91.44 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 89.9668 33.3502 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 91.44 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 91.44 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 91.44 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e01f0705-9192-480a-b3d6-b20e52a0f606") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 172.72 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c5108dc2-5b2a-408f-a4b5-598b24432e8d") + (property "Reference" "#PWR043" + (at 172.72 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 172.847 107.3912 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 172.72 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 172.72 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 172.72 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f729c59-48a5-46d9-a9f0-6e7af3da81cd") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 222.25 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ccea166f-2745-49dc-bdb4-f9c0b0dc089e") + (property "Reference" "#PWR051" + (at 222.25 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 222.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 222.25 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 222.25 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 222.25 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "818860c9-a78b-44ae-bcfc-4ba6014c7e00") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR051") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 29.21 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cdd0f553-0518-4c03-8d56-02ad656e63f8") + (property "Reference" "#PWR01" + (at 29.21 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 27.7368 47.3202 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 29.21 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2ddbf830-fa78-4443-833e-1091764b987b") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 119.38 170.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d094a9b1-beef-4c0e-9f9f-bc176b3ddefb") + (property "Reference" "#PWR049" + (at 119.38 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 119.507 174.5742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 119.38 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 119.38 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 119.38 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8d8e8b1c-3cc4-4c08-bbcc-79faacf937ee") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR049") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 255.27 88.9 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d1499888-6ef9-4e64-8cdf-f9c299740ba6") + (property "Reference" "D4" + (at 258.2672 87.9094 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "red" + (at 258.2672 90.2208 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 255.27 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f9da969-12cb-4d02-aff1-eb3425f03676") + ) + (pin "2" + (uuid "7cd7c392-0879-47cd-8460-0628f205d8c6") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Potentiometer_Trim") + (at 29.21 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d416cb72-ecbc-496f-8c31-ea8cb36df47e") + (property "Reference" "RV1" + (at 26.67 60.9599 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "100k" + (at 26.67 63.4999 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Potentiometer_THT:Potentiometer_Bourns_3296W_Vertical" + (at 29.21 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 29.21 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Trim-potentiometer" + (at 29.21 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f13357db-ef16-433c-908b-58674d432f42") + ) + (pin "2" + (uuid "ae913205-365d-43c2-8ff8-e8716b984570") + ) + (pin "3" + (uuid "c9b9ac77-6391-4973-b194-065d29591571") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "RV1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Analog_ADC:MCP3425Axx-xCH") + (at 91.44 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d5a3b7d7-1a1d-435f-80cf-449ad5f8b1ed") + (property "Reference" "U1" + (at 93.6341 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MCP3425Axx-xCH" + (at 93.6341 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 107.95 73.66 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/22072b.pdf" + (at 91.44 53.34 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 91.44 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "3" + (uuid "f01e17dc-941c-4ba3-b0cf-a5634cf2c0d3") + ) + (pin "5" + (uuid "bb40805a-6385-478b-b7e3-186f1abf2bc4") + ) + (pin "4" + (uuid "9f9748b7-8f86-4879-94a7-08d58f77252c") + ) + (pin "6" + (uuid "64a10281-0e7b-4fd4-a75a-47a4c00e6104") + ) + (pin "2" + (uuid "6274af12-1d0d-455c-84f4-2ac60e376114") + ) + (pin "1" + (uuid "65dfa7f1-e21f-4405-9f8b-d51cbc741f6d") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 80.01 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d9f5c951-f058-4b4f-98a6-fd58f2e4a4cd") + (property "Reference" "R3" + (at 243.459 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "510R" + (at 241.1476 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 248.158 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "cba7b5e0-8ecb-4b0f-9705-3537908fe99d") + ) + (pin "1" + (uuid "1283b7f1-225b-47db-961e-73b85b405e73") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+5V") + (at 175.26 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "df38a526-c14d-4006-aaa0-4bbaf3f094b8") + (property "Reference" "#PWR044" + (at 175.26 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+5V" + (at 175.641 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 175.26 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 175.26 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 175.26 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2a696498-e186-43c2-8493-08db4ab1b805") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR044") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 246.38 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e8230b8a-9469-4e5e-b1a3-2c6e7f5ae6b4") + (property "Reference" "#PWR052" + (at 246.38 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 246.507 97.2312 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 246.38 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 246.38 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1b1c5fb-961a-40cd-9054-549131b7c99b") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR052") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 68.58 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e9f33bee-ef48-42c8-b0af-5a9c9f5bfb6e") + (property "Reference" "R50" + (at 55.88 71.501 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0R" + (at 55.88 73.8124 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 55.88 66.802 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "42c94f91-dc29-4fce-8765-22e810faef14") + ) + (pin "2" + (uuid "0907217c-20d9-4898-9744-e5416b3a0a31") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R50") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 102.87 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f0ee4ef7-8bb8-4276-8d80-a6f74d794f4a") + (property "Reference" "#PWR037" + (at 102.87 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 102.997 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 102.87 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 102.87 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 102.87 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "11fce607-8d02-4ff9-804d-70d564e9edce") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:-3V3") + (at 36.83 156.21 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f565342d-5b9c-4f77-9481-246337dba4bc") + (property "Reference" "#PWR050" + (at 36.83 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "-3V3" + (at 36.83 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 36.83 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"-3V3\"" + (at 36.83 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1212d342-3e59-4d7a-ac3c-419d8ebbcc3a") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "#PWR050") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 186.69 27.94 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f5d2a2d9-f9a0-44b6-866d-f200ca9acf2c") + (property "Reference" "R2" + (at 189.23 26.6699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "510R" + (at 189.23 29.2099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 188.468 27.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 186.69 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 186.69 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1076cde7-588f-423b-9b7e-5fd63a5ffe15") + ) + (pin "2" + (uuid "c10d2d06-e978-4703-90aa-2efa1543ef79") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 246.38 88.9 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "fa7be052-ab0d-4aa5-b9a2-a1c620e2f254") + (property "Reference" "D3" + (at 244.3734 87.9094 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "green" + (at 244.3734 90.2208 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 246.38 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c443f7c-a655-41cd-9655-cb74bf15b3a8") + ) + (pin "2" + (uuid "041e6b27-5113-44d8-8670-61612d966d72") + ) + (instances + (project "DataProcessingUnit" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x04") + (at 132.08 128.27 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fb188521-a2b0-430d-8bd3-1e15c09bd81b") + (property "Reference" "J6" + (at 134.62 128.2699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x04" + (at 134.62 130.8099 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal" + (at 132.08 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 132.08 128.27 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 132.08 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7e37af3d-11cb-489b-82a7-12722325df81") + ) + (pin "4" + (uuid "0c06c515-8d6c-45d5-8b2c-90d8c2691cf6") + ) + (pin "3" + (uuid "b661edf4-9c3c-47ca-a5ef-66f8900626e2") + ) + (pin "2" + (uuid "c813dd63-0324-4679-8d96-5617eb4c15a7") + ) + (instances + (project "" + (path "/74097769-b453-45b0-9f39-c5d1e6245455/82f65716-a8ea-44d7-98b3-c02f50e9f3d4" + (reference "J6") + (unit 1) + ) + ) + ) + ) +) diff --git a/Hardware/DataProcessingUnit/fp-lib-table b/Hardware/DataProcessingUnit/fp-lib-table new file mode 100644 index 0000000..45e0b6b --- /dev/null +++ b/Hardware/DataProcessingUnit/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (version 7) + (lib (name "DataProcessingUnit")(type "KiCad")(uri "${KIPRJMOD}/DataProcessingUnit.pretty")(options "")(descr "")) +) diff --git a/Hardware/DataProcessingUnit/sym-lib-table b/Hardware/DataProcessingUnit/sym-lib-table new file mode 100644 index 0000000..993ca18 --- /dev/null +++ b/Hardware/DataProcessingUnit/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (version 7) +) 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/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_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