@tscircuit/schematic-trace-solver 0.0.183 → 0.0.185

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.
Files changed (109) hide show
  1. package/dist/index.js +242 -24
  2. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +30 -12
  3. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseRedundantSharedEndpointStubs.ts +267 -0
  4. package/lib/solvers/SameNetJunctionAlignmentSolver/collapseSameNetCycles.ts +1 -1
  5. package/lib/solvers/SameNetJunctionAlignmentSolver/getSharedPin.ts +13 -0
  6. package/lib/solvers/UnroutedTraceRecoverySolver/UnroutedTraceRecoverySolver.ts +12 -4
  7. package/package.json +1 -1
  8. package/site/bug-reports/bug-report-20260905T041712Z.page.tsx +4 -0
  9. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -2
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +2 -2
  11. package/tests/bug-reports/bug-report-20260707T020342Z/__snapshots__/bug-report-20260707T020342Z.snap.svg +2 -2
  12. package/tests/bug-reports/bug-report-20260707T020342Z/bug-report-20260707T020342Z.test.ts +10 -0
  13. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +524 -533
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
  15. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +2 -2
  16. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +2 -2
  17. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +2 -2
  18. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
  19. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +2 -2
  20. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +2 -2
  21. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -2
  22. package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
  23. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
  24. package/tests/bug-reports/bug-report-20260724T175257Z/__snapshots__/bug-report-20260724T175257Z.snap.svg +2 -2
  25. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +2 -2
  26. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.test.ts +2 -0
  27. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
  28. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +1 -1
  29. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +2 -2
  30. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
  31. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +2 -2
  32. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
  33. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
  34. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +2 -2
  35. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +2 -2
  36. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
  37. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +2 -2
  38. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +2 -2
  39. package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +2 -2
  40. package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +2 -2
  41. package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +2 -2
  42. package/tests/bug-reports/bug-report-20260902T092425Z/__snapshots__/bug-report-20260902T092425Z.snap.svg +2 -2
  43. package/tests/bug-reports/bug-report-20260905T041712Z/__snapshots__/bug-report-20260905T041712Z.snap.svg +546 -0
  44. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.json +2023 -0
  45. package/tests/bug-reports/bug-report-20260905T041712Z/bug-report-20260905T041712Z.test.ts +33 -0
  46. package/tests/examples/__snapshots__/example02.snap.svg +2 -2
  47. package/tests/examples/__snapshots__/example13.snap.svg +2 -2
  48. package/tests/examples/__snapshots__/example14.snap.svg +2 -2
  49. package/tests/examples/__snapshots__/example15.snap.svg +2 -2
  50. package/tests/examples/__snapshots__/example18.snap.svg +2 -2
  51. package/tests/examples/__snapshots__/example19.snap.svg +2 -2
  52. package/tests/examples/__snapshots__/example21.snap.svg +2 -2
  53. package/tests/examples/__snapshots__/example27.snap.svg +2 -2
  54. package/tests/examples/__snapshots__/example29.snap.svg +2 -2
  55. package/tests/examples/__snapshots__/example42.snap.svg +2 -2
  56. package/tests/examples/__snapshots__/example45.snap.svg +2 -2
  57. package/tests/examples/__snapshots__/example46.snap.svg +2 -2
  58. package/tests/examples/__snapshots__/example47.snap.svg +2 -2
  59. package/tests/examples/__snapshots__/example51.snap.svg +2 -2
  60. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +2 -2
  61. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +2 -2
  62. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
  63. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +2 -2
  64. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +2 -2
  65. package/tests/repros/__snapshots__/repro-battery-management-bq24073.snap.svg +2 -2
  66. package/tests/repros/__snapshots__/repro-bc107a-common-emitter-routing.snap.svg +2 -2
  67. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +2 -2
  68. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +2 -2
  69. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +2 -2
  70. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +2 -2
  71. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +2 -2
  72. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
  73. package/tests/repros/__snapshots__/repro-bq40z60-current-sense.snap.svg +2 -2
  74. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +2 -2
  75. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +2 -2
  76. package/tests/repros/__snapshots__/repro-esp12f-section.snap.svg +508 -0
  77. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
  78. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +2 -2
  79. package/tests/repros/__snapshots__/repro-hdc3020-ground-label-alignment.snap.svg +2 -2
  80. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +2 -2
  81. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  83. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +2 -2
  84. package/tests/repros/__snapshots__/repro-pga300-c6-trace-alignment.snap.svg +2 -2
  85. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +2 -2
  86. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +18 -18
  87. package/tests/repros/__snapshots__/repro-power-group-rail-labels.snap.svg +2 -2
  88. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-rectifier-trace-overlap.snap.svg +2 -2
  90. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +2 -2
  91. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +2 -2
  92. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +2 -2
  93. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
  94. package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
  95. package/tests/repros/__snapshots__/repro-tida00553-j4-cell-divider.snap.svg +2 -2
  96. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
  98. package/tests/repros/__snapshots__/repro-tmp1075-ground-label-overlap.snap.svg +2 -2
  99. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +2 -2
  100. package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +2 -2
  101. package/tests/repros/__snapshots__/repro-type-c-vbus-led-ground-label.snap.svg +2 -2
  102. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +2 -2
  103. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  104. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
  105. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
  106. package/tests/repros/assets/repro-esp12f-status-section.input.json +1394 -0
  107. package/tests/repros/repro-esp12f-section.test.ts +12 -0
  108. package/tests/solvers/SameNetJunctionAlignmentSolver/collapse-redundant-shared-endpoint-stubs.test.ts +101 -0
  109. package/tests/solvers/UnroutedTraceRecoverySolver/local-elbow-obstacles.test.ts +74 -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="-5.2375,0.6 -0.3999999999999999,-0.5" data-type="line" data-label="" points="83.11506332524925,268.6930746429534 291.68418216114253,316.11964430072754" fill="none" stroke="hsl(84, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.39999999999999997 -0.3999999999999999,-0.7" data-type="line" data-label="" points="83.11506332524925,277.3160873080032 291.68418216114253,324.74265696577737" fill="none" stroke="hsl(151, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.19999999999999996 -0.3999999999999999,0.7" data-type="line" data-label="" points="83.11506332524925,285.9390999730531 291.68418216114253,264.38156831042846" fill="none" stroke="hsl(195, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.09999999999999987 5.595,1.3" data-type="line" data-label="" points="412.40635947184046,298.87361897062783 550.1589867960118,238.51253031527887" fill="none" stroke="hsl(202, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.29999999999999993 5.595,1.1" data-type="line" data-label="" points="412.40635947184046,307.4966316356777 550.1589867960118,247.13554298032872" fill="none" stroke="hsl(203, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,0.10000000000000009 5.595,0.8999999999999999" data-type="line" data-label="" points="412.40635947184046,290.250606305578 550.1589867960118,255.75855564537858" fill="none" stroke="hsl(233, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,0.30000000000000004 5.595,0.7" data-type="line" data-label="" points="412.40635947184046,281.6275936405281 550.1589867960118,264.38156831042846" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.20000000000000007 2.4,-0.49999999999999994" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 412.40635947184046,316.11964430072754" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -0.3999999999999999,-0.30000000000000004" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 291.68418216114253,307.4966316356777" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -0.3999999999999999,-0.10000000000000009" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 291.68418216114253,298.87361897062783" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.49999999999999994 -0.3999999999999999,-0.30000000000000004" data-type="line" data-label="" points="412.40635947184046,316.11964430072754 291.68418216114253,307.4966316356777" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.49999999999999994 -0.3999999999999999,-0.10000000000000009" data-type="line" data-label="" points="412.40635947184046,316.11964430072754 291.68418216114253,298.87361897062783" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,-0.30000000000000004 -0.3999999999999999,-0.10000000000000009" data-type="line" data-label="" points="291.68418216114253,307.4966316356777 291.68418216114253,298.87361897062783" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 2.4,0.5" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 412.40635947184046,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 2.4,-0.7" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 412.40635947184046,324.74265696577737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 291.68418216114253,290.250606305578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 6.15,-2.1" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 2.86,-2.5" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 2.4,-0.7" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 412.40635947184046,324.74265696577737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 291.68418216114253,290.250606305578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 6.15,-2.1" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 2.86,-2.5" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 291.68418216114253,290.250606305578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 6.15,-2.1" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 2.86,-2.5" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="291.68418216114253,290.250606305578 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="291.68418216114253,290.250606305578 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 6.15,-2.1" data-type="line" data-label="" points="291.68418216114253,290.250606305578 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 2.86,-2.5" data-type="line" data-label="" points="291.68418216114253,290.250606305578 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 6.15,-2.1" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 2.86,-2.5" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 6.15,-2.1" data-type="line" data-label="" points="291.68418216114253,273.0045809754783 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 2.86,-2.5" data-type="line" data-label="" points="291.68418216114253,273.0045809754783 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.15,-2.1 2.86,-2.5" data-type="line" data-label="" points="574.0878469415252,385.10374562112634 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.7 6.15,-1.9" data-type="line" data-label="" points="412.40635947184046,264.38156831042846 574.0878469415252,376.4807329560765" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.7 2.14,-2.5" data-type="line" data-label="" points="412.40635947184046,264.38156831042846 401.19644300727566,402.34977095122605" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.15,-1.9 2.14,-2.5" data-type="line" data-label="" points="574.0878469415252,376.4807329560765 401.19644300727566,402.34977095122605" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,-0.10000000000000009 -0.5999999999999999,-0.10000000000000009 -0.5999999999999999,-0.30000000000000004 -0.3999999999999999,-0.30000000000000004" data-type="line" data-label="" points="291.68418216114253,298.87361897062783 283.0611694960927,298.87361897062783 283.0611694960927,307.4966316356777 291.68418216114253,307.4966316356777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.86,-2.5 3.06,-2.5 3.06,-0.7 2.4,-0.7" data-type="line" data-label="" points="432.2392886014551,402.34977095122605 440.86230126650497,402.34977095122605 440.86230126650497,324.74265696577737 412.40635947184046,324.74265696577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.7 3.581,-0.7 3.581,0.5 2.4,0.5" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 463.32524925895984,324.74265696577737 463.32524925895984,273.0045809754783 412.40635947184046,273.0045809754783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 -0.4999999999999999,0.29999999999999993 -0.4999999999999999,0.09999999999999987 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 287.3726758286176,281.6275936405281 287.3726758286176,290.250606305578 291.68418216114253,290.250606305578" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 -0.4999999999999999,0.49999999999999994 -0.4999999999999999,0.29999999999999993 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="291.68418216114253,273.0045809754783 287.3726758286176,273.0045809754783 287.3726758286176,281.6275936405281 291.68418216114253,281.6275936405281" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.6 -2.3415000000000004,0.6 -2.3415000000000004,0.8009999999999999" data-type="line" data-label="" points="189.82484505524116,268.6930746429534 207.97628671517109,268.6930746429534 207.97628671517109,260.0269469145783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -1.3115,0.20000000000000007 -1.3115,0.9199999999999998" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 252.38480194017785,285.9390999730531 252.38480194017785,254.8962543788736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.49999999999999994 4.301,-0.49999999999999994 4.301,-0.44899999999999995" data-type="line" data-label="" points="412.40635947184046,316.11964430072754 494.3680948531393,316.11964430072754 494.3680948531393,313.9207760711398" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.15,-2.1 6.391000000000001,-2.1 6.391000000000001,-2.301" data-type="line" data-label="" points="574.0878469415252,385.10374562112634 584.4785772029103,385.10374562112634 584.4785772029103,393.7698733495015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,0.7 2.7009999999999996,0.7 2.7009999999999996,0.901" data-type="line" data-label="" points="412.40635947184046,264.38156831042846 425.3839935327405,264.38156831042846 425.3839935327405,255.71544058205333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.15,-1.9 6.4510000000000005,-1.9 6.4510000000000005,-1.699" data-type="line" data-label="" points="574.0878469415252,376.4807329560765 587.0654810024253,376.4807329560765 587.0654810024253,367.8146052277014" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.14,-2.5 1.8390000000000002,-2.5 1.8390000000000002,-2.0490000000000004" data-type="line" data-label="" points="401.19644300727566,402.34977095122605 388.21880894637565,402.34977095122605 388.21880894637565,382.90487739153866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.6 -6.2375,0.6" data-type="line" data-label="" points="83.11506332524925,268.6930746429534 40,268.6930746429534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,-0.5 -1,-0.5" data-type="line" data-label="" points="291.68418216114253,316.11964430072754 265.815144165993,316.11964430072754" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.39999999999999997 -6.2375,0.39999999999999997" data-type="line" data-label="" points="83.11506332524925,277.3160873080032 40,277.3160873080032" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,-0.7 -1.4,-0.7" data-type="line" data-label="" points="291.68418216114253,324.74265696577737 248.56911883589328,324.74265696577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.19999999999999996 -6.2375,0.19999999999999996" data-type="line" data-label="" points="83.11506332524925,285.9390999730531 40,285.9390999730531" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.7 -1.16,0.7" data-type="line" data-label="" points="291.68418216114253,264.38156831042846 258.9167340339531,264.38156831042846" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.09999999999999987 3.32,-0.09999999999999987" data-type="line" data-label="" points="412.40635947184046,298.87361897062783 452.07221773106977,298.87361897062783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,1.3 6.515,1.3" data-type="line" data-label="" points="550.1589867960118,238.51253031527887 589.8248450552412,238.51253031527887" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.29999999999999993 3.32,-0.29999999999999993" data-type="line" data-label="" points="412.40635947184046,307.4966316356777 452.07221773106977,307.4966316356777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,1.1 6.515,1.1" data-type="line" data-label="" points="550.1589867960118,247.13554298032872 589.8248450552412,247.13554298032872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,0.10000000000000009 3.32,0.10000000000000009" data-type="line" data-label="" points="412.40635947184046,290.250606305578 452.07221773106977,290.250606305578" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,0.8999999999999999 6.515,0.8999999999999999" data-type="line" data-label="" points="550.1589867960118,255.75855564537858 589.8248450552412,255.75855564537858" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,0.30000000000000004 3.32,0.30000000000000004" data-type="line" data-label="" points="412.40635947184046,281.6275936405281 452.07221773106977,281.6275936405281" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,0.7 6.515,0.7" data-type="line" data-label="" points="550.1589867960118,264.38156831042846 589.8248450552412,264.38156831042846" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4" data-y="0" x="83.11506332524925" y="260.0700619779035" width="106.7097817299919" height="68.98410132039885" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1" data-y="0" x="291.68418216114253" y="255.75855564537858" width="120.72217731069793" height="77.60711398544868" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="5" data-y="-2" x="474.92320129345194" y="367.8577202910267" width="99.1646456480733" height="25.86903799514954" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="5" data-y="1" x="498.8520614389653" y="229.88951765022904" width="51.306925357046566" height="43.11506332524925" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.5" data-y="-2.5" x="401.19644300727566" y="384.2414443546213" width="31.042845594179425" height="36.216653193209424" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="-4.5375000000000005" data-y="0.915" x="97.774184855834" y="249.72244677984366" width="31.042845594179425" height="10.778765831312313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="U_DRIVER" data-x="0.48" data-y="1.0150000000000001" x="306.34330369172733" y="245.41094044731875" width="46.564268391269195" height="10.778765831312342" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="MOTOR_POWER" data-x="4.91" data-y="-1.585" x="489.5823228240367" y="357.51010509296685" width="62.085691188358965" height="10.778765831312285" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="STEPPER_MOTOR" data-x="5.585" data-y="1.6150000000000002" x="513.51118296955" y="219.5419024521692" width="72.43330638641874" height="10.778765831312285" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="netId: USB_5V
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="-5.2375,0.6 -0.3999999999999999,-0.5" data-type="line" data-label="" points="83.11506332524925,268.6930746429534 291.68418216114253,316.11964430072754" fill="none" stroke="hsl(84, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.39999999999999997 -0.3999999999999999,-0.7" data-type="line" data-label="" points="83.11506332524925,277.3160873080032 291.68418216114253,324.74265696577737" fill="none" stroke="hsl(151, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.19999999999999996 -0.3999999999999999,0.7" data-type="line" data-label="" points="83.11506332524925,285.9390999730531 291.68418216114253,264.38156831042846" fill="none" stroke="hsl(195, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.09999999999999987 5.595,1.3" data-type="line" data-label="" points="412.40635947184046,298.87361897062783 550.1589867960118,238.51253031527887" fill="none" stroke="hsl(202, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.29999999999999993 5.595,1.1" data-type="line" data-label="" points="412.40635947184046,307.4966316356777 550.1589867960118,247.13554298032872" fill="none" stroke="hsl(203, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,0.10000000000000009 5.595,0.8999999999999999" data-type="line" data-label="" points="412.40635947184046,290.250606305578 550.1589867960118,255.75855564537858" fill="none" stroke="hsl(233, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="2.4,0.30000000000000004 5.595,0.7" data-type="line" data-label="" points="412.40635947184046,281.6275936405281 550.1589867960118,264.38156831042846" fill="none" stroke="hsl(234, 100%, 50%, 0.8)" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.20000000000000007 2.4,-0.49999999999999994" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 412.40635947184046,316.11964430072754" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -0.3999999999999999,-0.30000000000000004" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 291.68418216114253,307.4966316356777" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -0.3999999999999999,-0.10000000000000009" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 291.68418216114253,298.87361897062783" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.49999999999999994 -0.3999999999999999,-0.30000000000000004" data-type="line" data-label="" points="412.40635947184046,316.11964430072754 291.68418216114253,307.4966316356777" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.49999999999999994 -0.3999999999999999,-0.10000000000000009" data-type="line" data-label="" points="412.40635947184046,316.11964430072754 291.68418216114253,298.87361897062783" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,-0.30000000000000004 -0.3999999999999999,-0.10000000000000009" data-type="line" data-label="" points="291.68418216114253,307.4966316356777 291.68418216114253,298.87361897062783" fill="none" stroke="hsl(79, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 2.4,0.5" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 412.40635947184046,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 2.4,-0.7" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 412.40635947184046,324.74265696577737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 291.68418216114253,290.250606305578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 6.15,-2.1" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-2.7625,0.4 2.86,-2.5" data-type="line" data-label="" points="189.82484505524116,277.3160873080032 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 2.4,-0.7" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 412.40635947184046,324.74265696577737" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 291.68418216114253,290.250606305578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 6.15,-2.1" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.5 2.86,-2.5" data-type="line" data-label="" points="412.40635947184046,273.0045809754783 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 291.68418216114253,290.250606305578" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 6.15,-2.1" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,-0.7 2.86,-2.5" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="291.68418216114253,290.250606305578 291.68418216114253,281.6275936405281" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="291.68418216114253,290.250606305578 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 6.15,-2.1" data-type="line" data-label="" points="291.68418216114253,290.250606305578 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.09999999999999987 2.86,-2.5" data-type="line" data-label="" points="291.68418216114253,290.250606305578 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 -0.3999999999999999,0.49999999999999994" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 291.68418216114253,273.0045809754783" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 6.15,-2.1" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 2.86,-2.5" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 6.15,-2.1" data-type="line" data-label="" points="291.68418216114253,273.0045809754783 574.0878469415252,385.10374562112634" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 2.86,-2.5" data-type="line" data-label="" points="291.68418216114253,273.0045809754783 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.15,-2.1 2.86,-2.5" data-type="line" data-label="" points="574.0878469415252,385.10374562112634 432.2392886014551,402.34977095122605" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.7 6.15,-1.9" data-type="line" data-label="" points="412.40635947184046,264.38156831042846 574.0878469415252,376.4807329560765" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="2.4,0.7 2.14,-2.5" data-type="line" data-label="" points="412.40635947184046,264.38156831042846 401.19644300727566,402.34977095122605" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="6.15,-1.9 2.14,-2.5" data-type="line" data-label="" points="574.0878469415252,376.4807329560765 401.19644300727566,402.34977095122605" fill="none" stroke="hsl(116, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="-0.3999999999999999,-0.10000000000000009 -0.5999999999999999,-0.10000000000000009 -0.5999999999999999,-0.30000000000000004 -0.3999999999999999,-0.30000000000000004" data-type="line" data-label="" points="291.68418216114253,298.87361897062783 283.0611694960927,298.87361897062783 283.0611694960927,307.4966316356777 291.68418216114253,307.4966316356777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.86,-2.5 3.06,-2.5 3.06,-0.7" data-type="line" data-label="" points="432.2392886014551,402.34977095122605 440.86230126650497,402.34977095122605 440.86230126650497,324.74265696577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.7 3.581,-0.7 3.581,0.5 2.4,0.5" data-type="line" data-label="" points="412.40635947184046,324.74265696577737 463.32524925895984,324.74265696577737 463.32524925895984,273.0045809754783 412.40635947184046,273.0045809754783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.29999999999999993 -0.4999999999999999,0.29999999999999993 -0.4999999999999999,0.09999999999999987 -0.3999999999999999,0.09999999999999987" data-type="line" data-label="" points="291.68418216114253,281.6275936405281 287.3726758286176,281.6275936405281 287.3726758286176,290.250606305578 291.68418216114253,290.250606305578" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 -0.4999999999999999,0.49999999999999994 -0.4999999999999999,0.29999999999999993" data-type="line" data-label="" points="291.68418216114253,273.0045809754783 287.3726758286176,273.0045809754783 287.3726758286176,281.6275936405281" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.6 -2.3415000000000004,0.6 -2.3415000000000004,0.8009999999999999" data-type="line" data-label="" points="189.82484505524116,268.6930746429534 207.97628671517109,268.6930746429534 207.97628671517109,260.0269469145783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -1.3115,0.20000000000000007 -1.3115,0.9199999999999998" data-type="line" data-label="" points="189.82484505524116,285.9390999730531 252.38480194017785,285.9390999730531 252.38480194017785,254.8962543788736" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.49999999999999994 4.301,-0.49999999999999994 4.301,-0.44899999999999995" data-type="line" data-label="" points="412.40635947184046,316.11964430072754 494.3680948531393,316.11964430072754 494.3680948531393,313.9207760711398" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.15,-2.1 6.391000000000001,-2.1 6.391000000000001,-2.301" data-type="line" data-label="" points="574.0878469415252,385.10374562112634 584.4785772029103,385.10374562112634 584.4785772029103,393.7698733495015" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,0.7 2.7009999999999996,0.7 2.7009999999999996,0.901" data-type="line" data-label="" points="412.40635947184046,264.38156831042846 425.3839935327405,264.38156831042846 425.3839935327405,255.71544058205333" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="6.15,-1.9 6.4510000000000005,-1.9 6.4510000000000005,-1.699" data-type="line" data-label="" points="574.0878469415252,376.4807329560765 587.0654810024253,376.4807329560765 587.0654810024253,367.8146052277014" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.14,-2.5 1.8390000000000002,-2.5 1.8390000000000002,-2.0490000000000004" data-type="line" data-label="" points="401.19644300727566,402.34977095122605 388.21880894637565,402.34977095122605 388.21880894637565,382.90487739153866" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.6 -6.2375,0.6" data-type="line" data-label="" points="83.11506332524925,268.6930746429534 40,268.6930746429534" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,-0.5 -1,-0.5" data-type="line" data-label="" points="291.68418216114253,316.11964430072754 265.815144165993,316.11964430072754" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.39999999999999997 -6.2375,0.39999999999999997" data-type="line" data-label="" points="83.11506332524925,277.3160873080032 40,277.3160873080032" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,-0.7 -1.4,-0.7" data-type="line" data-label="" points="291.68418216114253,324.74265696577737 248.56911883589328,324.74265696577737" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-5.2375,0.19999999999999996 -6.2375,0.19999999999999996" data-type="line" data-label="" points="83.11506332524925,285.9390999730531 40,285.9390999730531" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.7 -1.16,0.7" data-type="line" data-label="" points="291.68418216114253,264.38156831042846 258.9167340339531,264.38156831042846" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.09999999999999987 3.32,-0.09999999999999987" data-type="line" data-label="" points="412.40635947184046,298.87361897062783 452.07221773106977,298.87361897062783" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,1.3 6.515,1.3" data-type="line" data-label="" points="550.1589867960118,238.51253031527887 589.8248450552412,238.51253031527887" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,-0.29999999999999993 3.32,-0.29999999999999993" data-type="line" data-label="" points="412.40635947184046,307.4966316356777 452.07221773106977,307.4966316356777" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,1.1 6.515,1.1" data-type="line" data-label="" points="550.1589867960118,247.13554298032872 589.8248450552412,247.13554298032872" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,0.10000000000000009 3.32,0.10000000000000009" data-type="line" data-label="" points="412.40635947184046,290.250606305578 452.07221773106977,290.250606305578" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,0.8999999999999999 6.515,0.8999999999999999" data-type="line" data-label="" points="550.1589867960118,255.75855564537858 589.8248450552412,255.75855564537858" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="2.4,0.30000000000000004 3.32,0.30000000000000004" data-type="line" data-label="" points="412.40635947184046,281.6275936405281 452.07221773106977,281.6275936405281" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="5.595,0.7 6.515,0.7" data-type="line" data-label="" points="550.1589867960118,264.38156831042846 589.8248450552412,264.38156831042846" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="-4" data-y="0" x="83.11506332524925" y="260.0700619779035" width="106.7097817299919" height="68.98410132039885" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1" data-y="0" x="291.68418216114253" y="255.75855564537858" width="120.72217731069793" height="77.60711398544868" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="5" data-y="-2" x="474.92320129345194" y="367.8577202910267" width="99.1646456480733" height="25.86903799514954" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="5" data-y="1" x="498.8520614389653" y="229.88951765022904" width="51.306925357046566" height="43.11506332524925" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.5" data-y="-2.5" x="401.19644300727566" y="384.2414443546213" width="31.042845594179425" height="36.216653193209424" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="-4.5375000000000005" data-y="0.915" x="97.774184855834" y="249.72244677984366" width="31.042845594179425" height="10.778765831312313" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="U_DRIVER" data-x="0.48" data-y="1.0150000000000001" x="306.34330369172733" y="245.41094044731875" width="46.564268391269195" height="10.778765831312342" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="MOTOR_POWER" data-x="4.91" data-y="-1.585" x="489.5823228240367" y="357.51010509296685" width="62.085691188358965" height="10.778765831312285" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="STEPPER_MOTOR" data-x="5.585" data-y="1.6150000000000002" x="513.51118296955" y="219.5419024521692" width="72.43330638641874" height="10.778765831312285" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="netId: USB_5V
4
4
  globalConnNetId: connectivity_net7" data-x="-2.3415000000000004" data-y="1.011" x="189.8679601185664" y="241.9186203179736" width="36.21665319320937" height="18.108326596604684" fill="#ef444466" stroke="#ef4444" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="netId: LOGIC_3V3
