@tscircuit/schematic-trace-solver 0.0.179 → 0.0.181

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 (142) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +88 -11
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +63 -4
  4. package/lib/solvers/AvailableNetOrientationSolver/traces.ts +36 -0
  5. package/lib/solvers/AvailableNetOrientationSolver/types.ts +1 -0
  6. package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +29 -11
  7. package/package.json +1 -1
  8. package/tests/bug-reports/bug-report-20260706T213649Z/__snapshots__/bug-report-20260706T213649Z.snap.svg +2 -114
  9. package/tests/bug-reports/bug-report-20260706T213649Z/bug-report-20260706T213649Z.json +1 -0
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +3 -94
  11. package/tests/bug-reports/bug-report-20260706T220324Z/bug-report-20260706T220324Z.json +1 -0
  12. package/tests/bug-reports/bug-report-20260707T092615Z/__snapshots__/bug-report-20260707T092615Z.snap.svg +533 -578
  13. package/tests/bug-reports/bug-report-20260707T092615Z/bug-report-20260707T092615Z.json +1 -0
  14. package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -37
  15. package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.json +1 -0
  16. package/tests/bug-reports/bug-report-20260707T134722Z/__snapshots__/bug-report-20260707T134722Z.snap.svg +4 -25
  17. package/tests/bug-reports/bug-report-20260707T134722Z/bug-report-20260707T134722Z.json +1 -0
  18. package/tests/bug-reports/bug-report-20260707T140410Z/__snapshots__/bug-report-20260707T140410Z.snap.svg +1 -50
  19. package/tests/bug-reports/bug-report-20260707T140410Z/bug-report-20260707T140410Z.json +1 -0
  20. package/tests/bug-reports/bug-report-20260707T141025Z/__snapshots__/bug-report-20260707T141025Z.snap.svg +1 -15
  21. package/tests/bug-reports/bug-report-20260707T141025Z/bug-report-20260707T141025Z.json +1 -0
  22. package/tests/bug-reports/bug-report-20260707T141421Z/__snapshots__/bug-report-20260707T141421Z.snap.svg +5 -33
  23. package/tests/bug-reports/bug-report-20260707T141421Z/bug-report-20260707T141421Z.json +1 -0
  24. package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +1 -15
  25. package/tests/bug-reports/bug-report-20260707T230831Z/bug-report-20260707T230831Z.json +1 -0
  26. package/tests/bug-reports/bug-report-20260708T055430Z/__snapshots__/bug-report-20260708T055430Z.snap.svg +65 -79
  27. package/tests/bug-reports/bug-report-20260708T055430Z/bug-report-20260708T055430Z.json +1 -0
  28. package/tests/bug-reports/bug-report-20260708T095725Z/__snapshots__/bug-report-20260708T095725Z.snap.svg +1 -15
  29. package/tests/bug-reports/bug-report-20260708T095725Z/bug-report-20260708T095725Z.json +1 -0
  30. package/tests/bug-reports/bug-report-20260716T144856Z/__snapshots__/bug-report-20260716T144856Z.snap.svg +1 -43
  31. package/tests/bug-reports/bug-report-20260716T144856Z/bug-report-20260716T144856Z.json +1 -0
  32. package/tests/bug-reports/bug-report-20260717T022934Z/__snapshots__/bug-report-20260717T022934Z.snap.svg +2 -30
  33. package/tests/bug-reports/bug-report-20260717T022934Z/bug-report-20260717T022934Z.json +1 -0
  34. package/tests/bug-reports/bug-report-20260717T031704Z/__snapshots__/bug-report-20260717T031704Z.snap.svg +1 -8
  35. package/tests/bug-reports/bug-report-20260717T031704Z/bug-report-20260717T031704Z.json +1 -0
  36. package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +1 -92
  37. package/tests/bug-reports/bug-report-20260721T221026Z/bug-report-20260721T221026Z.json +1 -0
  38. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -29
  39. package/tests/bug-reports/bug-report-20260728T144234Z/bug-report-20260728T144234Z.json +1 -0
  40. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +1 -22
  41. package/tests/bug-reports/bug-report-20260728T225606Z/bug-report-20260728T225606Z.json +1 -0
  42. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +1 -8
  43. package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.json +1 -0
  44. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +1 -36
  45. package/tests/bug-reports/bug-report-20260804T095800Z/bug-report-20260804T095800Z.json +1 -0
  46. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -121
  47. package/tests/bug-reports/bug-report-20260804T171919Z/bug-report-20260804T171919Z.json +1 -0
  48. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +1 -8
  49. package/tests/bug-reports/bug-report-20260804T225912Z/bug-report-20260804T225912Z.json +1 -0
  50. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +1 -15
  51. package/tests/bug-reports/bug-report-20260805T061316Z/bug-report-20260805T061316Z.json +1 -0
  52. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +1 -15
  53. package/tests/bug-reports/bug-report-20260806T061548Z/bug-report-20260806T061548Z.json +1 -0
  54. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +1 -22
  55. package/tests/bug-reports/bug-report-20260806T093501Z/bug-report-20260806T093501Z.json +1 -0
  56. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -8
  57. package/tests/bug-reports/bug-report-20260811T075142Z/bug-report-20260811T075142Z.json +1 -0
  58. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +1 -22
  59. package/tests/bug-reports/bug-report-20260815T073240Z/bug-report-20260815T073240Z.json +1 -0
  60. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -15
  61. package/tests/bug-reports/bug-report-20260819T091818Z/bug-report-20260819T091818Z.json +1 -0
  62. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +1 -29
  63. package/tests/bug-reports/bug-report-20260825T103621Z/bug-report-20260825T103621Z.json +1 -0
  64. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +31 -95
  65. package/tests/bug-reports/bug-report-20260826T072956Z/bug-report-20260826T072956Z.json +1 -0
  66. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +1 -113
  67. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +1 -29
  68. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +64 -56
  69. package/tests/repros/__snapshots__/bugreport-001-gnd-overlap.snap.svg +1 -15
  70. package/tests/repros/__snapshots__/netlabel-connector-through-rail-label.snap.svg +1 -22
  71. package/tests/repros/__snapshots__/repro-atmega328p-missing-gnd-netlabel.snap.svg +185 -186
  72. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +1 -15
  73. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +1 -15
  74. package/tests/repros/__snapshots__/repro-board-8090-power-section.snap.svg +126 -0
  75. package/tests/repros/__snapshots__/repro-bq24074-battery-charger.snap.svg +1 -29
  76. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +1 -8
  77. package/tests/repros/__snapshots__/repro-cc2340r5.snap.svg +1 -15
  78. package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +1 -8
  79. package/tests/repros/__snapshots__/repro-hub-usb-sheet.snap.svg +545 -0
  80. package/tests/repros/__snapshots__/repro-ina237-current-monitor.snap.svg +1 -22
  81. package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +2 -2
  82. package/tests/repros/__snapshots__/repro-mcp73831-charger-traces.snap.svg +131 -0
  83. package/tests/repros/__snapshots__/repro-missing-trace-netlabel.snap.svg +1 -15
  84. package/tests/repros/__snapshots__/repro-mouse-switch-ground-unnecessary-jog.snap.svg +83 -0
  85. package/tests/repros/__snapshots__/repro-mspm0l1306-capacitor-symmetry.snap.svg +1 -29
  86. package/tests/repros/__snapshots__/repro-netlabel-overlap-trace.snap.svg +1 -8
  87. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +1 -29
  88. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +2 -2
  89. package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +1 -29
  90. package/tests/repros/__snapshots__/repro-rf1-unnecessary-dogleg.snap.svg +72 -0
  91. package/tests/repros/__snapshots__/repro-rp2040-gamepad-trace-alignment.snap.svg +1 -8
  92. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +1 -8
  93. package/tests/repros/__snapshots__/repro-smartwatch-power-sheet.snap.svg +4 -4
  94. package/tests/repros/__snapshots__/repro-tps61222-trace-intersection.snap.svg +1 -8
  95. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +991 -1091
  96. package/tests/repros/__snapshots__/repro130-bq27441-fuel-gauge-trace-through-c1.snap.svg +2 -2
  97. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +1 -15
  98. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +1 -22
  99. package/tests/repros/__snapshots__/repro51-overlap-junction-crossing.snap.svg +1 -15
  100. package/tests/repros/__snapshots__/small-variant-resistor-facing-direction.snap.svg +65 -79
  101. package/tests/repros/__snapshots__/trace-overlap-box-resistor.snap.svg +1 -8
  102. package/tests/repros/assets/board-1273-trace-overlap-cycle.input.json +1 -0
  103. package/tests/repros/assets/board-15984-schematic-trace-input.json +1 -0
  104. package/tests/repros/assets/bugreport-001-gnd-overlap.input.json +1 -0
  105. package/tests/repros/assets/repro-atmega328p-fault-pullup.input.json +1 -0
  106. package/tests/repros/assets/repro-atmega328p-missing-gnd-netlabel.input.json +1 -0
  107. package/tests/repros/assets/repro-board-589-regulator-section.input.json +1 -0
  108. package/tests/repros/assets/repro-board-648-esp12f-section.input.json +1 -0
  109. package/tests/repros/assets/repro-board-8090-power-section.input.json +322 -0
  110. package/tests/repros/assets/repro-bq24074-battery-charger.input.json +1 -0
  111. package/tests/repros/assets/repro-bq25895-cross-net-trace-overlap.input.json +1 -0
  112. package/tests/repros/assets/repro-cc2340r5.input.json +1 -0
  113. package/tests/repros/assets/repro-example35-minimize-trace-crossing.input.json +1 -0
  114. package/tests/repros/assets/repro-hub-usb-sheet.input.json +3967 -0
  115. package/tests/repros/assets/repro-ina237-current-monitor.input.json +1 -0
  116. package/tests/repros/assets/repro-mcp73831-charger-traces.input.json +256 -0
  117. package/tests/repros/assets/repro-missing-trace-netlabel.input.json +1 -0
  118. package/tests/repros/assets/repro-mouse-switch-ground-unnecessary-jog.input.json +158 -0
  119. package/tests/repros/assets/repro-mspm0l1306-capacitor-symmetry.input.json +1 -0
  120. package/tests/repros/assets/repro-netlabel-connector-through-label.input.json +1 -0
  121. package/tests/repros/assets/repro-netlabel-overlap-trace.input.json +1 -0
  122. package/tests/repros/assets/repro-nrf52810-clock-routing.input.json +1 -0
  123. package/tests/repros/assets/repro-powerbank-3v-system-power.input.json +1 -0
  124. package/tests/repros/assets/repro-rf1-unnecessary-dogleg.input.json +90 -0
  125. package/tests/repros/assets/repro-rp2040-gamepad-trace-alignment.input.json +1 -0
  126. package/tests/repros/assets/repro-rp2040-usb-cc2-ground-overlap.input.json +1 -0
  127. package/tests/repros/assets/repro-tps61222-trace-intersection.input.json +1 -0
  128. package/tests/repros/assets/repro-usb-power-vbus-label-detour.input.json +1 -0
  129. package/tests/repros/assets/repro126-trace-overlap-box-resistor.input.json +1 -0
  130. package/tests/repros/assets/repro161-power-section-autolayout.input.json +1 -0
  131. package/tests/repros/assets/repro48-555-timer-vcc-rail-label.input.json +1 -0
  132. package/tests/repros/assets/repro51-overlap-junction-crossing.input.json +1 -0
  133. package/tests/repros/assets/small-variant-resistor-facing-direction.input.json +1 -0
  134. package/tests/repros/board1096-usb-label-overlap-iteration.json +1 -0
  135. package/tests/repros/board1096-usb-label-overlap-iteration.test.ts +1 -1
  136. package/tests/repros/repro-battery-management-bq24073.test.ts +17 -0
  137. package/tests/repros/repro-board-8090-power-section.test.ts +18 -0
  138. package/tests/repros/repro-hub-usb-sheet.test.ts +56 -0
  139. package/tests/repros/repro-mcp73831-charger-traces.test.ts +16 -0
  140. package/tests/repros/repro-mouse-switch-ground-unnecessary-jog.test.ts +15 -0
  141. package/tests/repros/repro-rf1-unnecessary-dogleg.test.ts +15 -0
  142. package/tests/repros/repro-smartwatch-power-sheet.test.ts +31 -5
