@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162

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 (63) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/dist/index.js +221 -29
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
  5. package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
  6. package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
  7. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  8. package/lib/types/InputProblem.ts +3 -0
  9. package/package.json +1 -1
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  11. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  12. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  13. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  14. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  15. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  16. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  17. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  18. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  19. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  20. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  21. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  22. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  23. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  25. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  26. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
  27. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  28. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  29. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  30. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  31. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  32. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  33. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
  34. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  35. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  36. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  37. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  38. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  39. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  40. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  41. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  42. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  43. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  44. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  45. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  46. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  47. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  48. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  49. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  50. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  51. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  52. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  53. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  54. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  55. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  56. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  57. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  58. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  59. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  60. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  61. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  62. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  63. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
@@ -0,0 +1,277 @@
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
+ <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="90.99207703097164,269.4749611433337 296.382728685697,316.17877857386554" 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="90.99207703097164,277.9665643125213 296.382728685697,324.67038174305316" 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="90.99207703097164,286.4581674817089 296.382728685697,265.2291595587399" 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="415.26517305432355,299.1955722354903 550.9185336820956,239.75435005117706" 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="415.26517305432355,307.68717540467793 550.9185336820956,248.24595322036467" 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="415.26517305432355,290.7039690663027 550.9185336820956,256.7375563895523" 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="415.26517305432355,282.2123658971151 550.9185336820956,265.2291595587399" 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="196.0756662496683,286.4581674817089 415.26517305432355,316.17877857386554" 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="196.0756662496683,286.4581674817089 296.382728685697,307.687175404678" 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="196.0756662496683,286.4581674817089 296.382728685697,299.1955722354904" 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="415.26517305432355,316.17877857386554 296.382728685697,307.687175404678" 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="415.26517305432355,316.17877857386554 296.382728685697,299.1955722354904" 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="296.382728685697,307.687175404678 296.382728685697,299.1955722354904" 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="196.0756662496683,277.9665643125213 415.26517305432355,273.72076272792754" 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="196.0756662496683,277.9665643125213 415.26517305432355,324.67038174305316" 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="196.0756662496683,277.9665643125213 296.382728685697,290.70396906630276" 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="196.0756662496683,277.9665643125213 296.382728685697,282.21236589711515" 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="196.0756662496683,277.9665643125213 296.382728685697,273.72076272792754" 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="196.0756662496683,277.9665643125213 574.4827324765913,384.11160392736645" 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="196.0756662496683,277.9665643125213 434.79586034345505,401.09481026574167" 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="415.26517305432355,273.72076272792754 415.26517305432355,324.67038174305316" 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="415.26517305432355,273.72076272792754 296.382728685697,290.70396906630276" 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="415.26517305432355,273.72076272792754 296.382728685697,282.21236589711515" 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="415.26517305432355,273.72076272792754 296.382728685697,273.72076272792754" 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="415.26517305432355,273.72076272792754 574.4827324765913,384.11160392736645" 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="415.26517305432355,273.72076272792754 434.79586034345505,401.09481026574167" 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="415.26517305432355,324.67038174305316 296.382728685697,290.70396906630276" 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="415.26517305432355,324.67038174305316 296.382728685697,282.21236589711515" 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="415.26517305432355,324.67038174305316 296.382728685697,273.72076272792754" 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="415.26517305432355,324.67038174305316 574.4827324765913,384.11160392736645" 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="415.26517305432355,324.67038174305316 434.79586034345505,401.09481026574167" 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="296.382728685697,290.70396906630276 296.382728685697,282.21236589711515" 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="296.382728685697,290.70396906630276 296.382728685697,273.72076272792754" 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="296.382728685697,290.70396906630276 574.4827324765913,384.11160392736645" 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="296.382728685697,290.70396906630276 434.79586034345505,401.09481026574167" 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="296.382728685697,282.21236589711515 296.382728685697,273.72076272792754" 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="296.382728685697,282.21236589711515 574.4827324765913,384.11160392736645" 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="296.382728685697,282.21236589711515 434.79586034345505,401.09481026574167" 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="296.382728685697,273.72076272792754 574.4827324765913,384.11160392736645" 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="296.382728685697,273.72076272792754 434.79586034345505,401.09481026574167" 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.4827324765913,384.11160392736645 434.79586034345505,401.09481026574167" 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="415.26517305432355,265.2291595587399 574.4827324765913,375.62000075817883" 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="415.26517305432355,265.2291595587399 404.2260889343796,401.09481026574167" 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.4827324765913,375.62000075817883 404.2260889343796,401.09481026574167" 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="296.382728685697,299.1955722354904 287.89112551650936,299.1955722354904 287.89112551650936,307.687175404678 296.382728685697,307.687175404678" 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="434.79586034345505,401.09481026574167 443.28746351264266,401.09481026574167 443.28746351264266,324.67038174305316 415.26517305432355,324.67038174305316" 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="415.26517305432355,324.67038174305316 465.4080897683764,324.67038174305316 465.4080897683764,273.72076272792754 415.26517305432355,273.72076272792754" 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="296.382728685697,282.21236589711515 292.1369271011032,282.21236589711515 292.1369271011032,290.70396906630276 296.382728685697,290.70396906630276" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.3999999999999999,0.49999999999999994 -0.5999999999999999,0.49999999999999994 -0.5999999999999999,0.29999999999999993 -0.3999999999999999,0.29999999999999993" data-type="line" data-label="" points="296.382728685697,273.72076272792754 287.89112551650936,273.72076272792754 287.89112551650936,282.21236589711515 296.382728685697,282.21236589711515" 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="196.0756662496683,269.4749611433337 213.95049092080822,269.4749611433337 213.95049092080822,260.9408999583002" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-2.7625,0.20000000000000007 -1.3115,0.20000000000000007 -1.3115,0.801" data-type="line" data-label="" points="196.0756662496683,286.4581674817089 257.68224724212445,286.4581674817089 257.68224724212445,260.9408999583002" 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="415.26517305432355,316.17877857386554 495.9778611774518,316.17877857386554 495.9778611774518,314.01341976572274" 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.4827324765913,384.11160392736645 584.7151142954624,384.11160392736645 584.7151142954624,392.6456651124" 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="415.26517305432355,265.2291595587399 428.0450358239509,265.2291595587399 428.0450358239509,256.69509837370634" 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.4827324765913,375.62000075817883 587.2625952462186,375.62000075817883 587.2625952462186,367.0859395731453" 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="404.2260889343796,401.09481026574167 391.44622616475226,401.09481026574167 391.44622616475226,381.94624511922365" 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="415.26517305432355,299.1955722354903 454.32654763258654,299.1955722354903" 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.9185336820956,239.75435005117706 589.9799082603586,239.75435005117706" 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="415.26517305432355,307.68717540467793 454.32654763258654,307.68717540467793" 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.9185336820956,248.24595322036467 589.9799082603586,248.24595322036467" 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="415.26517305432355,290.7039690663027 454.32654763258654,290.7039690663027" 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.9185336820956,256.7375563895523 589.9799082603586,256.7375563895523" 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="415.26517305432355,282.2123658971151 454.32654763258654,282.2123658971151" 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.9185336820956,265.2291595587399 589.9799082603586,265.2291595587399" 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="90.99207703097164" y="260.9833579741461" width="105.08358921869666" height="67.9328253535009" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="1" data-y="0" x="296.382728685697" y="256.7375563895523" width="118.88244436862658" height="76.42442852268846" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="schematic_component_2" data-x="5" data-y="-2" x="476.8292960309337" y="367.1283975889912" width="97.65343644565758" height="25.47480950756284" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="schematic_component_3" data-x="5" data-y="1" x="500.39349482542934" y="231.26274688198944" width="50.52503885666624" height="42.458015845938064" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="schematic_component_4" data-x="2.5" data-y="-2.5" x="404.2260889343796" y="383.2624436104477" width="30.56977140907543" height="35.66473331058796" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="-4.5375000000000005" data-y="0.915" x="105.42780241859056" y="250.79343417112096" width="30.569771409075344" height="10.614503961484502" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="U_DRIVER" data-x="0.48" data-y="1.0150000000000001" x="310.81845407331593" y="246.54763258652713" width="45.85465711361309" height="10.61450396148453" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="MOTOR_POWER" data-x="4.91" data-y="-1.585" x="491.26502141855264" y="356.9384737859661" width="61.139542818150744" height="10.614503961484502" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="STEPPER_MOTOR" data-x="5.585" data-y="1.6150000000000002" x="514.8292202130483" y="221.0728230789643" width="71.32946662117592" height="10.61450396148453" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: USB_5V
4
+ globalConnNetId: connectivity_net7" data-x="-2.3415000000000004" data-y="1.011" x="196.11812426551424" y="243.10853330300614" width="35.66473331058796" height="17.83236665529401" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: step
5
+ globalConnNetId: connectivity_net0" data-x="-5.5385" data-y="0.6" x="65.47480950756288" y="265.22915955873987" width="25.47480950756281" height="8.491603169187613" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: step
6
+ globalConnNetId: connectivity_net0" data-x="-0.701" data-y="-0.5" x="270.86546116228817" y="311.93297698927176" width="25.47480950756284" height="8.491603169187613" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: direction
7
+ globalConnNetId: connectivity_net1" data-x="-5.8385" data-y="0.39999999999999997" x="40.00000000000006" y="273.72076272792754" width="50.94961901512562" height="8.491603169187613" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: direction
8
+ globalConnNetId: connectivity_net1" data-x="-1.001" data-y="-0.7" x="245.3906516547254" y="320.4245801584593" width="50.94961901512568" height="8.491603169187613" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: enable
9
+ globalConnNetId: connectivity_net2" data-x="-5.6585" data-y="0.19999999999999996" x="55.284885704537714" y="282.2123658971151" width="35.66473331058796" height="8.491603169187613" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: enable
10
+ globalConnNetId: connectivity_net2" data-x="-0.8209999999999998" data-y="0.7" x="260.6755373592631" y="260.9833579741461" width="35.66473331058796" height="8.491603169187613" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: LOGIC_3V3
11
+ globalConnNetId: connectivity_net8" data-x="-1.3115" data-y="1.0110000000000001" x="232.2074377345616" y="243.10853330300614" width="50.94961901512568" height="17.83236665529401" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: LOGIC_3V3
12
+ globalConnNetId: connectivity_net8" data-x="4.301" data-y="-0.23899999999999996" x="470.503051669889" y="296.18105311042876" width="50.94961901512568" height="17.83236665529398" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: LOGIC_3V3
13
+ globalConnNetId: connectivity_net8" data-x="-0.8099999999999998" data-y="-0.10000000000000009" x="270.0587588612154" y="273.72076272792754" width="17.83236665529398" height="50.94961901512562" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: GND
14
+ globalConnNetId: connectivity_net9" data-x="-2.5515000000000003" data-y="0.4" x="196.11812426551424" y="273.72076272792754" width="17.83236665529398" height="8.491603169187556" fill="#00000066" stroke="#000000" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: GND
15
+ globalConnNetId: connectivity_net9" data-x="3.581" data-y="-0.9099999999999999" x="455.21816596535126" y="324.67038174305316" width="20.379847606050248" height="17.83236665529398" fill="#00000066" stroke="#000000" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: GND
16
+ globalConnNetId: connectivity_net9" data-x="-0.8099999999999998" data-y="0.49999999999999994" x="270.0587588612154" y="263.53083892490235" width="17.83236665529398" height="20.379847606050305" fill="#00000066" stroke="#000000" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: GND
17
+ globalConnNetId: connectivity_net9" data-x="6.391000000000001" data-y="-2.511" x="574.5251904924373" y="392.6456651124" width="20.379847606050248" height="17.83236665529398" fill="#00000066" stroke="#000000" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: VMOT
18
+ globalConnNetId: connectivity_net10" data-x="2.7009999999999996" data-y="1.111" x="415.30763107016946" y="238.86273171841236" width="25.47480950756284" height="17.83236665529398" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: VMOT
19
+ globalConnNetId: connectivity_net10" data-x="6.4510000000000005" data-y="-1.489" x="574.5251904924371" y="349.25357291785133" width="25.47480950756278" height="17.83236665529398" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="netId: VMOT
20
+ globalConnNetId: connectivity_net10" data-x="1.8390000000000002" data-y="-1.8390000000000004" x="378.7088214109708" y="364.11387846392967" width="25.47480950756284" height="17.83236665529398" fill="#ef444466" stroke="#ef4444" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_1a
21
+ axis: x
22
+ side: y+" data-x="2.86" data-y="0.010000000000000134" x="419.51097463891733" y="291.9777095416809" width="30.56977140907543" height="5.094961901512534" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_1a
23
+ axis: x
24
+ side: y+" data-x="6.055" data-y="1.4100000000000001" x="555.1643352666894" y="232.5364873573676" width="30.56977140907543" height="5.094961901512562" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_1b
25
+ axis: x
26
+ side: y+" data-x="2.86" data-y="-0.18999999999999995" x="419.51097463891733" y="300.4693127108685" width="30.56977140907543" height="5.094961901512534" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_1b
27
+ axis: x
28
+ side: y+" data-x="6.055" data-y="1.2100000000000002" x="555.1643352666894" y="241.02809052655522" width="30.56977140907543" height="5.094961901512562" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_2a
29
+ axis: x
30
+ side: y+" data-x="2.86" data-y="0.21000000000000008" x="419.51097463891733" y="283.4861063724933" width="30.56977140907543" height="5.094961901512534" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_2a
31
+ axis: x
32
+ side: y+" data-x="6.055" data-y="1.01" x="555.1643352666894" y="249.51969369574283" width="30.56977140907543" height="5.094961901512562" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_2b
33
+ axis: x
34
+ side: y+" data-x="2.86" data-y="0.41000000000000003" x="419.51097463891733" y="274.99450320330567" width="30.56977140907543" height="5.094961901512534" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><g><rect data-type="rect" data-label="INLINE netId: motor_2b
35
+ axis: x
36
+ side: y+" data-x="6.055" data-y="0.8099999999999999" x="555.1643352666894" y="258.01129686493044" width="30.56977140907543" height="5.094961901512534" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.02355267857142857"/></g><text data-type="text" data-label="motor_1a" data-x="2.5" data-y="0.010000000000000134" x="419.51097463891733" y="294.52519049243716" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_1a</text><text data-type="text" data-label="motor_1a" data-x="5.694999999999999" data-y="1.4100000000000001" x="555.1643352666895" y="235.08396830812387" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_1a</text><text data-type="text" data-label="motor_1b" data-x="2.5" data-y="-0.18999999999999995" x="419.51097463891733" y="303.0167936616248" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_1b</text><text data-type="text" data-label="motor_1b" data-x="5.694999999999999" data-y="1.2100000000000002" x="555.1643352666895" y="243.57557147731148" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_1b</text><text data-type="text" data-label="motor_2a" data-x="2.5" data-y="0.21000000000000008" x="419.51097463891733" y="286.03358732324955" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_2a</text><text data-type="text" data-label="motor_2a" data-x="5.694999999999999" data-y="1.01" x="555.1643352666895" y="252.0671746464991" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_2a</text><text data-type="text" data-label="motor_2b" data-x="2.5" data-y="0.41000000000000003" x="419.51097463891733" y="277.54198415406194" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_2b</text><text data-type="text" data-label="motor_2b" data-x="5.694999999999999" data-y="0.8099999999999999" x="555.1643352666895" y="260.5587778156867" fill="green" font-size="5.0949619015125664" font-family="sans-serif" text-anchor="start" dominant-baseline="central">motor_2b</text><g><circle data-type="point" data-label="5V
37
+ x+" data-x="-2.7625" data-y="0.6" cx="196.0756662496683" cy="269.4749611433337" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D0
38
+ x-" data-x="-5.2375" data-y="0.6" cx="90.99207703097164" cy="269.4749611433337" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D1
39
+ x-" data-x="-5.2375" data-y="0.39999999999999997" cx="90.99207703097164" cy="277.9665643125213" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D2
40
+ x-" data-x="-5.2375" data-y="0.19999999999999996" cx="90.99207703097164" cy="286.4581674817089" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D3
41
+ x-" data-x="-5.2375" data-y="-1.1102230246251565e-16" cx="90.99207703097164" cy="294.94977065089654" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D4
42
+ x-" data-x="-5.2375" data-y="-0.20000000000000007" cx="90.99207703097164" cy="303.44137382008415" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D5
43
+ x-" data-x="-5.2375" data-y="-0.4" cx="90.99207703097164" cy="311.93297698927176" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D6
44
+ x-" data-x="-5.2375" data-y="-0.6" cx="90.99207703097164" cy="320.4245801584594" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D7
45
+ x+" data-x="-2.7625" data-y="-0.6" cx="196.0756662496683" cy="320.4245801584594" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D8
46
+ x+" data-x="-2.7625" data-y="-0.39999999999999997" cx="196.0756662496683" cy="311.93297698927176" r="3" fill="hsl(248, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D9
47
+ x+" data-x="-2.7625" data-y="-0.19999999999999996" cx="196.0756662496683" cy="303.44137382008415" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="D10
48
+ x+" data-x="-2.7625" data-y="1.1102230246251565e-16" cx="196.0756662496683" cy="294.94977065089654" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="3V3
49
+ x+" data-x="-2.7625" data-y="0.20000000000000007" cx="196.0756662496683" cy="286.4581674817089" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND
50
+ x+" data-x="-2.7625" data-y="0.4" cx="196.0756662496683" cy="277.9665643125213" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="ENABLE
51
+ x-" data-x="-0.3999999999999999" data-y="0.7" cx="296.382728685697" cy="265.2291595587399" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VMOT
52
+ x+" data-x="2.4" data-y="0.7" cx="415.26517305432355" cy="265.2291595587399" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND_MOTOR
53
+ x+" data-x="2.4" data-y="0.5" cx="415.26517305432355" cy="273.72076272792754" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2B
54
+ x+" data-x="2.4" data-y="0.30000000000000004" cx="415.26517305432355" cy="282.2123658971151" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2A
55
+ x+" data-x="2.4" data-y="0.10000000000000009" cx="415.26517305432355" cy="290.7039690663027" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1A
56
+ x+" data-x="2.4" data-y="-0.09999999999999987" cx="415.26517305432355" cy="299.1955722354903" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1B
57
+ x+" data-x="2.4" data-y="-0.29999999999999993" cx="415.26517305432355" cy="307.68717540467793" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VDD
58
+ x+" data-x="2.4" data-y="-0.49999999999999994" cx="415.26517305432355" cy="316.17877857386554" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND_LOGIC
59
+ x+" data-x="2.4" data-y="-0.7" cx="415.26517305432355" cy="324.67038174305316" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="DIR
60
+ x-" data-x="-0.3999999999999999" data-y="-0.7" cx="296.382728685697" cy="324.67038174305316" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="STEP
61
+ x-" data-x="-0.3999999999999999" data-y="-0.5" cx="296.382728685697" cy="316.17877857386554" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="SLEEP
62
+ x-" data-x="-0.3999999999999999" data-y="-0.30000000000000004" cx="296.382728685697" cy="307.687175404678" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="RESET
63
+ x-" data-x="-0.3999999999999999" data-y="-0.10000000000000009" cx="296.382728685697" cy="299.1955722354904" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="MS3
64
+ x-" data-x="-0.3999999999999999" data-y="0.09999999999999987" cx="296.382728685697" cy="290.70396906630276" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="MS2
65
+ x-" data-x="-0.3999999999999999" data-y="0.29999999999999993" cx="296.382728685697" cy="282.21236589711515" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="MS1
66
+ x-" data-x="-0.3999999999999999" data-y="0.49999999999999994" cx="296.382728685697" cy="273.72076272792754" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="VMOT
67
+ x+" data-x="6.15" data-y="-1.9" cx="574.4827324765913" cy="375.62000075817883" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="GND
68
+ x+" data-x="6.15" data-y="-2.1" cx="574.4827324765913" cy="384.11160392736645" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1A
69
+ x+" data-x="5.595" data-y="1.3" cx="550.9185336820956" cy="239.75435005117706" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="1B
70
+ x+" data-x="5.595" data-y="1.1" cx="550.9185336820956" cy="248.24595322036467" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2A
71
+ x+" data-x="5.595" data-y="0.8999999999999999" cx="550.9185336820956" cy="256.7375563895523" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="2B
72
+ x+" data-x="5.595" data-y="0.7" cx="550.9185336820956" cy="265.2291595587399" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="pos
73
+ x-" data-x="2.14" data-y="-2.5" cx="404.2260889343796" cy="401.09481026574167" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="neg
74
+ x+" data-x="2.86" data-y="-2.5" cx="434.79586034345505" cy="401.09481026574167" r="3" fill="hsl(184, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
75
+ orientation: y+" data-x="-2.3415000000000004" data-y="0.8009999999999999" cx="213.95049092080822" cy="260.9408999583002" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
76
+ orientation: x-" data-x="-5.2375" data-y="0.6" cx="90.99207703097164" cy="269.4749611433337" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
77
+ orientation: x-" data-x="-0.3999999999999999" data-y="-0.5" cx="296.382728685697" cy="316.17877857386554" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
78
+ orientation: x-" data-x="-5.2375" data-y="0.39999999999999997" cx="90.99207703097164" cy="277.9665643125213" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
79
+ orientation: x-" data-x="-0.3999999999999999" data-y="-0.7" cx="296.382728685697" cy="324.67038174305316" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
80
+ orientation: x-" data-x="-5.2375" data-y="0.19999999999999996" cx="90.99207703097164" cy="286.4581674817089" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
81
+ orientation: x-" data-x="-0.3999999999999999" data-y="0.7" cx="296.382728685697" cy="265.2291595587399" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
82
+ orientation: y+" data-x="-1.3115" data-y="0.801" cx="257.68224724212445" cy="260.9408999583002" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
83
+ orientation: y+" data-x="4.301" data-y="-0.44899999999999995" cx="495.9778611774518" cy="314.01341976572274" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
84
+ orientation: x-" data-x="-0.5999999999999999" data-y="-0.10000000000000009" cx="287.89112551650936" cy="299.1955722354904" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
85
+ orientation: x+" data-x="-2.7625" data-y="0.4" cx="196.0756662496683" cy="277.9665643125213" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
86
+ orientation: y-" data-x="3.581" data-y="-0.7" cx="465.4080897683764" cy="324.67038174305316" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
87
+ orientation: x-" data-x="-0.5999999999999999" data-y="0.49999999999999994" cx="287.89112551650936" cy="273.72076272792754" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
88
+ orientation: y-" data-x="6.391000000000001" data-y="-2.301" cx="584.7151142954624" cy="392.6456651124" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
89
+ orientation: y+" data-x="2.7009999999999996" data-y="0.901" cx="428.0450358239509" cy="256.69509837370634" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
90
+ orientation: y+" data-x="6.4510000000000005" data-y="-1.699" cx="587.2625952462186" cy="367.0859395731453" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
91
+ orientation: y+" data-x="1.8390000000000002" data-y="-2.0490000000000004" cx="391.44622616475226" cy="381.94624511922365" r="3" fill="hsl(80, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="inline anchor
92
+ motor_1a" data-x="2.86" data-y="-0.09999999999999987" cx="434.79586034345505" cy="299.1955722354903" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
93
+ motor_1a" data-x="6.055" data-y="1.3" cx="570.4492209712271" cy="239.75435005117706" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
94
+ motor_1b" data-x="2.86" data-y="-0.29999999999999993" cx="434.79586034345505" cy="307.68717540467793" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
95
+ motor_1b" data-x="6.055" data-y="1.1" cx="570.4492209712271" cy="248.24595322036467" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
96
+ motor_2a" data-x="2.86" data-y="0.10000000000000009" cx="434.79586034345505" cy="290.7039690663027" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
97
+ motor_2a" data-x="6.055" data-y="0.8999999999999999" cx="570.4492209712271" cy="256.7375563895523" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
98
+ motor_2b" data-x="2.86" data-y="0.30000000000000004" cx="434.79586034345505" cy="282.2123658971151" r="3" fill="green"/></g><g><circle data-type="point" data-label="inline anchor
99
+ motor_2b" data-x="6.055" data-y="0.7" cx="570.4492209712271" cy="265.2291595587399" r="3" fill="green"/></g><g id="crosshair" style="display: none"><line id="crosshair-h" y1="0" y2="640" stroke="#666" stroke-width="0.5"/><line id="crosshair-v" x1="0" x2="640" stroke="#666" stroke-width="0.5"/><text id="coordinates" font-family="monospace" font-size="12" fill="#666"></text></g><script><![CDATA[
100
+ document.currentScript.parentElement.addEventListener('mousemove', (e) => {
101
+ const svg = e.currentTarget;
102
+ const rect = svg.getBoundingClientRect();
103
+ const x = e.clientX - rect.left;
104
+ const y = e.clientY - rect.top;
105
+ const crosshair = svg.getElementById('crosshair');
106
+ const h = svg.getElementById('crosshair-h');
107
+ const v = svg.getElementById('crosshair-v');
108
+ const coords = svg.getElementById('coordinates');
109
+
110
+ crosshair.style.display = 'block';
111
+ h.setAttribute('x1', '0');
112
+ h.setAttribute('x2', '640');
113
+ h.setAttribute('y1', y);
114
+ h.setAttribute('y2', y);
115
+ v.setAttribute('x1', x);
116
+ v.setAttribute('x2', x);
117
+ v.setAttribute('y1', '0');
118
+ v.setAttribute('y2', '640');
119
+
120
+ // Calculate real coordinates using inverse transformation
121
+ const matrix = {"a":42.45801584593806,"c":0,"e":313.3659350240722,"b":0,"d":-42.45801584593806,"f":294.94977065089654};
122
+ // Manually invert and apply the affine transform
123
+ // Since we only use translate and scale, we can directly compute:
124
+ // x' = (x - tx) / sx
125
+ // y' = (y - ty) / sy
126
+ const sx = matrix.a;
127
+ const sy = matrix.d;
128
+ const tx = matrix.e;
129
+ const ty = matrix.f;
130
+ const realPoint = {
131
+ x: (x - tx) / sx,
132
+ y: (y - ty) / sy // Flip y back since we used negative scale
133
+ }
134
+
135
+ coords.textContent = `(${realPoint.x.toFixed(2)}, ${realPoint.y.toFixed(2)})`;
136
+ coords.setAttribute('x', (x + 5).toString());
137
+ coords.setAttribute('y', (y - 5).toString());
138
+ });
139
+ document.currentScript.parentElement.addEventListener('mouseleave', () => {
140
+ document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
141
+ });
142
+ ]]></script>
143
+ </g>
144
+ <g transform="translate(0, 1216)">
145
+ <style>
146
+ .boundary { fill: rgb(245, 241, 237); }
147
+ .schematic-boundary { fill: none; stroke: #fff; }
148
+ .component { fill: none; stroke: rgb(132, 0, 0); }
149
+ .chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
150
+ .component-pin { fill: none; stroke: rgb(132, 0, 0); }
151
+ .text { font-family: sans-serif; fill: rgb(0, 150, 0); }
152
+ .pin-number { fill: rgb(169, 0, 0); }
153
+ .port-label { fill: rgb(0, 100, 100); }
154
+ .component-name { fill: rgb(0, 100, 100); }
155
+
156
+ </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 553.63116305578 358.62563943788 L 536.74366894882 358.62563943788 L 536.74366894882 375.51313354484 L 553.63116305578 375.51313354484" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.63116305578 358.62563943788 L 536.74366894882 358.62563943788 L 536.74366894882 375.51313354484 L 553.63116305578 375.51313354484" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 828.897316999228 561.2755687214 L 845.784811106188 561.2755687214 L 845.784811106188 409.28812175876 L 790.05608055322 409.28812175876" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 828.897316999228 561.2755687214 L 845.784811106188 561.2755687214 L 845.784811106188 409.28812175876 L 790.05608055322 409.28812175876" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 409.28812175876 L 889.7767332548187 409.28812175876 L 889.7767332548187 307.963157117 L 790.05608055322 307.963157117" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 409.28812175876 L 889.7767332548187 409.28812175876 L 889.7767332548187 307.963157117 L 790.05608055322 307.963157117" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 553.63116305578 324.85065122395997 L 545.1874160023 324.85065122395997 L 545.1874160023 341.73814533092 L 553.63116305578 341.73814533092" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.63116305578 324.85065122395997 L 545.1874160023 324.85065122395997 L 545.1874160023 341.73814533092 L 553.63116305578 341.73814533092" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 553.63116305578 307.963157117 L 536.74366894882 307.963157117 L 536.74366894882 324.85065122395997 L 553.63116305578 324.85065122395997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 553.63116305578 307.963157117 L 536.74366894882 307.963157117 L 536.74366894882 324.85065122395997 L 553.63116305578 324.85065122395997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 354.14763891731496 299.51941006352 L 389.6958140124658 299.51941006352 L 389.6958140124658 282.54747848602517" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 354.14763891731496 299.51941006352 L 389.6958140124658 299.51941006352 L 389.6958140124658 282.54747848602517" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 354.14763891731496 333.29439827744 L 476.66640866330977 333.29439827744 L 476.66640866330977 282.54747848602517" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 354.14763891731496 333.29439827744 L 476.66640866330977 333.29439827744 L 476.66640866330977 282.54747848602517" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 392.4006276518 L 950.5717120398748 392.4006276518 L 950.5717120398748 388.0943166545252" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 392.4006276518 L 950.5717120398748 392.4006276518 L 950.5717120398748 388.0943166545252" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 1106.69659505872 527.50058050748 L 1127.046025457607 527.50058050748 L 1127.046025457607 544.4725120849748" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1106.69659505872 527.50058050748 L 1127.046025457607 527.50058050748 L 1127.046025457607 544.4725120849748" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 291.07566301004 L 815.4717591841948 291.07566301004 L 815.4717591841948 274.1037314325452" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 291.07566301004 L 815.4717591841948 291.07566301004 L 815.4717591841948 274.1037314325452" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 1106.69659505872 510.61308640052 L 1132.1122736896948 510.61308640052 L 1132.1122736896948 493.6411548230252" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1106.69659505872 510.61308640052 L 1132.1122736896948 510.61308640052 L 1132.1122736896948 493.6411548230252" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 768.102338214172 561.2755687214 L 742.6866595831972 561.2755687214 L 742.6866595831972 523.1942695102052" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 768.102338214172 561.2755687214 L 742.6866595831972 561.2755687214 L 742.6866595831972 523.1942695102052" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 358.62563943787995 L 867.738553445236 358.62563943787995" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 358.62563943787995 L 867.738553445236 358.62563943787995" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 1059.833798911906 240.41318068916 L 1137.5162718039219 240.41318068916" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1059.833798911906 240.41318068916 L 1137.5162718039219 240.41318068916" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 375.51313354484 L 867.738553445236 375.51313354484" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 375.51313354484 L 867.738553445236 375.51313354484" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 1059.833798911906 257.30067479612 L 1137.5162718039219 257.30067479612" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1059.833798911906 257.30067479612 L 1137.5162718039219 257.30067479612" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 341.73814533091996 L 867.738553445236 341.73814533091996" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 341.73814533091996 L 867.738553445236 341.73814533091996" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 1059.833798911906 274.18816890308 L 1137.5162718039219 274.18816890308" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1059.833798911906 274.18816890308 L 1137.5162718039219 274.18816890308" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 790.05608055322 324.85065122395997 L 867.738553445236 324.85065122395997" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 790.05608055322 324.85065122395997 L 867.738553445236 324.85065122395997" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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 1059.833798911906 291.07566301004 L 1137.5162718039219 291.07566301004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="13.509995285568px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1059.833798911906 291.07566301004 L 1137.5162718039219 291.07566301004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.688749410696px" 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="790.05608055322" cy="409.28812175876" r="2.5331241160439997" 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="553.63116305578" cy="324.85065122395997" r="2.5331241160439997" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="178.93988755760506" y="282.63191595655996" width="141.43276314578992" height="135.09995285568004" stroke-width="1.688749410696px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="178.93988755760506" y="282.63191595655996" width="141.43276314578992" height="135.09995285568004" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="299.51941006352" x2="354.14763891731496" y2="299.51941006352" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="352.45888950661896" y="297.830660652824" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="297.830660652824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="299.51941006352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">5V</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="299.51941006352" x2="146.85364875438097" y2="299.51941006352" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="299.51941006352" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="297.830660652824" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="297.830660652824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="299.51941006352" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D0</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="316.40690417048" x2="146.85364875438097" y2="316.40690417048" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="316.40690417048" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="314.718154759784" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="314.718154759784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="316.40690417048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D1</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="333.29439827744" x2="146.85364875438097" y2="333.29439827744" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="333.29439827744" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="331.605648866744" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="331.605648866744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="333.29439827744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D2</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="350.1818923844" x2="146.85364875438097" y2="350.1818923844" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="350.1818923844" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="348.493142973704" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="348.493142973704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="350.1818923844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D3</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="367.06938649136" x2="146.85364875438097" y2="367.06938649136" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="367.06938649136" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="365.380637080664" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="365.380637080664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="367.06938649136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D4</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="383.95688059831997" x2="146.85364875438097" y2="383.95688059831997" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="383.95688059831997" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="382.26813118762396" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="382.26813118762396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="383.95688059831997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D5</text><line class="component-pin sch-component-pin sch-port-line" x1="178.93988755760506" y1="400.84437470527996" x2="146.85364875438097" y2="400.84437470527996" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="145.16489934368502" cy="400.84437470527996" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="143.47614993298902" y="399.15562529458396" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="162.052393450645" y="399.15562529458396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="187.38363461108503" y="400.84437470527996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D6</text><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="400.84437470527996" x2="352.458889506619" y2="400.84437470527996" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="354.14763891731496" cy="400.84437470527996" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="352.45888950661896" y="399.15562529458396" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="399.15562529458396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="400.84437470527996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D7</text><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="383.95688059831997" x2="352.458889506619" y2="383.95688059831997" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="354.14763891731496" cy="383.95688059831997" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="352.45888950661896" y="382.26813118762396" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="382.26813118762396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="383.95688059831997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D8</text><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="367.06938649136" x2="352.458889506619" y2="367.06938649136" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="354.14763891731496" cy="367.06938649136" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="352.45888950661896" y="365.380637080664" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="365.380637080664" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="367.06938649136" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D9</text><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="350.1818923844" x2="352.458889506619" y2="350.1818923844" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="354.14763891731496" cy="350.1818923844" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="352.45888950661896" y="348.493142973704" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="348.493142973704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="350.1818923844" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">D10</text><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="333.29439827744" x2="354.14763891731496" y2="333.29439827744" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="352.45888950661896" y="331.605648866744" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="331.605648866744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="333.29439827744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">3V3</text><line class="component-pin sch-component-pin sch-port-line" x1="320.372650703395" y1="316.40690417048" x2="352.458889506619" y2="316.40690417048" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="354.14763891731496" cy="316.40690417048" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="352.45888950661896" y="314.718154759784" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="337.260144810355" y="314.718154759784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="311.92890364991496" y="316.40690417048" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" 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="587.4061512697" y="274.18816890308" width="168.87494106960003" height="151.98744696263998" stroke-width="1.688749410696px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="587.4061512697" y="274.18816890308" width="168.87494106960003" height="151.98744696263998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="291.07566301004" x2="555.319912466476" y2="291.07566301004" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.63116305578" cy="291.07566301004" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="551.942413645084" y="289.386913599344" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="289.386913599344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="291.07566301004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">ENABLE</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="291.07566301004" x2="790.05608055322" y2="291.07566301004" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="788.367331142524" y="289.386913599344" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="289.386913599344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="291.07566301004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">VMOT</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="307.963157117" x2="790.05608055322" y2="307.963157117" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><rect x="788.367331142524" y="306.274407706304" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="306.274407706304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="307.963157117" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">GND_MOTOR</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="324.85065122395997" x2="790.05608055322" y2="324.85065122395997" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="788.367331142524" y="323.16190181326397" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="323.16190181326397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="324.85065122395997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">2B</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="341.73814533091996" x2="790.05608055322" y2="341.73814533091996" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="788.367331142524" y="340.04939592022396" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="340.04939592022396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="341.73814533091996" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">2A</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="358.62563943787995" x2="790.05608055322" y2="358.62563943787995" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="788.367331142524" y="356.93689002718395" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="356.93689002718395" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="358.62563943787995" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">1A</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="375.51313354484" x2="790.05608055322" y2="375.51313354484" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="788.367331142524" y="373.824384134144" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="373.824384134144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="375.51313354484" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">1B</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="392.4006276518" x2="790.05608055322" y2="392.4006276518" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="788.367331142524" y="390.711878241104" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="390.711878241104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="392.4006276518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">VDD</text><line class="component-pin sch-component-pin sch-port-line" x1="756.2810923393" y1="409.28812175876" x2="790.05608055322" y2="409.28812175876" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><rect x="788.367331142524" y="407.599372348064" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.16858644626" y="407.599372348064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="747.83734528582" y="409.28812175876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">GND_LOGIC</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="409.28812175876" x2="555.319912466476" y2="409.28812175876" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.63116305578" cy="409.28812175876" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="551.942413645084" y="407.599372348064" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="407.599372348064" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="409.28812175876" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">DIR</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="392.4006276518" x2="555.319912466476" y2="392.4006276518" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="553.63116305578" cy="392.4006276518" r="1.688749410696" stroke-width="1.688749410696px"/><rect x="551.942413645084" y="390.711878241104" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="390.711878241104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="392.4006276518" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">STEP</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="375.51313354484" x2="553.63116305578" y2="375.51313354484" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="551.942413645084" y="373.824384134144" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="373.824384134144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="375.51313354484" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">SLEEP</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="358.62563943788" x2="553.63116305578" y2="358.62563943788" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="551.942413645084" y="356.936890027184" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="356.936890027184" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="358.62563943788" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">RESET</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="341.73814533092" x2="553.63116305578" y2="341.73814533092" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_13__stack1"><rect x="551.942413645084" y="340.049395920224" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="340.049395920224" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="341.73814533092" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">MS3</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="324.85065122395997" x2="553.63116305578" y2="324.85065122395997" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_14__stack1"><rect x="551.942413645084" y="323.16190181326397" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="323.16190181326397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="324.85065122395997" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">MS2</text><line class="component-pin sch-component-pin sch-port-line" x1="587.4061512697" y1="307.963157117" x2="553.63116305578" y2="307.963157117" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_1_15__stack1"><rect x="551.942413645084" y="306.274407706304" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="570.51865716274" y="306.274407706304" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="595.84989832318" y="307.963157117" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" 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="946.2654010425999" y="493.72559229356" width="126.65620580220002" height="50.66248232088003" stroke-width="1.688749410696px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="946.2654010425999" y="493.72559229356" width="126.65620580220002" height="50.66248232088003" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1072.9216068448" y1="510.61308640052" x2="1106.69659505872" y2="510.61308640052" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1105.0078456480242" y="508.924336989824" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="1089.80910095176" y="508.924336989824" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="1064.47785979132" y="510.61308640052" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">VMOT</text><line class="component-pin sch-component-pin sch-port-line" x1="1072.9216068448" y1="527.50058050748" x2="1106.69659505872" y2="527.50058050748" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1105.0078456480242" y="525.811831096784" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="1089.80910095176" y="525.811831096784" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="1064.47785979132" y="527.50058050748" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" 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="993.1281971894141" y="223.5256865822" width="32.93061350857192" height="84.43747053479998" stroke-width="1.688749410696px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="993.1281971894141" y="223.5256865822" width="32.93061350857192" height="84.43747053479998" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1026.058810697986" y1="240.41318068916" x2="1059.833798911906" y2="240.41318068916" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="1058.14504950121" y="238.72443127846398" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="1042.946304804946" y="238.72443127846398" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="1017.6150636445059" y="240.41318068916" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">1A</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.058810697986" y1="257.30067479612" x2="1059.833798911906" y2="257.30067479612" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="1058.14504950121" y="255.611925385424" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="1042.946304804946" y="255.61192538542397" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="1017.6150636445059" y="257.30067479612" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">1B</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.058810697986" y1="274.18816890308" x2="1059.833798911906" y2="274.18816890308" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_3_2__stack1"><rect x="1058.14504950121" y="272.499419492384" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="1042.946304804946" y="272.499419492384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="1017.6150636445059" y="274.18816890308" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">2A</text><line class="component-pin sch-component-pin sch-port-line" x1="1026.058810697986" y1="291.07566301004" x2="1059.833798911906" y2="291.07566301004" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_3_3__stack1"><rect x="1058.14504950121" y="289.386913599344" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="1042.946304804946" y="289.386913599344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="1017.6150636445059" y="291.07566301004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" 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="794.27795407996" y="525.811831096784" width="8.443747053480024" height="70.92747524923209" stroke-width="1.688749410696px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="794.27795407996" y="525.811831096784" width="8.443747053480024" height="70.92747524923209" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="794.27795407996" y1="561.2755687214" x2="768.102338214172" y2="561.2755687214" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_4_0__stack1"><rect x="766.413588803476" y="559.586819310704" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="781.190146147066" y="559.586819310704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="802.72170113344" y="561.2755687214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="12.665620580219999px" transform="">pos</text><line class="component-pin sch-component-pin sch-port-line" x1="802.72170113344" y1="561.2755687214" x2="828.897316999228" y2="561.2755687214" stroke-width="1.688749410696px"/><g class="sch-port" data-schematic-port-id="source_port_4_1__stack1"><rect x="827.208567588532" y="559.586819310704" width="3.377498821392" height="3.377498821392" opacity="0"/></g><text class="pin-number sch-pin-number" x="815.8095090663339" y="559.586819310704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="12.665620580219999px" transform=""></text><text class="pin-number sch-pin-label" x="794.27795407996" y="561.2755687214" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="12.665620580219999px" transform="">neg</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="354.14763891731496" cy="299.51941006352" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="145.16489934368502" cy="299.51941006352" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="145.16489934368502" cy="316.40690417048" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="145.16489934368502" cy="333.29439827744" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="145.16489934368502" cy="350.1818923844" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="145.16489934368502" cy="367.06938649136" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="145.16489934368502" cy="383.95688059831997" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="145.16489934368502" cy="400.84437470527996" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="354.14763891731496" cy="400.84437470527996" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="354.14763891731496" cy="383.95688059831997" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="354.14763891731496" cy="367.06938649136" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="354.14763891731496" cy="350.1818923844" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="354.14763891731496" cy="333.29439827744" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="354.14763891731496" cy="316.40690417048" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="553.63116305578" cy="291.07566301004" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="790.05608055322" cy="291.07566301004" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="790.05608055322" cy="307.963157117" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="790.05608055322" cy="324.85065122395997" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="790.05608055322" cy="341.73814533091996" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="790.05608055322" cy="358.62563943787995" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="790.05608055322" cy="375.51313354484" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="790.05608055322" cy="392.4006276518" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="790.05608055322" cy="409.28812175876" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="553.63116305578" cy="409.28812175876" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="553.63116305578" cy="392.4006276518" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="553.63116305578" cy="375.51313354484" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="553.63116305578" cy="358.62563943788" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_13__stack1"><circle cx="553.63116305578" cy="341.73814533092" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_14__stack1"><circle cx="553.63116305578" cy="324.85065122395997" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_15__stack1"><circle cx="553.63116305578" cy="307.963157117" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1106.69659505872" cy="510.61308640052" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1106.69659505872" cy="527.50058050748" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="1059.833798911906" cy="240.41318068916" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="1059.833798911906" cy="257.30067479612" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_2__stack1"><circle cx="1059.833798911906" cy="274.18816890308" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_3__stack1"><circle cx="1059.833798911906" cy="291.07566301004" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="768.102338214172" cy="561.2755687214" r="3.377498821392" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="828.897316999228" cy="561.2755687214" r="3.377498821392" 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="
157
+ M 389.6958140124658,282.54747848602517
158
+ L 381.2520669589858,277.987855077146
159
+ L 381.2520669589858,249.0314318484119
160
+ L 398.1395610659458,249.0314318484119
161
+ L 398.1395610659458,277.987855077146
162
+ Z
163
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="389.6958140124658" y="274.94810613789315" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(-90 389.6958140124658 274.94810613789315)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="
164
+ M 145.16489934368502,299.51941006352
165
+ L 140.60527593480583,307.96315711700004
166
+ L 91.81167629509608,307.963157117
167
+ L 91.81167629509608,291.07566301004
168
+ L 140.60527593480583,291.07566301004
169
+ Z
170
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="137.56552699555303" y="299.51941006352" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
171
+ M 553.63116305578,392.4006276518
172
+ L 549.0715396469008,400.84437470528
173
+ L 500.27794000719103,400.84437470527996
174
+ L 500.27794000719103,383.95688059831997
175
+ L 549.0715396469008,383.95688059831997
176
+ Z
177
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="546.031790707648" y="392.4006276518" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
178
+ M 145.16489934368502,316.40690417048
179
+ L 140.60527593480583,324.85065122396
180
+ L 42.21873526765687,324.85065122395997
181
+ L 42.21873526765687,307.963157117
182
+ L 140.60527593480583,307.963157117
183
+ Z
184
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="137.56552699555303" y="316.40690417048" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
185
+ M 553.63116305578,409.28812175876
186
+ L 549.0715396469008,417.73186881224
187
+ L 450.68499897975187,417.73186881223995
188
+ L 450.68499897975187,400.84437470527996
189
+ L 549.0715396469008,400.84437470527996
190
+ Z
191
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="546.031790707648" y="409.28812175876" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XXXXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
192
+ M 145.16489934368502,333.29439827744
193
+ L 140.60527593480583,341.73814533092
194
+ L 71.97449988412039,341.73814533091996
195
+ L 71.97449988412039,324.85065122395997
196
+ L 140.60527593480583,324.85065122395997
197
+ Z
198
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="137.56552699555303" y="333.29439827744" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
199
+ M 553.63116305578,291.07566301004
200
+ L 549.0715396469008,299.51941006352
201
+ L 480.4407635962154,299.51941006351996
202
+ L 480.4407635962154,282.63191595655996
203
+ L 549.0715396469008,282.63191595655996
204
+ Z
205
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="546.031790707648" y="291.07566301004" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" d="
206
+ M 476.66640866330977,282.54747848602517
207
+ L 468.22266160982974,277.987855077146
208
+ L 468.22266160982974,249.0314318484119
209
+ L 485.1101557167898,249.0314318484119
210
+ L 485.1101557167898,277.987855077146
211
+ Z
212
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="476.66640866330977" y="274.94810613789315" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(-90 476.66640866330977 274.94810613789315)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
213
+ M 950.5717120398748,388.0943166545252
214
+ L 942.1279649863948,383.534693245646
215
+ L 942.1279649863948,354.5782700169119
216
+ L 959.0154590933548,354.5782700169119
217
+ L 959.0154590933548,383.534693245646
218
+ Z
219
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="950.5717120398748" y="380.49494430639317" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(-90 950.5717120398748 380.49494430639317)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
220
+ M 536.74366894882,358.62563943788
221
+ L 532.1840455399407,367.06938649136004
222
+ L 503.2276223112067,367.06938649136
223
+ L 503.2276223112067,350.1818923844
224
+ L 532.1840455399407,350.1818923844
225
+ Z
226
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="529.144296600688" y="358.62563943788" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
227
+ M 354.14763891731496,316.40690417048
228
+ L 358.70726232619415,307.963157117
229
+ L 387.66368555492824,307.963157117
230
+ L 387.66368555492824,324.85065122396
231
+ L 358.70726232619415,324.85065122396
232
+ Z
233
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="361.747011265447" y="316.40690417048" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
234
+ M 889.7767332548187,409.28812175876
235
+ L 898.2204803082988,413.8477451676392
236
+ L 898.2204803082988,442.80416839637326
237
+ L 881.3329862013387,442.80416839637326
238
+ L 881.3329862013387,413.8477451676392
239
+ Z
240
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="889.7767332548187" y="416.887494106892" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(90 889.7767332548187 416.887494106892)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
241
+ M 536.74366894882,307.963157117
242
+ L 532.1840455399407,316.40690417048
243
+ L 503.2276223112067,316.40690417047995
244
+ L 503.2276223112067,299.51941006351996
245
+ L 532.1840455399407,299.51941006351996
246
+ Z
247
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="529.144296600688" y="307.963157117" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
248
+ M 1127.046025457607,544.4725120849748
249
+ L 1135.4897725110868,549.0321354938541
250
+ L 1135.4897725110868,577.9885587225881
251
+ L 1118.602278404127,577.9885587225881
252
+ L 1118.602278404127,549.0321354938541
253
+ Z
254
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="1127.046025457607" y="552.0718844331068" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(90 1127.046025457607 552.0718844331068)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
255
+ M 815.4717591841948,274.1037314325452
256
+ L 807.0280121307147,269.544108023666
257
+ L 807.0280121307147,240.58768479493193
258
+ L 823.9155062376748,240.58768479493193
259
+ L 823.9155062376748,269.544108023666
260
+ Z
261
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="815.4717591841948" y="266.5043590844132" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(-90 815.4717591841948 266.5043590844132)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
262
+ M 1132.1122736896948,493.6411548230252
263
+ L 1123.668526636215,489.081531414146
264
+ L 1123.668526636215,460.12510818541193
265
+ L 1140.5560207431747,460.12510818541193
266
+ L 1140.5560207431747,489.081531414146
267
+ Z
268
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="1132.1122736896948" y="486.0417824748932" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(-90 1132.1122736896948 486.0417824748932)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
269
+ M 742.6866595831972,523.1942695102052
270
+ L 734.2429125297172,518.634646101326
271
+ L 734.2429125297172,489.67822287259196
272
+ L 751.1304066366772,489.67822287259196
273
+ L 751.1304066366772,518.634646101326
274
+ Z
275
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.688749410696px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="742.6866595831972" y="515.5948971620733" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="15.198744696263999px" transform="rotate(-90 742.6866595831972 515.5948971620733)">XX</text><text class="sch-text" x="204.27112871804496" y="272.92160684505797" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.198744696263999px" transform="rotate(0, 204.27112871804496, 272.92160684505797)">U_MCU</text><text class="sch-text" x="627.936137126404" y="264.477859791578" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.198744696263999px" transform="rotate(0, 627.936137126404, 264.477859791578)">U_DRIVER</text><text class="sch-text" x="1001.994131595568" y="484.01528318205794" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.198744696263999px" transform="rotate(0, 1001.994131595568, 484.01528318205794)">MOTOR_POWER</text><text class="sch-text" x="1058.989424206558" y="213.81537747069797" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="15.198744696263999px" transform="rotate(0, 1058.989424206558, 213.81537747069797)">STEPPER_MOTOR</text><text class="sch-text" x="828.897316999228" y="349.337517679052" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 828.897316999228, 349.337517679052)">XXXXXXXX</text><text class="sch-text" x="1098.6750353579139" y="231.125058930332" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 1098.6750353579139, 231.125058930332)">XXXXXXXX</text><text class="sch-text" x="828.897316999228" y="366.225011786012" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 828.897316999228, 366.225011786012)">XXXXXXXX</text><text class="sch-text" x="1098.6750353579139" y="248.01255303729198" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 1098.6750353579139, 248.01255303729198)">XXXXXXXX</text><text class="sch-text" x="828.897316999228" y="332.450023572092" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 828.897316999228, 332.450023572092)">XXXXXXXX</text><text class="sch-text" x="1098.6750353579139" y="264.90004714425197" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 1098.6750353579139, 264.90004714425197)">XXXXXXXX</text><text class="sch-text" x="828.897316999228" y="315.562529465132" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 828.897316999228, 315.562529465132)">XXXXXXXX</text><text class="sch-text" x="1098.6750353579139" y="281.787541251212" fill="#047857" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.132496464175999px" transform="rotate(0, 1098.6750353579139, 281.787541251212)">XXXXXXXX</text><rect class="schematic-box sch-box" x="173.873639325517" y="262.36692302820796" width="60.79497878505589" height="21.109367633700003" stroke-width="1.688749410696px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.509995285568 6.754997642784"/><rect class="schematic-box sch-box" x="582.339903037612" y="253.923175974728" width="91.19246817758403" height="21.109367633700003" stroke-width="1.688749410696px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.509995285568 6.754997642784"/><rect class="schematic-box sch-box" x="941.199152810512" y="473.46059936520794" width="121.58995757011189" height="21.109367633700003" stroke-width="1.688749410696px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.509995285568 6.754997642784"/><rect class="schematic-box sch-box" x="988.061948957326" y="203.26069365384794" width="141.85495049846395" height="21.10936763370003" stroke-width="1.688749410696px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="13.509995285568 6.754997642784"/>
276
+ </g>
277
+ </svg>