@tscircuit/schematic-trace-solver 0.0.197 → 0.0.199

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 (22) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/dist/index.js +84 -5
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +10 -1
  4. package/lib/solvers/RailNetLabelCornerPlacementSolver/RailNetLabelCornerPlacementSolver.ts +128 -2
  5. package/lib/solvers/RailNetLabelCornerPlacementSolver/types.ts +1 -0
  6. package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +2 -0
  7. package/package.json +1 -1
  8. package/site/SchematicTracePipelineSolver/repro-am3352-sheet3-power-rails.page.tsx +7 -0
  9. package/site/bug-reports/bug-report-20260911T195723Z.page.tsx +4 -0
  10. package/site/bug-reports/bug-report-20260916T054012Z.page.tsx +4 -0
  11. package/tests/bug-reports/bug-report-20260911T195723Z/__snapshots__/bug-report-20260911T195723Z.snap.svg +559 -0
  12. package/tests/bug-reports/bug-report-20260911T195723Z/bug-report-20260911T195723Z.json +1792 -0
  13. package/tests/bug-reports/bug-report-20260911T195723Z/bug-report-20260911T195723Z.test.ts +35 -0
  14. package/tests/bug-reports/bug-report-20260916T054012Z/__snapshots__/bug-report-20260916T054012Z.snap.svg +504 -0
  15. package/tests/bug-reports/bug-report-20260916T054012Z/bug-report-20260916T054012Z.json +1847 -0
  16. package/tests/bug-reports/bug-report-20260916T054012Z/bug-report-20260916T054012Z.test.ts +28 -0
  17. package/tests/repros/__snapshots__/repro-am3352-sheet3-power-rails.snap.svg +187 -0
  18. package/tests/repros/__snapshots__/repro-normal-net-label-branch-from-junction.snap.svg +31 -31
  19. package/tests/repros/assets/repro-am3352-sheet3-power-rails.input.json +698 -0
  20. package/tests/repros/repro-am3352-sheet3-power-rails.md +66 -0
  21. package/tests/repros/repro-am3352-sheet3-power-rails.test.ts +39 -0
  22. package/tests/repros/repro-normal-net-label-branch-from-junction.test.ts +13 -0