@@ -1,50 +1,50 @@
1
1
  <svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
2
2
  <g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
3
- <rect width="100%" height="100%" fill="white"/><g><polyline data-points="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="102.04779068215191,148.06033907355481 102.04779068215191,177.9628887998931" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="102.04779068215191,148.06033907355481 266.5118141770124,282.621812842077" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="102.04779068215191,177.9628887998931 266.5118141770124,282.621812842077" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="102.04779068215191,163.01161393672396 102.04779068215191,192.91416366306225" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="102.04779068215191,163.01161393672396 266.5118141770124,327.4756374315846" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.16,10" data-type="line" data-label="" points="102.04779068215191,163.01161393672396 420.50994526765464,529.3178480843678" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="102.04779068215191,192.91416366306225 266.5118141770124,327.4756374315846" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.16,10" data-type="line" data-label="" points="102.04779068215191,192.91416366306225 420.50994526765464,529.3178480843678" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.16,10" data-type="line" data-label="" points="266.5118141770124,327.4756374315846 420.50994526765464,529.3178480843678" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.84,10" data-type="line" data-label="" points="266.5118141770124,118.15778934721652 546.1006541182754,529.3178480843678" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 8.600000000000001,14.7 8.600000000000001,15.1 8.9,15.1" data-type="line" data-label="" points="102.04779068215191,177.9628887998931 79.6208783873983,177.9628887998931 79.6208783873983,148.06033907355481 102.04779068215191,148.06033907355481" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.5 8.8,14.5 8.8,14.9 8.9,14.9" data-type="line" data-label="" points="102.04779068215191,192.91416366306225 94.57215325056734,192.91416366306225 94.57215325056734,163.01161393672396 102.04779068215191,163.01161393672396" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,12.7 12.129999999999999,12.7 12.129999999999999,10 13.16,10" data-type="line" data-label="" points="266.5118141770124,327.4756374315846 343.51087972233347,327.4756374315846 343.51087972233347,529.3178480843678 420.50994526765464,529.3178480843678" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.600000000000001,14.7 8.31,14.7 8.31,14.699" data-type="line" data-label="" points="79.6208783873983,177.9628887998931 57.94152983580295,177.9628887998931 57.94152983580295,178.03764517420882" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 12.341,13.3 12.341,13.249" data-type="line" data-label="" points="266.5118141770124,282.621812842077 359.2844747029769,282.621812842077 359.2844747029769,286.43438793218513" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="102.04779068215197" y="103.20651448404743" width="164.4640234948605" height="254.17167267387538" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="10" x="420.50994526765453" y="503.90068081698024" width="125.59070885062079" height="50.83433453477517" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="131.9503404084902" y="360.3684421305565" width="116.61994393271948" height="13.4561473768523" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.815" x="127.46495794953961" y="85.26498464824442" width="53.82458950740886" height="18.68909357896132" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="netId: GND
4
- globalConnNetId: connectivity_net0" data-x="8.31" data-y="14.488999999999999" x="40" y="178.03764517420893" width="35.883059671605906" height="31.39767721265548" fill="#00000066" stroke="#000000" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="netId: GND
5
- globalConnNetId: connectivity_net0" data-x="12.341" data-y="13.039" x="341.34294486717397" y="286.4343879321851" width="35.883059671605906" height="31.397677212655367" fill="#00000066" stroke="#000000" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
6
- globalConnNetId: connectivity_net1" data-x="11.614999999999998" data-y="12.91" x="269.1282872780669" y="296.07796021892915" width="71.76611934321193" height="31.397677212655367" fill="#ef444466" stroke="#ef4444" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="netId: FAULT
7
- globalConnNetId: connectivity_net2" data-x="11.460999999999999" data-y="15.5" x="266.58657055132824" y="110.68215191563195" width="53.824589507408746" height="14.951274863169147" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01337678571428571"/></g><g><rect data-type="rect" data-label="netId: FAULT
8
- globalConnNetId: connectivity_net2" data-x="15.200999999999999" data-y="10" x="546.1754104925911" y="521.8422106527833" width="53.824589507408746" height="14.951274863169033" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.01337678571428571"/></g><g><circle data-type="point" data-label="U_MCU.1
9
- x-" data-x="8.9" data-y="15.5" cx="102.04779068215191" cy="118.15778934721652" r="3" fill="hsl(144, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.2
10
- x-" data-x="8.9" data-y="15.3" cx="102.04779068215191" cy="133.10906421038567" r="3" fill="hsl(145, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.3
11
- x-" data-x="8.9" data-y="15.1" cx="102.04779068215191" cy="148.06033907355481" r="3" fill="hsl(146, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.4
12
- x-" data-x="8.9" data-y="14.9" cx="102.04779068215191" cy="163.01161393672396" r="3" fill="hsl(147, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.5
13
- x-" data-x="8.9" data-y="14.7" cx="102.04779068215191" cy="177.9628887998931" r="3" fill="hsl(148, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.6
14
- x-" data-x="8.9" data-y="14.5" cx="102.04779068215191" cy="192.91416366306225" r="3" fill="hsl(149, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.7
15
- x-" data-x="8.9" data-y="14.3" cx="102.04779068215191" cy="207.8654385262314" r="3" fill="hsl(150, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.8
16
- x-" data-x="8.9" data-y="14.1" cx="102.04779068215191" cy="222.81671338940055" r="3" fill="hsl(151, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.9
17
- x-" data-x="8.9" data-y="13.9" cx="102.04779068215191" cy="237.7679882525697" r="3" fill="hsl(152, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.10
18
- x-" data-x="8.9" data-y="13.700000000000001" cx="102.04779068215191" cy="252.7192631157386" r="3" fill="hsl(192, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.11
19
- x-" data-x="8.9" data-y="13.5" cx="102.04779068215191" cy="267.6705379789079" r="3" fill="hsl(193, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.12
20
- x-" data-x="8.9" data-y="13.3" cx="102.04779068215191" cy="282.621812842077" r="3" fill="hsl(194, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.13
21
- x-" data-x="8.9" data-y="13.1" cx="102.04779068215191" cy="297.5730877052463" r="3" fill="hsl(195, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.14
22
- x-" data-x="8.9" data-y="12.9" cx="102.04779068215191" cy="312.5243625684153" r="3" fill="hsl(196, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.15
23
- x-" data-x="8.9" data-y="12.7" cx="102.04779068215191" cy="327.4756374315846" r="3" fill="hsl(197, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.16
24
- x-" data-x="8.9" data-y="12.5" cx="102.04779068215191" cy="342.4269122947536" r="3" fill="hsl(198, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.17
25
- x+" data-x="11.1" data-y="12.5" cx="266.5118141770124" cy="342.4269122947536" r="3" fill="hsl(199, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.18
26
- x+" data-x="11.1" data-y="12.7" cx="266.5118141770124" cy="327.4756374315846" r="3" fill="hsl(200, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.19
27
- x+" data-x="11.1" data-y="12.9" cx="266.5118141770124" cy="312.5243625684153" r="3" fill="hsl(201, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.20
28
- x+" data-x="11.1" data-y="13.1" cx="266.5118141770124" cy="297.5730877052463" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.21
29
- x+" data-x="11.1" data-y="13.3" cx="266.5118141770124" cy="282.621812842077" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.22
30
- x+" data-x="11.1" data-y="13.5" cx="266.5118141770124" cy="267.6705379789079" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.23
31
- x+" data-x="11.1" data-y="13.7" cx="266.5118141770124" cy="252.71926311573884" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.24
32
- x+" data-x="11.1" data-y="13.9" cx="266.5118141770124" cy="237.7679882525697" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.25
33
- x+" data-x="11.1" data-y="14.1" cx="266.5118141770124" cy="222.81671338940055" r="3" fill="hsl(228, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.26
34
- x+" data-x="11.1" data-y="14.299999999999999" cx="266.5118141770124" cy="207.8654385262314" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.27
35
- x+" data-x="11.1" data-y="14.5" cx="266.5118141770124" cy="192.91416366306225" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.28
36
- x+" data-x="11.1" data-y="14.7" cx="266.5118141770124" cy="177.9628887998931" r="3" fill="hsl(231, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.29
37
- x+" data-x="11.1" data-y="14.9" cx="266.5118141770124" cy="163.01161393672396" r="3" fill="hsl(232, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.30
38
- x+" data-x="11.1" data-y="15.1" cx="266.5118141770124" cy="148.06033907355481" r="3" fill="hsl(254, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.31
39
- x+" data-x="11.1" data-y="15.3" cx="266.5118141770124" cy="133.10906421038567" r="3" fill="hsl(255, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.32
40
- x+" data-x="11.1" data-y="15.5" cx="266.5118141770124" cy="118.15778934721652" r="3" fill="hsl(256, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R_FAULT_PULLUP.1
41
- x-" data-x="13.16" data-y="10" cx="420.50994526765464" cy="529.3178480843678" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R_FAULT_PULLUP.2
42
- x+" data-x="14.84" data-y="10" cx="546.1006541182754" cy="529.3178480843678" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
43
- orientation: y-" data-x="8.31" data-y="14.699" cx="57.94152983580295" cy="178.03764517420882" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
44
- orientation: y-" data-x="12.341" data-y="13.249" cx="359.2844747029769" cy="286.43438793218513" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
45
- orientation: y+" data-x="11.614999999999998" data-y="12.7" cx="305.0113469496729" cy="327.4756374315846" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
46
- orientation: x+" data-x="11.1" data-y="15.5" cx="266.5118141770124" cy="118.15778934721652" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
47
- orientation: x+" data-x="14.84" data-y="10" cx="546.1006541182754" cy="529.3178480843678" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></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[
3
+ <rect width="100%" height="100%" fill="white"/><g><polyline data-points="8.9,15.1 8.9,14.7" data-type="line" data-label="" points="81.99416747673922,141.13595333981402 81.99416747673922,172.2427440633246" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,15.1 11.1,13.3" data-type="line" data-label="" points="81.99416747673922,141.13595333981402 253.08151645604767,281.1165115956119" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 11.1,13.3" data-type="line" data-label="" points="81.99416747673922,172.2427440633246 253.08151645604767,281.1165115956119" fill="none" stroke="hsl(157, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 8.9,14.5" data-type="line" data-label="" points="81.99416747673922,156.68934870156932 81.99416747673922,187.7961394250799" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 11.1,12.7" data-type="line" data-label="" points="81.99416747673922,156.68934870156932 253.08151645604767,327.7766976808779" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.9 13.16,10" data-type="line" data-label="" points="81.99416747673922,156.68934870156932 413.2814886821275,537.7475350645747" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 11.1,12.7" data-type="line" data-label="" points="81.99416747673922,187.7961394250799 253.08151645604767,327.7766976808779" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.5 13.16,10" data-type="line" data-label="" points="81.99416747673922,187.7961394250799 413.2814886821275,537.7475350645747" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,12.7 13.16,10" data-type="line" data-label="" points="253.08151645604767,327.7766976808779 413.2814886821275,537.7475350645747" fill="none" stroke="hsl(23, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="11.1,15.5 14.84,10" data-type="line" data-label="" points="253.08151645604767,110.02916261630344 543.9300097208721,537.7475350645747" fill="none" stroke="hsl(50, 100%, 50%, 0.8)" stroke-width="1px" stroke-dasharray="4 2"/></g><g><polyline data-points="8.9,14.7 8.600000000000001,14.7 8.600000000000001,14.5 8.600000000000001,15.1 8.9,15.1" data-type="line" data-label="" points="81.99416747673922,172.2427440633246 58.664074434106396,172.2427440633246 58.664074434106396,187.7961394250799 58.664074434106396,141.13595333981402 81.99416747673922,141.13595333981402" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="8.9,14.5 8.8,14.5 8.8,14.9 8.9,14.9" data-type="line" data-label="" points="81.99416747673922,187.7961394250799 74.21746979586158,187.7961394250799 74.21746979586158,156.68934870156932 81.99416747673922,156.68934870156932" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,12.7 12.129999999999999,12.7 12.129999999999999,10 13.16,10" data-type="line" data-label="" points="253.08151645604767,327.7766976808779 333.18150256908757,327.7766976808779 333.18150256908757,537.7475350645747 413.2814886821275,537.7475350645747" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="11.1,13.3 12.341,13.3 12.341,13.249" data-type="line" data-label="" points="253.08151645604767,281.1165115956119 349.5903346757394,281.1165115956119 349.5903346757394,285.08262741285944" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="schematic_component_0" data-x="10" data-y="14" x="81.99416747673922" y="94.47576725454809" width="171.08734897930844" height="264.4077211498403" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="schematic_component_1" data-x="14" data-y="10" x="413.28148868212753" y="511.3067629495906" width="130.64852103874466" height="52.881544229968085" fill="hsl(24, 100%, 50%, 0.8)" stroke="black" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="ATMEGA328P_AU" data-x="10.080000000000002" data-y="12.17" x="113.10095820024992" y="361.99416747673956" width="121.31648382169169" height="13.99805582557974" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="U_MCU" data-x="9.600000000000001" data-y="15.815" x="108.43493959172343" y="75.81169282044175" width="55.992223302319076" height="19.44174420219406" fill="rgba(160, 0, 220, 0.14)" stroke="black" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="netId: GND
4
+ globalConnNetId: connectivity_net0" data-x="8.600000000000001" data-y="14.29" x="40" y="187.7961394250799" width="37.32814886821279" height="32.662130259686364" fill="#00000066" stroke="#000000" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="netId: GND
5
+ globalConnNetId: connectivity_net0" data-x="12.341" data-y="13.039" x="330.92626024163303" y="285.08262741285944" width="37.32814886821279" height="32.662130259686364" fill="#00000066" stroke="#000000" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="netId: VCC_3V3
6
+ globalConnNetId: connectivity_net1" data-x="11.614999999999998" data-y="12.91" x="255.8033606443547" y="295.11456742119157" width="74.65629773642559" height="32.66213025968625" fill="#ef444466" stroke="#ef4444" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="netId: FAULT
7
+ globalConnNetId: connectivity_net2" data-x="11.460999999999999" data-y="15.5" x="253.1592834328564" y="102.25246493542579" width="55.992223302319076" height="15.553395361755292" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.012858928571428566"/></g><g><rect data-type="rect" data-label="netId: FAULT
8
+ globalConnNetId: connectivity_net2" data-x="15.200999999999999" data-y="10" x="544.0077766976809" y="529.970837383697" width="55.99222330231896" height="15.553395361755292" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.012858928571428566"/></g><g><circle data-type="point" data-label="U_MCU.1
9
+ x-" data-x="8.9" data-y="15.5" cx="81.99416747673922" cy="110.02916261630344" r="3" fill="hsl(144, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.2
10
+ x-" data-x="8.9" data-y="15.3" cx="81.99416747673922" cy="125.58255797805873" r="3" fill="hsl(145, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.3
11
+ x-" data-x="8.9" data-y="15.1" cx="81.99416747673922" cy="141.13595333981402" r="3" fill="hsl(146, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.4
12
+ x-" data-x="8.9" data-y="14.9" cx="81.99416747673922" cy="156.68934870156932" r="3" fill="hsl(147, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.5
13
+ x-" data-x="8.9" data-y="14.7" cx="81.99416747673922" cy="172.2427440633246" r="3" fill="hsl(148, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.6
14
+ x-" data-x="8.9" data-y="14.5" cx="81.99416747673922" cy="187.7961394250799" r="3" fill="hsl(149, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.7
15
+ x-" data-x="8.9" data-y="14.3" cx="81.99416747673922" cy="203.3495347868352" r="3" fill="hsl(150, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.8
16
+ x-" data-x="8.9" data-y="14.1" cx="81.99416747673922" cy="218.9029301485907" r="3" fill="hsl(151, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.9
17
+ x-" data-x="8.9" data-y="13.9" cx="81.99416747673922" cy="234.456325510346" r="3" fill="hsl(152, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.10
18
+ x-" data-x="8.9" data-y="13.700000000000001" cx="81.99416747673922" cy="250.00972087210107" r="3" fill="hsl(192, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.11
19
+ x-" data-x="8.9" data-y="13.5" cx="81.99416747673922" cy="265.5631162338566" r="3" fill="hsl(193, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.12
20
+ x-" data-x="8.9" data-y="13.3" cx="81.99416747673922" cy="281.1165115956119" r="3" fill="hsl(194, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.13
21
+ x-" data-x="8.9" data-y="13.1" cx="81.99416747673922" cy="296.6699069573673" r="3" fill="hsl(195, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.14
22
+ x-" data-x="8.9" data-y="12.9" cx="81.99416747673922" cy="312.22330231912247" r="3" fill="hsl(196, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.15
23
+ x-" data-x="8.9" data-y="12.7" cx="81.99416747673922" cy="327.7766976808779" r="3" fill="hsl(197, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.16
24
+ x-" data-x="8.9" data-y="12.5" cx="81.99416747673922" cy="343.33009304263317" r="3" fill="hsl(198, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.17
25
+ x+" data-x="11.1" data-y="12.5" cx="253.08151645604767" cy="343.33009304263317" r="3" fill="hsl(199, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.18
26
+ x+" data-x="11.1" data-y="12.7" cx="253.08151645604767" cy="327.7766976808779" r="3" fill="hsl(200, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.19
27
+ x+" data-x="11.1" data-y="12.9" cx="253.08151645604767" cy="312.22330231912247" r="3" fill="hsl(201, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.20
28
+ x+" data-x="11.1" data-y="13.1" cx="253.08151645604767" cy="296.6699069573673" r="3" fill="hsl(223, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.21
29
+ x+" data-x="11.1" data-y="13.3" cx="253.08151645604767" cy="281.1165115956119" r="3" fill="hsl(224, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.22
30
+ x+" data-x="11.1" data-y="13.5" cx="253.08151645604767" cy="265.5631162338566" r="3" fill="hsl(225, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.23
31
+ x+" data-x="11.1" data-y="13.7" cx="253.08151645604767" cy="250.0097208721013" r="3" fill="hsl(226, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.24
32
+ x+" data-x="11.1" data-y="13.9" cx="253.08151645604767" cy="234.456325510346" r="3" fill="hsl(227, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.25
33
+ x+" data-x="11.1" data-y="14.1" cx="253.08151645604767" cy="218.9029301485907" r="3" fill="hsl(228, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.26
34
+ x+" data-x="11.1" data-y="14.299999999999999" cx="253.08151645604767" cy="203.34953478683542" r="3" fill="hsl(229, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.27
35
+ x+" data-x="11.1" data-y="14.5" cx="253.08151645604767" cy="187.7961394250799" r="3" fill="hsl(230, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.28
36
+ x+" data-x="11.1" data-y="14.7" cx="253.08151645604767" cy="172.2427440633246" r="3" fill="hsl(231, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.29
37
+ x+" data-x="11.1" data-y="14.9" cx="253.08151645604767" cy="156.68934870156932" r="3" fill="hsl(232, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.30
38
+ x+" data-x="11.1" data-y="15.1" cx="253.08151645604767" cy="141.13595333981402" r="3" fill="hsl(254, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.31
39
+ x+" data-x="11.1" data-y="15.3" cx="253.08151645604767" cy="125.58255797805873" r="3" fill="hsl(255, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="U_MCU.32
40
+ x+" data-x="11.1" data-y="15.5" cx="253.08151645604767" cy="110.02916261630344" r="3" fill="hsl(256, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R_FAULT_PULLUP.1
41
+ x-" data-x="13.16" data-y="10" cx="413.2814886821275" cy="537.7475350645747" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="R_FAULT_PULLUP.2
42
+ x+" data-x="14.84" data-y="10" cx="543.9300097208721" cy="537.7475350645747" r="3" fill="hsl(344, 100%, 50%, 0.8)"/></g><g><circle data-type="point" data-label="anchorPoint
43
+ orientation: y-" data-x="8.600000000000001" data-y="14.5" cx="58.664074434106396" cy="187.7961394250799" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
44
+ orientation: y-" data-x="12.341" data-y="13.249" cx="349.5903346757394" cy="285.08262741285944" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
45
+ orientation: y+" data-x="11.614999999999998" data-y="12.7" cx="293.1315095125675" cy="327.7766976808779" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
46
+ orientation: x+" data-x="11.1" data-y="15.5" cx="253.08151645604767" cy="110.02916261630344" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></g><g><circle data-type="point" data-label="anchorPoint
47
+ orientation: x+" data-x="14.84" data-y="10" cx="543.9300097208721" cy="537.7475350645747" r="3" fill="hsl(40, 100%, 50%, 0.9)"/></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[
48
48
  document.currentScript.parentElement.addEventListener('mousemove', (e) => {
49
49
  const svg = e.currentTarget;
50
50
  const rect = svg.getBoundingClientRect();
@@ -66,7 +66,7 @@ orientation: x+" data-x="14.84" data-y="10" cx="546.1006541182754" cy="529.31784
66
66
  v.setAttribute('y2', '640');
67
67
 
68
68
  // Calculate real coordinates using inverse transformation
69
- const matrix = {"a":74.7563743158457,"c":0,"e":-563.2839407288749,"b":0,"d":-74.7563743158457,"f":1276.881591242825};
69
+ const matrix = {"a":77.76697680877659,"c":0,"e":-610.1319261213724,"b":0,"d":-77.76697680877659,"f":1315.4173031523405};
70
70
  // Manually invert and apply the affine transform
71
71
  // Since we only use translate and scale, we can directly compute:
72
72
  // x' = (x - tx) / sx
@@ -101,41 +101,27 @@ orientation: x+" data-x="14.84" data-y="10" cx="546.1006541182754" cy="529.31784
101
101
  .port-label { fill: rgb(0, 100, 100); }
102
102
  .component-name { fill: rgb(0, 100, 100); }
103
103
 
104
- </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 294.30148619975 177.32484076405012 L 263.7282377921001 177.32484076405012 L 263.7282377921001 136.56050955385012 L 294.30148619975 136.56050955385012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 294.30148619975 177.32484076405012 L 263.7282377921001 177.32484076405012 L 263.7282377921001 136.56050955385012 L 294.30148619975 136.56050955385012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 294.30148619975 197.70700636915012 L 284.1104033972001 197.70700636915012 L 284.1104033972001 156.94267515895012 L 294.30148619975 156.94267515895012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 294.30148619975 197.70700636915012 L 284.1104033972001 197.70700636915012 L 284.1104033972001 156.94267515895012 L 294.30148619975 156.94267515895012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 518.50530785585 381.1464968150501 L 623.473460722115 381.1464968150501 L 623.473460722115 656.3057324839001 L 728.4416135883799 656.3057324839001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 518.50530785585 381.1464968150501 L 623.473460722115 381.1464968150501 L 623.473460722115 656.3057324839001 L 728.4416135883799 656.3057324839001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 263.7282377921001 177.32484076405012 L 234.17409766470507 177.32484076405012 L 234.17409766470507 177.42675159207556" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 263.7282377921001 177.32484076405012 L 234.17409766470507 177.32484076405012 L 234.17409766470507 177.42675159207556" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 518.50530785585 319.9999999997501 L 644.9766454354955 319.9999999997501 L 644.9766454354955 325.19745222905067" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 518.50530785585 319.9999999997501 L 644.9766454354955 319.9999999997501 L 644.9766454354955 325.19745222905067" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="263.7282377921001" cy="177.32484076405012" r="3.0573248407649998" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_4__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="335.0658174099501" y="75.41401273855013" width="142.67515923569988" height="346.4968152867" stroke-width="2.03821656051px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="335.0658174099501" y="75.41401273855013" width="142.67515923569988" height="346.4968152867" fill="transparent"/><text class="sch-text" x="406.4033970278" y="248.66242038190012" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.343949044589998px" transform="rotate(0, 406.4033970278, 248.66242038190012)">U_MCU</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="95.79617834365013" x2="296.33970276026" y2="95.79617834365013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="95.79617834365013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="93.75796178314013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="93.75796178314022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="116.17834394875013" x2="296.33970276026" y2="116.17834394875013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="116.17834394875013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="114.14012738824013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="114.14012738823999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="136.56050955385012" x2="294.30148619975" y2="136.56050955385012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="292.26326963924" y="134.52229299334013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="134.52229299334022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="156.94267515895012" x2="294.30148619975" y2="156.94267515895012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="292.26326963924" y="154.90445859844013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="154.90445859844021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="177.32484076405012" x2="294.30148619975" y2="177.32484076405012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="292.26326963924" y="175.28662420354013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="175.2866242035402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="197.70700636915012" x2="294.30148619975" y2="197.70700636915012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="292.26326963924" y="195.66878980864013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="195.6687898086402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="218.08917197425012" x2="296.33970276026" y2="218.08917197425012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="218.08917197425012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="216.05095541374013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="216.05095541373998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="238.47133757935012" x2="296.33970276026" y2="238.47133757935012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="238.47133757935012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="236.43312101884013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="236.4331210188402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="258.8535031844501" x2="296.33970276026" y2="258.8535031844501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="258.8535031844501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="256.8152866239401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="256.8152866239402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="279.2356687895501" x2="296.33970276026" y2="279.2356687895501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="279.2356687895501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="277.1974522290401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="277.19745222904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="299.6178343946501" x2="296.33970276026" y2="299.6178343946501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="299.6178343946501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="297.5796178341401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="297.5796178341402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="319.9999999997501" x2="296.33970276026" y2="319.9999999997501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="319.9999999997501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="317.9617834392401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="317.96178343924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="340.3821656048501" x2="296.33970276026" y2="340.3821656048501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="340.3821656048501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="338.3439490443401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="338.3439490443402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="360.7643312099501" x2="296.33970276026" y2="360.7643312099501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="360.7643312099501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="358.7261146494401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="358.7261146494402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="381.1464968150501" x2="296.33970276026" y2="381.1464968150501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="381.1464968150501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="379.1082802545401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="379.1082802545402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="335.0658174099501" y1="401.5286624201501" x2="296.33970276026" y2="401.5286624201501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="294.30148619975" cy="401.5286624201501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="292.26326963924" y="399.4904458596401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="314.68365180485" y="399.4904458596402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="401.5286624201501" x2="516.4670912953401" y2="401.5286624201501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="401.5286624201501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="399.4904458596401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="399.4904458596402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="381.1464968150501" x2="518.50530785585" y2="381.1464968150501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="516.46709129534" y="379.1082802545401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="379.1082802545402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="360.7643312099501" x2="516.4670912953401" y2="360.7643312099501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="360.7643312099501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="358.7261146494401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="358.7261146494402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="340.3821656048501" x2="516.4670912953401" y2="340.3821656048501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="340.3821656048501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="338.3439490443401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="338.3439490443402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="319.9999999997501" x2="518.50530785585" y2="319.9999999997501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="516.46709129534" y="317.9617834392401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="317.96178343924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="299.6178343946501" x2="516.4670912953401" y2="299.6178343946501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="299.6178343946501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="297.5796178341401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="297.5796178341402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="279.2356687895501" x2="516.4670912953401" y2="279.2356687895501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="279.2356687895501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="277.1974522290401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="277.1974522290402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="258.8535031844501" x2="516.4670912953401" y2="258.8535031844501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="258.8535031844501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="256.8152866239401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="256.8152866239402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="238.47133757935012" x2="516.4670912953401" y2="238.47133757935012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="238.47133757935012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="236.43312101884013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="236.4331210188402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="218.08917197425012" x2="516.4670912953401" y2="218.08917197425012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="218.08917197425012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="216.05095541374013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="216.0509554137402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="197.70700636915012" x2="516.4670912953401" y2="197.70700636915012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="197.70700636915012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="195.66878980864013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="195.6687898086402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="177.32484076405012" x2="516.4670912953401" y2="177.32484076405012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="177.32484076405012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="175.28662420354013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="175.2866242035402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="156.94267515895012" x2="516.4670912953401" y2="156.94267515895012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="156.94267515895012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="154.90445859844013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="154.90445859844021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="136.56050955385012" x2="516.4670912953401" y2="136.56050955385012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="136.56050955385012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="134.52229299334013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="134.52229299334022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="116.17834394875013" x2="516.4670912953401" y2="116.17834394875013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="116.17834394875013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="114.14012738824013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="114.14012738823999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="477.74097664565" y1="95.79617834365013" x2="516.4670912953401" y2="95.79617834365013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="518.50530785585" cy="95.79617834365013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="516.46709129534" y="93.75796178314013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="498.12314225075" y="93.75796178314022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="728.4416135883799" y="633.4834140125575" width="171.21019108284008" height="45.64463694268511" fill="transparent"/><path class="sch-component-symbol-path" d="M 728.4416135883799 656.3057324839001 L 756.9823524418894 656.3057324839001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 871.1110658177106 656.3057324839001 L 899.65180467122 656.3057324839001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 756.9823524418894 633.4834140125575 L 871.1110658177106 633.4834140125575 L 871.1110658177106 679.1280509552427 L 756.9823524418894 679.1280509552427 L 756.9823524418894 633.4834140125575" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="814.0467091298" y="610.6496815284761" stroke="rgb(245, 241, 237)" stroke-width="2.03821656051px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="18.343949044589998px">R_FAULT_PULLUP</text><text class="sch-component-text" x="814.0467091298" y="701.9617834393241" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.343949044589998px"></text><circle class="component-pin sch-component-pin" cx="899.65180467122" cy="656.3057324839001" r="2.03821656051px" stroke-width="2.03821656051px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="294.30148619975" cy="95.79617834365013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="294.30148619975" cy="116.17834394875013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="294.30148619975" cy="136.56050955385012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="294.30148619975" cy="156.94267515895012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="294.30148619975" cy="177.32484076405012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="294.30148619975" cy="197.70700636915012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="294.30148619975" cy="218.08917197425012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="294.30148619975" cy="238.47133757935012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="294.30148619975" cy="258.8535031844501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="294.30148619975" cy="279.2356687895501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="294.30148619975" cy="299.6178343946501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="294.30148619975" cy="319.9999999997501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="294.30148619975" cy="340.3821656048501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="294.30148619975" cy="360.7643312099501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="294.30148619975" cy="381.1464968150501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="294.30148619975" cy="401.5286624201501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="518.50530785585" cy="401.5286624201501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="518.50530785585" cy="381.1464968150501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="518.50530785585" cy="360.7643312099501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="518.50530785585" cy="340.3821656048501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="518.50530785585" cy="319.9999999997501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="518.50530785585" cy="299.6178343946501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="518.50530785585" cy="279.2356687895501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="518.50530785585" cy="258.8535031844501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="518.50530785585" cy="238.47133757935012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="518.50530785585" cy="218.08917197425012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="518.50530785585" cy="197.70700636915012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="518.50530785585" cy="177.32484076405012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="518.50530785585" cy="156.94267515895012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="518.50530785585" cy="136.56050955385012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="518.50530785585" cy="116.17834394875013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="518.50530785585" cy="95.79617834365013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="783.47346072215" cy="656.3057324839001" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="954.6836518049898" cy="656.3057324839001" r="4.07643312102" 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="
105
- M 234.17409766470507,177.42675159207556
106
- L 244.36518046725507,182.92993630545257
107
- L 244.36518046725507,217.87855626299736
108
- L 223.98301486215507,217.87855626299736
109
- L 223.98301486215507,182.92993630545257
104
+ </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 279.5244161360499 177.32484076405012 L 248.95116772840004 177.32484076405012 L 248.95116772840004 197.70700636915012 L 248.95116772840004 136.56050955385012 L 279.5244161360499 136.56050955385012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 279.5244161360499 177.32484076405012 L 248.95116772840004 177.32484076405012 L 248.95116772840004 197.70700636915012 L 248.95116772840004 136.56050955385012 L 279.5244161360499 136.56050955385012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 279.5244161360499 197.70700636915012 L 269.33333333350004 197.70700636915012 L 269.33333333350004 156.94267515895012 L 279.5244161360499 156.94267515895012" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 279.5244161360499 197.70700636915012 L 269.33333333350004 197.70700636915012 L 269.33333333350004 156.94267515895012 L 279.5244161360499 156.94267515895012" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 503.7282377921499 381.1464968150501 L 608.6963906584149 381.1464968150501 L 608.6963906584149 656.3057324839001 L 713.6645435246799 656.3057324839001" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 503.7282377921499 381.1464968150501 L 608.6963906584149 381.1464968150501 L 608.6963906584149 656.3057324839001 L 713.6645435246799 656.3057324839001" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" 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 503.7282377921499 319.9999999997501 L 630.1995753717954 319.9999999997501 L 630.1995753717954 325.19745222905067" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="16.30573248408px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 503.7282377921499 319.9999999997501 L 630.1995753717954 319.9999999997501 L 630.1995753717954 325.19745222905067" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"/><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="320.28874734625003" y="75.41401273855013" width="142.67515923569988" height="346.4968152867" stroke-width="2.03821656051px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="320.28874734625003" y="75.41401273855013" width="142.67515923569988" height="346.4968152867" fill="transparent"/><text class="sch-text" x="391.6263269640999" y="248.66242038190012" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.343949044589998px" transform="rotate(0, 391.6263269640999, 248.66242038190012)">U_MCU</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="95.79617834365013" x2="281.56263269655994" y2="95.79617834365013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="95.79617834365013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="93.75796178314013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="93.75796178314022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="116.17834394875013" x2="281.56263269655994" y2="116.17834394875013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="116.17834394875013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="114.14012738824013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="114.14012738823999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="136.56050955385012" x2="279.5244161360499" y2="136.56050955385012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="277.4861995755399" y="134.52229299334013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="134.52229299334022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="156.94267515895012" x2="279.5244161360499" y2="156.94267515895012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="277.4861995755399" y="154.90445859844013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="154.90445859844021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="177.32484076405012" x2="279.5244161360499" y2="177.32484076405012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><rect x="277.4861995755399" y="175.28662420354013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="175.2866242035402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="197.70700636915012" x2="279.5244161360499" y2="197.70700636915012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><rect x="277.4861995755399" y="195.66878980864013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="195.6687898086402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="218.08917197425012" x2="281.56263269655994" y2="218.08917197425012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="218.08917197425012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="216.05095541374013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="216.05095541373998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="238.47133757935012" x2="281.56263269655994" y2="238.47133757935012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="238.47133757935012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="236.43312101884013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="236.4331210188402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="258.8535031844501" x2="281.56263269655994" y2="258.8535031844501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="258.8535031844501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="256.8152866239401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="256.8152866239402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="279.2356687895501" x2="281.56263269655994" y2="279.2356687895501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="279.2356687895501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="277.1974522290401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="277.19745222904" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="299.6178343946501" x2="281.56263269655994" y2="299.6178343946501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="299.6178343946501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="297.5796178341401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="297.5796178341402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="319.9999999997501" x2="281.56263269655994" y2="319.9999999997501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="319.9999999997501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="317.9617834392401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="317.96178343924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="340.3821656048501" x2="281.56263269655994" y2="340.3821656048501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="340.3821656048501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="338.3439490443401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="338.3439490443402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="360.7643312099501" x2="281.56263269655994" y2="360.7643312099501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="360.7643312099501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="358.7261146494401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="358.7261146494402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="381.1464968150501" x2="281.56263269655994" y2="381.1464968150501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="381.1464968150501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="379.1082802545401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="379.1082802545402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="320.28874734625003" y1="401.5286624201501" x2="281.56263269655994" y2="401.5286624201501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="279.5244161360499" cy="401.5286624201501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="277.4861995755399" y="399.4904458596401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="299.9065817411499" y="399.4904458596402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="401.5286624201501" x2="501.69002123164" y2="401.5286624201501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="401.5286624201501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="399.4904458596401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="399.4904458596402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="381.1464968150501" x2="503.7282377921499" y2="381.1464968150501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="501.6900212316399" y="379.1082802545401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="379.1082802545402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="360.7643312099501" x2="501.69002123164" y2="360.7643312099501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="360.7643312099501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="358.7261146494401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="358.7261146494402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="340.3821656048501" x2="501.69002123164" y2="340.3821656048501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="340.3821656048501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="338.3439490443401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="338.3439490443402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="319.9999999997501" x2="503.7282377921499" y2="319.9999999997501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><rect x="501.6900212316399" y="317.9617834392401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="317.96178343924" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="299.6178343946501" x2="501.69002123164" y2="299.6178343946501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="299.6178343946501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="297.5796178341401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="297.5796178341402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="279.2356687895501" x2="501.69002123164" y2="279.2356687895501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="279.2356687895501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="277.1974522290401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="277.1974522290402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="258.8535031844501" x2="501.69002123164" y2="258.8535031844501" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="258.8535031844501" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="256.8152866239401" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="256.8152866239402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="238.47133757935012" x2="501.69002123164" y2="238.47133757935012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="238.47133757935012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="236.43312101884013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="236.4331210188402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="218.08917197425012" x2="501.69002123164" y2="218.08917197425012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="218.08917197425012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="216.05095541374013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="216.0509554137402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="197.70700636915012" x2="501.69002123164" y2="197.70700636915012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="197.70700636915012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="195.66878980864013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="195.6687898086402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="177.32484076405012" x2="501.69002123164" y2="177.32484076405012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="177.32484076405012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="175.28662420354013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="175.2866242035402" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="156.94267515895012" x2="501.69002123164" y2="156.94267515895012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="156.94267515895012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="154.90445859844013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="154.90445859844021" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="136.56050955385012" x2="501.69002123164" y2="136.56050955385012" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="136.56050955385012" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="134.52229299334013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="134.52229299334022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="116.17834394875013" x2="501.69002123164" y2="116.17834394875013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="116.17834394875013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="114.14012738824013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="114.14012738823999" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="462.9639065819499" y1="95.79617834365013" x2="501.69002123164" y2="95.79617834365013" stroke-width="2.03821656051px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="503.7282377921499" cy="95.79617834365013" r="2.03821656051" stroke-width="2.03821656051px"/><rect x="501.6900212316399" y="93.75796178314013" width="4.07643312102" height="4.07643312102" opacity="0"/></g><text class="pin-number sch-pin-number" x="483.3460721870499" y="93.75796178314022" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="15.286624203825px" transform="">32</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component-overlay sch-component-overlay" x="713.6645435246799" y="633.4834140125575" width="171.21019108284008" height="45.64463694268511" fill="transparent"/><path class="sch-component-symbol-path" d="M 713.6645435246799 656.3057324839001 L 742.2052823781893 656.3057324839001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 856.3339957540105 656.3057324839001 L 884.8747346075199 656.3057324839001" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 742.2052823781893 633.4834140125575 L 856.3339957540105 633.4834140125575 L 856.3339957540105 679.1280509552427 L 742.2052823781893 679.1280509552427 L 742.2052823781893 633.4834140125575" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="799.2696390660999" y="610.6496815284761" stroke="rgb(245, 241, 237)" stroke-width="2.03821656051px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="18.343949044589998px">R_FAULT_PULLUP</text><text class="sch-component-text" x="799.2696390660999" y="701.9617834393241" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.343949044589998px"></text><circle class="component-pin sch-component-pin" cx="884.8747346075199" cy="656.3057324839001" r="2.03821656051px" stroke-width="2.03821656051px" fill="none" stroke="rgb(132, 0, 0)"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="279.5244161360499" cy="95.79617834365013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="279.5244161360499" cy="116.17834394875013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="279.5244161360499" cy="136.56050955385012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="279.5244161360499" cy="156.94267515895012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="279.5244161360499" cy="177.32484076405012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="279.5244161360499" cy="197.70700636915012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="279.5244161360499" cy="218.08917197425012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="279.5244161360499" cy="238.47133757935012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="279.5244161360499" cy="258.8535031844501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="279.5244161360499" cy="279.2356687895501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="279.5244161360499" cy="299.6178343946501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="279.5244161360499" cy="319.9999999997501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="279.5244161360499" cy="340.3821656048501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="279.5244161360499" cy="360.7643312099501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="279.5244161360499" cy="381.1464968150501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="279.5244161360499" cy="401.5286624201501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="503.7282377921499" cy="401.5286624201501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="503.7282377921499" cy="381.1464968150501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="503.7282377921499" cy="360.7643312099501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="503.7282377921499" cy="340.3821656048501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="503.7282377921499" cy="319.9999999997501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="503.7282377921499" cy="299.6178343946501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="503.7282377921499" cy="279.2356687895501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="503.7282377921499" cy="258.8535031844501" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="503.7282377921499" cy="238.47133757935012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="503.7282377921499" cy="218.08917197425012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="503.7282377921499" cy="197.70700636915012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="503.7282377921499" cy="177.32484076405012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="503.7282377921499" cy="156.94267515895012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="503.7282377921499" cy="136.56050955385012" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="503.7282377921499" cy="116.17834394875013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="503.7282377921499" cy="95.79617834365013" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="768.6963906584499" cy="656.3057324839001" r="4.07643312102" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="939.9065817412898" cy="656.3057324839001" r="4.07643312102" fill="red" opacity="0"/></g><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="236.72186836534004" y="197.70700636915006" width="24.458598726120016" height="18.343949044589976" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 236.72186836534004 216.05095541374004 L 261.18046709146006 216.05095541374004" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="M 248.95116772840004 216.05095541374004 L 248.95116772840004 197.70700636915006" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" x="248.95116772840004" y="221.14649681501504" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.343949044589998px">XX</text><rect class="component-overlay sch-component-overlay sch-net-label-overlay" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="617.9702760087354" y="325.1974522290506" width="24.458598726120044" height="18.343949044589976" fill="transparent"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 617.9702760087354 343.5414012736406 L 642.4288747348554 343.5414012736406" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><path class="sch-net-label-symbol-path" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" d="M 630.1995753717954 343.5414012736406 L 630.1995753717954 325.1974522290506" stroke="rgb(132, 0, 0)" fill="none" stroke-width="2.03821656051px" stroke-linecap="round"/><text class="sch-net-label-symbol-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_1__stack1" x="630.1995753717954" y="348.6369426749156" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="18.343949044589998px">XX</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="
105
+ M 556.2123142252822,381.1464968150501
106
+ L 546.0212314227322,375.64331210167313
107
+ L 546.0212314227322,340.69469214412834
108
+ L 566.4033970278322,340.69469214412834
109
+ L 566.4033970278322,375.64331210167313
110
110
  Z
111
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="234.17409766470507" y="186.59872611437055" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="rotate(90 234.17409766470507 186.59872611437055)">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="
112
- M 644.9766454354955,325.19745222905067
113
- L 655.1677282380455,330.70063694242765
114
- L 655.1677282380455,365.64925689997244
115
- L 634.7855626329455,365.64925689997244
116
- L 634.7855626329455,330.70063694242765
111
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="556.2123142252822" y="371.9745222927551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="rotate(-90 556.2123142252822 371.9745222927551)">XX</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="
112
+ M 503.7282377921499,95.79617834365013
113
+ L 509.2314225055269,85.60509554110013
114
+ L 580.0934182592579,85.60509554110013
115
+ L 580.0934182592579,105.98726114620013
116
+ L 509.2314225055269,105.98726114620013
117
117
  Z
118
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="644.9766454354955" y="334.36942675134566" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="rotate(90 644.9766454354955 334.36942675134566)">XX</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="
119
- M 570.9893842889823,381.1464968150501
120
- L 560.7983014864323,375.64331210167313
121
- L 560.7983014864323,340.69469214412834
122
- L 581.1804670915323,340.69469214412834
123
- L 581.1804670915323,375.64331210167313
118
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="512.900212314445" y="95.79617834365013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
119
+ M 884.8747346075199,656.3057324839001
120
+ L 890.3779193208969,646.1146496813501
121
+ L 961.2399150746279,646.1146496813501
122
+ L 961.2399150746279,666.4968152864501
123
+ L 890.3779193208969,666.4968152864501
124
124
  Z
125
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="570.9893842889823" y="371.9745222927551" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="rotate(-90 570.9893842889823 371.9745222927551)">XX</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="
126
- M 518.50530785585,95.79617834365013
127
- L 524.008492569227,85.60509554110013
128
- L 594.870488322958,85.60509554110013
129
- L 594.870488322958,105.98726114620013
130
- L 524.008492569227,105.98726114620013
131
- Z
132
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="527.677282378145" y="95.79617834365013" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="">XXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
133
- M 899.65180467122,656.3057324839001
134
- L 905.154989384597,646.1146496813501
135
- L 976.016985138328,646.1146496813501
136
- L 976.016985138328,666.4968152864501
137
- L 905.154989384597,666.4968152864501
138
- Z
139
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="908.8237791935151" y="656.3057324839001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="">XXXXX</text><text class="sch-text" x="414.5562632698401" y="435.1592356685651" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.34394904458997px" transform="rotate(0, 414.5562632698401, 435.1592356685651)">ATMEGA328P_AU</text><text class="sch-text" x="365.6390658176001" y="63.69426751561764" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.343949044589998px" transform="rotate(0, 365.6390658176001, 63.69426751561764)">U_MCU</text><rect class="schematic-box sch-box" x="335.0658174099501" y="425.98726114627016" width="158.98089171978006" height="18.343949044589863" stroke-width="2.03821656051px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.30573248408 8.15286624204"/><rect class="schematic-box sch-box" x="328.95116772842016" y="50.95541401243008" width="73.37579617836013" height="25.477707006375113" stroke-width="2.03821656051px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.30573248408 8.15286624204"/>
125
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.03821656051px"/><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="894.046709129815" y="656.3057324839001" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="18.343949044589998px" transform="">XXXXX</text><text class="sch-text" x="399.77919320614" y="435.1592356685651" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.34394904458997px" transform="rotate(0, 399.77919320614, 435.1592356685651)">ATMEGA328P_AU</text><text class="sch-text" x="350.86199575390003" y="63.69426751561764" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="18.343949044589998px" transform="rotate(0, 350.86199575390003, 63.69426751561764)">U_MCU</text><rect class="schematic-box sch-box" x="320.28874734625003" y="425.98726114627016" width="158.98089171978006" height="18.343949044589863" stroke-width="2.03821656051px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.30573248408 8.15286624204"/><rect class="schematic-box sch-box" x="314.1740976647201" y="50.95541401243008" width="73.37579617836013" height="25.477707006375113" stroke-width="2.03821656051px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="16.30573248408 8.15286624204"/>
140
126
  </g>
141
127
  </svg>