5
5
  globalConnNetId: connectivity_net8" data-x="-1.3115" data-y="1.13" x="226.51576394502828" y="236.78792778226892" width="51.73807599029914" height="18.108326596604684" fill="#ef444466" stroke="#ef4444" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="netId: LOGIC_3V3
6
6
  globalConnNetId: connectivity_net8" data-x="4.301" data-y="-0.23899999999999996" x="468.4990568579898" y="295.81244947453513" width="51.73807599029908" height="18.108326596604684" fill="#ef444466" stroke="#ef4444" stroke-width="0.02319375"/></g><g><rect data-type="rect" data-label="netId: LOGIC_3V3
@@ -159,7 +159,7 @@ motor_2b" data-x="6.055" data-y="0.7" cx="569.9919159256265" cy="264.38156831042
159
159
  .port-label { fill: rgb(0, 100, 100); }
160
160
  .component-name { fill: rgb(0, 100, 100); }
161
161
 
162
- </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 545.8429766779201 358.12711411782004 L 528.7520028484801 358.12711411782004 L 528.7520028484801 375.21808794726 L 545.8429766779201 375.21808794726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 358.12711411782004 L 528.7520028484801 358.12711411782004 L 528.7520028484801 375.21808794726 L 545.8429766779201 375.21808794726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 824.425850097792 563.2188000711001 L 841.516823927232 563.2188000711001 L 841.516823927232 409.40003560614 L 785.1166102900801 409.40003560614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 824.425850097792 563.2188000711001 L 841.516823927232 563.2188000711001 L 841.516823927232 409.40003560614 L 785.1166102900801 409.40003560614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 785.1166102900801 409.40003560614 L 886.0388107529232 409.40003560614 L 886.0388107529232 306.8541926295 L 785.1166102900801 306.8541926295" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 409.40003560614 L 886.0388107529232 409.40003560614 L 886.0388107529232 306.8541926295 L 785.1166102900801 306.8541926295" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 545.8429766779201 323.94516645894004 L 537.2974897632 323.94516645894004 L 537.2974897632 341.03614028838 L 545.8429766779201 341.03614028838" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 323.94516645894004 L 537.2974897632 323.94516645894004 L 537.2974897632 341.03614028838 L 545.8429766779201 341.03614028838" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 545.8429766779201 306.85419262950006 L 537.2974897632 306.85419262950006 L 537.2974897632 323.94516645894004 L 545.8429766779201 323.94516645894004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 306.85419262950006 L 537.2974897632 306.85419262950006 L 537.2974897632 323.94516645894004 L 545.8429766779201 323.94516645894004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 343.95584831766 298.30870571478005 L 379.9323482286312 298.30870571478005 L 379.9323482286312 281.1322770161928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.95584831766 298.30870571478005 L 379.9323482286312 298.30870571478005 L 379.9323482286312 281.1322770161928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 343.95584831766 332.49065337366 L 467.9508634502472 332.49065337366 L 467.9508634502472 270.9631475876761" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.95584831766 332.49065337366 L 467.9508634502472 332.49065337366 L 467.9508634502472 270.9631475876761" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 785.1166102900801 392.3090617767 L 947.5663165389072 392.3090617767 L 947.5663165389072 387.9508634501928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 392.3090617767 L 947.5663165389072 392.3090617767 L 947.5663165389072 387.9508634501928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 1105.5723695920801 529.03685241222 L 1126.1669930565554 529.03685241222 L 1126.1669930565554 546.2132811108072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.5723695920801 529.03685241222 L 1126.1669930565554 529.03685241222 L 1126.1669930565554 546.2132811108072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 785.1166102900801 289.76321880006003 L 810.8385259033872 289.76321880006003 L 810.8385259033872 272.58679010147284" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 289.76321880006003 L 810.8385259033872 289.76321880006003 L 810.8385259033872 272.58679010147284" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 1105.5723695920801 511.94587858278 L 1131.2942852053873 511.94587858278 L 1131.2942852053873 494.7694498841928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.5723695920801 511.94587858278 L 1131.2942852053873 511.94587858278 L 1131.2942852053873 494.7694498841928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_11__stack1"><path d="M 762.898344311808 563.2188000711001 L 737.1764286985009 563.2188000711001 L 737.1764286985009 524.6786540857129" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 762.898344311808 563.2188000711001 L 737.1764286985009 563.2188000711001 L 737.1764286985009 524.6786540857129" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_12__stack1"><path d="M 132.45504717834007 298.30870571478005 L 47.00017803114008 298.30870571478005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.45504717834007 298.30870571478005 L 47.00017803114008 298.30870571478005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_13__stack1"><path d="M 545.8429766779201 392.30906177670005 L 494.57005518960005 392.30906177670005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 392.30906177670005 L 494.57005518960005 392.30906177670005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_14__stack1"><path d="M 132.45504717834007 315.39967954422 L 47.00017803114008 315.39967954422" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.45504717834007 315.39967954422 L 47.00017803114008 315.39967954422" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_15__stack1"><path d="M 545.8429766779201 409.40003560614 L 460.38810753072005 409.40003560614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 409.40003560614 L 460.38810753072005 409.40003560614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_16__stack1"><path d="M 132.45504717834007 332.49065337366005 L 47.00017803114008 332.49065337366005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.45504717834007 332.49065337366005 L 47.00017803114008 332.49065337366005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_17__stack1"><path d="M 545.8429766779201 289.76321880006003 L 480.89727612604804 289.76321880006003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 289.76321880006003 L 480.89727612604804 289.76321880006003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_18__stack1"><path d="M 785.1166102900801 358.12711411782004 L 863.7350899055041 358.12711411782004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 358.12711411782004 L 863.7350899055041 358.12711411782004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_19__stack1"><path d="M 1058.1449172153839 238.49029731174002 L 1136.763396830808 238.49029731174002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 238.49029731174002 L 1136.763396830808 238.49029731174002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_20__stack1"><path d="M 785.1166102900801 375.21808794726 L 863.7350899055041 375.21808794726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 375.21808794726 L 863.7350899055041 375.21808794726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_21__stack1"><path d="M 1058.1449172153839 255.58127114118003 L 1136.763396830808 255.58127114118003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 255.58127114118003 L 1136.763396830808 255.58127114118003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_22__stack1"><path d="M 785.1166102900801 341.03614028838 L 863.7350899055041 341.03614028838" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 341.03614028838 L 863.7350899055041 341.03614028838" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_23__stack1"><path d="M 1058.1449172153839 272.67224497062 L 1136.763396830808 272.67224497062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 272.67224497062 L 1136.763396830808 272.67224497062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_24__stack1"><path d="M 785.1166102900801 323.94516645894004 L 863.7350899055041 323.94516645894004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 323.94516645894004 L 863.7350899055041 323.94516645894004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_25__stack1"><path d="M 1058.1449172153839 289.76321880006003 L 1136.763396830808 289.76321880006003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 289.76321880006003 L 1136.763396830808 289.76321880006003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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"><circle cx="785.1166102900801" cy="409.40003560614" r="2.563646074416" 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"><circle cx="545.8429766779201" cy="323.94516645894004" r="2.563646074416" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="537.2974897632" cy="323.94516645894004" r="2.563646074416" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__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="166.63699483722007" y="281.21773188534" width="143.13690582155994" height="136.72779063552002" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="166.63699483722007" y="281.21773188534" width="143.13690582155994" height="136.72779063552002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="298.30870571478005" x2="343.95584831766" y2="298.30870571478005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="342.24675093471603" y="296.59960833183607" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="296.599608331836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="298.30870571478005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">5V</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="298.30870571478005" x2="132.45504717834007" y2="298.30870571478005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="130.74594979539606" y="296.59960833183607" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="296.599608331836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="298.30870571478005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D0</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="315.39967954422" x2="132.45504717834007" y2="315.39967954422" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="130.74594979539606" y="313.69058216127604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="313.69058216127604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="315.39967954422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D1</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="332.49065337366005" x2="132.45504717834007" y2="332.49065337366005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="130.74594979539606" y="330.7815559907161" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="330.781555990716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="332.49065337366005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D2</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="349.5816272031" x2="134.164144561284" y2="349.5816272031" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="349.5816272031" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="347.87252982015605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="347.87252982015605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="349.5816272031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D3</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="366.67260103254006" x2="134.164144561284" y2="366.67260103254006" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="366.67260103254006" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="364.9635036495961" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="364.963503649596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="366.67260103254006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D4</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="383.76357486198003" x2="134.164144561284" y2="383.76357486198003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="383.76357486198003" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="382.05447747903605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="382.054477479036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="383.76357486198003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D5</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="400.85454869142" x2="134.164144561284" y2="400.85454869142" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="400.85454869142" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="399.145451308476" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="399.145451308476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="400.85454869142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D6</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="400.85454869142" x2="342.24675093471603" y2="400.85454869142" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="400.85454869142" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="399.145451308476" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="399.145451308476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="400.85454869142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D7</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="383.76357486198003" x2="342.24675093471603" y2="383.76357486198003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="383.76357486198003" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="382.05447747903605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="382.054477479036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="383.76357486198003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D8</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="366.67260103254" x2="342.24675093471603" y2="366.67260103254" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="366.67260103254" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="364.963503649596" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="364.963503649596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="366.67260103254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D9</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="349.5816272031" x2="342.24675093471603" y2="349.5816272031" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="349.5816272031" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="347.87252982015605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="347.872529820156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="349.5816272031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D10</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="332.49065337366" x2="343.95584831766" y2="332.49065337366" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="342.24675093471603" y="330.781555990716" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="330.781555990716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="332.49065337366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">3V3</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="315.39967954422" x2="342.24675093471603" y2="315.39967954422" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="315.39967954422" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="313.69058216127604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="313.69058216127604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="315.39967954422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" 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="580.0249243368" y="272.67224497062" width="170.90973829439997" height="153.81876446496005" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="580.0249243368" y="272.67224497062" width="170.90973829439997" height="153.81876446496005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="289.76321880006003" x2="545.8429766779201" y2="289.76321880006003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="544.133879294976" y="288.05412141711605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="288.05412141711605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="289.76321880006003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">ENABLE</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="289.76321880006003" x2="785.1166102900801" y2="289.76321880006003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="783.407512907136" y="288.05412141711605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="288.05412141711605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="289.76321880006003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">VMOT</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="306.8541926295" x2="785.1166102900801" y2="306.8541926295" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="783.407512907136" y="305.145095246556" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="305.145095246556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="306.8541926295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">GND_MOTOR</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="323.94516645894004" x2="785.1166102900801" y2="323.94516645894004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="783.407512907136" y="322.23606907599606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="322.236069075996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="323.94516645894004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2B</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="341.03614028838" x2="785.1166102900801" y2="341.03614028838" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="783.407512907136" y="339.32704290543603" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="339.32704290543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="341.03614028838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2A</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="358.12711411782004" x2="785.1166102900801" y2="358.12711411782004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="783.407512907136" y="356.41801673487606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="356.418016734876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="358.12711411782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1A</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="375.21808794726" x2="785.1166102900801" y2="375.21808794726" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="783.407512907136" y="373.50899056431604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="373.50899056431604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="375.21808794726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1B</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="392.3090617767" x2="785.1166102900801" y2="392.3090617767" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="783.407512907136" y="390.599964393756" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="390.599964393756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="392.3090617767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="409.40003560614" x2="785.1166102900801" y2="409.40003560614" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="783.407512907136" y="407.69093822319604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="407.69093822319604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="409.40003560614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">GND_LOGIC</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="409.40003560614" x2="545.8429766779201" y2="409.40003560614" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="544.133879294976" y="407.69093822319604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="407.69093822319604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="409.40003560614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">DIR</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="392.30906177670005" x2="545.8429766779201" y2="392.30906177670005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="544.133879294976" y="390.59996439375607" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="390.599964393756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="392.30906177670005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">STEP</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="375.21808794726" x2="545.8429766779201" y2="375.21808794726" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="544.133879294976" y="373.50899056431604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="373.50899056431604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="375.21808794726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">SLEEP</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="358.12711411782004" x2="545.8429766779201" y2="358.12711411782004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="544.133879294976" y="356.41801673487606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="356.418016734876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="358.12711411782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="341.03614028838" x2="545.8429766779201" y2="341.03614028838" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="544.133879294976" y="339.32704290543603" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="339.32704290543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="341.03614028838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">MS3</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="323.94516645894004" x2="545.8429766779201" y2="323.94516645894004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_14__stack1"><rect x="544.133879294976" y="322.23606907599606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="322.23606907599606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="323.94516645894004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">MS2</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="306.85419262950006" x2="545.8429766779201" y2="306.85419262950006" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_15__stack1"><rect x="544.133879294976" y="305.1450952465561" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="305.145095246556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="306.85419262950006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">MS1</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="943.2081182124" y="494.85490475334007" width="128.18230372080006" height="51.27292148831998" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="943.2081182124" y="494.85490475334007" width="128.18230372080006" height="51.27292148831998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1071.3904219332" y1="511.94587858278" x2="1105.5723695920801" y2="511.94587858278" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1103.863272209136" y="510.236781199836" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1088.48139576264" y="510.23678119983606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1062.84493501848" y="511.94587858278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">VMOT</text><line class="component-pin sch-component-pin sch-port-line" x1="1071.3904219332" y1="529.03685241222" x2="1105.5723695920801" y2="529.03685241222" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1103.863272209136" y="527.327755029276" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1088.48139576264" y="527.327755029276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1062.84493501848" y="529.03685241222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">GND</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="990.6355705890961" y="221.39932348230002" width="33.32739896740793" height="85.45486914719999" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="990.6355705890961" y="221.39932348230002" width="33.32739896740793" height="85.45486914719999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="238.49029731174002" x2="1058.1449172153839" y2="238.49029731174002" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="1056.4358198324398" y="236.781199928796" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="236.781199928796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="238.49029731174002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1A</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="255.58127114118003" x2="1058.1449172153839" y2="255.58127114118003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="1056.4358198324398" y="253.87217375823602" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="253.87217375823602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="255.58127114118003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1B</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="272.67224497062" x2="1058.1449172153839" y2="272.67224497062" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="1056.4358198324398" y="270.963147587676" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="270.963147587676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="272.67224497062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2A</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="289.76321880006003" x2="1058.1449172153839" y2="289.76321880006003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="1056.4358198324398" y="288.05412141711605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="288.05412141711605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="289.76321880006003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2B</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="789.38935374744" y="527.327755029276" width="8.545486914719959" height="71.78209008364809" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="789.38935374744" y="527.327755029276" width="8.545486914719959" height="71.78209008364809" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="789.38935374744" y1="563.2188000711001" x2="762.898344311808" y2="563.2188000711001" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="761.189246928864" y="561.509702688156" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="776.143849029624" y="561.509702688156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="797.93484066216" y="563.2188000711001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="797.93484066216" y1="563.2188000711001" x2="824.425850097792" y2="563.2188000711001" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="822.716752714848" y="561.509702688156" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="811.1803453799761" y="561.509702688156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="789.38935374744" y="563.2188000711001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="343.95584831766" cy="298.30870571478005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="132.45504717834007" cy="298.30870571478005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="132.45504717834007" cy="315.39967954422" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="132.45504717834007" cy="332.49065337366005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="132.45504717834007" cy="349.5816272031" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="132.45504717834007" cy="366.67260103254006" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="132.45504717834007" cy="383.76357486198003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="132.45504717834007" cy="400.85454869142" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="343.95584831766" cy="400.85454869142" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="343.95584831766" cy="383.76357486198003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="343.95584831766" cy="366.67260103254" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="343.95584831766" cy="349.5816272031" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="343.95584831766" cy="332.49065337366" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="343.95584831766" cy="315.39967954422" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="545.8429766779201" cy="289.76321880006003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="785.1166102900801" cy="289.76321880006003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="785.1166102900801" cy="306.8541926295" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="785.1166102900801" cy="323.94516645894004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="785.1166102900801" cy="341.03614028838" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="785.1166102900801" cy="358.12711411782004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="785.1166102900801" cy="375.21808794726" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="785.1166102900801" cy="392.3090617767" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="785.1166102900801" cy="409.40003560614" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="545.8429766779201" cy="409.40003560614" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="545.8429766779201" cy="392.30906177670005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="545.8429766779201" cy="375.21808794726" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="545.8429766779201" cy="358.12711411782004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="545.8429766779201" cy="341.03614028838" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_14__stack1"><circle cx="545.8429766779201" cy="323.94516645894004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_15__stack1"><circle cx="545.8429766779201" cy="306.85419262950006" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1105.5723695920801" cy="511.94587858278" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1105.5723695920801" cy="529.03685241222" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1058.1449172153839" cy="238.49029731174002" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1058.1449172153839" cy="255.58127114118003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="1058.1449172153839" cy="272.67224497062" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="1058.1449172153839" cy="289.76321880006003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="762.898344311808" cy="563.2188000711001" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="824.425850097792" cy="563.2188000711001" r="3.418194765888" 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="
162
+ </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 545.8429766779201 358.12711411782004 L 528.7520028484801 358.12711411782004 L 528.7520028484801 375.21808794726 L 545.8429766779201 375.21808794726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 358.12711411782004 L 528.7520028484801 358.12711411782004 L 528.7520028484801 375.21808794726 L 545.8429766779201 375.21808794726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 824.425850097792 563.2188000711001 L 841.516823927232 563.2188000711001 L 841.516823927232 409.40003560614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 824.425850097792 563.2188000711001 L 841.516823927232 563.2188000711001 L 841.516823927232 409.40003560614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 785.1166102900801 409.40003560614 L 886.0388107529232 409.40003560614 L 886.0388107529232 306.8541926295 L 785.1166102900801 306.8541926295" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 409.40003560614 L 886.0388107529232 409.40003560614 L 886.0388107529232 306.8541926295 L 785.1166102900801 306.8541926295" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 545.8429766779201 323.94516645894004 L 537.2974897632 323.94516645894004 L 537.2974897632 341.03614028838 L 545.8429766779201 341.03614028838" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 323.94516645894004 L 537.2974897632 323.94516645894004 L 537.2974897632 341.03614028838 L 545.8429766779201 341.03614028838" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 545.8429766779201 306.85419262950006 L 537.2974897632 306.85419262950006 L 537.2974897632 323.94516645894004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 306.85419262950006 L 537.2974897632 306.85419262950006 L 537.2974897632 323.94516645894004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 343.95584831766 298.30870571478005 L 379.9323482286312 298.30870571478005 L 379.9323482286312 281.1322770161928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.95584831766 298.30870571478005 L 379.9323482286312 298.30870571478005 L 379.9323482286312 281.1322770161928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 343.95584831766 332.49065337366 L 467.9508634502472 332.49065337366 L 467.9508634502472 270.9631475876761" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.95584831766 332.49065337366 L 467.9508634502472 332.49065337366 L 467.9508634502472 270.9631475876761" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 785.1166102900801 392.3090617767 L 947.5663165389072 392.3090617767 L 947.5663165389072 387.9508634501928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 392.3090617767 L 947.5663165389072 392.3090617767 L 947.5663165389072 387.9508634501928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 1105.5723695920801 529.03685241222 L 1126.1669930565554 529.03685241222 L 1126.1669930565554 546.2132811108072" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.5723695920801 529.03685241222 L 1126.1669930565554 529.03685241222 L 1126.1669930565554 546.2132811108072" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 785.1166102900801 289.76321880006003 L 810.8385259033872 289.76321880006003 L 810.8385259033872 272.58679010147284" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 289.76321880006003 L 810.8385259033872 289.76321880006003 L 810.8385259033872 272.58679010147284" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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 1105.5723695920801 511.94587858278 L 1131.2942852053873 511.94587858278 L 1131.2942852053873 494.7694498841928" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1105.5723695920801 511.94587858278 L 1131.2942852053873 511.94587858278 L 1131.2942852053873 494.7694498841928" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_11__stack1"><path d="M 762.898344311808 563.2188000711001 L 737.1764286985009 563.2188000711001 L 737.1764286985009 524.6786540857129" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 762.898344311808 563.2188000711001 L 737.1764286985009 563.2188000711001 L 737.1764286985009 524.6786540857129" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_12__stack1"><path d="M 132.45504717834007 298.30870571478005 L 47.00017803114008 298.30870571478005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.45504717834007 298.30870571478005 L 47.00017803114008 298.30870571478005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_13__stack1"><path d="M 545.8429766779201 392.30906177670005 L 494.57005518960005 392.30906177670005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 392.30906177670005 L 494.57005518960005 392.30906177670005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_14__stack1"><path d="M 132.45504717834007 315.39967954422 L 47.00017803114008 315.39967954422" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.45504717834007 315.39967954422 L 47.00017803114008 315.39967954422" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_15__stack1"><path d="M 545.8429766779201 409.40003560614 L 460.38810753072005 409.40003560614" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 409.40003560614 L 460.38810753072005 409.40003560614" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_16__stack1"><path d="M 132.45504717834007 332.49065337366005 L 47.00017803114008 332.49065337366005" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 132.45504717834007 332.49065337366005 L 47.00017803114008 332.49065337366005" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_17__stack1"><path d="M 545.8429766779201 289.76321880006003 L 480.89727612604804 289.76321880006003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.8429766779201 289.76321880006003 L 480.89727612604804 289.76321880006003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_18__stack1"><path d="M 785.1166102900801 358.12711411782004 L 863.7350899055041 358.12711411782004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 358.12711411782004 L 863.7350899055041 358.12711411782004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_19__stack1"><path d="M 1058.1449172153839 238.49029731174002 L 1136.763396830808 238.49029731174002" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 238.49029731174002 L 1136.763396830808 238.49029731174002" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_20__stack1"><path d="M 785.1166102900801 375.21808794726 L 863.7350899055041 375.21808794726" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 375.21808794726 L 863.7350899055041 375.21808794726" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_21__stack1"><path d="M 1058.1449172153839 255.58127114118003 L 1136.763396830808 255.58127114118003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 255.58127114118003 L 1136.763396830808 255.58127114118003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_22__stack1"><path d="M 785.1166102900801 341.03614028838 L 863.7350899055041 341.03614028838" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 341.03614028838 L 863.7350899055041 341.03614028838" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_23__stack1"><path d="M 1058.1449172153839 272.67224497062 L 1136.763396830808 272.67224497062" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 272.67224497062 L 1136.763396830808 272.67224497062" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_24__stack1"><path d="M 785.1166102900801 323.94516645894004 L 863.7350899055041 323.94516645894004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 785.1166102900801 323.94516645894004 L 863.7350899055041 323.94516645894004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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_25__stack1"><path d="M 1058.1449172153839 289.76321880006003 L 1136.763396830808 289.76321880006003" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.672779063552px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1058.1449172153839 289.76321880006003 L 1136.763396830808 289.76321880006003" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.709097382944px" 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"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="537.2974897632" cy="323.94516645894004" r="2.563646074416" 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_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="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_19__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_20__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_21__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_22__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_23__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_24__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_25__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="166.63699483722007" y="281.21773188534" width="143.13690582155994" height="136.72779063552002" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="166.63699483722007" y="281.21773188534" width="143.13690582155994" height="136.72779063552002" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="298.30870571478005" x2="343.95584831766" y2="298.30870571478005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="342.24675093471603" y="296.59960833183607" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="296.599608331836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="298.30870571478005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">5V</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="298.30870571478005" x2="132.45504717834007" y2="298.30870571478005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="130.74594979539606" y="296.59960833183607" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="296.599608331836" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="298.30870571478005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D0</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="315.39967954422" x2="132.45504717834007" y2="315.39967954422" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="130.74594979539606" y="313.69058216127604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="313.69058216127604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="315.39967954422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D1</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="332.49065337366005" x2="132.45504717834007" y2="332.49065337366005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="130.74594979539606" y="330.7815559907161" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="330.781555990716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="332.49065337366005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D2</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="349.5816272031" x2="134.164144561284" y2="349.5816272031" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="349.5816272031" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="347.87252982015605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="347.87252982015605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="349.5816272031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D3</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="366.67260103254006" x2="134.164144561284" y2="366.67260103254006" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="366.67260103254006" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="364.9635036495961" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="364.963503649596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="366.67260103254006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D4</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="383.76357486198003" x2="134.164144561284" y2="383.76357486198003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="383.76357486198003" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="382.05447747903605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="382.054477479036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="383.76357486198003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D5</text><line class="component-pin sch-component-pin sch-port-line" x1="166.63699483722007" y1="400.85454869142" x2="134.164144561284" y2="400.85454869142" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="132.45504717834007" cy="400.85454869142" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="130.74594979539606" y="399.145451308476" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="149.5460210077801" y="399.145451308476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="175.18248175194003" y="400.85454869142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">D6</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="400.85454869142" x2="342.24675093471603" y2="400.85454869142" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="400.85454869142" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="399.145451308476" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="399.145451308476" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="400.85454869142" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D7</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="383.76357486198003" x2="342.24675093471603" y2="383.76357486198003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="383.76357486198003" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="382.05447747903605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="382.054477479036" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="383.76357486198003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D8</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="366.67260103254" x2="342.24675093471603" y2="366.67260103254" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="366.67260103254" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="364.963503649596" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="364.963503649596" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="366.67260103254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D9</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="349.5816272031" x2="342.24675093471603" y2="349.5816272031" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="349.5816272031" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="347.87252982015605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="347.872529820156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="349.5816272031" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">D10</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="332.49065337366" x2="343.95584831766" y2="332.49065337366" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="342.24675093471603" y="330.781555990716" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="330.781555990716" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="332.49065337366" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">3V3</text><line class="component-pin sch-component-pin sch-port-line" x1="309.77390065878" y1="315.39967954422" x2="342.24675093471603" y2="315.39967954422" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.95584831766" cy="315.39967954422" r="1.709097382944" stroke-width="1.709097382944px"/><rect x="342.24675093471603" y="313.69058216127604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="326.86487448822004" y="313.69058216127604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="301.22841374406005" y="315.39967954422" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" 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="580.0249243368" y="272.67224497062" width="170.90973829439997" height="153.81876446496005" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="580.0249243368" y="272.67224497062" width="170.90973829439997" height="153.81876446496005" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="289.76321880006003" x2="545.8429766779201" y2="289.76321880006003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="544.133879294976" y="288.05412141711605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="288.05412141711605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="289.76321880006003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">ENABLE</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="289.76321880006003" x2="785.1166102900801" y2="289.76321880006003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="783.407512907136" y="288.05412141711605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="288.05412141711605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="289.76321880006003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">VMOT</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="306.8541926295" x2="785.1166102900801" y2="306.8541926295" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="783.407512907136" y="305.145095246556" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="305.145095246556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="306.8541926295" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">GND_MOTOR</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="323.94516645894004" x2="785.1166102900801" y2="323.94516645894004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="783.407512907136" y="322.23606907599606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="322.236069075996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="323.94516645894004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2B</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="341.03614028838" x2="785.1166102900801" y2="341.03614028838" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="783.407512907136" y="339.32704290543603" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="339.32704290543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="341.03614028838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2A</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="358.12711411782004" x2="785.1166102900801" y2="358.12711411782004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="783.407512907136" y="356.41801673487606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="356.418016734876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="358.12711411782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1A</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="375.21808794726" x2="785.1166102900801" y2="375.21808794726" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="783.407512907136" y="373.50899056431604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="373.50899056431604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="375.21808794726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1B</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="392.3090617767" x2="785.1166102900801" y2="392.3090617767" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="783.407512907136" y="390.599964393756" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="390.599964393756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="392.3090617767" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="750.9346626312" y1="409.40003560614" x2="785.1166102900801" y2="409.40003560614" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="783.407512907136" y="407.69093822319604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="768.02563646064" y="407.69093822319604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="742.38917571648" y="409.40003560614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">GND_LOGIC</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="409.40003560614" x2="545.8429766779201" y2="409.40003560614" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="544.133879294976" y="407.69093822319604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="407.69093822319604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="409.40003560614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">DIR</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="392.30906177670005" x2="545.8429766779201" y2="392.30906177670005" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="544.133879294976" y="390.59996439375607" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="390.599964393756" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="392.30906177670005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">STEP</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="375.21808794726" x2="545.8429766779201" y2="375.21808794726" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="544.133879294976" y="373.50899056431604" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="373.50899056431604" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="375.21808794726" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">SLEEP</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="358.12711411782004" x2="545.8429766779201" y2="358.12711411782004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="544.133879294976" y="356.41801673487606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="356.418016734876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="358.12711411782004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="341.03614028838" x2="545.8429766779201" y2="341.03614028838" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="544.133879294976" y="339.32704290543603" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="339.32704290543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="341.03614028838" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">MS3</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="323.94516645894004" x2="545.8429766779201" y2="323.94516645894004" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_14__stack1"><rect x="544.133879294976" y="322.23606907599606" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="322.23606907599606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="323.94516645894004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">MS2</text><line class="component-pin sch-component-pin sch-port-line" x1="580.0249243368" y1="306.85419262950006" x2="545.8429766779201" y2="306.85419262950006" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_1_15__stack1"><rect x="544.133879294976" y="305.1450952465561" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="562.93395050736" y="305.145095246556" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="588.57041125152" y="306.85419262950006" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">MS1</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="943.2081182124" y="494.85490475334007" width="128.18230372080006" height="51.27292148831998" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="943.2081182124" y="494.85490475334007" width="128.18230372080006" height="51.27292148831998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1071.3904219332" y1="511.94587858278" x2="1105.5723695920801" y2="511.94587858278" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1103.863272209136" y="510.236781199836" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1088.48139576264" y="510.23678119983606" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1062.84493501848" y="511.94587858278" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">VMOT</text><line class="component-pin sch-component-pin sch-port-line" x1="1071.3904219332" y1="529.03685241222" x2="1105.5723695920801" y2="529.03685241222" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1103.863272209136" y="527.327755029276" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1088.48139576264" y="527.327755029276" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1062.84493501848" y="529.03685241222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">GND</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="990.6355705890961" y="221.39932348230002" width="33.32739896740793" height="85.45486914719999" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="990.6355705890961" y="221.39932348230002" width="33.32739896740793" height="85.45486914719999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="238.49029731174002" x2="1058.1449172153839" y2="238.49029731174002" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="1056.4358198324398" y="236.781199928796" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="236.781199928796" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="238.49029731174002" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1A</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="255.58127114118003" x2="1058.1449172153839" y2="255.58127114118003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="1056.4358198324398" y="253.87217375823602" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="253.87217375823602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="255.58127114118003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">1B</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="272.67224497062" x2="1058.1449172153839" y2="272.67224497062" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="1056.4358198324398" y="270.963147587676" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="270.963147587676" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="272.67224497062" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2A</text><line class="component-pin sch-component-pin sch-port-line" x1="1023.962969556504" y1="289.76321880006003" x2="1058.1449172153839" y2="289.76321880006003" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="1056.4358198324398" y="288.05412141711605" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="1041.053943385944" y="288.05412141711605" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="1015.4174826417841" y="289.76321880006003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">2B</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component chip sch-component-body" x="789.38935374744" y="527.327755029276" width="8.545486914719959" height="71.78209008364809" stroke-width="1.709097382944px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="789.38935374744" y="527.327755029276" width="8.545486914719959" height="71.78209008364809" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="789.38935374744" y1="563.2188000711001" x2="762.898344311808" y2="563.2188000711001" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="761.189246928864" y="561.509702688156" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="776.143849029624" y="561.509702688156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="797.93484066216" y="563.2188000711001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.81823037208px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="797.93484066216" y1="563.2188000711001" x2="824.425850097792" y2="563.2188000711001" stroke-width="1.709097382944px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="822.716752714848" y="561.509702688156" width="3.418194765888" height="3.418194765888" opacity="0"/></g><text class="pin-number sch-pin-number" x="811.1803453799761" y="561.509702688156" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.81823037208px" transform=""></text><text class="pin-number sch-pin-label" x="789.38935374744" y="563.2188000711001" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.81823037208px" transform="">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="343.95584831766" cy="298.30870571478005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="132.45504717834007" cy="298.30870571478005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="132.45504717834007" cy="315.39967954422" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="132.45504717834007" cy="332.49065337366005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="132.45504717834007" cy="349.5816272031" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="132.45504717834007" cy="366.67260103254006" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="132.45504717834007" cy="383.76357486198003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="132.45504717834007" cy="400.85454869142" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="343.95584831766" cy="400.85454869142" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="343.95584831766" cy="383.76357486198003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="343.95584831766" cy="366.67260103254" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="343.95584831766" cy="349.5816272031" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="343.95584831766" cy="332.49065337366" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="343.95584831766" cy="315.39967954422" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="545.8429766779201" cy="289.76321880006003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="785.1166102900801" cy="289.76321880006003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="785.1166102900801" cy="306.8541926295" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="785.1166102900801" cy="323.94516645894004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="785.1166102900801" cy="341.03614028838" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="785.1166102900801" cy="358.12711411782004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="785.1166102900801" cy="375.21808794726" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="785.1166102900801" cy="392.3090617767" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="785.1166102900801" cy="409.40003560614" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="545.8429766779201" cy="409.40003560614" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="545.8429766779201" cy="392.30906177670005" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="545.8429766779201" cy="375.21808794726" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="545.8429766779201" cy="358.12711411782004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="545.8429766779201" cy="341.03614028838" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_14__stack1"><circle cx="545.8429766779201" cy="323.94516645894004" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_15__stack1"><circle cx="545.8429766779201" cy="306.85419262950006" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1105.5723695920801" cy="511.94587858278" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1105.5723695920801" cy="529.03685241222" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1058.1449172153839" cy="238.49029731174002" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1058.1449172153839" cy="255.58127114118003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="1058.1449172153839" cy="272.67224497062" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="1058.1449172153839" cy="289.76321880006003" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="762.898344311808" cy="563.2188000711001" r="3.418194765888" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="824.425850097792" cy="563.2188000711001" r="3.418194765888" 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="
163
163
  M 379.9323482286312,281.1322770161928
164
164
  L 371.3868613139112,276.517714082244
165
165
  L 371.3868613139112,247.2123909560309