@tscircuit/schematic-trace-solver 0.0.148 → 0.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/skills/schematic-trace-visualization/SKILL.md +7 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +127 -46
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +115 -6
- package/lib/solvers/NetLabelPlacementSolver/NetLabelPlacementSolver.ts +17 -1
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/SingleNetLabelPlacementSolver.ts +2 -0
- package/lib/solvers/NetLabelPlacementSolver/SingleNetLabelPlacementSolver/solvePortOnlyPin.ts +2 -0
- package/lib/types/InputProblem.ts +27 -1
- package/package.json +8 -1
- package/site/examples/example51.page.tsx +4 -0
- package/tests/assets/example51.json +5102 -0
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +751 -5
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +660 -5
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +394 -5
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +170 -5
- package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +219 -5
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +65 -5
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +142 -5
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +100 -5
- package/tests/bug-reports/bug-report-20260708T053736Z/__snapshots__/bug-report-20260708T053736Z.snap.svg +23 -5
- package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +58 -5
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +86 -5
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +226 -5
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +191 -5
- package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +30 -5
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +580 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +44 -5
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +107 -5
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +114 -5
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +121 -5
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +51 -5
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +212 -5
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +569 -5
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +37 -5
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +289 -5
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +149 -5
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +93 -5
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +79 -5
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +244 -2
- package/tests/examples/__snapshots__/example01.snap.svg +44 -5
- package/tests/examples/__snapshots__/example02.snap.svg +51 -5
- package/tests/examples/__snapshots__/example03.snap.svg +86 -5
- package/tests/examples/__snapshots__/example04.snap.svg +30 -5
- package/tests/examples/__snapshots__/example05.snap.svg +30 -5
- package/tests/examples/__snapshots__/example06.snap.svg +30 -5
- package/tests/examples/__snapshots__/example07.snap.svg +58 -5
- package/tests/examples/__snapshots__/example08.snap.svg +37 -5
- package/tests/examples/__snapshots__/example09.snap.svg +149 -5
- package/tests/examples/__snapshots__/example10.snap.svg +65 -5
- package/tests/examples/__snapshots__/example11.snap.svg +51 -5
- package/tests/examples/__snapshots__/example12.snap.svg +51 -5
- package/tests/examples/__snapshots__/example13.snap.svg +72 -5
- package/tests/examples/__snapshots__/example14.snap.svg +79 -5
- package/tests/examples/__snapshots__/example15.snap.svg +86 -5
- package/tests/examples/__snapshots__/example16.snap.svg +51 -5
- package/tests/examples/__snapshots__/example17.snap.svg +51 -5
- package/tests/examples/__snapshots__/example18.snap.svg +58 -5
- package/tests/examples/__snapshots__/example19.snap.svg +44 -5
- package/tests/examples/__snapshots__/example20.snap.svg +44 -5
- package/tests/examples/__snapshots__/example21.snap.svg +72 -5
- package/tests/examples/__snapshots__/example22.snap.svg +51 -5
- package/tests/examples/__snapshots__/example23.snap.svg +51 -5
- package/tests/examples/__snapshots__/example24.snap.svg +51 -5
- package/tests/examples/__snapshots__/example25.snap.svg +86 -5
- package/tests/examples/__snapshots__/example26.snap.svg +51 -5
- package/tests/examples/__snapshots__/example27.snap.svg +72 -5
- package/tests/examples/__snapshots__/example28.snap.svg +44 -5
- package/tests/examples/__snapshots__/example29.snap.svg +324 -5
- package/tests/examples/__snapshots__/example30.snap.svg +107 -5
- package/tests/examples/__snapshots__/example31.snap.svg +37 -5
- package/tests/examples/__snapshots__/example32.snap.svg +149 -5
- package/tests/examples/__snapshots__/example33.snap.svg +93 -5
- package/tests/examples/__snapshots__/example34.snap.svg +51 -5
- package/tests/examples/__snapshots__/example35.snap.svg +58 -5
- package/tests/examples/__snapshots__/example36.snap.svg +44 -5
- package/tests/examples/__snapshots__/example37.snap.svg +72 -5
- package/tests/examples/__snapshots__/example38.snap.svg +30 -5
- package/tests/examples/__snapshots__/example39.snap.svg +37 -5
- package/tests/examples/__snapshots__/example40.snap.svg +100 -5
- package/tests/examples/__snapshots__/example41.snap.svg +44 -5
- package/tests/examples/__snapshots__/example42.snap.svg +65 -5
- package/tests/examples/__snapshots__/example43.snap.svg +58 -5
- package/tests/examples/__snapshots__/example44.snap.svg +107 -5
- package/tests/examples/__snapshots__/example45.snap.svg +51 -5
- package/tests/examples/__snapshots__/example46.snap.svg +93 -5
- package/tests/examples/__snapshots__/example47.snap.svg +93 -5
- package/tests/examples/__snapshots__/example48.snap.svg +65 -5
- package/tests/examples/__snapshots__/example49.snap.svg +177 -5
- package/tests/examples/__snapshots__/example50.snap.svg +93 -5
- package/tests/examples/__snapshots__/example51.snap.svg +952 -0
- package/tests/examples/example51.test.ts +12 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +219 -0
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +1058 -0
- package/tests/fixtures/matcher.ts +45 -8
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +762 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +111 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +167 -2
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +65 -5
- package/tests/repros/__snapshots__/manufacturePartNumber-text-box.snap.svg +30 -5
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-atmega328p-fault-pullup.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +55 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +160 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +135 -5
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +69 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +86 -5
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +260 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +335 -2
- package/tests/repros/__snapshots__/repro-ground-label-on-lower-rail-end.snap.svg +48 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +149 -5
- package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-netlabel-collision-687.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +90 -2
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +37 -5
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +237 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +72 -5
- package/tests/repros/__snapshots__/repro-rp2040-v3v3-label-placement.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-rp2040-zero-crystal-fallback-netlabels.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +79 -5
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1150 -5
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +44 -5
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +685 -2
- package/tests/repros/__snapshots__/repro-vcc-pin1-detour.snap.svg +27 -2
- package/tests/repros/__snapshots__/repro129-host-custom-symbol-passives.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +100 -5
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +107 -5
- package/tests/repros/__snapshots__/repro47-endpoint-obstacle-detour.snap.svg +51 -5
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +104 -2
- package/tests/repros/__snapshots__/repro5-escape-padded-text-obstacles.snap.svg +30 -5
- package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +65 -5
- package/tests/repros/__snapshots__/repro84-stacked-gnd-label-orientation.snap.svg +27 -2
- package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +58 -5
- package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +37 -5
- package/tests/repros/assets/repro-core-tb67s579ftg-inline-label-routing.input.json +900 -0
- package/tests/repros/repro-core-tb67s579ftg-inline-label-routing.test.ts +40 -0
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/fallback-net-label-width.snap.svg +25 -7
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-anchored-label-clearance.snap.svg +34 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-port-stub.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label-two-pin-net.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label01.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +23 -5
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/terminal-stub-trace-clearance.snap.svg +71 -0
- package/tests/solvers/InlineNetLabelSolver/fallback-net-label-width.test.ts +10 -1
- package/tests/solvers/InlineNetLabelSolver/terminal-stub-trace-clearance.test.ts +102 -0
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_01-example17-d1_1-u1_1.snap.svg +23 -5
- package/tests/solvers/SchematicTraceSingleLineSolver2/__snapshots__/SchematicTraceSingleLineSolver2_repro47-short-opposing-pins.snap.svg +20 -2
- package/tests/solvers/TraceCleanupSolver/__snapshots__/TraceCleanupSolver.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/__snapshots__/TraceLabelOverlapAvoidanceSolver.snap.svg +79 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/MergedNetLabelObstacles.snap.svg +44 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/OverlapAvoidanceStepSolver.snap.svg +23 -5
- package/tests/solvers/TraceLabelOverlapAvoidanceSolver/sub-solver/__snapshots__/SingleOverlapSolver.snap.svg +30 -5
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
<svg width="640" height="640" viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="white"/><g><polyline data-points="13.45,16 8.9,14.5" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="14.55,16 8.9,15.1" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 97.87142665414046,183.6092473493493" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.45,14 11.1,13.1" data-type="line" data-label="" points="439.8389477922427,266.28271399812115 263.2183599516844,333.92464125620734" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 97.87142665414046,213.67232613072088" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,14" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,16" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,14" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,16" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,14" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,16" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.55,14 14.55,16" data-type="line" data-label="" points="522.5124144410149,266.28271399812115 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.14,10" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.45,16" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.14,10" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.45,16" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.14,10" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.45,16" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.14,10 13.45,16" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.86,10" data-type="line" data-label="" points="263.2183599516844,153.54616856797747 545.8113004965778,566.9135018118375" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 8.600000000000001,14.5 8.600000000000001,14.9 8.9,14.9" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 75.32411756811189,228.70386552140667 75.32411756811189,198.64078674003486 97.87142665414046,198.64078674003486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.55,16 14.75,16 14.75,14 14.55,14" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 537.5439538317005,115.96732009126299 537.5439538317005,266.28271399812115 522.5124144410149,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.7 8.8,14.7 8.8,15.1 8.9,15.1" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 90.35565695879757,213.67232613072088 90.35565695879757,183.6092473493493 97.87142665414046,183.6092473493493" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.45,16 12.274999999999999,16 12.274999999999999,13.299999999999999 13.630999999999998,13.299999999999999 13.630999999999998,12.9 12.274999999999999,12.9 12.274999999999999,12.7 11.1,12.7" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 351.52865387196346,115.96732009126299 351.52865387196346,318.89310186552154 453.4424909408133,318.89310186552154 453.4424909408133,348.95618064689313 351.52865387196346,348.95618064689313 351.52865387196346,363.98772003757904 263.2183599516844,363.98772003757904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.75,14 15.010000000000002,14" data-type="line" data-label="" points="537.5439538317005,266.28271399812115 557.0849550395922,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 11.2,13.3 11.2,13.280000000000001 13.860999999999999,13.280000000000001 13.860999999999999,12.799000000000001" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 270.7341296470273,318.89310186552143 270.7341296470273,320.39625580459006 470.72876124010213,320.39625580459006 470.72876124010213,356.5471080391894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.600000000000001,14.5 8.34,14.5 8.34,14.501" data-type="line" data-label="" points="75.32411756811189,228.70386552140667 55.783116360220106,228.70386552140667 55.783116360220106,228.62870782445316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.14,10 12.929,10 12.929,10.401" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 400.6817876795062,566.9135018118375 400.6817876795062,536.7752653335124" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="97.87142665414046" y="138.51462917729174" width="165.34693329754396" height="255.53616964165883" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="14" x="439.83894779224266" y="219.68494188699515" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="14" data-y="10" x="416.5400617366798" y="537.6429346396459" width="129.27123875989798" height="58.54113434438318" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="14" data-y="16" x="439.83894779224266" y="69.36954798013699" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="127.93450543551216" y="397.05710669708776" width="117.24600724734955" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.83" x="127.93450543551222" y="121.97993584753738" width="45.094618172057494" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
1
|
+
<svg width="2416" height="1200" viewBox="0 0 2416 1200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on the left and Circuit JSON schematic on the right">
|
|
2
|
+
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="13.45,16 8.9,14.5" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="14.55,16 8.9,15.1" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 97.87142665414046,183.6092473493493" fill="none" stroke="hsl(16, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="13.45,14 11.1,13.1" data-type="line" data-label="" points="439.8389477922427,266.28271399812115 263.2183599516844,333.92464125620734" fill="none" stroke="hsl(160, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 97.87142665414046,213.67232613072088" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,14" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 14.55,16" data-type="line" data-label="" points="97.87142665414046,183.6092473493493 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 263.2183599516844,318.89310186552143" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,14" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 14.55,16" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,14" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,266.28271399812115" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,13.3 14.55,16" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="14.55,14 14.55,16" data-type="line" data-label="" points="522.5124144410149,266.28271399812115 522.5124144410149,115.96732009126299" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 97.87142665414046,228.70386552140667" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.14,10" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.45,16" data-type="line" data-label="" points="97.87142665414046,198.64078674003486 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 263.2183599516844,363.98772003757904" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.14,10" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.45,16" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.14,10" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 416.54006173667983,566.9135018118375" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.45,16" data-type="line" data-label="" points="263.2183599516844,363.98772003757904 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="13.14,10 13.45,16" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 439.8389477922427,115.96732009126299" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.86,10" data-type="line" data-label="" points="263.2183599516844,153.54616856797747 545.8113004965778,566.9135018118375" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 8.600000000000001,14.5 8.600000000000001,14.9 8.9,14.9" data-type="line" data-label="" points="97.87142665414046,228.70386552140667 75.32411756811189,228.70386552140667 75.32411756811189,198.64078674003486 97.87142665414046,198.64078674003486" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.55,16 14.75,16 14.75,14 14.55,14" data-type="line" data-label="" points="522.5124144410149,115.96732009126299 537.5439538317005,115.96732009126299 537.5439538317005,266.28271399812115 522.5124144410149,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.7 8.8,14.7 8.8,15.1 8.9,15.1" data-type="line" data-label="" points="97.87142665414046,213.67232613072088 90.35565695879757,213.67232613072088 90.35565695879757,183.6092473493493 97.87142665414046,183.6092473493493" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.45,16 12.274999999999999,16 12.274999999999999,13.299999999999999 13.630999999999998,13.299999999999999 13.630999999999998,12.9 12.274999999999999,12.9 12.274999999999999,12.7 11.1,12.7" data-type="line" data-label="" points="439.8389477922427,115.96732009126299 351.52865387196346,115.96732009126299 351.52865387196346,318.89310186552154 453.4424909408133,318.89310186552154 453.4424909408133,348.95618064689313 351.52865387196346,348.95618064689313 351.52865387196346,363.98772003757904 263.2183599516844,363.98772003757904" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="14.75,14 15.010000000000002,14" data-type="line" data-label="" points="537.5439538317005,266.28271399812115 557.0849550395922,266.28271399812115" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 11.2,13.3 11.2,13.280000000000001 13.860999999999999,13.280000000000001 13.860999999999999,12.799000000000001" data-type="line" data-label="" points="263.2183599516844,318.89310186552143 270.7341296470273,318.89310186552143 270.7341296470273,320.39625580459006 470.72876124010213,320.39625580459006 470.72876124010213,356.5471080391894" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.600000000000001,14.5 8.34,14.5 8.34,14.501" data-type="line" data-label="" points="75.32411756811189,228.70386552140667 55.783116360220106,228.70386552140667 55.783116360220106,228.62870782445316" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="13.14,10 12.929,10 12.929,10.401" data-type="line" data-label="" points="416.54006173667983,566.9135018118375 400.6817876795062,566.9135018118375 400.6817876795062,536.7752653335124" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="97.87142665414046" y="138.51462917729174" width="165.34693329754396" height="255.53616964165883" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="14" x="439.83894779224266" y="219.68494188699515" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="14" data-y="10" x="416.5400617366798" y="537.6429346396459" width="129.27123875989798" height="58.54113434438318" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="14" data-y="16" x="439.83894779224266" y="69.36954798013699" width="82.6734666487722" height="93.19554422225201" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="127.93450543551216" y="397.05710669708776" width="117.24600724734955" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.83" x="127.93450543551222" y="121.97993584753738" width="45.094618172057494" height="13.528385451617169" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
2
4
|
globalConnNetId: connectivity_net1" data-x="15.010000000000002" data-y="13.76" x="541.301838679372" y="266.2827139981212" width="31.566232720440212" height="36.07569453764597" fill="#00000066" stroke="#000000" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
3
5
|
globalConnNetId: connectivity_net1" data-x="13.860999999999999" data-y="12.559000000000001" x="454.945644879882" y="356.54710803918937" width="31.566232720440212" height="36.07569453764597" fill="#00000066" stroke="#000000" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
4
6
|
globalConnNetId: connectivity_net0" data-x="12.274999999999999" data-y="16.48" x="335.7455375117433" y="43.81593101597093" width="31.566232720440325" height="72.15138907529195" fill="#ef444466" stroke="#ef4444" stroke-width="0.013305357142857141"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
|
|
@@ -82,7 +84,7 @@ orientation: x+" data-x="14.86" data-y="10" cx="545.8113004965778" cy="566.91350
|
|
|
82
84
|
const h = svg.getElementById('crosshair-h');
|
|
83
85
|
const v = svg.getElementById('crosshair-v');
|
|
84
86
|
const coords = svg.getElementById('coordinates');
|
|
85
|
-
|
|
87
|
+
|
|
86
88
|
crosshair.style.display = 'block';
|
|
87
89
|
h.setAttribute('x1', '0');
|
|
88
90
|
h.setAttribute('x2', '640');
|
|
@@ -101,13 +103,13 @@ orientation: x+" data-x="14.86" data-y="10" cx="545.8113004965778" cy="566.91350
|
|
|
101
103
|
// y' = (y - ty) / sy
|
|
102
104
|
const sx = matrix.a;
|
|
103
105
|
const sy = matrix.d;
|
|
104
|
-
const tx = matrix.e;
|
|
106
|
+
const tx = matrix.e;
|
|
105
107
|
const ty = matrix.f;
|
|
106
108
|
const realPoint = {
|
|
107
109
|
x: (x - tx) / sx,
|
|
108
110
|
y: (y - ty) / sy // Flip y back since we used negative scale
|
|
109
111
|
}
|
|
110
|
-
|
|
112
|
+
|
|
111
113
|
coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
|
|
112
114
|
coords.setAttribute('x', (x + 5).toString());
|
|
113
115
|
coords.setAttribute('y', (y - 5).toString());
|
|
@@ -115,4 +117,146 @@ orientation: x+" data-x="14.86" data-y="10" cx="545.8113004965778" cy="566.91350
|
|
|
115
117
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
116
118
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
117
119
|
});
|
|
118
|
-
]]></script
|
|
120
|
+
]]></script>
|
|
121
|
+
</g>
|
|
122
|
+
<g transform="translate(1216, 200)">
|
|
123
|
+
<style>
|
|
124
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
125
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
126
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
127
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
128
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
129
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
130
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
131
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
132
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
133
|
+
|
|
134
|
+
</style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 332.61352335515005 267.76931186875004 L 305.6954216795001 267.76931186875004 L 305.6954216795001 231.87850963455003 L 332.61352335515005 231.87850963455003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 332.61352335515005 267.76931186875004 L 305.6954216795001 267.76931186875004 L 305.6954216795001 231.87850963455003 L 332.61352335515005 231.87850963455003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><path d="M 839.571104913225 133.17880349050006 L 857.5165060303249 133.17880349050006 L 857.5165060303249 312.6328146615001 L 839.571104913225 312.6328146615001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 839.571104913225 133.17880349050006 L 857.5165060303249 133.17880349050006 L 857.5165060303249 312.6328146615001 L 839.571104913225 312.6328146615001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><path d="M 332.61352335515005 249.82391075165015 L 323.6408227966 249.82391075165015 L 323.6408227966 213.93310851745014 L 332.61352335515005 213.93310851745014" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 332.61352335515005 249.82391075165015 L 323.6408227966 249.82391075165015 L 323.6408227966 213.93310851745014 L 332.61352335515005 213.93310851745014" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><path d="M 740.8713987691748 133.17880349050006 L 635.4421672062123 133.17880349050006 L 635.4421672062123 375.44171857135007 L 757.1119867801502 375.44171857135007 L 757.1119867801502 411.3325208055501 L 635.4421672062123 411.3325208055501 L 635.4421672062123 429.2779219226502 L 530.0129356432499 429.2779219226502" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 740.8713987691748 133.17880349050006 L 635.4421672062123 133.17880349050006 L 635.4421672062123 375.44171857135007 L 757.1119867801502 375.44171857135007 L 757.1119867801502 411.3325208055501 L 635.4421672062123 411.3325208055501 L 635.4421672062123 429.2779219226502 L 530.0129356432499 429.2779219226502" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"><path d="M 857.5165060303249 312.6328146615001 L 880.845527482555 312.6328146615001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 857.5165060303249 312.6328146615001 L 880.845527482555 312.6328146615001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"><path d="M 530.0129356432499 375.44171857135007 L 538.9856362017999 375.44171857135007 L 538.9856362017999 377.23625868306 L 777.7491980648152 377.23625868306 L 777.7491980648152 420.3949483696854" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 530.0129356432499 375.44171857135007 L 538.9856362017999 375.44171857135007 L 538.9856362017999 377.23625868306 L 777.7491980648152 377.23625868306 L 777.7491980648152 420.3949483696854" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"><path d="M 305.6954216795001 267.76931186875004 L 282.36640022727 267.76931186875004 L 282.36640022727 267.67958486316456" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 305.6954216795001 267.76931186875004 L 282.36640022727 267.76931186875004 L 282.36640022727 267.67958486316456" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"><path d="M 713.0560270376701 671.5408370035 L 694.1236288591296 671.5408370035 L 694.1236288591296 635.5603077637146" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="14.35632089368px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 713.0560270376701 671.5408370035 L 694.1236288591296 671.5408370035 L 694.1236288591296 635.5603077637146" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="305.6954216795001" cy="267.76931186875004" r="2.691810167565" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="857.5165060303249" cy="312.6328146615001" r="2.691810167565" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="368.50432558935006" y="160.09690516615" width="125.6178078196998" height="305.07181899069997" stroke-width="1.79454011171px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="368.50432558935006" y="160.09690516615" width="125.6178078196998" height="305.07181899069997" fill="transparent"/><text class="sch-text" x="431.3132294992" y="312.6328146615001" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.15086100539px" transform="rotate(0, 431.3132294992, 312.6328146615001)">U_MCU</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="178.04230628325013" x2="334.40806346685997" y2="178.04230628325013" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="178.04230628325013" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="176.24776617154012" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="176.2477661715402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="195.98770740035002" x2="334.40806346685997" y2="195.98770740035002" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="195.98770740035002" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="194.19316728864" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="194.1931672886401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="213.93310851745014" x2="332.61352335515005" y2="213.93310851745014" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="330.8189832434401" y="212.13856840574013" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="212.13856840574022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="231.87850963455003" x2="332.61352335515005" y2="231.87850963455003" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="330.8189832434401" y="230.08396952284002" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="230.0839695228401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="249.82391075165015" x2="332.61352335515005" y2="249.82391075165015" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="330.8189832434401" y="248.02937063994014" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="248.02937063994023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="267.76931186875004" x2="332.61352335515005" y2="267.76931186875004" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="330.8189832434401" y="265.97477175704006" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="265.9747717570401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="285.7147129858499" x2="334.40806346685997" y2="285.7147129858499" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="285.7147129858499" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="283.92017287413995" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="283.92017287414" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="303.66011410295005" x2="334.40806346685997" y2="303.66011410295005" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="303.66011410295005" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="301.86557399124007" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="301.8655739912401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="321.60551522004994" x2="334.40806346685997" y2="321.60551522004994" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="321.60551522004994" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="319.81097510833996" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="319.81097510834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="339.55091633715006" x2="334.40806346685997" y2="339.55091633715006" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="339.55091633715006" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="337.7563762254401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="337.7563762254399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="357.49631745424995" x2="334.40806346685997" y2="357.49631745424995" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="357.49631745424995" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="355.70177734253997" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="355.70177734254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="375.44171857135007" x2="334.40806346685997" y2="375.44171857135007" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="375.44171857135007" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="373.6471784596401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="373.6471784596399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="393.3871196884502" x2="334.40806346685997" y2="393.3871196884502" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="393.3871196884502" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="391.5925795767402" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="391.59257957674004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="411.3325208055501" x2="334.40806346685997" y2="411.3325208055501" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="411.3325208055501" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="409.5379806938401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="409.53798069384015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="429.2779219226502" x2="334.40806346685997" y2="429.2779219226502" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="429.2779219226502" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="427.4833818109402" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="427.48338181094005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="368.50432558935006" y1="447.2233230397501" x2="334.40806346685997" y2="447.2233230397501" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="332.61352335515005" cy="447.2233230397501" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="330.8189832434401" y="445.4287829280401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="350.55892447224994" y="445.42878292804016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="447.2233230397501" x2="528.21839553154" y2="447.2233230397501" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="447.2233230397501" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="445.4287829280401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="445.42878292804016" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="429.2779219226502" x2="530.0129356432499" y2="429.2779219226502" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="528.2183955315398" y="427.4833818109402" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="427.48338181094005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="411.3325208055501" x2="528.21839553154" y2="411.3325208055501" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="411.3325208055501" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="409.5379806938401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="409.53798069384015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="393.3871196884502" x2="528.21839553154" y2="393.3871196884502" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="393.3871196884502" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="391.5925795767402" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="391.59257957674004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="375.44171857135007" x2="530.0129356432499" y2="375.44171857135007" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="528.2183955315398" y="373.6471784596401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="373.6471784596399" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="357.49631745424995" x2="528.21839553154" y2="357.49631745424995" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="357.49631745424995" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="355.70177734253997" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="355.70177734254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="339.55091633715006" x2="528.21839553154" y2="339.55091633715006" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="339.55091633715006" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="337.7563762254401" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="337.75637622544014" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="321.60551522004994" x2="528.21839553154" y2="321.60551522004994" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="321.60551522004994" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="319.81097510833996" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="319.81097510834" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="303.66011410295005" x2="528.21839553154" y2="303.66011410295005" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="303.66011410295005" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="301.86557399124007" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="301.8655739912401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="285.71471298585016" x2="528.21839553154" y2="285.71471298585016" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="285.71471298585016" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="283.9201728741402" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="283.92017287414023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="267.76931186875004" x2="528.21839553154" y2="267.76931186875004" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="267.76931186875004" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="265.97477175704006" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="265.9747717570401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="249.82391075165015" x2="528.21839553154" y2="249.82391075165015" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="249.82391075165015" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="248.02937063994014" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="248.02937063994023" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="231.87850963455003" x2="528.21839553154" y2="231.87850963455003" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="231.87850963455003" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="230.08396952284002" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="230.0839695228401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="213.93310851745014" x2="528.21839553154" y2="213.93310851745014" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="213.93310851745014" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="212.13856840574013" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="212.13856840574022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="195.98770740035002" x2="528.21839553154" y2="195.98770740035002" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="195.98770740035002" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="194.19316728864" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="194.1931672886401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="494.12213340904987" y1="178.04230628325013" x2="528.21839553154" y2="178.04230628325013" stroke-width="1.79454011171px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="530.0129356432499" cy="178.04230628325013" r="1.79454011171" stroke-width="1.79454011171px"/><rect x="528.2183955315398" y="176.24776617154012" width="3.58908022342" height="3.58908022342" opacity="0"/></g><text class="pin-number sch-pin-number" x="512.06753452615" y="176.2477661715402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="13.459050837824998px" transform="">32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="740.8713987691748" y="286.3096030328819" width="98.6997061440502" height="52.64642325723639" fill="transparent"/><path class="sch-component-symbol-path" d="M 839.571104913225 312.6328146615001 L 800.0912224556049 312.6328146615001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.3512812267949 312.6328146615001 L 740.8713987691748 312.6328146615001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 800.0912224556049 286.3096030328819 L 800.0912224556049 338.9560262901183" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.3512812267949 286.3096030328819 L 780.3512812267949 338.9560262901183" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="790.2212518411999" y="273.15293220388" stroke="rgb(245, 241, 237)" stroke-width="1.79454011171px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.15086100539px">C_AREF</text><text class="sch-component-text" x="790.2212518411999" y="352.1126971191202" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.15086100539px"></text><circle class="component-pin sch-component-pin" cx="740.8713987691748" cy="312.6328146615001" r="1.79454011171px" stroke-width="1.79454011171px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component-overlay sch-component-overlay" x="713.05602703767" y="650.9685880708789" width="154.3304496070598" height="41.1444978652421" fill="transparent"/><path class="sch-component-symbol-path" d="M 713.05602703767 671.5408370035 L 738.7829129871668 671.5408370035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 841.659590695233 671.5408370035 L 867.3864766447298 671.5408370035" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 738.7829129871668 650.9685880708789 L 841.659590695233 650.9685880708789 L 841.659590695233 692.113085936121 L 738.7829129871668 692.113085936121 L 738.7829129871668 650.9685880708789" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="790.2212518411999" y="630.3860504416174" stroke="rgb(245, 241, 237)" stroke-width="1.79454011171px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.15086100539px">R_FAULT_PULLUP</text><text class="sch-component-text" x="790.2212518411999" y="712.6956235653826" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.15086100539px"></text><circle class="component-pin sch-component-pin" cx="867.3864766447298" cy="671.5408370035" r="1.79454011171px" stroke-width="1.79454011171px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component-overlay sch-component-overlay" x="740.8713987691748" y="106.85559186188189" width="98.6997061440502" height="52.646423257236336" fill="transparent"/><path class="sch-component-symbol-path" d="M 839.571104913225 133.17880349050006 L 800.0912224556049 133.17880349050006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.3512812267949 133.17880349050006 L 740.8713987691748 133.17880349050006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 800.0912224556049 106.85559186188189 L 800.0912224556049 159.50201511911823" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 780.3512812267949 106.85559186188189 L 780.3512812267949 159.50201511911823" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.79454011171px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="790.2212518411999" y="93.69892103288001" stroke="rgb(245, 241, 237)" stroke-width="1.79454011171px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="16.15086100539px">C_MCU_DEC</text><text class="sch-component-text" x="790.2212518411999" y="172.6586859481201" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="16.15086100539px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="332.61352335515005" cy="178.04230628325013" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="332.61352335515005" cy="195.98770740035002" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="332.61352335515005" cy="213.93310851745014" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="332.61352335515005" cy="231.87850963455003" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="332.61352335515005" cy="249.82391075165015" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="332.61352335515005" cy="267.76931186875004" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="332.61352335515005" cy="285.7147129858499" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="332.61352335515005" cy="303.66011410295005" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="332.61352335515005" cy="321.60551522004994" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="332.61352335515005" cy="339.55091633715006" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="332.61352335515005" cy="357.49631745424995" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="332.61352335515005" cy="375.44171857135007" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="332.61352335515005" cy="393.3871196884502" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="332.61352335515005" cy="411.3325208055501" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="332.61352335515005" cy="429.2779219226502" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="332.61352335515005" cy="447.2233230397501" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="530.0129356432499" cy="447.2233230397501" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="530.0129356432499" cy="429.2779219226502" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="530.0129356432499" cy="411.3325208055501" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="530.0129356432499" cy="393.3871196884502" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="530.0129356432499" cy="375.44171857135007" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="530.0129356432499" cy="357.49631745424995" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="530.0129356432499" cy="339.55091633715006" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="530.0129356432499" cy="321.60551522004994" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="530.0129356432499" cy="303.66011410295005" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="530.0129356432499" cy="285.71471298585016" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="530.0129356432499" cy="267.76931186875004" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="530.0129356432499" cy="249.82391075165015" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="530.0129356432499" cy="231.87850963455003" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="530.0129356432499" cy="213.93310851745014" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="530.0129356432499" cy="195.98770740035002" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="530.0129356432499" cy="178.04230628325013" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="763.3031501655499" cy="312.6328146615001" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="862.0028563095999" cy="312.6328146615001" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="763.3031501655499" cy="671.5408370035" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="917.6335997726097" cy="671.5408370035" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="763.3031501655499" cy="133.17880349050006" r="3.58908022342" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="862.0028563095999" cy="133.17880349050006" r="3.58908022342" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
135
|
+
M 880.845527482555,312.6328146615001
|
|
136
|
+
L 889.8182280411049,317.4780729631171
|
|
137
|
+
L 889.8182280411049,358.7883863346813
|
|
138
|
+
L 871.872826924005,358.7883863346813
|
|
139
|
+
L 871.872826924005,317.4780729631171
|
|
140
|
+
Z
|
|
141
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="880.845527482555" y="320.7082451641951" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="rotate(90 880.845527482555 320.7082451641951)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
|
|
142
|
+
M 777.7491980648152,420.3949483696854
|
|
143
|
+
L 786.7218986233652,425.24020667130236
|
|
144
|
+
L 786.7218986233652,466.5505200428666
|
|
145
|
+
L 768.7764975062653,466.5505200428666
|
|
146
|
+
L 768.7764975062653,425.24020667130236
|
|
147
|
+
Z
|
|
148
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="777.7491980648152" y="428.47037887238037" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="rotate(90 777.7491980648152 428.47037887238037)">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
|
|
149
|
+
M 635.4421672062123,133.17880349050006
|
|
150
|
+
L 626.4694666476623,128.33354518888305
|
|
151
|
+
L 626.4694666476623,44.86350279287862
|
|
152
|
+
L 644.4148677647623,44.86350279287862
|
|
153
|
+
L 644.4148677647622,128.33354518888305
|
|
154
|
+
Z
|
|
155
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="635.4421672062123" y="125.10337298780506" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="rotate(-90 635.4421672062123 125.10337298780506)">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
|
|
156
|
+
M 282.36640022727,267.67958486316456
|
|
157
|
+
L 273.39369966872,262.8343265615476
|
|
158
|
+
L 273.39369966872,179.36428416554313
|
|
159
|
+
L 291.33910078582,179.36428416554313
|
|
160
|
+
L 291.33910078582,262.8343265615476
|
|
161
|
+
Z
|
|
162
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="282.36640022727" y="259.6041543604696" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="rotate(-90 282.36640022727 259.6041543604696)">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
|
|
163
|
+
M 694.1236288591296,635.5603077637146
|
|
164
|
+
L 685.1509283005796,630.7150494620976
|
|
165
|
+
L 685.1509283005796,547.2450070660932
|
|
166
|
+
L 703.0963294176796,547.2450070660932
|
|
167
|
+
L 703.0963294176795,630.7150494620976
|
|
168
|
+
Z
|
|
169
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="694.1236288591296" y="627.4848772610196" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="rotate(-90 694.1236288591296 627.4848772610196)">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
|
|
170
|
+
M 332.61352335515005,321.60551522004994
|
|
171
|
+
L 327.76826505353307,330.57821577859994
|
|
172
|
+
L 265.3780871697487,330.57821577859994
|
|
173
|
+
L 265.3780871697487,312.63281466149994
|
|
174
|
+
L 327.76826505353307,312.63281466149994
|
|
175
|
+
Z
|
|
176
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="324.53809285245507" y="321.60551522004994" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
|
|
177
|
+
M 332.61352335515005,339.55091633715006
|
|
178
|
+
L 327.76826505353307,348.52361689570006
|
|
179
|
+
L 265.3780871697487,348.52361689570006
|
|
180
|
+
L 265.3780871697487,330.57821577860005
|
|
181
|
+
L 327.76826505353307,330.57821577860005
|
|
182
|
+
Z
|
|
183
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="324.53809285245507" y="339.55091633715006" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
|
|
184
|
+
M 332.61352335515005,357.49631745424995
|
|
185
|
+
L 327.76826505353307,366.46901801279995
|
|
186
|
+
L 265.3780871697487,366.46901801279995
|
|
187
|
+
L 265.3780871697487,348.52361689569994
|
|
188
|
+
L 327.76826505353307,348.52361689569994
|
|
189
|
+
Z
|
|
190
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="324.53809285245507" y="357.49631745424995" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
191
|
+
M 332.61352335515005,375.44171857135007
|
|
192
|
+
L 327.76826505353307,384.41441912990007
|
|
193
|
+
L 265.3780871697487,384.41441912990007
|
|
194
|
+
L 265.3780871697487,366.46901801280006
|
|
195
|
+
L 327.76826505353307,366.46901801280006
|
|
196
|
+
Z
|
|
197
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="324.53809285245507" y="375.44171857135007" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
198
|
+
M 740.8713987691748,312.6328146615001
|
|
199
|
+
L 736.0261404675578,321.6055152200501
|
|
200
|
+
L 526.0769109982325,321.60551522005005
|
|
201
|
+
L 526.0769109982325,303.6601141029501
|
|
202
|
+
L 736.0261404675578,303.6601141029501
|
|
203
|
+
Z
|
|
204
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="732.7959682664798" y="312.6328146615001" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
205
|
+
M 530.0129356432499,393.3871196884502
|
|
206
|
+
L 534.8581939448669,384.4144191299002
|
|
207
|
+
L 744.807423414192,384.4144191299002
|
|
208
|
+
L 744.807423414192,402.3598202470002
|
|
209
|
+
L 534.8581939448669,402.3598202470002
|
|
210
|
+
Z
|
|
211
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="538.0883661459449" y="393.3871196884502" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXXXXXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
212
|
+
M 530.0129356432499,339.55091633715006
|
|
213
|
+
L 534.8581939448669,330.57821577860005
|
|
214
|
+
L 597.2483718286512,330.57821577860005
|
|
215
|
+
L 597.2483718286512,348.52361689570006
|
|
216
|
+
L 534.8581939448669,348.52361689570006
|
|
217
|
+
Z
|
|
218
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="538.0883661459449" y="339.55091633715006" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
219
|
+
M 530.0129356432499,321.60551522004994
|
|
220
|
+
L 534.8581939448669,312.63281466149994
|
|
221
|
+
L 597.2483718286512,312.63281466149994
|
|
222
|
+
L 597.2483718286512,330.57821577859994
|
|
223
|
+
L 534.8581939448669,330.57821577859994
|
|
224
|
+
Z
|
|
225
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="538.0883661459449" y="321.60551522004994" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
226
|
+
M 530.0129356432499,303.66011410295005
|
|
227
|
+
L 534.8581939448669,294.68741354440004
|
|
228
|
+
L 681.5678298775317,294.68741354440004
|
|
229
|
+
L 681.5678298775317,312.63281466150005
|
|
230
|
+
L 534.8581939448669,312.63281466150005
|
|
231
|
+
Z
|
|
232
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="538.0883661459449" y="303.66011410295005" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
233
|
+
M 530.0129356432499,285.71471298585016
|
|
234
|
+
L 534.8581939448669,276.74201242730015
|
|
235
|
+
L 681.5678298775317,276.74201242730015
|
|
236
|
+
L 681.5678298775317,294.68741354440016
|
|
237
|
+
L 534.8581939448669,294.68741354440016
|
|
238
|
+
Z
|
|
239
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="538.0883661459449" y="285.71471298585016" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXXXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
240
|
+
M 530.0129356432499,267.76931186875004
|
|
241
|
+
L 534.8581939448669,258.79661131020003
|
|
242
|
+
L 607.7883040847613,258.79661131020003
|
|
243
|
+
L 607.7883040847613,276.74201242730004
|
|
244
|
+
L 534.8581939448669,276.74201242730004
|
|
245
|
+
Z
|
|
246
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="538.0883661459449" y="267.76931186875004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
247
|
+
M 530.0129356432499,178.04230628325013
|
|
248
|
+
L 534.8581939448669,169.06960572470012
|
|
249
|
+
L 597.2483718286512,169.06960572470012
|
|
250
|
+
L 597.2483718286512,187.01500684180013
|
|
251
|
+
L 534.8581939448669,187.01500684180013
|
|
252
|
+
Z
|
|
253
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="538.0883661459449" y="178.04230628325013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
254
|
+
M 867.3864766447299,671.5408370035
|
|
255
|
+
L 872.2317349463469,662.56813644495
|
|
256
|
+
L 934.6219128301312,662.56813644495
|
|
257
|
+
L 934.6219128301312,680.5135375620499
|
|
258
|
+
L 872.2317349463469,680.5135375620499
|
|
259
|
+
Z
|
|
260
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.79454011171px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="875.4619071474249" y="671.5408370035" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="16.15086100539px" transform="">XXXXX</text><text class="sch-text" x="438.49138994604016" y="476.83323488296514" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.150861005389974px" transform="rotate(0, 438.49138994604016, 476.83323488296514)">ATMEGA328P_AU</text><text class="sch-text" x="395.4224272650001" y="148.43239444003507" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="16.150861005389974px" transform="rotate(0, 395.4224272650001, 148.43239444003507)">U_MCU</text><rect class="schematic-box sch-box" x="368.50432558935006" y="468.75780438027004" width="139.97412871337997" height="16.15086100538997" stroke-width="1.79454011171px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.35632089368 7.17816044684"/><rect class="schematic-box sch-box" x="368.50432558935006" y="140.35696393733997" width="53.8362033512999" height="16.15086100538997" stroke-width="1.79454011171px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="14.35632089368 7.17816044684"/>
|
|
261
|
+
</g>
|
|
262
|
+
</svg>
|