@tscircuit/schematic-trace-solver 0.0.182 → 0.0.184
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/dist/index.d.ts +5 -0
- package/dist/index.js +542 -132
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
- package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
- package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceLinesSolver.ts +45 -2
- package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceSingleLineSolver/getPinDirection.ts +58 -10
- package/lib/solvers/SchematicTraceLinesSolver/SchematicTraceSingleLineSolver2/SchematicTraceSingleLineSolver2.ts +166 -57
- package/lib/solvers/TraceCleanupSolver/hasCollisionsWithLabels.ts +108 -3
- package/lib/solvers/TraceCleanupSolver/minimizeTurnsWithFilteredLabels.ts +62 -15
- package/lib/solvers/TraceCleanupSolver/turnMinimization.ts +5 -0
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +13 -20
- package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
- package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
- package/tests/examples/__snapshots__/example02.snap.svg +2 -2
- package/tests/examples/__snapshots__/example13.snap.svg +2 -2
- package/tests/examples/__snapshots__/example14.snap.svg +2 -2
- package/tests/examples/__snapshots__/example15.snap.svg +2 -2
- package/tests/examples/__snapshots__/example18.snap.svg +2 -2
- package/tests/examples/__snapshots__/example19.snap.svg +2 -2
- package/tests/examples/__snapshots__/example21.snap.svg +2 -2
- package/tests/examples/__snapshots__/example27.snap.svg +2 -2
- package/tests/examples/__snapshots__/example29.snap.svg +2 -2
- package/tests/examples/__snapshots__/example42.snap.svg +2 -2
- package/tests/examples/__snapshots__/example45.snap.svg +2 -2
- package/tests/examples/__snapshots__/example46.snap.svg +2 -2
- package/tests/examples/__snapshots__/example47.snap.svg +2 -2
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +13 -13
- package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-mouse-switch-ground-unnecessary-jog.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +26 -26
- package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rf1-unnecessary-dogleg.snap.svg +5 -5
- package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
- package/tests/repros/repro-esp12f-section.test.ts +12 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
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="2.8,0.8500000000000001 -0.10000000000000009,1.2000000000000002" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 257.47572815533977,255.3009708737864" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.8500000000000001 0.7,1.6" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 300.97087378640776,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.8500000000000001 1.5,1.6" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 0.7,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 300.97087378640776,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 1.5,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7,1.6 1.5,1.6" data-type="line" data-label="" points="300.97087378640776,233.5533980582524 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.4000000000000001 -0.10000000000000009,0.7499999999999998" data-type="line" data-label="" points="415.1456310679612,298.79611650485435 257.47572815533977,279.7669902912622" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.4000000000000001 0.7,1" data-type="line" data-label="" points="415.1456310679612,298.79611650485435 300.97087378640776,266.1747572815534" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,0.7499999999999998 0.7,1" data-type="line" data-label="" points="257.47572815533977,279.7669902912622 300.97087378640776,266.1747572815534" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.20000000000000007 -0.10000000000000009,0.5499999999999998" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 257.47572815533977,290.6407766990291" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.20000000000000007 1.5,1" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 344.4660194174757,266.1747572815534" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,0.5499999999999998 1.5,1" data-type="line" data-label="" points="257.47572815533977,290.6407766990291 344.4660194174757,266.1747572815534" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0 -0.10000000000000009,0.09999999999999987" data-type="line" data-label="" points="415.1456310679612,320.54368932038835 257.47572815533977,315.1067961165049" fill="none" stroke="hsl(307, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,-0.8500000000000001 -0.10000000000000009,-1.2000000000000002" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 257.47572815533977,385.7864077669903" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,-0.8500000000000001 -0.10000000000000009,-0.5500000000000002" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 257.47572815533977,350.4466019417476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,-1.2000000000000002 -0.10000000000000009,-0.5500000000000002" data-type="line" data-label="" points="257.47572815533977,385.7864077669903 257.47572815533977,350.4466019417476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.6 1.5,1.8 2.15,1.8 2.15,0.8500000000000001 2.8,0.8500000000000001" data-type="line" data-label="" points="344.4660194174757,233.5533980582524 344.4660194174757,222.67961165048544 379.8058252427184,222.67961165048544 379.8058252427184,274.33009708737865 415.1456310679612,274.33009708737865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7,1.6 0.7,1.8 1.5,1.8
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="2.8,0.8500000000000001 -0.10000000000000009,1.2000000000000002" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 257.47572815533977,255.3009708737864" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.8500000000000001 0.7,1.6" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 300.97087378640776,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.8500000000000001 1.5,1.6" data-type="line" data-label="" points="415.1456310679612,274.33009708737865 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 0.7,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 300.97087378640776,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 1.5,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="0.7,1.6 1.5,1.6" data-type="line" data-label="" points="300.97087378640776,233.5533980582524 344.4660194174757,233.5533980582524" fill="none" stroke="hsl(222, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.4000000000000001 -0.10000000000000009,0.7499999999999998" data-type="line" data-label="" points="415.1456310679612,298.79611650485435 257.47572815533977,279.7669902912622" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.4000000000000001 0.7,1" data-type="line" data-label="" points="415.1456310679612,298.79611650485435 300.97087378640776,266.1747572815534" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,0.7499999999999998 0.7,1" data-type="line" data-label="" points="257.47572815533977,279.7669902912622 300.97087378640776,266.1747572815534" fill="none" stroke="hsl(196, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.20000000000000007 -0.10000000000000009,0.5499999999999998" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 257.47572815533977,290.6407766990291" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0.20000000000000007 1.5,1" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 344.4660194174757,266.1747572815534" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,0.5499999999999998 1.5,1" data-type="line" data-label="" points="257.47572815533977,290.6407766990291 344.4660194174757,266.1747572815534" fill="none" stroke="hsl(216, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,0 -0.10000000000000009,0.09999999999999987" data-type="line" data-label="" points="415.1456310679612,320.54368932038835 257.47572815533977,315.1067961165049" fill="none" stroke="hsl(307, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,-0.8500000000000001 -0.10000000000000009,-1.2000000000000002" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 257.47572815533977,385.7864077669903" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.8,-0.8500000000000001 -0.10000000000000009,-0.5500000000000002" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 257.47572815533977,350.4466019417476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.10000000000000009,-1.2000000000000002 -0.10000000000000009,-0.5500000000000002" data-type="line" data-label="" points="257.47572815533977,385.7864077669903 257.47572815533977,350.4466019417476" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="1.5,1.6 1.5,1.8 2.15,1.8 2.15,0.8500000000000001 2.8,0.8500000000000001" data-type="line" data-label="" points="344.4660194174757,233.5533980582524 344.4660194174757,222.67961165048544 379.8058252427184,222.67961165048544 379.8058252427184,274.33009708737865 415.1456310679612,274.33009708737865" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7,1.6 0.7,1.8 1.5,1.8" data-type="line" data-label="" points="300.97087378640776,233.5533980582524 300.97087378640776,222.67961165048544 344.4660194174757,222.67961165048544" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,1.2000000000000002 0.07499999999999996,1.2000000000000002 0.07499999999999996,1.8 0.7,1.8 0.7,1.6" data-type="line" data-label="" points="257.47572815533977,255.3009708737864 266.99029126213594,255.3009708737864 266.99029126213594,222.67961165048544 300.97087378640776,222.67961165048544 300.97087378640776,233.5533980582524" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.7,1 0.7,0.7499999999999998 -0.10000000000000009,0.7499999999999998" data-type="line" data-label="" points="300.97087378640776,266.1747572815534 300.97087378640776,279.7669902912622 257.47572815533977,279.7669902912622" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,0.5499999999999998 1.5,0.5499999999999998 1.5,1" data-type="line" data-label="" points="257.47572815533977,290.6407766990291 344.4660194174757,290.6407766990291 344.4660194174757,266.1747572815534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8,0.20000000000000018 1.5,0.20000000000000018 1.5,0.5499999999999998" data-type="line" data-label="" points="415.1456310679612,309.66990291262135 344.4660194174757,309.66990291262135 344.4660194174757,290.6407766990291" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-0.5500000000000002 0.09999999999999992,-0.5500000000000002 0.09999999999999992,-1.2000000000000002 -0.10000000000000009,-1.2000000000000002" data-type="line" data-label="" points="257.47572815533977,350.4466019417476 268.34951456310677,350.4466019417476 268.34951456310677,385.7864077669903 257.47572815533977,385.7864077669903" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8,-0.8500000000000001 2.509,-0.8500000000000001 2.509,-0.9010000000000001" data-type="line" data-label="" points="415.1456310679612,366.75728155339806 399.3242718446602,366.75728155339806 399.3242718446602,369.53009708737864" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.8,0 1.88,0" data-type="line" data-label="" points="415.1456310679612,320.54368932038835 365.126213592233,320.54368932038835" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,0.09999999999999987 0.8199999999999998,0.09999999999999987" data-type="line" data-label="" points="257.47572815533977,315.1067961165049 307.49514563106794,315.1067961165049" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="4.5" data-y="0" x="415.1456310679612" y="195.495145631068" width="184.85436893203882" height="250.0970873786407" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.1" data-y="0" x="40.000000000000014" y="211.80582524271847" width="217.47572815533974" height="217.47572815533977" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0.7949999999999999" data-y="1.3" x="276.504854368932" y="233.5533980582524" width="59.26213592233006" height="32.621359223301" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.5949999999999998" data-y="1.3" x="320" y="233.5533980582524" width="59.26213592233006" height="32.621359223301" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="MCU" data-x="3.38" data-y="-2.4299999999999997" x="436.8932038834952" y="447.7669902912621" width="19.572815533980474" height="9.786407766990294" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="U2" data-x="3.3200000000000003" data-y="2.415" x="433.63106796116506" y="182.4466019417476" width="19.572815533980588" height="13.592233009708735" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="HDC2080DMBR" data-x="-3.04" data-y="-2.13" x="61.747572815533985" y="431.45631067961165" width="71.76699029126215" height="9.786407766990294" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="U1" data-x="-3.58" data-y="2.1149999999999998" x="58.48543689320388" y="198.75728155339812" width="19.572815533980588" height="13.592233009708735" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: VDD
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="0.7" data-y="2.0100000000000002" x="287.9223300970874" y="199.84466019417476" width="26.097087378640765" height="22.834951456310648" fill="#ef444466" stroke="#ef4444" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: SCL
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="2.5589999999999997" data-y="0.4000000000000001" x="388.9941747572816" y="293.3592233009708" width="26.097087378640765" height="10.873786407767" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: SCL
|
|
6
6
|
globalConnNetId: connectivity_net1" data-x="0.45999999999999996" data-y="0.8749999999999999" x="274.87378640776694" y="267.53398058252424" width="26.097087378640765" height="10.873786407767" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.018392857142857145"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
@@ -90,7 +90,7 @@ DRDY_INT" data-x="0.3599999999999999" data-y="0.09999999999999987" cx="282.48543
|
|
|
90
90
|
.port-label { fill: rgb(0, 100, 100); }
|
|
91
91
|
.component-name { fill: rgb(0, 100, 100); }
|
|
92
92
|
|
|
93
|
-
</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 668.14404432125 223.82271468147997 L 668.14404432125 201.66204986153997 L 740.166204986055 201.66204986153997 L 740.166204986055 306.92520775625496 L 812.1883656508601 306.92520775625496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 668.14404432125 223.82271468147997 L 668.14404432125 201.66204986153997 L 740.166204986055 201.66204986153997 L 740.166204986055 306.92520775625496 L 812.1883656508601 306.92520775625496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 579.50138504149 223.82271468147997 L 579.50138504149 201.66204986153997 L 668.14404432125 201.66204986153997 L 668.14404432125 223.82271468147997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 579.50138504149 223.82271468147997 L 579.50138504149 201.66204986153997 L 668.14404432125 201.66204986153997 L 668.14404432125 223.82271468147997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 268.14404432135996 L 510.2493074791775 268.14404432135996 L 510.2493074791775 201.66204986153997 L 579.50138504149 201.66204986153997 L 579.50138504149 223.82271468147997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 268.14404432135996 L 510.2493074791775 268.14404432135996 L 510.2493074791775 201.66204986153997 L 579.50138504149 201.66204986153997 L 579.50138504149 223.82271468147997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 579.50138504149 290.3047091413 L 579.50138504149 318.005540166225 L 490.85872576173 318.005540166225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 579.50138504149 290.3047091413 L 579.50138504149 318.005540166225 L 490.85872576173 318.005540166225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 340.166204986165 L 668.14404432125 340.166204986165 L 668.14404432125 290.3047091413" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 340.166204986165 L 668.14404432125 340.166204986165 L 668.14404432125 290.3047091413" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 378.94736842106 L 668.14404432125 378.94736842106 L 668.14404432125 290.3047091413" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 378.94736842106 L 668.14404432125 378.94736842106 L 668.14404432125 290.3047091413" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 462.049861495835 L 513.01939058167 462.049861495835 L 513.01939058167 534.07202216064 L 490.85872576173 534.07202216064" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 462.049861495835 L 513.01939058167 462.049861495835 L 513.01939058167 534.07202216064 L 490.85872576173 534.07202216064" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 495.290858725745 L 779.9445983378473 495.290858725745 L 779.9445983378473 500.9418282548297" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 495.290858725745 L 779.9445983378473 495.290858725745 L 779.9445983378473 500.9418282548297" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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_8__stack1"><path d="M 812.1883656508601 401.108033241 L 710.2493074791361 401.108033241" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 401.108033241 L 710.2493074791361 401.108033241" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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_9__stack1"><path d="M 490.85872576173 390.02770083103 L 592.797783933454 390.02770083103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 390.02770083103 L 592.797783933454 390.02770083103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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="668.14404432125" cy="223.82271468147997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="668.14404432125" cy="201.66204986153997" r="3.324099722991" 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="579.50138504149" cy="223.82271468147997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="579.50138504149" cy="201.66204986153997" r="3.324099722991" 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"><circle cx="668.14404432125" cy="290.3047091413" r="3.324099722991" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__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="856.50969529074" y="146.26038781168998" width="288.08864265922034" height="509.69529085862007" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="856.50969529074" y="146.26038781168998" width="288.08864265922034" height="509.69529085862007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="306.92520775625496" x2="812.1883656508601" y2="306.92520775625496" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="809.9722991688661" y="304.70914127426096" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="304.70914127426096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="306.92520775625496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="356.78670360112" x2="814.404432132854" y2="356.78670360112" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="812.1883656508601" cy="356.78670360112" r="2.2160664819940004" stroke-width="2.2160664819940004px"/><rect x="809.9722991688661" y="354.570637119126" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="354.570637119126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="356.78670360112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="378.94736842106" x2="812.1883656508601" y2="378.94736842106" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="809.9722991688661" y="376.731301939066" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="376.731301939066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="378.94736842106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="401.108033241" x2="812.1883656508601" y2="401.108033241" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="809.9722991688661" y="398.891966759006" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="398.891966759006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="401.108033241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">GPIO</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="495.290858725745" x2="812.1883656508601" y2="495.290858725745" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="809.9722991688661" y="493.074792243751" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="493.074792243751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="495.290858725745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="91.96675900280997" y="179.50138504159997" width="354.57063711904004" height="443.2132963988" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="91.96675900280997" y="179.50138504159997" width="354.57063711904004" height="443.2132963988" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="340.166204986165" x2="490.85872576173" y2="340.166204986165" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="488.642659279736" y="337.950138504171" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="337.950138504171" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="340.166204986165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="534.07202216064" x2="490.85872576173" y2="534.07202216064" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="488.642659279736" y="531.8559556786461" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="531.8559556786461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="534.07202216064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="462.049861495835" x2="490.85872576173" y2="462.049861495835" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="488.642659279736" y="459.833795013841" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="459.833795013841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="462.049861495835" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_ADDR</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="390.02770083103" x2="490.85872576173" y2="390.02770083103" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="488.642659279736" y="387.811634349036" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="387.811634349036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="390.02770083103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">DRDY_INT</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="268.14404432135996" x2="490.85872576173" y2="268.14404432135996" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="488.642659279736" y="265.92797783936595" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="265.92797783936595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="268.14404432135996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="318.005540166225" x2="490.85872576173" y2="318.005540166225" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="488.642659279736" y="315.789473684231" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="315.789473684231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="318.005540166225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_SCL</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="529.6398891966251" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="529.6398891966251" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="579.50138504149" y1="251.52354570640497" x2="579.50138504149" y2="223.82271468147997" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="577.2853185594961" y="221.60664819948596" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.285318559496" y="237.67313019394246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 577.285318559496 237.67313019394246)"></text><text class="pin-number sch-pin-label" x="579.50138504149" y="262.603878116375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 579.50138504149 262.603878116375)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="579.50138504149" y1="262.603878116375" x2="579.50138504149" y2="290.3047091413" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="577.2853185594961" y="288.088642659306" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.285318559496" y="276.4542936288375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 577.285318559496 276.4542936288375)"></text><text class="pin-number sch-pin-label" x="579.50138504149" y="251.52354570640497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 579.50138504149 251.52354570640497)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="618.282548476385" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="618.282548476385" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="668.14404432125" y1="251.52354570640497" x2="668.14404432125" y2="223.82271468147997" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="665.9279778392561" y="221.60664819948596" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="665.9279778392561" y="237.67313019394246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 665.9279778392561 237.67313019394246)"></text><text class="pin-number sch-pin-label" x="668.14404432125" y="262.603878116375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 668.14404432125 262.603878116375)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="668.14404432125" y1="262.603878116375" x2="668.14404432125" y2="290.3047091413" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="665.9279778392561" y="288.088642659306" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="665.9279778392561" y="276.4542936288375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 665.9279778392561 276.4542936288375)"></text><text class="pin-number sch-pin-label" x="668.14404432125" y="251.52354570640497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 668.14404432125 251.52354570640497)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="812.1883656508601" cy="306.92520775625496" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="812.1883656508601" cy="356.78670360112" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="812.1883656508601" cy="378.94736842106" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="812.1883656508601" cy="401.108033241" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="812.1883656508601" cy="495.290858725745" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="490.85872576173" cy="340.166204986165" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="490.85872576173" cy="534.07202216064" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="490.85872576173" cy="462.049861495835" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="490.85872576173" cy="390.02770083103" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="490.85872576173" cy="268.14404432135996" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="490.85872576173" cy="318.005540166225" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="579.50138504149" cy="223.82271468147997" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="579.50138504149" cy="290.3047091413" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="668.14404432125" cy="223.82271468147997" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="668.14404432125" cy="290.3047091413" r="4.432132963988001" 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="
|
|
93
|
+
</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 668.14404432125 223.82271468147997 L 668.14404432125 201.66204986153997 L 740.166204986055 201.66204986153997 L 740.166204986055 306.92520775625496 L 812.1883656508601 306.92520775625496" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 668.14404432125 223.82271468147997 L 668.14404432125 201.66204986153997 L 740.166204986055 201.66204986153997 L 740.166204986055 306.92520775625496 L 812.1883656508601 306.92520775625496" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 579.50138504149 223.82271468147997 L 579.50138504149 201.66204986153997 L 668.14404432125 201.66204986153997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 579.50138504149 223.82271468147997 L 579.50138504149 201.66204986153997 L 668.14404432125 201.66204986153997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 268.14404432135996 L 510.2493074791775 268.14404432135996 L 510.2493074791775 201.66204986153997 L 579.50138504149 201.66204986153997 L 579.50138504149 223.82271468147997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 268.14404432135996 L 510.2493074791775 268.14404432135996 L 510.2493074791775 201.66204986153997 L 579.50138504149 201.66204986153997 L 579.50138504149 223.82271468147997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 579.50138504149 290.3047091413 L 579.50138504149 318.005540166225 L 490.85872576173 318.005540166225" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 579.50138504149 290.3047091413 L 579.50138504149 318.005540166225 L 490.85872576173 318.005540166225" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 340.166204986165 L 668.14404432125 340.166204986165 L 668.14404432125 290.3047091413" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 340.166204986165 L 668.14404432125 340.166204986165 L 668.14404432125 290.3047091413" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 378.94736842106 L 668.14404432125 378.94736842106 L 668.14404432125 340.166204986165" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 378.94736842106 L 668.14404432125 378.94736842106 L 668.14404432125 340.166204986165" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 490.85872576173 462.049861495835 L 513.01939058167 462.049861495835 L 513.01939058167 534.07202216064 L 490.85872576173 534.07202216064" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 462.049861495835 L 513.01939058167 462.049861495835 L 513.01939058167 534.07202216064 L 490.85872576173 534.07202216064" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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 812.1883656508601 495.290858725745 L 779.9445983378473 495.290858725745 L 779.9445983378473 500.9418282548297" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 495.290858725745 L 779.9445983378473 495.290858725745 L 779.9445983378473 500.9418282548297" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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_8__stack1"><path d="M 812.1883656508601 401.108033241 L 710.2493074791361 401.108033241" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 812.1883656508601 401.108033241 L 710.2493074791361 401.108033241" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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_9__stack1"><path d="M 490.85872576173 390.02770083103 L 592.797783933454 390.02770083103" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.728531855952003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 490.85872576173 390.02770083103 L 592.797783933454 390.02770083103" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.2160664819940004px" 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="668.14404432125" cy="201.66204986153997" r="3.324099722991" 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="579.50138504149" cy="223.82271468147997" r="3.324099722991" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="579.50138504149" cy="201.66204986153997" r="3.324099722991" 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"><circle cx="668.14404432125" cy="340.166204986165" r="3.324099722991" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__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="856.50969529074" y="146.26038781168998" width="288.08864265922034" height="509.69529085862007" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="856.50969529074" y="146.26038781168998" width="288.08864265922034" height="509.69529085862007" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="306.92520775625496" x2="812.1883656508601" y2="306.92520775625496" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="809.9722991688661" y="304.70914127426096" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="304.70914127426096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="306.92520775625496" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="356.78670360112" x2="814.404432132854" y2="356.78670360112" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="812.1883656508601" cy="356.78670360112" r="2.2160664819940004" stroke-width="2.2160664819940004px"/><rect x="809.9722991688661" y="354.570637119126" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="354.570637119126" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="356.78670360112" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="378.94736842106" x2="812.1883656508601" y2="378.94736842106" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="809.9722991688661" y="376.731301939066" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="376.731301939066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="378.94736842106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="401.108033241" x2="812.1883656508601" y2="401.108033241" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="809.9722991688661" y="398.891966759006" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="398.891966759006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="401.108033241" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">GPIO</text><line class="component-pin sch-component-pin sch-port-line" x1="856.50969529074" y1="495.290858725745" x2="812.1883656508601" y2="495.290858725745" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="809.9722991688661" y="493.074792243751" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="834.3490304708" y="493.074792243751" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="867.59002770071" y="495.290858725745" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="91.96675900280997" y="179.50138504159997" width="354.57063711904004" height="443.2132963988" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="91.96675900280997" y="179.50138504159997" width="354.57063711904004" height="443.2132963988" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="340.166204986165" x2="490.85872576173" y2="340.166204986165" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="488.642659279736" y="337.950138504171" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="337.950138504171" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="340.166204986165" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="534.07202216064" x2="490.85872576173" y2="534.07202216064" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="488.642659279736" y="531.8559556786461" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="531.8559556786461" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="534.07202216064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">GND</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="462.049861495835" x2="490.85872576173" y2="462.049861495835" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="488.642659279736" y="459.833795013841" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="459.833795013841" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="462.049861495835" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_ADDR</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="390.02770083103" x2="490.85872576173" y2="390.02770083103" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="488.642659279736" y="387.811634349036" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="387.811634349036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="390.02770083103" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">DRDY_INT</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="268.14404432135996" x2="490.85872576173" y2="268.14404432135996" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="488.642659279736" y="265.92797783936595" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="265.92797783936595" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="268.14404432135996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="446.53739612185" y1="318.005540166225" x2="490.85872576173" y2="318.005540166225" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="488.642659279736" y="315.789473684231" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="468.69806094179" y="315.789473684231" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform=""></text><text class="pin-number sch-pin-label" x="435.45706371188004" y="318.005540166225" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="">I2C_SCL</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="529.6398891966251" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="529.6398891966251" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="579.50138504149" y1="251.52354570640497" x2="579.50138504149" y2="223.82271468147997" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="577.2853185594961" y="221.60664819948596" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.285318559496" y="237.67313019394246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 577.285318559496 237.67313019394246)"></text><text class="pin-number sch-pin-label" x="579.50138504149" y="262.603878116375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 579.50138504149 262.603878116375)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="579.50138504149" y1="262.603878116375" x2="579.50138504149" y2="290.3047091413" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="577.2853185594961" y="288.088642659306" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="577.285318559496" y="276.4542936288375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 577.285318559496 276.4542936288375)"></text><text class="pin-number sch-pin-label" x="579.50138504149" y="251.52354570640497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 579.50138504149 251.52354570640497)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="618.282548476385" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" stroke-width="2.2160664819940004px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="618.282548476385" y="251.52354570640497" width="120.77562326867292" height="11.080332409969998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="668.14404432125" y1="251.52354570640497" x2="668.14404432125" y2="223.82271468147997" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="665.9279778392561" y="221.60664819948596" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="665.9279778392561" y="237.67313019394246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 665.9279778392561 237.67313019394246)"></text><text class="pin-number sch-pin-label" x="668.14404432125" y="262.603878116375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 668.14404432125 262.603878116375)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="668.14404432125" y1="262.603878116375" x2="668.14404432125" y2="290.3047091413" stroke-width="2.2160664819940004px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="665.9279778392561" y="288.088642659306" width="4.432132963988001" height="4.432132963988001" opacity="0"/></g><text class="pin-number sch-pin-number" x="665.9279778392561" y="276.4542936288375" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.620498614955px" transform="rotate(-90 665.9279778392561 276.4542936288375)"></text><text class="pin-number sch-pin-label" x="668.14404432125" y="251.52354570640497" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.620498614955px" transform="rotate(-90 668.14404432125 251.52354570640497)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="812.1883656508601" cy="306.92520775625496" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="812.1883656508601" cy="356.78670360112" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="812.1883656508601" cy="378.94736842106" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="812.1883656508601" cy="401.108033241" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="812.1883656508601" cy="495.290858725745" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="490.85872576173" cy="340.166204986165" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="490.85872576173" cy="534.07202216064" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="490.85872576173" cy="462.049861495835" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="490.85872576173" cy="390.02770083103" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="490.85872576173" cy="268.14404432135996" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="490.85872576173" cy="318.005540166225" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="579.50138504149" cy="223.82271468147997" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="579.50138504149" cy="290.3047091413" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="668.14404432125" cy="223.82271468147997" r="4.432132963988001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="668.14404432125" cy="290.3047091413" r="4.432132963988001" 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="
|
|
94
94
|
M 579.50138504149,201.66204986153997
|
|
95
95
|
L 568.4210526315201,195.67867036015616
|
|
96
96
|
L 568.4210526315201,157.68051708223237
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
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="1.5,2.45 1.5,2.6500000000000004 0.7,2.6500000000000004 0.7,2.45" data-type="line" data-label="" points="335.84905660377353,205.0943396226415 335.84905660377353,194.52830188679243 293.58490566037733,194.52830188679243 293.58490566037733,205.0943396226415" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,0.3250000000000002 0.7,0.3250000000000002 0.7,1.8499999999999996" data-type="line" data-label="" points="251.3207547169811,317.35849056603774 293.58490566037733,317.35849056603774 293.58490566037733,236.79245283018872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-2.075 0.09999999999999992,-2.075 0.09999999999999992,-1.8750000000000002 -0.10000000000000009,-1.8750000000000002" data-type="line" data-label="" points="251.3207547169811,444.15094339622647 261.88679245283015,444.15094339622647 261.88679245283015,433.5849056603774 251.3207547169811,433.5849056603774" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-1.4250000000000003 0.09999999999999992,-1.4250000000000003 0.09999999999999992,-1.8750000000000002
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="1.5,2.45 1.5,2.6500000000000004 0.7,2.6500000000000004 0.7,2.45" data-type="line" data-label="" points="335.84905660377353,205.0943396226415 335.84905660377353,194.52830188679243 293.58490566037733,194.52830188679243 293.58490566037733,205.0943396226415" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,0.3250000000000002 0.7,0.3250000000000002 0.7,1.8499999999999996" data-type="line" data-label="" points="251.3207547169811,317.35849056603774 293.58490566037733,317.35849056603774 293.58490566037733,236.79245283018872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-2.075 0.09999999999999992,-2.075 0.09999999999999992,-1.8750000000000002 -0.10000000000000009,-1.8750000000000002" data-type="line" data-label="" points="251.3207547169811,444.15094339622647 261.88679245283015,444.15094339622647 261.88679245283015,433.5849056603774 251.3207547169811,433.5849056603774" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-1.4250000000000003 0.09999999999999992,-1.4250000000000003 0.09999999999999992,-1.8750000000000002" data-type="line" data-label="" points="251.3207547169811,409.81132075471703 261.88679245283015,409.81132075471703 261.88679245283015,433.5849056603774" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5,-0.125 1.5,-0.125 1.5,1.8499999999999996" data-type="line" data-label="" points="388.6792452830189,341.1320754716981 335.84905660377353,341.1320754716981 335.84905660377353,236.79245283018872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5,-0.525 2.209,-0.525 2.209,-0.5760000000000001" data-type="line" data-label="" points="388.6792452830189,362.26415094339626 373.30566037735844,362.26415094339626 373.30566037735844,364.95849056603777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5,0.525 -0.10000000000000009,0.5250000000000004" data-type="line" data-label="" points="388.6792452830189,306.79245283018867 251.3207547169811,306.79245283018867" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5,0.325 1.82,0.325" data-type="line" data-label="" points="388.6792452830189,317.35849056603774 352.75471698113205,317.35849056603774" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-0.12500000000000022 0.5799999999999998,-0.12500000000000022" data-type="line" data-label="" points="251.3207547169811,341.13207547169816 287.2452830188679,341.13207547169816" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5,-0.32500000000000007 1.82,-0.32500000000000007" data-type="line" data-label="" points="388.6792452830189,351.6981132075472 352.75471698113205,351.6981132075472" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.10000000000000009,-0.3250000000000002 0.5799999999999998,-0.3250000000000002" data-type="line" data-label="" points="251.3207547169811,351.6981132075472 287.2452830188679,351.6981132075472" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.5,0.525 -0.10000000000000009,0.5250000000000004" data-type="line" data-label="recovered from net labels: schematic_port_0 -> schematic_port_9" points="388.6792452830189,306.79245283018867 251.3207547169811,306.79245283018867" fill="none" stroke="green" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="4.5" data-y="0" x="388.6792452830189" y="213.0188679245283" width="211.32075471698113" height="243.0188679245283" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="-2.1" data-y="0" x="39.999999999999986" y="213.0188679245283" width="211.3207547169811" height="243.0188679245283" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="0.735" data-y="2.15" x="269.811320754717" y="205.09433962264154" width="51.245283018867894" height="31.69811320754721" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="1.5350000000000001" data-y="2.15" x="312.07547169811323" y="205.09433962264154" width="51.24528301886795" height="31.69811320754721" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="MCU" data-x="3.08" data-y="-2.4299999999999997" x="409.81132075471703" y="458.15094339622635" width="19.01886792452825" height="9.509433962264154" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="U2" data-x="3.0199999999999996" data-y="2.415" x="406.64150943396226" y="200.33962264150944" width="19.01886792452825" height="13.207547169811335" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="HDC3020DEFR" data-x="-3.04" data-y="-2.4299999999999997" x="61.13207547169807" y="458.15094339622635" width="69.7358490566038" height="9.509433962264154" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="U1" data-x="-3.58" data-y="2.415" x="57.96226415094337" y="200.33962264150944" width="19.018867924528337" height="13.207547169811335" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="netId: VDD
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="1.5" data-y="2.8600000000000003" x="323.16981132075466" y="172.33962264150944" width="25.358490566037744" height="22.188679245282998" fill="#ef444466" stroke="#ef4444" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
5
5
|
globalConnNetId: connectivity_net4" data-x="2.209" data-y="-0.786" x="360.62641509433956" y="364.95849056603777" width="25.358490566037688" height="22.18867924528297" fill="#00000066" stroke="#000000" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
6
6
|
globalConnNetId: connectivity_net4" data-x="0.09999999999999992" data-y="-2.285" x="249.20754716981128" y="444.15094339622647" width="25.358490566037716" height="22.18867924528297" fill="#00000066" stroke="#000000" stroke-width="0.01892857142857143"/></g><g><rect data-type="rect" data-label="INLINE netId: SCL
|
|
@@ -98,7 +98,7 @@ ALERT" data-x="0.23999999999999988" data-y="-0.3250000000000002" cx="269.2830188
|
|
|
98
98
|
.port-label { fill: rgb(0, 100, 100); }
|
|
99
99
|
.component-name { fill: rgb(0, 100, 100); }
|
|
100
100
|
|
|
101
|
-
</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 650.13477088945 164.25516621746493 L 650.13477088945 142.69182389940494 L 563.88140161721 142.69182389940494 L 563.88140161721 164.25516621746493" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 650.13477088945 164.25516621746493 L 650.13477088945 142.69182389940494 L 563.88140161721 142.69182389940494 L 563.88140161721 164.25516621746493" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 477.62803234497 393.36567834685246 L 563.88140161721 393.36567834685246 L 563.88140161721 228.945193171645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 393.36567834685246 L 563.88140161721 393.36567834685246 L 563.88140161721 228.945193171645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 477.62803234497 652.1257861635725 L 499.19137466303 652.1257861635725 L 499.19137466303 630.5624438455125 L 477.62803234497 630.5624438455125" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 652.1257861635725 L 499.19137466303 652.1257861635725 L 499.19137466303 630.5624438455125 L 477.62803234497 630.5624438455125" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 477.62803234497 582.0449236298775 L 499.19137466303 582.0449236298775 L 499.19137466303 630.5624438455125 L 477.62803234497 630.5624438455125" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 582.0449236298775 L 499.19137466303 582.0449236298775 L 499.19137466303 630.5624438455125 L 477.62803234497 630.5624438455125" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 441.8831985624875 L 650.13477088945 441.8831985624875 L 650.13477088945 228.945193171645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 441.8831985624875 L 650.13477088945 441.8831985624875 L 650.13477088945 228.945193171645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 485.0098831986075 L 726.5768194069727 485.0098831986075 L 726.5768194069727 490.5085354897128" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 485.0098831986075 L 726.5768194069727 485.0098831986075 L 726.5768194069727 490.5085354897128" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 371.80233602879247 L 477.62803234497 371.80233602879247" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 371.80233602879247 L 477.62803234497 371.80233602879247" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 393.36567834685246 L 684.636118598346 393.36567834685246" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 393.36567834685246 L 684.636118598346 393.36567834685246" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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_8__stack1"><path d="M 477.62803234497 441.8831985624875 L 550.943396226374 441.8831985624875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 441.8831985624875 L 550.943396226374 441.8831985624875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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_9__stack1"><path d="M 757.95148247975 463.4465408805475 L 684.636118598346 463.4465408805475" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 463.4465408805475 L 684.636118598346 463.4465408805475" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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_10__stack1"><path d="M 477.62803234497 463.4465408805475 L 550.943396226374 463.4465408805475" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 463.4465408805475 L 550.943396226374 463.4465408805475" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="499.19137466303" cy="630.5624438455125" r="3.234501347709" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="477.62803234497" cy="630.5624438455125" r="3.234501347709" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__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="801.07816711587" y="180.42767295600999" width="345.0134770889599" height="495.95687331538005" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="801.07816711587" y="180.42767295600999" width="345.0134770889599" height="495.95687331538005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="371.80233602879247" x2="757.95148247975" y2="371.80233602879247" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="755.795148247944" y="369.64600179698647" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="369.64600179698647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="371.80233602879247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="393.36567834685246" x2="757.95148247975" y2="393.36567834685246" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="755.795148247944" y="391.20934411504646" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="391.20934411504646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="393.36567834685246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="441.8831985624875" x2="757.95148247975" y2="441.8831985624875" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="755.795148247944" y="439.7268643306815" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="439.7268643306815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="441.8831985624875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="463.4465408805475" x2="757.95148247975" y2="463.4465408805475" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="755.795148247944" y="461.2902066487415" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="461.2902066487415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="463.4465408805475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">GPIO</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="485.0098831986075" x2="757.95148247975" y2="485.0098831986075" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="755.795148247944" y="482.8535489668015" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="482.8535489668015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="485.0098831986075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="89.48787061988997" y="180.42767295600999" width="345.01347708896003" height="495.95687331538005" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="89.48787061988997" y="180.42767295600999" width="345.01347708896003" height="495.95687331538005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="441.8831985624875" x2="477.62803234497" y2="441.8831985624875" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="475.471698113164" y="439.7268643306815" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="439.7268643306815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="441.8831985624875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="582.0449236298775" x2="477.62803234497" y2="582.0449236298775" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="475.471698113164" y="579.8885893980715" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="579.8885893980715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="582.0449236298775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_ADDR</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="463.4465408805475" x2="477.62803234497" y2="463.4465408805475" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="475.471698113164" y="461.2902066487415" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="461.2902066487415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="463.4465408805475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">ALERT</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="393.36567834685246" x2="477.62803234497" y2="393.36567834685246" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="475.471698113164" y="391.20934411504646" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="391.20934411504646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="393.36567834685246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="371.80233602879247" x2="477.62803234497" y2="371.80233602879247" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="475.471698113164" y="369.64600179698647" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="369.6460017969864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="371.80233602879247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="511.9640610961825" x2="475.471698113164" y2="511.9640610961825" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="477.62803234497" cy="511.9640610961825" r="2.156334231806" stroke-width="2.156334231806px"/><rect x="475.471698113164" y="509.8077268643765" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="509.8077268643765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="511.9640610961825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="630.5624438455125" x2="477.62803234497" y2="630.5624438455125" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="475.471698113164" y="628.4061096137065" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="628.4061096137066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="630.5624438455125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_ADDR1</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="652.1257861635725" x2="477.62803234497" y2="652.1257861635725" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="475.471698113164" y="649.9694519317665" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="649.9694519317666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="652.1257861635725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="515.363881401575" y="191.20934411504" width="104.58221024259103" height="10.781671159029969" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="515.363881401575" y="191.20934411504" width="104.58221024259103" height="10.781671159029969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="563.88140161721" y1="191.20934411504" x2="563.88140161721" y2="164.25516621746493" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="561.725067385404" y="162.09883198565893" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.725067385404" y="177.73225516625246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 561.725067385404 177.73225516625246)"></text><text class="pin-number sch-pin-label" x="563.88140161721" y="201.99101527407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 563.88140161721 201.99101527407)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="563.88140161721" y1="201.99101527406998" x2="563.88140161721" y2="228.945193171645" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="561.725067385404" y="226.788858939839" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.725067385404" y="215.4681042228575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 561.725067385404 215.4681042228575)"></text><text class="pin-number sch-pin-label" x="563.88140161721" y="191.20934411503995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 563.88140161721 191.20934411503995)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="601.6172506738151" y="191.20934411504" width="104.58221024259092" height="10.781671159029969" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="601.6172506738151" y="191.20934411504" width="104.58221024259092" height="10.781671159029969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="650.13477088945" y1="191.20934411504" x2="650.13477088945" y2="164.25516621746493" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="647.978436657644" y="162.09883198565893" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.978436657644" y="177.73225516625246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 647.978436657644 177.73225516625246)"></text><text class="pin-number sch-pin-label" x="650.13477088945" y="201.99101527407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 650.13477088945 201.99101527407)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="650.13477088945" y1="201.99101527406998" x2="650.13477088945" y2="228.945193171645" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="647.978436657644" y="226.788858939839" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.978436657644" y="215.4681042228575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 647.978436657644 215.4681042228575)"></text><text class="pin-number sch-pin-label" x="650.13477088945" y="191.20934411503995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 650.13477088945 191.20934411503995)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="757.95148247975" cy="371.80233602879247" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="757.95148247975" cy="393.36567834685246" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="757.95148247975" cy="441.8831985624875" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="757.95148247975" cy="463.4465408805475" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="757.95148247975" cy="485.0098831986075" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="477.62803234497" cy="441.8831985624875" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="477.62803234497" cy="582.0449236298775" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="477.62803234497" cy="463.4465408805475" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="477.62803234497" cy="393.36567834685246" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="477.62803234497" cy="371.80233602879247" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="477.62803234497" cy="511.9640610961825" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="477.62803234497" cy="630.5624438455125" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="477.62803234497" cy="652.1257861635725" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="563.88140161721" cy="164.25516621746493" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="563.88140161721" cy="228.945193171645" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="650.13477088945" cy="164.25516621746493" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="650.13477088945" cy="228.945193171645" r="4.312668463612" 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="
|
|
101
|
+
</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 650.13477088945 164.25516621746493 L 650.13477088945 142.69182389940494 L 563.88140161721 142.69182389940494 L 563.88140161721 164.25516621746493" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 650.13477088945 164.25516621746493 L 650.13477088945 142.69182389940494 L 563.88140161721 142.69182389940494 L 563.88140161721 164.25516621746493" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 477.62803234497 393.36567834685246 L 563.88140161721 393.36567834685246 L 563.88140161721 228.945193171645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 393.36567834685246 L 563.88140161721 393.36567834685246 L 563.88140161721 228.945193171645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 477.62803234497 652.1257861635725 L 499.19137466303 652.1257861635725 L 499.19137466303 630.5624438455125 L 477.62803234497 630.5624438455125" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 652.1257861635725 L 499.19137466303 652.1257861635725 L 499.19137466303 630.5624438455125 L 477.62803234497 630.5624438455125" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 477.62803234497 582.0449236298775 L 499.19137466303 582.0449236298775 L 499.19137466303 630.5624438455125" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 582.0449236298775 L 499.19137466303 582.0449236298775 L 499.19137466303 630.5624438455125" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 441.8831985624875 L 650.13477088945 441.8831985624875 L 650.13477088945 228.945193171645" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 441.8831985624875 L 650.13477088945 441.8831985624875 L 650.13477088945 228.945193171645" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 485.0098831986075 L 726.5768194069727 485.0098831986075 L 726.5768194069727 490.5085354897128" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 485.0098831986075 L 726.5768194069727 485.0098831986075 L 726.5768194069727 490.5085354897128" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 371.80233602879247 L 477.62803234497 371.80233602879247" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 371.80233602879247 L 477.62803234497 371.80233602879247" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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 757.95148247975 393.36567834685246 L 684.636118598346 393.36567834685246" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 393.36567834685246 L 684.636118598346 393.36567834685246" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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_8__stack1"><path d="M 477.62803234497 441.8831985624875 L 550.943396226374 441.8831985624875" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 441.8831985624875 L 550.943396226374 441.8831985624875" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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_9__stack1"><path d="M 757.95148247975 463.4465408805475 L 684.636118598346 463.4465408805475" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 757.95148247975 463.4465408805475 L 684.636118598346 463.4465408805475" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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_10__stack1"><path d="M 477.62803234497 463.4465408805475 L 550.943396226374 463.4465408805475" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="17.250673854448px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 477.62803234497 463.4465408805475 L 550.943396226374 463.4465408805475" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.156334231806px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="499.19137466303" cy="630.5624438455125" r="3.234501347709" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__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="801.07816711587" y="180.42767295600999" width="345.0134770889599" height="495.95687331538005" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="801.07816711587" y="180.42767295600999" width="345.0134770889599" height="495.95687331538005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="371.80233602879247" x2="757.95148247975" y2="371.80233602879247" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="755.795148247944" y="369.64600179698647" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="369.64600179698647" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="371.80233602879247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="393.36567834685246" x2="757.95148247975" y2="393.36567834685246" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="755.795148247944" y="391.20934411504646" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="391.20934411504646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="393.36567834685246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="441.8831985624875" x2="757.95148247975" y2="441.8831985624875" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="755.795148247944" y="439.7268643306815" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="439.7268643306815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="441.8831985624875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="463.4465408805475" x2="757.95148247975" y2="463.4465408805475" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="755.795148247944" y="461.2902066487415" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="461.2902066487415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="463.4465408805475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">GPIO</text><line class="component-pin sch-component-pin sch-port-line" x1="801.07816711587" y1="485.0098831986075" x2="757.95148247975" y2="485.0098831986075" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="755.795148247944" y="482.8535489668015" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="779.51482479781" y="482.8535489668015" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="811.8598382749001" y="485.0098831986075" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="89.48787061988997" y="180.42767295600999" width="345.01347708896003" height="495.95687331538005" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="89.48787061988997" y="180.42767295600999" width="345.01347708896003" height="495.95687331538005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="441.8831985624875" x2="477.62803234497" y2="441.8831985624875" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="475.471698113164" y="439.7268643306815" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="439.7268643306815" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="441.8831985624875" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_SDA</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="582.0449236298775" x2="477.62803234497" y2="582.0449236298775" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="475.471698113164" y="579.8885893980715" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="579.8885893980715" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="582.0449236298775" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_ADDR</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="463.4465408805475" x2="477.62803234497" y2="463.4465408805475" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="475.471698113164" y="461.2902066487415" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="461.2902066487415" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="463.4465408805475" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">ALERT</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="393.36567834685246" x2="477.62803234497" y2="393.36567834685246" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="475.471698113164" y="391.20934411504646" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="391.20934411504646" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="393.36567834685246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_SCL</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="371.80233602879247" x2="477.62803234497" y2="371.80233602879247" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="475.471698113164" y="369.64600179698647" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="369.6460017969864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="371.80233602879247" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="511.9640610961825" x2="475.471698113164" y2="511.9640610961825" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="477.62803234497" cy="511.9640610961825" r="2.156334231806" stroke-width="2.156334231806px"/><rect x="475.471698113164" y="509.8077268643765" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="509.8077268643765" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="511.9640610961825" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="630.5624438455125" x2="477.62803234497" y2="630.5624438455125" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="475.471698113164" y="628.4061096137065" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="628.4061096137066" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="630.5624438455125" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">I2C_ADDR1</text><line class="component-pin sch-component-pin sch-port-line" x1="434.50134770885" y1="652.1257861635725" x2="477.62803234497" y2="652.1257861635725" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="475.471698113164" y="649.9694519317665" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="456.06469002691" y="649.9694519317666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform=""></text><text class="pin-number sch-pin-label" x="423.71967654982" y="652.1257861635725" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="">GND</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="515.363881401575" y="191.20934411504" width="104.58221024259103" height="10.781671159029969" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="515.363881401575" y="191.20934411504" width="104.58221024259103" height="10.781671159029969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="563.88140161721" y1="191.20934411504" x2="563.88140161721" y2="164.25516621746493" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="561.725067385404" y="162.09883198565893" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.725067385404" y="177.73225516625246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 561.725067385404 177.73225516625246)"></text><text class="pin-number sch-pin-label" x="563.88140161721" y="201.99101527407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 563.88140161721 201.99101527407)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="563.88140161721" y1="201.99101527406998" x2="563.88140161721" y2="228.945193171645" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="561.725067385404" y="226.788858939839" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="561.725067385404" y="215.4681042228575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 561.725067385404 215.4681042228575)"></text><text class="pin-number sch-pin-label" x="563.88140161721" y="191.20934411503995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 563.88140161721 191.20934411503995)">cathode</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="601.6172506738151" y="191.20934411504" width="104.58221024259092" height="10.781671159029969" stroke-width="2.156334231806px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="601.6172506738151" y="191.20934411504" width="104.58221024259092" height="10.781671159029969" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="650.13477088945" y1="191.20934411504" x2="650.13477088945" y2="164.25516621746493" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="647.978436657644" y="162.09883198565893" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.978436657644" y="177.73225516625246" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 647.978436657644 177.73225516625246)"></text><text class="pin-number sch-pin-label" x="650.13477088945" y="201.99101527407" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 650.13477088945 201.99101527407)">anode</text><line class="component-pin sch-component-pin sch-port-line" x1="650.13477088945" y1="201.99101527406998" x2="650.13477088945" y2="228.945193171645" stroke-width="2.156334231806px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="647.978436657644" y="226.788858939839" width="4.312668463612" height="4.312668463612" opacity="0"/></g><text class="pin-number sch-pin-number" x="647.978436657644" y="215.4681042228575" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="16.172506738545px" transform="rotate(-90 647.978436657644 215.4681042228575)"></text><text class="pin-number sch-pin-label" x="650.13477088945" y="191.20934411503995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="16.172506738545px" transform="rotate(-90 650.13477088945 191.20934411503995)">cathode</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="757.95148247975" cy="371.80233602879247" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="757.95148247975" cy="393.36567834685246" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="757.95148247975" cy="441.8831985624875" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="757.95148247975" cy="463.4465408805475" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="757.95148247975" cy="485.0098831986075" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="477.62803234497" cy="441.8831985624875" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="477.62803234497" cy="582.0449236298775" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="477.62803234497" cy="463.4465408805475" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="477.62803234497" cy="393.36567834685246" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="477.62803234497" cy="371.80233602879247" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="477.62803234497" cy="511.9640610961825" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="477.62803234497" cy="630.5624438455125" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="477.62803234497" cy="652.1257861635725" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="563.88140161721" cy="164.25516621746493" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="563.88140161721" cy="228.945193171645" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="650.13477088945" cy="164.25516621746493" r="4.312668463612" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="650.13477088945" cy="228.945193171645" r="4.312668463612" 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="
|
|
102
102
|
M 650.13477088945,142.69182389940494
|
|
103
103
|
L 639.35309973042,136.86972147352873
|
|
104
104
|
L 639.35309973042,99.89577717882852
|