@@ -0,0 +1,1792 @@
1
+ {
2
+ "chips": [
3
+ {
4
+ "chipId": "schematic_component_0",
5
+ "center": {
6
+ "x": -14,
7
+ "y": 6
8
+ },
9
+ "width": 2.5,
10
+ "height": 1.8000000000000007,
11
+ "pins": [
12
+ {
13
+ "pinId": "schematic_port_0",
14
+ "displayName": "EH1",
15
+ "x": -15.25,
16
+ "y": 6.7
17
+ },
18
+ {
19
+ "pinId": "schematic_port_1",
20
+ "displayName": "EH2",
21
+ "x": -15.25,
22
+ "y": 6.5
23
+ },
24
+ {
25
+ "pinId": "schematic_port_2",
26
+ "displayName": "pin13_alt1",
27
+ "x": -15.25,
28
+ "y": 6.3
29
+ },
30
+ {
31
+ "pinId": "schematic_port_3",
32
+ "displayName": "pin14_alt1",
33
+ "x": -15.25,
34
+ "y": 6.1
35
+ },
36
+ {
37
+ "pinId": "schematic_port_4",
38
+ "displayName": "A1B12",
39
+ "x": -15.25,
40
+ "y": 5.9
41
+ },
42
+ {
43
+ "pinId": "schematic_port_5",
44
+ "displayName": "A4B9",
45
+ "x": -15.25,
46
+ "y": 5.7
47
+ },
48
+ {
49
+ "pinId": "schematic_port_6",
50
+ "displayName": "B8",
51
+ "x": -15.25,
52
+ "y": 5.5
53
+ },
54
+ {
55
+ "pinId": "schematic_port_7",
56
+ "displayName": "A5",
57
+ "x": -15.25,
58
+ "y": 5.3
59
+ },
60
+ {
61
+ "pinId": "schematic_port_8",
62
+ "displayName": "B7",
63
+ "x": -12.75,
64
+ "y": 5.3
65
+ },
66
+ {
67
+ "pinId": "schematic_port_9",
68
+ "displayName": "A6",
69
+ "x": -12.75,
70
+ "y": 5.5
71
+ },
72
+ {
73
+ "pinId": "schematic_port_10",
74
+ "displayName": "A7",
75
+ "x": -12.75,
76
+ "y": 5.7
77
+ },
78
+ {
79
+ "pinId": "schematic_port_11",
80
+ "displayName": "B6",
81
+ "x": -12.75,
82
+ "y": 5.9
83
+ },
84
+ {
85
+ "pinId": "schematic_port_12",
86
+ "displayName": "A8",
87
+ "x": -12.75,
88
+ "y": 6.1
89
+ },
90
+ {
91
+ "pinId": "schematic_port_13",
92
+ "displayName": "B5",
93
+ "x": -12.75,
94
+ "y": 6.3
95
+ },
96
+ {
97
+ "pinId": "schematic_port_14",
98
+ "displayName": "B4A9",
99
+ "x": -12.75,
100
+ "y": 6.5
101
+ },
102
+ {
103
+ "pinId": "schematic_port_15",
104
+ "displayName": "B1A12",
105
+ "x": -12.75,
106
+ "y": 6.7
107
+ }
108
+ ],
109
+ "sectionId": "Power"
110
+ },
111
+ {
112
+ "chipId": "schematic_component_1",
113
+ "center": {
114
+ "x": -11,
115
+ "y": 2
116
+ },
117
+ "width": 0.6000000000000014,
118
+ "height": 0.6800000000000002,
119
+ "pins": [
120
+ {
121
+ "pinId": "schematic_port_16",
122
+ "displayName": "anode",
123
+ "x": -11.3,
124
+ "y": 2,
125
+ "_facingDirection": "x-"
126
+ },
127
+ {
128
+ "pinId": "schematic_port_17",
129
+ "displayName": "cathode",
130
+ "x": -10.7,
131
+ "y": 2,
132
+ "_facingDirection": "x+"
133
+ }
134
+ ],
135
+ "sectionId": "Power"
136
+ },
137
+ {
138
+ "chipId": "schematic_component_2",
139
+ "center": {
140
+ "x": -9,
141
+ "y": 2
142
+ },
143
+ "width": 0.6000000000000014,
144
+ "height": 0.6800000000000002,
145
+ "pins": [
146
+ {
147
+ "pinId": "schematic_port_18",
148
+ "displayName": "anode",
149
+ "x": -9.3,
150
+ "y": 2,
151
+ "_facingDirection": "x-"
152
+ },
153
+ {
154
+ "pinId": "schematic_port_19",
155
+ "displayName": "cathode",
156
+ "x": -8.7,
157
+ "y": 2,
158
+ "_facingDirection": "x+"
159
+ }
160
+ ],
161
+ "sectionId": "Power"
162
+ },
163
+ {
164
+ "chipId": "schematic_component_3",
165
+ "center": {
166
+ "x": -5,
167
+ "y": 6
168
+ },
169
+ "width": 2,
170
+ "height": 0.8000000000000007,
171
+ "pins": [
172
+ {
173
+ "pinId": "schematic_port_20",
174
+ "displayName": "STAT",
175
+ "x": -6,
176
+ "y": 6.2
177
+ },
178
+ {
179
+ "pinId": "schematic_port_21",
180
+ "displayName": "VSS",
181
+ "x": -6,
182
+ "y": 6
183
+ },
184
+ {
185
+ "pinId": "schematic_port_22",
186
+ "displayName": "VBAT",
187
+ "x": -6,
188
+ "y": 5.8
189
+ },
190
+ {
191
+ "pinId": "schematic_port_23",
192
+ "displayName": "VDD",
193
+ "x": -4,
194
+ "y": 5.9
195
+ },
196
+ {
197
+ "pinId": "schematic_port_24",
198
+ "displayName": "PROG",
199
+ "x": -4,
200
+ "y": 6.1
201
+ }
202
+ ],
203
+ "sectionId": "Power"
204
+ },
205
+ {
206
+ "chipId": "schematic_component_4",
207
+ "center": {
208
+ "x": -3,
209
+ "y": 2
210
+ },
211
+ "width": 0.5999999999999996,
212
+ "height": 0.6800000000000002,
213
+ "pins": [
214
+ {
215
+ "pinId": "schematic_port_25",
216
+ "displayName": "anode",
217
+ "x": -3.3,
218
+ "y": 2,
219
+ "_facingDirection": "x-"
220
+ },
221
+ {
222
+ "pinId": "schematic_port_26",
223
+ "displayName": "cathode",
224
+ "x": -2.7,
225
+ "y": 2,
226
+ "_facingDirection": "x+"
227
+ }
228
+ ],
229
+ "sectionId": "Power"
230
+ },
231
+ {
232
+ "chipId": "schematic_component_5",
233
+ "center": {
234
+ "x": -6.9275,
235
+ "y": 3
236
+ },
237
+ "width": 1.0450000000000008,
238
+ "height": 0.7600000000000007,
239
+ "pins": [
240
+ {
241
+ "pinId": "schematic_port_27",
242
+ "displayName": "anode",
243
+ "x": -7,
244
+ "y": 3.3800000000000003,
245
+ "_facingDirection": "y+"
246
+ },
247
+ {
248
+ "pinId": "schematic_port_28",
249
+ "displayName": "cathode",
250
+ "x": -7,
251
+ "y": 2.6199999999999997,
252
+ "_facingDirection": "y-"
253
+ }
254
+ ],
255
+ "sectionId": "Power"
256
+ },
257
+ {
258
+ "chipId": "schematic_component_6",
259
+ "center": {
260
+ "x": 0.07249999999999998,
261
+ "y": 3
262
+ },
263
+ "width": 1.045,
264
+ "height": 0.7600000000000007,
265
+ "pins": [
266
+ {
267
+ "pinId": "schematic_port_29",
268
+ "displayName": "anode",
269
+ "x": -1.8369701987210297e-17,
270
+ "y": 3.3800000000000003,
271
+ "_facingDirection": "y+"
272
+ },
273
+ {
274
+ "pinId": "schematic_port_30",
275
+ "displayName": "cathode",
276
+ "x": 1.8369701987210297e-17,
277
+ "y": 2.6199999999999997,
278
+ "_facingDirection": "y-"
279
+ }
280
+ ],
281
+ "sectionId": "Power"
282
+ },
283
+ {
284
+ "chipId": "schematic_component_7",
285
+ "center": {
286
+ "x": -4.5,
287
+ "y": 9
288
+ },
289
+ "width": 1.1299999999999994,
290
+ "height": 1.1799999999999997,
291
+ "pins": [
292
+ {
293
+ "pinId": "schematic_port_31",
294
+ "displayName": "anode",
295
+ "x": -5.0649999999999995,
296
+ "y": 9,
297
+ "_facingDirection": "x-"
298
+ },
299
+ {
300
+ "pinId": "schematic_port_32",
301
+ "displayName": "cathode",
302
+ "x": -3.9350000000000005,
303
+ "y": 9,
304
+ "_facingDirection": "x+"
305
+ }
306
+ ],
307
+ "sectionId": "Power"
308
+ },
309
+ {
310
+ "chipId": "schematic_component_8",
311
+ "center": {
312
+ "x": -1.5,
313
+ "y": 9
314
+ },
315
+ "width": 0.6000000000000001,
316
+ "height": 0.6799999999999997,
317
+ "pins": [
318
+ {
319
+ "pinId": "schematic_port_33",
320
+ "displayName": "anode",
321
+ "x": -1.8,
322
+ "y": 9,
323
+ "_facingDirection": "x-"
324
+ },
325
+ {
326
+ "pinId": "schematic_port_34",
327
+ "displayName": "cathode",
328
+ "x": -1.2,
329
+ "y": 9,
330
+ "_facingDirection": "x+"
331
+ }
332
+ ],
333
+ "sectionId": "Power"
334
+ },
335
+ {
336
+ "chipId": "schematic_component_9",
337
+ "center": {
338
+ "x": 2,
339
+ "y": 6
340
+ },
341
+ "width": 2,
342
+ "height": 0.40000000000000036,
343
+ "pins": [
344
+ {
345
+ "pinId": "schematic_port_35",
346
+ "displayName": "1",
347
+ "x": 1,
348
+ "y": 6
349
+ },
350
+ {
351
+ "pinId": "schematic_port_36",
352
+ "displayName": "2",
353
+ "x": 3,
354
+ "y": 6
355
+ }
356
+ ],
357
+ "sectionId": "Power"
358
+ },
359
+ {
360
+ "chipId": "schematic_component_10",
361
+ "center": {
362
+ "x": 6,
363
+ "y": 6
364
+ },
365
+ "width": 0.7599999999999998,
366
+ "height": 0.5,
367
+ "pins": [
368
+ {
369
+ "pinId": "schematic_port_37",
370
+ "displayName": "1",
371
+ "x": 5.62,
372
+ "y": 6,
373
+ "_facingDirection": "x-"
374
+ },
375
+ {
376
+ "pinId": "schematic_port_38",
377
+ "displayName": "2",
378
+ "x": 6.38,
379
+ "y": 6,
380
+ "_facingDirection": "x+"
381
+ }
382
+ ],
383
+ "sectionId": "Power"
384
+ },
385
+ {
386
+ "chipId": "schematic_component_11",
387
+ "center": {
388
+ "x": 10,
389
+ "y": 6
390
+ },
391
+ "width": 2,
392
+ "height": 0.8000000000000007,
393
+ "pins": [
394
+ {
395
+ "pinId": "schematic_port_39",
396
+ "displayName": "VIN",
397
+ "x": 9,
398
+ "y": 6.2
399
+ },
400
+ {
401
+ "pinId": "schematic_port_40",
402
+ "displayName": "GND",
403
+ "x": 9,
404
+ "y": 6
405
+ },
406
+ {
407
+ "pinId": "schematic_port_41",
408
+ "displayName": "EN",
409
+ "x": 9,
410
+ "y": 5.8
411
+ },
412
+ {
413
+ "pinId": "schematic_port_42",
414
+ "displayName": "NC",
415
+ "x": 11,
416
+ "y": 5.9
417
+ },
418
+ {
419
+ "pinId": "schematic_port_43",
420
+ "displayName": "VOUT",
421
+ "x": 11,
422
+ "y": 6.1
423
+ }
424
+ ],
425
+ "sectionId": "Power"
426
+ },
427
+ {
428
+ "chipId": "schematic_component_12",
429
+ "center": {
430
+ "x": 8.0725,
431
+ "y": 3
432
+ },
433
+ "width": 1.0450000000000008,
434
+ "height": 0.7600000000000007,
435
+ "pins": [
436
+ {
437
+ "pinId": "schematic_port_44",
438
+ "displayName": "anode",
439
+ "x": 8,
440
+ "y": 3.3800000000000003,
441
+ "_facingDirection": "y+"
442
+ },
443
+ {
444
+ "pinId": "schematic_port_45",
445
+ "displayName": "cathode",
446
+ "x": 8,
447
+ "y": 2.6199999999999997,
448
+ "_facingDirection": "y-"
449
+ }
450
+ ],
451
+ "sectionId": "Power"
452
+ },
453
+ {
454
+ "chipId": "schematic_component_13",
455
+ "center": {
456
+ "x": 12.072500000000002,
457
+ "y": 3
458
+ },
459
+ "width": 1.045,
460
+ "height": 0.7600000000000007,
461
+ "pins": [
462
+ {
463
+ "pinId": "schematic_port_46",
464
+ "displayName": "anode",
465
+ "x": 12,
466
+ "y": 3.3800000000000003,
467
+ "_facingDirection": "y+"
468
+ },
469
+ {
470
+ "pinId": "schematic_port_47",
471
+ "displayName": "cathode",
472
+ "x": 12,
473
+ "y": 2.6199999999999997,
474
+ "_facingDirection": "y-"
475
+ }
476
+ ],
477
+ "sectionId": "Power"
478
+ },
479
+ {
480
+ "chipId": "schematic_component_14",
481
+ "center": {
482
+ "x": 0,
483
+ "y": -5
484
+ },
485
+ "width": 2.3,
486
+ "height": 4.200000000000001,
487
+ "pins": [
488
+ {
489
+ "pinId": "schematic_port_48",
490
+ "displayName": "GND1",
491
+ "x": -1.15,
492
+ "y": -3.0999999999999996
493
+ },
494
+ {
495
+ "pinId": "schematic_port_49",
496
+ "displayName": "3V3",
497
+ "x": -1.15,
498
+ "y": -3.2999999999999994
499
+ },
500
+ {
501
+ "pinId": "schematic_port_50",
502
+ "displayName": "EN",
503
+ "x": -1.15,
504
+ "y": -3.4999999999999996
505
+ },
506
+ {
507
+ "pinId": "schematic_port_51",
508
+ "displayName": "SENSOR_VP",
509
+ "x": -1.15,
510
+ "y": -3.6999999999999993
511
+ },
512
+ {
513
+ "pinId": "schematic_port_52",
514
+ "displayName": "SENSOR_VN",
515
+ "x": -1.15,
516
+ "y": -3.8999999999999995
517
+ },
518
+ {
519
+ "pinId": "schematic_port_53",
520
+ "displayName": "IO34",
521
+ "x": -1.15,
522
+ "y": -4.1
523
+ },
524
+ {
525
+ "pinId": "schematic_port_54",
526
+ "displayName": "IO35",
527
+ "x": -1.15,
528
+ "y": -4.299999999999999
529
+ },
530
+ {
531
+ "pinId": "schematic_port_55",
532
+ "displayName": "IO32",
533
+ "x": -1.15,
534
+ "y": -4.499999999999999
535
+ },
536
+ {
537
+ "pinId": "schematic_port_56",
538
+ "displayName": "IO33",
539
+ "x": -1.15,
540
+ "y": -4.699999999999999
541
+ },
542
+ {
543
+ "pinId": "schematic_port_57",
544
+ "displayName": "IO25",
545
+ "x": -1.15,
546
+ "y": -4.8999999999999995
547
+ },
548
+ {
549
+ "pinId": "schematic_port_58",
550
+ "displayName": "IO26",
551
+ "x": -1.15,
552
+ "y": -5.1
553
+ },
554
+ {
555
+ "pinId": "schematic_port_59",
556
+ "displayName": "IO27",
557
+ "x": -1.15,
558
+ "y": -5.299999999999999
559
+ },
560
+ {
561
+ "pinId": "schematic_port_60",
562
+ "displayName": "IO14",
563
+ "x": -1.15,
564
+ "y": -5.499999999999999
565
+ },
566
+ {
567
+ "pinId": "schematic_port_61",
568
+ "displayName": "IO12",
569
+ "x": -1.15,
570
+ "y": -5.699999999999999
571
+ },
572
+ {
573
+ "pinId": "schematic_port_62",
574
+ "displayName": "GND2",
575
+ "x": -1.15,
576
+ "y": -5.8999999999999995
577
+ },
578
+ {
579
+ "pinId": "schematic_port_63",
580
+ "displayName": "IO13",
581
+ "x": -1.15,
582
+ "y": -6.1
583
+ },
584
+ {
585
+ "pinId": "schematic_port_64",
586
+ "displayName": "NC1",
587
+ "x": -1.15,
588
+ "y": -6.3
589
+ },
590
+ {
591
+ "pinId": "schematic_port_65",
592
+ "displayName": "NC2",
593
+ "x": -1.15,
594
+ "y": -6.5
595
+ },
596
+ {
597
+ "pinId": "schematic_port_66",
598
+ "displayName": "NC3",
599
+ "x": -1.15,
600
+ "y": -6.7
601
+ },
602
+ {
603
+ "pinId": "schematic_port_67",
604
+ "displayName": "NC4",
605
+ "x": -1.15,
606
+ "y": -6.9
607
+ },
608
+ {
609
+ "pinId": "schematic_port_68",
610
+ "displayName": "NC5",
611
+ "x": 1.15,
612
+ "y": -6.800000000000001
613
+ },
614
+ {
615
+ "pinId": "schematic_port_69",
616
+ "displayName": "NC6",
617
+ "x": 1.15,
618
+ "y": -6.6000000000000005
619
+ },
620
+ {
621
+ "pinId": "schematic_port_70",
622
+ "displayName": "IO15",
623
+ "x": 1.15,
624
+ "y": -6.4
625
+ },
626
+ {
627
+ "pinId": "schematic_port_71",
628
+ "displayName": "IO2",
629
+ "x": 1.15,
630
+ "y": -6.2
631
+ },
632
+ {
633
+ "pinId": "schematic_port_72",
634
+ "displayName": "IO0",
635
+ "x": 1.15,
636
+ "y": -6
637
+ },
638
+ {
639
+ "pinId": "schematic_port_73",
640
+ "displayName": "IO4",
641
+ "x": 1.15,
642
+ "y": -5.800000000000001
643
+ },
644
+ {
645
+ "pinId": "schematic_port_74",
646
+ "displayName": "IO16",
647
+ "x": 1.15,
648
+ "y": -5.6000000000000005
649
+ },
650
+ {
651
+ "pinId": "schematic_port_75",
652
+ "displayName": "IO17",
653
+ "x": 1.15,
654
+ "y": -5.4
655
+ },
656
+ {
657
+ "pinId": "schematic_port_76",
658
+ "displayName": "IO5",
659
+ "x": 1.15,
660
+ "y": -5.200000000000001
661
+ },
662
+ {
663
+ "pinId": "schematic_port_77",
664
+ "displayName": "IO18",
665
+ "x": 1.15,
666
+ "y": -5.000000000000001
667
+ },
668
+ {
669
+ "pinId": "schematic_port_78",
670
+ "displayName": "IO19",
671
+ "x": 1.15,
672
+ "y": -4.800000000000001
673
+ },
674
+ {
675
+ "pinId": "schematic_port_79",
676
+ "displayName": "NC7",
677
+ "x": 1.15,
678
+ "y": -4.6000000000000005
679
+ },
680
+ {
681
+ "pinId": "schematic_port_80",
682
+ "displayName": "IO21",
683
+ "x": 1.15,
684
+ "y": -4.4
685
+ },
686
+ {
687
+ "pinId": "schematic_port_81",
688
+ "displayName": "RXD0",
689
+ "x": 1.15,
690
+ "y": -4.2
691
+ },
692
+ {
693
+ "pinId": "schematic_port_82",
694
+ "displayName": "TXD0",
695
+ "x": 1.15,
696
+ "y": -4
697
+ },
698
+ {
699
+ "pinId": "schematic_port_83",
700
+ "displayName": "IO22",
701
+ "x": 1.15,
702
+ "y": -3.8
703
+ },
704
+ {
705
+ "pinId": "schematic_port_84",
706
+ "displayName": "IO23",
707
+ "x": 1.15,
708
+ "y": -3.5999999999999996
709
+ },
710
+ {
711
+ "pinId": "schematic_port_85",
712
+ "displayName": "GND3",
713
+ "x": 1.15,
714
+ "y": -3.3999999999999995
715
+ },
716
+ {
717
+ "pinId": "schematic_port_86",
718
+ "displayName": "GND4",
719
+ "x": 1.15,
720
+ "y": -3.1999999999999993
721
+ }
722
+ ],
723
+ "sectionId": "Controller"
724
+ },
725
+ {
726
+ "chipId": "schematic_component_15",
727
+ "center": {
728
+ "x": -5,
729
+ "y": -8
730
+ },
731
+ "width": 0.5999999999999996,
732
+ "height": 0.6799999999999997,
733
+ "pins": [
734
+ {
735
+ "pinId": "schematic_port_87",
736
+ "displayName": "anode",
737
+ "x": -5.3,
738
+ "y": -8,
739
+ "_facingDirection": "x-"
740
+ },
741
+ {
742
+ "pinId": "schematic_port_88",
743
+ "displayName": "cathode",
744
+ "x": -4.7,
745
+ "y": -8,
746
+ "_facingDirection": "x+"
747
+ }
748
+ ],
749
+ "sectionId": "Controller"
750
+ },
751
+ {
752
+ "chipId": "schematic_component_16",
753
+ "center": {
754
+ "x": -6.9875,
755
+ "y": -10
756
+ },
757
+ "width": 0.9250000000000007,
758
+ "height": 0.759999999999998,
759
+ "pins": [
760
+ {
761
+ "pinId": "schematic_port_89",
762
+ "displayName": "anode",
763
+ "x": -7,
764
+ "y": -9.620000000000001,
765
+ "_facingDirection": "y+"
766
+ },
767
+ {
768
+ "pinId": "schematic_port_90",
769
+ "displayName": "cathode",
770
+ "x": -7,
771
+ "y": -10.379999999999999,
772
+ "_facingDirection": "y-"
773
+ }
774
+ ],
775
+ "sectionId": "Controller"
776
+ },
777
+ {
778
+ "chipId": "schematic_component_17",
779
+ "center": {
780
+ "x": -3,
781
+ "y": -8
782
+ },
783
+ "width": 0.5999999999999996,
784
+ "height": 0.6799999999999997,
785
+ "pins": [
786
+ {
787
+ "pinId": "schematic_port_91",
788
+ "displayName": "anode",
789
+ "x": -3.3,
790
+ "y": -8,
791
+ "_facingDirection": "x-"
792
+ },
793
+ {
794
+ "pinId": "schematic_port_92",
795
+ "displayName": "cathode",
796
+ "x": -2.7,
797
+ "y": -8,
798
+ "_facingDirection": "x+"
799
+ }
800
+ ],
801
+ "sectionId": "Controller"
802
+ },
803
+ {
804
+ "chipId": "schematic_component_18",
805
+ "center": {
806
+ "x": 2.1325000000000003,
807
+ "y": -10
808
+ },
809
+ "width": 1.1650000000000003,
810
+ "height": 0.759999999999998,
811
+ "pins": [
812
+ {
813
+ "pinId": "schematic_port_93",
814
+ "displayName": "anode",
815
+ "x": 2,
816
+ "y": -9.620000000000001,
817
+ "_facingDirection": "y+"
818
+ },
819
+ {
820
+ "pinId": "schematic_port_94",
821
+ "displayName": "cathode",
822
+ "x": 2,
823
+ "y": -10.379999999999999,
824
+ "_facingDirection": "y-"
825
+ }
826
+ ],
827
+ "sectionId": "Controller"
828
+ },
829
+ {
830
+ "chipId": "schematic_component_19",
831
+ "center": {
832
+ "x": 4.0725,
833
+ "y": -10
834
+ },
835
+ "width": 1.0450000000000008,
836
+ "height": 0.759999999999998,
837
+ "pins": [
838
+ {
839
+ "pinId": "schematic_port_95",
840
+ "displayName": "anode",
841
+ "x": 4,
842
+ "y": -9.620000000000001,
843
+ "_facingDirection": "y+"
844
+ },
845
+ {
846
+ "pinId": "schematic_port_96",
847
+ "displayName": "cathode",
848
+ "x": 4,
849
+ "y": -10.379999999999999,
850
+ "_facingDirection": "y-"
851
+ }
852
+ ],
853
+ "sectionId": "Controller"
854
+ },
855
+ {
856
+ "chipId": "schematic_component_20",
857
+ "center": {
858
+ "x": -8,
859
+ "y": -5
860
+ },
861
+ "width": 0.9400000000000013,
862
+ "height": 0.7189106999999986,
863
+ "pins": [
864
+ {
865
+ "pinId": "schematic_port_97",
866
+ "displayName": "1",
867
+ "x": -8.47,
868
+ "y": -5
869
+ },
870
+ {
871
+ "pinId": "schematic_port_98",
872
+ "displayName": "2",
873
+ "x": -7.529999999999999,
874
+ "y": -5
875
+ }
876
+ ],
877
+ "sectionId": "Controller"
878
+ },
879
+ {
880
+ "chipId": "schematic_component_21",
881
+ "center": {
882
+ "x": -8,
883
+ "y": -2
884
+ },
885
+ "width": 0.9400000000000013,
886
+ "height": 0.7189106999999988,
887
+ "pins": [
888
+ {
889
+ "pinId": "schematic_port_99",
890
+ "displayName": "1",
891
+ "x": -8.47,
892
+ "y": -2
893
+ },
894
+ {
895
+ "pinId": "schematic_port_100",
896
+ "displayName": "2",
897
+ "x": -7.529999999999999,
898
+ "y": -2
899
+ }
900
+ ],
901
+ "sectionId": "Controller"
902
+ },
903
+ {
904
+ "chipId": "schematic_component_22",
905
+ "center": {
906
+ "x": 8,
907
+ "y": -5
908
+ },
909
+ "width": 2.1999999999999993,
910
+ "height": 0.8000000000000007,
911
+ "pins": [
912
+ {
913
+ "pinId": "schematic_port_101",
914
+ "displayName": "3V3",
915
+ "x": 6.9,
916
+ "y": -4.8
917
+ },
918
+ {
919
+ "pinId": "schematic_port_102",
920
+ "displayName": "GND",
921
+ "x": 6.9,
922
+ "y": -5
923
+ },
924
+ {
925
+ "pinId": "schematic_port_103",
926
+ "displayName": "TX",
927
+ "x": 6.9,
928
+ "y": -5.2
929
+ },
930
+ {
931
+ "pinId": "schematic_port_104",
932
+ "displayName": "RX",
933
+ "x": 9.1,
934
+ "y": -5.2
935
+ },
936
+ {
937
+ "pinId": "schematic_port_105",
938
+ "displayName": "EN",
939
+ "x": 9.1,
940
+ "y": -5
941
+ },
942
+ {
943
+ "pinId": "schematic_port_106",
944
+ "displayName": "IO0",
945
+ "x": 9.1,
946
+ "y": -4.8
947
+ }
948
+ ],
949
+ "sectionId": "Controller"
950
+ },
951
+ {
952
+ "chipId": "schematic_component_23",
953
+ "center": {
954
+ "x": 0,
955
+ "y": -17
956
+ },
957
+ "width": 2.8,
958
+ "height": 2.799999999999999,
959
+ "pins": [
960
+ {
961
+ "pinId": "schematic_port_107",
962
+ "displayName": "RESV_VDDIO",
963
+ "x": -1.4,
964
+ "y": -15.8
965
+ },
966
+ {
967
+ "pinId": "schematic_port_108",
968
+ "displayName": "NC1",
969
+ "x": -1.4,
970
+ "y": -16
971
+ },
972
+ {
973
+ "pinId": "schematic_port_109",
974
+ "displayName": "NC2",
975
+ "x": -1.4,
976
+ "y": -16.2
977
+ },
978
+ {
979
+ "pinId": "schematic_port_110",
980
+ "displayName": "NC3",
981
+ "x": -1.4,
982
+ "y": -16.4
983
+ },
984
+ {
985
+ "pinId": "schematic_port_111",
986
+ "displayName": "NC4",
987
+ "x": -1.4,
988
+ "y": -16.6
989
+ },
990
+ {
991
+ "pinId": "schematic_port_112",
992
+ "displayName": "NC5",
993
+ "x": -1.4,
994
+ "y": -16.8
995
+ },
996
+ {
997
+ "pinId": "schematic_port_113",
998
+ "displayName": "AUX_CL",
999
+ "x": -1.4,
1000
+ "y": -17
1001
+ },
1002
+ {
1003
+ "pinId": "schematic_port_114",
1004
+ "displayName": "VDDIO",
1005
+ "x": -1.4,
1006
+ "y": -17.2
1007
+ },
1008
+ {
1009
+ "pinId": "schematic_port_115",
1010
+ "displayName": "AD0",
1011
+ "x": -1.4,
1012
+ "y": -17.4
1013
+ },
1014
+ {
1015
+ "pinId": "schematic_port_116",
1016
+ "displayName": "REGOUT",
1017
+ "x": -1.4,
1018
+ "y": -17.6
1019
+ },
1020
+ {
1021
+ "pinId": "schematic_port_117",
1022
+ "displayName": "FSYNC",
1023
+ "x": -1.4,
1024
+ "y": -17.8
1025
+ },
1026
+ {
1027
+ "pinId": "schematic_port_118",
1028
+ "displayName": "INT",
1029
+ "x": -1.4,
1030
+ "y": -18
1031
+ },
1032
+ {
1033
+ "pinId": "schematic_port_119",
1034
+ "displayName": "VDD",
1035
+ "x": -1.4,
1036
+ "y": -18.2
1037
+ },
1038
+ {
1039
+ "pinId": "schematic_port_120",
1040
+ "displayName": "NC6",
1041
+ "x": 1.4,
1042
+ "y": -18.1
1043
+ },
1044
+ {
1045
+ "pinId": "schematic_port_121",
1046
+ "displayName": "NC7",
1047
+ "x": 1.4,
1048
+ "y": -17.9
1049
+ },
1050
+ {
1051
+ "pinId": "schematic_port_122",
1052
+ "displayName": "NC8",
1053
+ "x": 1.4,
1054
+ "y": -17.7
1055
+ },
1056
+ {
1057
+ "pinId": "schematic_port_123",
1058
+ "displayName": "NC9",
1059
+ "x": 1.4,
1060
+ "y": -17.5
1061
+ },
1062
+ {
1063
+ "pinId": "schematic_port_124",
1064
+ "displayName": "GND",
1065
+ "x": 1.4,
1066
+ "y": -17.3
1067
+ },
1068
+ {
1069
+ "pinId": "schematic_port_125",
1070
+ "displayName": "RESV_NC",
1071
+ "x": 1.4,
1072
+ "y": -17.1
1073
+ },
1074
+ {
1075
+ "pinId": "schematic_port_126",
1076
+ "displayName": "RESV_GND",
1077
+ "x": 1.4,
1078
+ "y": -16.9
1079
+ },
1080
+ {
1081
+ "pinId": "schematic_port_127",
1082
+ "displayName": "AUX_DA",
1083
+ "x": 1.4,
1084
+ "y": -16.7
1085
+ },
1086
+ {
1087
+ "pinId": "schematic_port_128",
1088
+ "displayName": "NCS",
1089
+ "x": 1.4,
1090
+ "y": -16.5
1091
+ },
1092
+ {
1093
+ "pinId": "schematic_port_129",
1094
+ "displayName": "SCL",
1095
+ "x": 1.4,
1096
+ "y": -16.3
1097
+ },
1098
+ {
1099
+ "pinId": "schematic_port_130",
1100
+ "displayName": "SDA",
1101
+ "x": 1.4,
1102
+ "y": -16.1
1103
+ },
1104
+ {
1105
+ "pinId": "schematic_port_131",
1106
+ "displayName": "EP",
1107
+ "x": 1.4,
1108
+ "y": -15.9
1109
+ }
1110
+ ],
1111
+ "sectionId": "MotionAndButtons"
1112
+ },
1113
+ {
1114
+ "chipId": "schematic_component_24",
1115
+ "center": {
1116
+ "x": 4.1325,
1117
+ "y": -19
1118
+ },
1119
+ "width": 1.165,
1120
+ "height": 0.759999999999998,
1121
+ "pins": [
1122
+ {
1123
+ "pinId": "schematic_port_132",
1124
+ "displayName": "anode",
1125
+ "x": 4,
1126
+ "y": -18.62,
1127
+ "_facingDirection": "y+"
1128
+ },
1129
+ {
1130
+ "pinId": "schematic_port_133",
1131
+ "displayName": "cathode",
1132
+ "x": 4,
1133
+ "y": -19.38,
1134
+ "_facingDirection": "y-"
1135
+ }
1136
+ ],
1137
+ "sectionId": "MotionAndButtons"
1138
+ },
1139
+ {
1140
+ "chipId": "schematic_component_25",
1141
+ "center": {
1142
+ "x": 6.0725,
1143
+ "y": -19
1144
+ },
1145
+ "width": 1.0450000000000008,
1146
+ "height": 0.759999999999998,
1147
+ "pins": [
1148
+ {
1149
+ "pinId": "schematic_port_134",
1150
+ "displayName": "anode",
1151
+ "x": 6,
1152
+ "y": -18.62,
1153
+ "_facingDirection": "y+"
1154
+ },
1155
+ {
1156
+ "pinId": "schematic_port_135",
1157
+ "displayName": "cathode",
1158
+ "x": 6,
1159
+ "y": -19.38,
1160
+ "_facingDirection": "y-"
1161
+ }
1162
+ ],
1163
+ "sectionId": "MotionAndButtons"
1164
+ },
1165
+ {
1166
+ "chipId": "schematic_component_26",
1167
+ "center": {
1168
+ "x": 8.1325,
1169
+ "y": -19
1170
+ },
1171
+ "width": 1.165,
1172
+ "height": 0.759999999999998,
1173
+ "pins": [
1174
+ {
1175
+ "pinId": "schematic_port_136",
1176
+ "displayName": "anode",
1177
+ "x": 8,
1178
+ "y": -18.62,
1179
+ "_facingDirection": "y+"
1180
+ },
1181
+ {
1182
+ "pinId": "schematic_port_137",
1183
+ "displayName": "cathode",
1184
+ "x": 8,
1185
+ "y": -19.38,
1186
+ "_facingDirection": "y-"
1187
+ }
1188
+ ],
1189
+ "sectionId": "MotionAndButtons"
1190
+ },
1191
+ {
1192
+ "chipId": "schematic_component_27",
1193
+ "center": {
1194
+ "x": -5,
1195
+ "y": -19
1196
+ },
1197
+ "width": 0.5999999999999996,
1198
+ "height": 0.6799999999999997,
1199
+ "pins": [
1200
+ {
1201
+ "pinId": "schematic_port_138",
1202
+ "displayName": "anode",
1203
+ "x": -5.3,
1204
+ "y": -19,
1205
+ "_facingDirection": "x-"
1206
+ },
1207
+ {
1208
+ "pinId": "schematic_port_139",
1209
+ "displayName": "cathode",
1210
+ "x": -4.7,
1211
+ "y": -19,
1212
+ "_facingDirection": "x+"
1213
+ }
1214
+ ],
1215
+ "sectionId": "MotionAndButtons"
1216
+ },
1217
+ {
1218
+ "chipId": "schematic_component_28",
1219
+ "center": {
1220
+ "x": -7,
1221
+ "y": -19
1222
+ },
1223
+ "width": 0.5999999999999996,
1224
+ "height": 0.6799999999999997,
1225
+ "pins": [
1226
+ {
1227
+ "pinId": "schematic_port_140",
1228
+ "displayName": "anode",
1229
+ "x": -7.3,
1230
+ "y": -19,
1231
+ "_facingDirection": "x-"
1232
+ },
1233
+ {
1234
+ "pinId": "schematic_port_141",
1235
+ "displayName": "cathode",
1236
+ "x": -6.7,
1237
+ "y": -19,
1238
+ "_facingDirection": "x+"
1239
+ }
1240
+ ],
1241
+ "sectionId": "MotionAndButtons"
1242
+ },
1243
+ {
1244
+ "chipId": "schematic_component_29",
1245
+ "center": {
1246
+ "x": -7,
1247
+ "y": -14
1248
+ },
1249
+ "width": 2,
1250
+ "height": 0.6000000000000014,
1251
+ "pins": [
1252
+ {
1253
+ "pinId": "schematic_port_142",
1254
+ "displayName": "1",
1255
+ "x": -8,
1256
+ "y": -13.9
1257
+ },
1258
+ {
1259
+ "pinId": "schematic_port_143",
1260
+ "displayName": "2",
1261
+ "x": -8,
1262
+ "y": -14.1
1263
+ },
1264
+ {
1265
+ "pinId": "schematic_port_144",
1266
+ "displayName": "3",
1267
+ "x": -6,
1268
+ "y": -14
1269
+ }
1270
+ ],
1271
+ "sectionId": "MotionAndButtons"
1272
+ }
1273
+ ],
1274
+ "directConnections": [
1275
+ {
1276
+ "netId": "J1.A5 to R1.pin1",
1277
+ "netLabelWidth": 0.72,
1278
+ "pinIds": [
1279
+ "schematic_port_7",
1280
+ "schematic_port_16"
1281
+ ]
1282
+ },
1283
+ {
1284
+ "netId": "J1.A8 to R2.pin1",
1285
+ "netLabelWidth": 0.72,
1286
+ "pinIds": [
1287
+ "schematic_port_12",
1288
+ "schematic_port_18"
1289
+ ]
1290
+ },
1291
+ {
1292
+ "netId": "U2.PROG to R3.pin1",
1293
+ "netLabelWidth": 0.96,
1294
+ "pinIds": [
1295
+ "schematic_port_24",
1296
+ "schematic_port_25"
1297
+ ]
1298
+ },
1299
+ {
1300
+ "netId": "R4.pin2 to LED1.anode",
1301
+ "netLabelWidth": 1.2,
1302
+ "pinIds": [
1303
+ "schematic_port_34",
1304
+ "schematic_port_31"
1305
+ ]
1306
+ },
1307
+ {
1308
+ "netId": "LED1.cathode to U2.STAT",
1309
+ "netLabelWidth": 0.96,
1310
+ "pinIds": [
1311
+ "schematic_port_32",
1312
+ "schematic_port_20"
1313
+ ]
1314
+ },
1315
+ {
1316
+ "netId": "U1.EN to R5.pin1",
1317
+ "netLabelWidth": 0.72,
1318
+ "pinIds": [
1319
+ "schematic_port_50",
1320
+ "schematic_port_87"
1321
+ ]
1322
+ },
1323
+ {
1324
+ "netId": "U1.EN to C5.pin1",
1325
+ "netLabelWidth": 0.72,
1326
+ "pinIds": [
1327
+ "schematic_port_50",
1328
+ "schematic_port_89"
1329
+ ]
1330
+ },
1331
+ {
1332
+ "netId": "U1.IO0 to R6.pin1",
1333
+ "netLabelWidth": 0.84,
1334
+ "pinIds": [
1335
+ "schematic_port_72",
1336
+ "schematic_port_91"
1337
+ ]
1338
+ },
1339
+ {
1340
+ "netId": "SW2.pin1 to U1.EN",
1341
+ "netLabelWidth": 0.72,
1342
+ "pinIds": [
1343
+ "schematic_port_97",
1344
+ "schematic_port_50"
1345
+ ]
1346
+ },
1347
+ {
1348
+ "netId": "SW3.pin1 to U1.IO0",
1349
+ "netLabelWidth": 0.84,
1350
+ "pinIds": [
1351
+ "schematic_port_99",
1352
+ "schematic_port_72"
1353
+ ]
1354
+ },
1355
+ {
1356
+ "netId": "J3.TX to U1.TXD0",
1357
+ "netLabelWidth": 0.96,
1358
+ "pinIds": [
1359
+ "schematic_port_103",
1360
+ "schematic_port_82"
1361
+ ]
1362
+ },
1363
+ {
1364
+ "netId": "J3.RX to U1.RXD0",
1365
+ "netLabelWidth": 0.96,
1366
+ "pinIds": [
1367
+ "schematic_port_104",
1368
+ "schematic_port_81"
1369
+ ]
1370
+ },
1371
+ {
1372
+ "netId": "J3.EN to U1.EN",
1373
+ "netLabelWidth": 0.72,
1374
+ "pinIds": [
1375
+ "schematic_port_105",
1376
+ "schematic_port_50"
1377
+ ]
1378
+ },
1379
+ {
1380
+ "netId": "J3.IO0 to U1.IO0",
1381
+ "netLabelWidth": 0.84,
1382
+ "pinIds": [
1383
+ "schematic_port_106",
1384
+ "schematic_port_72"
1385
+ ]
1386
+ },
1387
+ {
1388
+ "netId": "U4.REGOUT to C8.pin1",
1389
+ "netLabelWidth": 1.2,
1390
+ "pinIds": [
1391
+ "schematic_port_116",
1392
+ "schematic_port_132"
1393
+ ]
1394
+ },
1395
+ {
1396
+ "netId": "U4.VDDIO to C9.pin1",
1397
+ "netLabelWidth": 0.6,
1398
+ "pinIds": [
1399
+ "schematic_port_114",
1400
+ "schematic_port_134"
1401
+ ]
1402
+ },
1403
+ {
1404
+ "netId": "U4.VDD to C10.pin1",
1405
+ "netLabelWidth": 0.6,
1406
+ "pinIds": [
1407
+ "schematic_port_119",
1408
+ "schematic_port_136"
1409
+ ]
1410
+ },
1411
+ {
1412
+ "netId": "U4.SDA to R7.pin1",
1413
+ "netLabelWidth": 0.96,
1414
+ "pinIds": [
1415
+ "schematic_port_130",
1416
+ "schematic_port_138"
1417
+ ]
1418
+ },
1419
+ {
1420
+ "netId": "U4.SCL to R8.pin1",
1421
+ "netLabelWidth": 0.96,
1422
+ "pinIds": [
1423
+ "schematic_port_129",
1424
+ "schematic_port_140"
1425
+ ]
1426
+ }
1427
+ ],
1428
+ "netConnections": [
1429
+ {
1430
+ "netId": "source_connectivity_source_port_155",
1431
+ "netLabelText": "U1_IO19",
1432
+ "netLabelWidth": 0.96,
1433
+ "anchoredNetLabelWidth": 0.96,
1434
+ "allowInlineNetLabel": true,
1435
+ "inlineNetLabelHeight": 0.12,
1436
+ "inlineNetLabelWidth": 0.64,
1437
+ "pinIds": [
1438
+ "schematic_port_142",
1439
+ "schematic_port_78"
1440
+ ]
1441
+ },
1442
+ {
1443
+ "netId": "source_connectivity_source_port_157",
1444
+ "netLabelText": "U1_IO5",
1445
+ "netLabelWidth": 0.84,
1446
+ "anchoredNetLabelWidth": 0.84,
1447
+ "allowInlineNetLabel": true,
1448
+ "inlineNetLabelHeight": 0.12,
1449
+ "inlineNetLabelWidth": 0.56,
1450
+ "pinIds": [
1451
+ "schematic_port_144",
1452
+ "schematic_port_76"
1453
+ ]
1454
+ },
1455
+ {
1456
+ "netId": "source_connectivity_source_port_131",
1457
+ "netLabelText": "U1_IO27",
1458
+ "netLabelWidth": 0.96,
1459
+ "anchoredNetLabelWidth": 0.96,
1460
+ "allowInlineNetLabel": true,
1461
+ "inlineNetLabelHeight": 0.12,
1462
+ "inlineNetLabelWidth": 0.64,
1463
+ "pinIds": [
1464
+ "schematic_port_118",
1465
+ "schematic_port_59"
1466
+ ]
1467
+ },
1468
+ {
1469
+ "netId": "source_connectivity_source_port_143",
1470
+ "netLabelText": "U1_IO21",
1471
+ "netLabelWidth": 0.96,
1472
+ "anchoredNetLabelWidth": 0.96,
1473
+ "allowInlineNetLabel": true,
1474
+ "inlineNetLabelHeight": 0.12,
1475
+ "inlineNetLabelWidth": 0.64,
1476
+ "pinIds": [
1477
+ "schematic_port_130",
1478
+ "schematic_port_80"
1479
+ ]
1480
+ },
1481
+ {
1482
+ "netId": "source_connectivity_source_port_142",
1483
+ "netLabelText": "U1_IO22",
1484
+ "netLabelWidth": 0.96,
1485
+ "anchoredNetLabelWidth": 0.96,
1486
+ "allowInlineNetLabel": true,
1487
+ "inlineNetLabelHeight": 0.12,
1488
+ "inlineNetLabelWidth": 0.64,
1489
+ "pinIds": [
1490
+ "schematic_port_129",
1491
+ "schematic_port_83"
1492
+ ]
1493
+ },
1494
+ {
1495
+ "netId": "GND",
1496
+ "isGround": true,
1497
+ "netLabelWidth": 0.42,
1498
+ "netLabelHeight": 0.48,
1499
+ "pinIds": [
1500
+ "schematic_port_0",
1501
+ "schematic_port_1",
1502
+ "schematic_port_4",
1503
+ "schematic_port_15",
1504
+ "schematic_port_17",
1505
+ "schematic_port_19",
1506
+ "schematic_port_21",
1507
+ "schematic_port_26",
1508
+ "schematic_port_28",
1509
+ "schematic_port_30",
1510
+ "schematic_port_36",
1511
+ "schematic_port_40",
1512
+ "schematic_port_45",
1513
+ "schematic_port_47",
1514
+ "schematic_port_48",
1515
+ "schematic_port_62",
1516
+ "schematic_port_85",
1517
+ "schematic_port_86",
1518
+ "schematic_port_90",
1519
+ "schematic_port_94",
1520
+ "schematic_port_96",
1521
+ "schematic_port_98",
1522
+ "schematic_port_100",
1523
+ "schematic_port_102",
1524
+ "schematic_port_115",
1525
+ "schematic_port_117",
1526
+ "schematic_port_124",
1527
+ "schematic_port_126",
1528
+ "schematic_port_131",
1529
+ "schematic_port_133",
1530
+ "schematic_port_135",
1531
+ "schematic_port_137",
1532
+ "schematic_port_143"
1533
+ ]
1534
+ },
1535
+ {
1536
+ "netId": "VBUS",
1537
+ "isGround": false,
1538
+ "netLabelWidth": 0.42,
1539
+ "netLabelHeight": 0.6,
1540
+ "pinIds": [
1541
+ "schematic_port_5",
1542
+ "schematic_port_14",
1543
+ "schematic_port_23",
1544
+ "schematic_port_27",
1545
+ "schematic_port_33"
1546
+ ]
1547
+ },
1548
+ {
1549
+ "netId": "BAT_P",
1550
+ "isGround": false,
1551
+ "netLabelWidth": 0.72,
1552
+ "anchoredNetLabelWidth": 0.72,
1553
+ "allowInlineNetLabel": true,
1554
+ "inlineNetLabelHeight": 0.12,
1555
+ "inlineNetLabelWidth": 0.48,
1556
+ "pinIds": [
1557
+ "schematic_port_22",
1558
+ "schematic_port_29",
1559
+ "schematic_port_35",
1560
+ "schematic_port_38"
1561
+ ]
1562
+ },
1563
+ {
1564
+ "netId": "VBAT_SW",
1565
+ "isGround": false,
1566
+ "netLabelWidth": 0.42,
1567
+ "netLabelHeight": 0.96,
1568
+ "pinIds": [
1569
+ "schematic_port_37",
1570
+ "schematic_port_39",
1571
+ "schematic_port_41",
1572
+ "schematic_port_44"
1573
+ ]
1574
+ },
1575
+ {
1576
+ "netId": "V3V3",
1577
+ "isGround": false,
1578
+ "netLabelWidth": 0.42,
1579
+ "netLabelHeight": 0.6,
1580
+ "pinIds": [
1581
+ "schematic_port_43",
1582
+ "schematic_port_46",
1583
+ "schematic_port_49",
1584
+ "schematic_port_88",
1585
+ "schematic_port_92",
1586
+ "schematic_port_93",
1587
+ "schematic_port_95",
1588
+ "schematic_port_101",
1589
+ "schematic_port_107",
1590
+ "schematic_port_114",
1591
+ "schematic_port_119",
1592
+ "schematic_port_128",
1593
+ "schematic_port_134",
1594
+ "schematic_port_136",
1595
+ "schematic_port_139",
1596
+ "schematic_port_141"
1597
+ ]
1598
+ }
1599
+ ],
1600
+ "textBoxes": [
1601
+ {
1602
+ "chipId": "schematic_component_0",
1603
+ "center": {
1604
+ "x": -13.59,
1605
+ "y": 4.97
1606
+ },
1607
+ "width": 2.5199999999999996,
1608
+ "height": 0.17999999999999972,
1609
+ "text": "TYPE_C_16PIN_2MD_073_"
1610
+ },
1611
+ {
1612
+ "chipId": "schematic_component_0",
1613
+ "center": {
1614
+ "x": -14.73,
1615
+ "y": 7.015000000000001
1616
+ },
1617
+ "width": 0.3600000000000012,
1618
+ "height": 0.2499999999999991,
1619
+ "text": "J1"
1620
+ },
1621
+ {
1622
+ "chipId": "schematic_component_3",
1623
+ "center": {
1624
+ "x": -4.58,
1625
+ "y": 5.47
1626
+ },
1627
+ "width": 2.04,
1628
+ "height": 0.17999999999999972,
1629
+ "text": "MCP73831T_2ACI_OT"
1630
+ },
1631
+ {
1632
+ "chipId": "schematic_component_3",
1633
+ "center": {
1634
+ "x": -5.4799999999999995,
1635
+ "y": 6.515000000000001
1636
+ },
1637
+ "width": 0.35999999999999943,
1638
+ "height": 0.2499999999999991,
1639
+ "text": "U2"
1640
+ },
1641
+ {
1642
+ "chipId": "schematic_component_9",
1643
+ "center": {
1644
+ "x": 2.48,
1645
+ "y": 5.67
1646
+ },
1647
+ "width": 2.16,
1648
+ "height": 0.17999999999999972,
1649
+ "text": "S2B-PH-K-S(LF)(SN)"
1650
+ },
1651
+ {
1652
+ "chipId": "schematic_component_9",
1653
+ "center": {
1654
+ "x": 1.52,
1655
+ "y": 6.3149999999999995
1656
+ },
1657
+ "width": 0.3600000000000001,
1658
+ "height": 0.2499999999999991,
1659
+ "text": "J2"
1660
+ },
1661
+ {
1662
+ "chipId": "schematic_component_11",
1663
+ "center": {
1664
+ "x": 10.3,
1665
+ "y": 5.47
1666
+ },
1667
+ "width": 1.799999999999999,
1668
+ "height": 0.17999999999999972,
1669
+ "text": "AP2112K_3_3TRG1"
1670
+ },
1671
+ {
1672
+ "chipId": "schematic_component_11",
1673
+ "center": {
1674
+ "x": 9.52,
1675
+ "y": 6.515000000000001
1676
+ },
1677
+ "width": 0.3600000000000012,
1678
+ "height": 0.2499999999999991,
1679
+ "text": "U3"
1680
+ },
1681
+ {
1682
+ "chipId": "schematic_component_14",
1683
+ "center": {
1684
+ "x": 0.33000000000000007,
1685
+ "y": -7.23
1686
+ },
1687
+ "width": 2.16,
1688
+ "height": 0.17999999999999972,
1689
+ "text": "ESP32_WROOM_32E_N4"
1690
+ },
1691
+ {
1692
+ "chipId": "schematic_component_14",
1693
+ "center": {
1694
+ "x": -0.63,
1695
+ "y": -2.7849999999999993
1696
+ },
1697
+ "width": 0.36000000000000004,
1698
+ "height": 0.24999999999999956,
1699
+ "text": "U1"
1700
+ },
1701
+ {
1702
+ "chipId": "schematic_component_22",
1703
+ "center": {
1704
+ "x": 7.42,
1705
+ "y": -4.484999999999999
1706
+ },
1707
+ "width": 0.35999999999999943,
1708
+ "height": 0.2499999999999991,
1709
+ "text": "J3"
1710
+ },
1711
+ {
1712
+ "chipId": "schematic_component_23",
1713
+ "center": {
1714
+ "x": -0.52,
1715
+ "y": -18.529999999999998
1716
+ },
1717
+ "width": 0.96,
1718
+ "height": 0.17999999999999972,
1719
+ "text": "MPU-9250"
1720
+ },
1721
+ {
1722
+ "chipId": "schematic_component_23",
1723
+ "center": {
1724
+ "x": -0.88,
1725
+ "y": -15.485
1726
+ },
1727
+ "width": 0.3600000000000001,
1728
+ "height": 0.25,
1729
+ "text": "U4"
1730
+ },
1731
+ {
1732
+ "chipId": "schematic_component_29",
1733
+ "center": {
1734
+ "x": -6.52,
1735
+ "y": -14.430000000000001
1736
+ },
1737
+ "width": 2.16,
1738
+ "height": 0.17999999999999972,
1739
+ "text": "B3B-PH-K-S(LF)(SN)"
1740
+ },
1741
+ {
1742
+ "chipId": "schematic_component_29",
1743
+ "center": {
1744
+ "x": -7.4799999999999995,
1745
+ "y": -13.584999999999999
1746
+ },
1747
+ "width": 0.35999999999999943,
1748
+ "height": 0.25,
1749
+ "text": "J4"
1750
+ }
1751
+ ],
1752
+ "availableNetLabelOrientations": {
1753
+ "VBUS": [
1754
+ "y+"
1755
+ ],
1756
+ "GND": [
1757
+ "y-"
1758
+ ],
1759
+ "BAT_P": [
1760
+ "x-",
1761
+ "x+"
1762
+ ],
1763
+ "VBAT_SW": [
1764
+ "y+"
1765
+ ],
1766
+ "V3V3": [
1767
+ "y+"
1768
+ ],
1769
+ "source_connectivity_source_port_155": [
1770
+ "x-",
1771
+ "x+"
1772
+ ],
1773
+ "source_connectivity_source_port_157": [
1774
+ "x-",
1775
+ "x+"
1776
+ ],
1777
+ "source_connectivity_source_port_131": [
1778
+ "x-",
1779
+ "x+"
1780
+ ],
1781
+ "source_connectivity_source_port_143": [
1782
+ "x-",
1783
+ "x+"
1784
+ ],
1785
+ "source_connectivity_source_port_142": [
1786
+ "x-",
1787
+ "x+"
1788
+ ]
1789
+ },
1790
+ "maxMspPairDistance": 2.4,
1791
+ "_hideRatsNet": false
1792
+ }