-
Notifications
You must be signed in to change notification settings - Fork 2
/
_autosave-freshboard.kicad_sch
906 lines (885 loc) · 37.4 KB
/
_autosave-freshboard.kicad_sch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
(kicad_sch (version 20211123) (generator eeschema)
(uuid f3959fc2-2865-4a8b-9dd1-b644133ab69e)
(paper "A4")
(lib_symbols
(symbol "Diode:1N4148W" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at 0 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "1N4148W" (id 1) (at 0 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 0 -4.445 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "diode" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "D*SOD?123*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "1N4148W_0_1"
(polyline
(pts
(xy -1.27 1.27)
(xy -1.27 -1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 0)
(xy -1.27 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.27 1.27)
(xy 1.27 -1.27)
(xy -1.27 0)
(xy 1.27 1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "1N4148W_1_1"
(pin passive line (at -3.81 0 0) (length 2.54)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 2.54)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "RP2040 Zero:RP2040-Zero" (in_bom yes) (on_board yes)
(property "Reference" "RZ" (id 0) (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "RP2040-Zero" (id 1) (at 0 -2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "RP2040-Zero:RP2040-Zero" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)))
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "RP2040-Zero_0_1"
(rectangle (start -11.43 -15.24) (end 12.7 13.97)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "RP2040-Zero_1_1"
(pin bidirectional line (at -13.97 10.16 0) (length 2.54)
(name "GP0" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 -12.7 0) (length 2.54)
(name "GP9" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 -12.7 180) (length 2.54)
(name "GP10" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 -10.16 180) (length 2.54)
(name "GP11" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 -7.62 180) (length 2.54)
(name "GP12" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 -5.08 180) (length 2.54)
(name "GP13" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 -2.54 180) (length 2.54)
(name "GP14" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 0 180) (length 2.54)
(name "GP15" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 2.54 180) (length 2.54)
(name "GP26" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 5.08 180) (length 2.54)
(name "GP27" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 7.62 180) (length 2.54)
(name "GP28" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 7.62 0) (length 2.54)
(name "GP1" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 15.24 10.16 180) (length 2.54)
(name "GP29" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 1.27 16.51 270) (length 2.54)
(name "3V3" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -1.27 16.51 270) (length 2.54)
(name "5V" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -17.78 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 5.08 0) (length 2.54)
(name "GP2" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 2.54 0) (length 2.54)
(name "GP3" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 0 0) (length 2.54)
(name "GP4" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 -2.54 0) (length 2.54)
(name "GP5" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 -5.08 0) (length 2.54)
(name "GP6" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 -7.62 0) (length 2.54)
(name "GP7" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -13.97 -10.16 0) (length 2.54)
(name "GP8" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "marbastlib-mx:MX_SW_HS" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "SW" (id 0) (at 3.048 1.016 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "MX_SW_HS" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "switch normally-open pushbutton push-button" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Push button switch, normally open, two pins, 45° tilted" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "MX_SW_HS_0_1"
(circle (center -1.1684 1.1684) (radius 0.508)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -0.508 2.54)
(xy 2.54 -0.508)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.016 1.016)
(xy 2.032 2.032)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.54 2.54)
(xy -1.524 1.524)
(xy -1.524 1.524)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.524 -1.524)
(xy 2.54 -2.54)
(xy 2.54 -2.54)
(xy 2.54 -2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(circle (center 1.143 -1.1938) (radius 0.508)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(pin passive line (at -2.54 2.54 0) (length 0)
(name "1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 -2.54 180) (length 0)
(name "2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 168.91 81.28) (diameter 0) (color 0 0 0 0)
(uuid 0034029d-05f8-4bef-9800-f394cfac8bbc)
)
(junction (at 200.66 81.28) (diameter 0) (color 0 0 0 0)
(uuid 55ffa584-9d71-4830-802d-a683c822dc14)
)
(junction (at 184.15 81.28) (diameter 0) (color 0 0 0 0)
(uuid 781d698a-a857-4b80-854a-52d0cacb85b2)
)
(junction (at 138.43 81.28) (diameter 0) (color 0 0 0 0)
(uuid b73d68e5-8276-429b-a8bf-609051148030)
)
(junction (at 154.94 81.28) (diameter 0) (color 0 0 0 0)
(uuid c9646829-8abe-4807-b642-c7a429080822)
)
(wire (pts (xy 86.36 78.74) (xy 86.36 80.01))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 037a7c7e-0197-4429-91ba-0da0346af7ea)
)
(wire (pts (xy 138.43 71.12) (xy 138.43 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 05860451-25fd-4d27-8fb3-d184838b6759)
)
(wire (pts (xy 215.9 71.12) (xy 215.9 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1026c991-5130-43f9-af47-adc32a98a02b)
)
(wire (pts (xy 86.36 92.71) (xy 104.14 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 10a70c67-36a1-4ff9-ad67-5ef5c9a95ffd)
)
(wire (pts (xy 104.14 78.74) (xy 86.36 78.74))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 12daa5cf-6a08-4cac-be3e-ebf8c9391d08)
)
(wire (pts (xy 107.95 85.09) (xy 86.36 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 14a796e9-e80d-4d78-bd33-c09e89c3fe61)
)
(wire (pts (xy 134.62 41.91) (xy 142.24 41.91))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 155562eb-87c5-4092-9a05-b95bd712906e)
)
(wire (pts (xy 106.68 121.92) (xy 146.05 121.92))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1842a470-2ea1-42cf-87bf-1afba5a3c039)
)
(wire (pts (xy 138.43 81.28) (xy 138.43 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1c6f2a66-7231-4627-a138-75a6b92affd1)
)
(wire (pts (xy 156.21 40.64) (xy 153.67 40.64))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 295d429d-ac64-4ccb-9f10-a1cc4890c03c)
)
(wire (pts (xy 138.43 81.28) (xy 154.94 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2d3ab509-ed65-4c13-b97d-33429c45956f)
)
(wire (pts (xy 199.39 60.96) (xy 199.39 43.18))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2da729e3-517a-4bbe-b961-ef2a43157893)
)
(wire (pts (xy 176.53 100.33) (xy 176.53 124.46))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2dd7137b-e222-4d18-85a0-1ef23958d60c)
)
(wire (pts (xy 104.14 92.71) (xy 104.14 124.46))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3092ce93-c18a-49be-afc0-77287d789e9d)
)
(wire (pts (xy 86.36 82.55) (xy 111.76 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 34ef8aeb-624f-48dc-a02f-e9ccc3e98753)
)
(wire (pts (xy 133.35 97.79) (xy 130.81 97.79))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 36aee33a-3f8a-49a9-b487-9baa7fbc3398)
)
(wire (pts (xy 184.15 71.12) (xy 184.15 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3719f900-d6d2-4a1b-90c0-a87cd291ee2f)
)
(wire (pts (xy 191.77 66.04) (xy 191.77 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3aa794e6-1225-49d7-a942-9f186fd0be96)
)
(wire (pts (xy 195.58 125.73) (xy 102.87 125.73))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3aaa40ac-829c-4191-a8fe-1927341a5e04)
)
(wire (pts (xy 146.05 97.79) (xy 146.05 121.92))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3d716355-042a-4399-ac6f-c528a9a54350)
)
(wire (pts (xy 195.58 100.33) (xy 195.58 125.73))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3f05fc69-152b-45d7-a48c-2d47708f0e9d)
)
(wire (pts (xy 168.91 60.96) (xy 168.91 40.64))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 469328c4-a08f-4ba3-a9fe-3f47bb9ba7bd)
)
(wire (pts (xy 208.28 66.04) (xy 208.28 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4aa16fb1-15fc-4d75-9c57-2d0272370fea)
)
(wire (pts (xy 154.94 81.28) (xy 168.91 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4dfb88a3-dd40-41bc-8993-521de8c4d5bf)
)
(wire (pts (xy 168.91 81.28) (xy 184.15 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5044f454-8775-41f6-b17a-48933f442686)
)
(wire (pts (xy 176.53 66.04) (xy 176.53 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 52f93e84-3322-4749-9d25-6496753d4f94)
)
(wire (pts (xy 160.02 99.06) (xy 160.02 123.19))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 567b2f83-ed4f-43bc-b268-4b9eddd70a42)
)
(wire (pts (xy 160.02 123.19) (xy 105.41 123.19))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5ae12cc6-74c2-43f0-abb7-86e78886baa3)
)
(wire (pts (xy 153.67 40.64) (xy 153.67 59.69))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5c5250d1-ed4b-4794-a1fb-a89da8050967)
)
(wire (pts (xy 130.81 97.79) (xy 130.81 116.84))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5e0e21cc-1be4-475b-8e81-b1eb7ec198e7)
)
(wire (pts (xy 184.15 81.28) (xy 200.66 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6118a909-cd0c-402d-8f26-f2fc175a9f28)
)
(wire (pts (xy 111.76 99.06) (xy 119.38 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6838f619-ca63-4c3d-a82a-07df0ffdd2cc)
)
(wire (pts (xy 199.39 43.18) (xy 203.2 43.18))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6ba6f2d3-030d-4e67-b229-bed2ece04192)
)
(wire (pts (xy 140.97 60.96) (xy 134.62 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6d3a7714-1f82-4a40-9862-db5dd1988599)
)
(wire (pts (xy 71.12 100.33) (xy 71.12 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6e31c011-798c-4939-85b7-ec877c3adeb8)
)
(wire (pts (xy 71.12 105.41) (xy 62.23 105.41))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6f6ae13f-2621-4708-889b-b3921b32e7b2)
)
(wire (pts (xy 86.36 87.63) (xy 106.68 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 71e8f2c6-37d3-4980-a25b-2415a3fabe68)
)
(wire (pts (xy 106.68 87.63) (xy 106.68 121.92))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 74dafbc6-a681-4f47-a95b-181546f49255)
)
(wire (pts (xy 102.87 95.25) (xy 86.36 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 75c8d767-6d6c-45e8-beb5-676ec8ebf9a9)
)
(wire (pts (xy 153.67 59.69) (xy 157.48 59.69))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 76254008-00c0-4bcf-9157-7feffa7ce481)
)
(wire (pts (xy 130.81 116.84) (xy 107.95 116.84))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 824d2455-be50-4336-b97e-b13a26a1dce2)
)
(wire (pts (xy 200.66 81.28) (xy 200.66 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8f80b654-c2a4-4a83-9ae2-a36386b74e33)
)
(wire (pts (xy 104.14 124.46) (xy 176.53 124.46))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 990635f5-44f6-43e7-9084-9d71b646b8e5)
)
(wire (pts (xy 182.88 60.96) (xy 186.69 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a3f83194-e87b-497a-a08b-9b6914ed55c8)
)
(wire (pts (xy 102.87 125.73) (xy 102.87 95.25))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a419695a-98b0-4322-936e-059772f6ed3d)
)
(wire (pts (xy 154.94 71.12) (xy 154.94 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a6a3fc4a-7493-4b3b-86d5-ecd9cca977dd)
)
(wire (pts (xy 223.52 64.77) (xy 223.52 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ada03933-7e62-47c1-9eb8-301cc93acb2c)
)
(wire (pts (xy 214.63 55.88) (xy 214.63 59.69))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b0a38c40-2b81-41b2-be6e-7716094c75a0)
)
(wire (pts (xy 176.53 100.33) (xy 180.34 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b445fd3c-91ef-4a9f-9dad-fd9f0177fa4c)
)
(wire (pts (xy 200.66 81.28) (xy 215.9 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b6d06c01-a0d4-40f7-a67c-cf31ece1674c)
)
(wire (pts (xy 107.95 116.84) (xy 107.95 85.09))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c0affe67-58ca-478c-920e-4df959ff9b3d)
)
(wire (pts (xy 146.05 66.04) (xy 146.05 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid cf6a729b-16be-4af0-9ac4-e29bbc269e80)
)
(wire (pts (xy 86.36 91.44) (xy 86.36 90.17))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d25dbaad-33e0-4d00-8e3a-b13eb1335732)
)
(wire (pts (xy 214.63 59.69) (xy 218.44 59.69))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d36adde5-550a-468d-a435-fd956fc87021)
)
(wire (pts (xy 134.62 60.96) (xy 134.62 41.91))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid df910b64-5912-4518-8b01-8ddc96f327eb)
)
(wire (pts (xy 171.45 60.96) (xy 168.91 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e0018b60-3a7d-40cb-8a13-5026f716f41b)
)
(wire (pts (xy 218.44 55.88) (xy 214.63 55.88))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e127e94f-8955-43f1-9763-1b440da59e62)
)
(wire (pts (xy 105.41 91.44) (xy 86.36 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e1572540-4a29-4e7e-b8ec-4ded8d296b70)
)
(wire (pts (xy 203.2 60.96) (xy 199.39 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e3210d27-2a13-49e1-8c95-750fd6981f6a)
)
(wire (pts (xy 105.41 123.19) (xy 105.41 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e34062d8-587c-4d5a-a43b-387b85893bad)
)
(wire (pts (xy 168.91 71.12) (xy 168.91 81.28))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e65a8dee-0017-459f-af70-cd1cf34628bb)
)
(wire (pts (xy 162.56 64.77) (xy 162.56 71.12))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid edbddf0d-094f-4072-ae8d-6a4995591185)
)
(wire (pts (xy 218.44 43.18) (xy 218.44 55.88))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ee450745-93a4-4cf5-899b-5439cca6861d)
)
(wire (pts (xy 111.76 82.55) (xy 111.76 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f66c1097-a627-453e-8cf9-a5211fe5c123)
)
(wire (pts (xy 182.88 41.91) (xy 182.88 60.96))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f91a5809-8520-405b-831e-341d324ae7f3)
)
(global_label "col2" (shape input) (at 146.05 97.79 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 10f46280-0015-4ebc-8d16-644c43289a14)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 152.5755 97.7106 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col2" (shape input) (at 168.91 40.64 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 147b49f9-b163-4fb2-8669-a0761986ad50)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 175.4355 40.5606 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "row0" (shape input) (at 104.14 78.74 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 2d246d70-d113-4acd-9e0a-93be700143b7)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 111.0283 78.6606 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col3" (shape input) (at 182.88 41.91 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 3d2a26b2-61f8-42ac-b188-cc54fbc8320f)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 189.4055 41.8306 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col1" (shape input) (at 133.35 97.79 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 54121a03-6e9b-4812-adf8-924193a37787)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 139.8755 97.7106 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col4" (shape input) (at 180.34 100.33 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 5b66dcdc-3944-40eb-b029-ca78996773ce)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 186.8655 100.2506 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col3" (shape input) (at 160.02 99.06 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 67c123e8-94dc-4604-a35e-7306f261717c)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 166.5455 98.9806 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "row0" (shape input) (at 138.43 87.63 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 847e57dc-0b04-4246-9268-ea665d629390)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 145.3183 87.5506 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "GND" (shape input) (at 62.23 105.41 180) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8b63051d-5984-4729-a3c0-4cea0bc1f1e1)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 55.9464 105.3306 0)
(effects (font (size 1.27 1.27)) (justify right) hide)
)
)
(global_label "col4" (shape input) (at 203.2 43.18 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 9547b3fd-142d-45f6-8c97-e237da32e3f6)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 209.7255 43.1006 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col0" (shape input) (at 119.38 99.06 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid b819bff5-4369-41f9-9060-f92b96432292)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 125.9055 98.9806 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col1" (shape input) (at 156.21 40.64 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid bb19969f-6213-480e-ab66-f534776e9989)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 162.7355 40.5606 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col5" (shape input) (at 195.58 100.33 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid d8469c83-9600-4d67-af38-eadeb839a6cd)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 202.1055 100.2506 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col0" (shape input) (at 142.24 41.91 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid dcdf3d82-167e-4eb7-bcc4-dafa7218002f)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 148.7655 41.8306 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(global_label "col5" (shape input) (at 218.44 43.18 0) (fields_autoplaced)
(effects (font (size 1.27 1.27)) (justify left))
(uuid ed337f97-1f6c-4f28-8de4-ed3ae45c1f92)
(property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 224.9655 43.1006 0)
(effects (font (size 1.27 1.27)) (justify left) hide)
)
)
(symbol (lib_id "marbastlib-mx:MX_SW_HS") (at 205.74 63.5 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 0897c211-3584-4b4c-a973-f920b8662acb)
(property "Reference" "SW5" (id 0) (at 205.74 55.88 0))
(property "Value" "MX_SW_HS" (id 1) (at 205.74 58.42 0))
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 205.74 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 205.74 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b75621a4-3051-4190-a561-f5af6af8219b))
(pin "2" (uuid be8832a1-063f-4fe7-b4fc-81170722dac7))
)
(symbol (lib_id "marbastlib-mx:MX_SW_HS") (at 220.98 62.23 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 0f6906b5-d5ad-4319-9702-6726474c518b)
(property "Reference" "SW6" (id 0) (at 220.98 54.61 0))
(property "Value" "MX_SW_HS" (id 1) (at 220.98 57.15 0))
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 220.98 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 220.98 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 34aba998-1a48-49de-b4a5-62bc9b9725e1))
(pin "2" (uuid bde8037e-ce41-4228-b9eb-9e1d341fec42))
)
(symbol (lib_id "marbastlib-mx:MX_SW_HS") (at 160.02 62.23 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 2759db90-289b-4040-ad6a-8ff1f48dc450)
(property "Reference" "SW2" (id 0) (at 160.02 54.61 0))
(property "Value" "MX_SW_HS" (id 1) (at 160.02 57.15 0))
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 160.02 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 160.02 62.23 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 6d41bd0d-d0aa-470c-938e-75c34612b83e))
(pin "2" (uuid d00fa357-c3f9-490d-9138-02beb88ae52a))
)
(symbol (lib_id "Diode:1N4148W") (at 158.75 71.12 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 62a2ab7d-64d8-43c6-886e-2599bd5c161a)
(property "Reference" "D2" (id 0) (at 158.75 62.23 0))
(property "Value" "1N4148W" (id 1) (at 158.75 74.93 0))
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 158.75 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 158.75 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b8ee3762-4a68-4524-b94e-12fcef1a15de))
(pin "2" (uuid 65ccc3fa-05ec-4410-ae81-dfc0e68be963))
)
(symbol (lib_id "marbastlib-mx:MX_SW_HS") (at 143.51 63.5 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 62a93585-821d-4176-9af7-a2afe8bf3dc4)
(property "Reference" "SW1" (id 0) (at 143.51 55.88 0))
(property "Value" "MX_SW_HS" (id 1) (at 143.51 58.42 0))
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 143.51 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 143.51 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 127505ee-76dc-49b7-b553-28a5bf459541))
(pin "2" (uuid d9e1436c-fc4a-4917-b746-666e1f977437))
)
(symbol (lib_id "Diode:1N4148W") (at 142.24 71.12 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 670e47dc-fb62-4774-ad49-20dce3e2c837)
(property "Reference" "D1" (id 0) (at 142.24 62.23 0))
(property "Value" "1N4148W" (id 1) (at 142.24 74.93 0))
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 142.24 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 142.24 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2144e7db-c5b4-4381-a2da-c6d702d7f623))
(pin "2" (uuid 32cde570-3330-49fb-90ed-c0a750de2dee))
)
(symbol (lib_id "marbastlib-mx:MX_SW_HS") (at 189.23 63.5 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 8607d56e-5e29-475c-81a5-e56c52218135)
(property "Reference" "SW4" (id 0) (at 189.23 55.88 0))
(property "Value" "MX_SW_HS" (id 1) (at 189.23 58.42 0))
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 189.23 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 189.23 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid fc30c4a8-5f20-4ad5-9fa2-b54621489f39))
(pin "2" (uuid 9ea2f0b2-3340-44a0-aafa-43a84fa3a15f))
)
(symbol (lib_id "Diode:1N4148W") (at 187.96 71.12 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 92e67c30-b9bf-45e4-8272-a313f6c1acae)
(property "Reference" "D4" (id 0) (at 187.96 62.23 0))
(property "Value" "1N4148W" (id 1) (at 187.96 74.93 0))
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 187.96 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 187.96 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b6648418-59f9-4ce3-a53b-9f5d854a91db))
(pin "2" (uuid 65836bbf-7624-4c0d-9437-d355694d9ab3))
)
(symbol (lib_id "Diode:1N4148W") (at 219.71 71.12 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid acf8eff1-dad6-4e85-9bca-a455dd614fa4)
(property "Reference" "D6" (id 0) (at 219.71 62.23 0))
(property "Value" "1N4148W" (id 1) (at 219.71 74.93 0))
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 219.71 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 219.71 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e6967a02-bc71-45dc-9eb6-d92e4a38a18e))
(pin "2" (uuid 013b25f8-1988-41a1-b415-c4a11f1d13e6))
)
(symbol (lib_id "Diode:1N4148W") (at 204.47 71.12 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid ae1eafd0-ecad-4cff-b759-df101d790868)
(property "Reference" "D5" (id 0) (at 204.47 62.23 0))
(property "Value" "1N4148W" (id 1) (at 204.47 74.93 0))
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 204.47 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 204.47 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2516fa5c-f191-4336-975f-5f9524c9445a))
(pin "2" (uuid 19ab5bf9-994f-40b6-b8aa-0a23187803f6))
)
(symbol (lib_id "marbastlib-mx:MX_SW_HS") (at 173.99 63.5 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid d75769f7-4918-45ae-9838-6595b67a33d7)
(property "Reference" "SW3" (id 0) (at 173.99 55.88 0))
(property "Value" "MX_SW_HS" (id 1) (at 173.99 58.42 0))
(property "Footprint" "marbastlib-mx:SW_MX_HS_1u" (id 2) (at 173.99 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 173.99 63.5 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8fadf7a9-d377-44ca-b48c-85153643444a))
(pin "2" (uuid 5136c95e-c68e-425a-9889-3834c750d3f2))
)
(symbol (lib_id "RP2040 Zero:RP2040-Zero") (at 71.12 82.55 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid db959f89-1234-46e6-9282-057f57eb7920)
(property "Reference" "RZ1" (id 0) (at 73.1394 100.33 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "RP2040-Zero" (id 1) (at 73.1394 102.87 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "RP2040-Zero:RP2040-Zero" (id 2) (at 73.1394 105.41 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Datasheet" "" (id 3) (at 71.12 82.55 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 890748a1-56ea-4af2-9aae-8f5b4488924b))
(pin "10" (uuid ee7e4275-e441-4b40-a842-6e71b27e6ec4))
(pin "11" (uuid 07e4df75-44ca-4bd0-993b-9dda0797cc23))
(pin "12" (uuid 41308628-9078-4129-8a1d-652cd78fb0bb))
(pin "13" (uuid 9eb46621-c9e4-42ac-b097-d297404d434a))
(pin "14" (uuid 9d240204-0d6b-41d0-b886-6dd36b6a287f))
(pin "15" (uuid e71ef1af-e4af-4ddf-b5f1-0fc9a76806ad))
(pin "16" (uuid c633c0bc-733c-4c4e-9049-08e7080b2106))
(pin "17" (uuid 6ef0dc67-1bac-4642-b087-1c69fbf09e06))
(pin "18" (uuid d9036702-7101-43db-800d-55ca429b8085))
(pin "19" (uuid e9811175-778d-4288-81cf-c01d44eef880))
(pin "2" (uuid 7d6ede73-17f8-4acd-a68d-51f7cf88bf36))
(pin "20" (uuid be8a4cc9-7683-49f0-8460-ff0c617cc86c))
(pin "21" (uuid 352e5513-6124-4269-9881-59af6a1e3236))
(pin "22" (uuid 42d92720-a795-41be-816a-1405e685635c))
(pin "23" (uuid 8a2a4af5-5a68-4e5c-8f03-23da279a2af5))
(pin "3" (uuid 0674be96-9e84-48dc-a62c-6eeadd84162b))
(pin "4" (uuid bc5c6cc1-b688-4f9c-a674-8c1a0e88220b))
(pin "5" (uuid fb973a64-0c42-4e9d-9fcd-0b7166d5be01))
(pin "6" (uuid bb5e6310-c692-4695-ac50-f44b3fea8d79))
(pin "7" (uuid 000bc09f-33ec-47bf-a30c-ae8f057b9357))
(pin "8" (uuid 9e0e2933-0afb-438d-a56b-b79c8a8d4078))
(pin "9" (uuid 097886e6-b552-40f0-a295-a138d99a6da3))
)
(symbol (lib_id "Diode:1N4148W") (at 172.72 71.12 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid e4ab2f07-4c48-477b-bea5-03c44e518380)
(property "Reference" "D3" (id 0) (at 172.72 62.23 0))
(property "Value" "1N4148W" (id 1) (at 172.72 74.93 0))
(property "Footprint" "Diode_SMD:D_SOD-123" (id 2) (at 172.72 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (id 3) (at 172.72 71.12 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 7bb93f3f-2ed4-469f-92d2-5fe9e5559c03))
(pin "2" (uuid 3d218b1f-1553-45eb-a899-3f0d5d5e66a0))
)
(sheet_instances
(path "/" (page "1"))
)
(symbol_instances
(path "/670e47dc-fb62-4774-ad49-20dce3e2c837"
(reference "D1") (unit 1) (value "1N4148W") (footprint "Diode_SMD:D_SOD-123")
)
(path "/62a2ab7d-64d8-43c6-886e-2599bd5c161a"
(reference "D2") (unit 1) (value "1N4148W") (footprint "Diode_SMD:D_SOD-123")
)
(path "/e4ab2f07-4c48-477b-bea5-03c44e518380"
(reference "D3") (unit 1) (value "1N4148W") (footprint "Diode_SMD:D_SOD-123")
)
(path "/92e67c30-b9bf-45e4-8272-a313f6c1acae"
(reference "D4") (unit 1) (value "1N4148W") (footprint "Diode_SMD:D_SOD-123")
)
(path "/ae1eafd0-ecad-4cff-b759-df101d790868"
(reference "D5") (unit 1) (value "1N4148W") (footprint "Diode_SMD:D_SOD-123")
)
(path "/acf8eff1-dad6-4e85-9bca-a455dd614fa4"
(reference "D6") (unit 1) (value "1N4148W") (footprint "Diode_SMD:D_SOD-123")
)
(path "/db959f89-1234-46e6-9282-057f57eb7920"
(reference "RZ1") (unit 1) (value "RP2040-Zero") (footprint "RP2040-Zero:RP2040-Zero")
)
(path "/62a93585-821d-4176-9af7-a2afe8bf3dc4"
(reference "SW1") (unit 1) (value "MX_SW_HS") (footprint "marbastlib-mx:SW_MX_HS_1u")
)
(path "/2759db90-289b-4040-ad6a-8ff1f48dc450"
(reference "SW2") (unit 1) (value "MX_SW_HS") (footprint "marbastlib-mx:SW_MX_HS_1u")
)
(path "/d75769f7-4918-45ae-9838-6595b67a33d7"
(reference "SW3") (unit 1) (value "MX_SW_HS") (footprint "marbastlib-mx:SW_MX_HS_1u")
)
(path "/8607d56e-5e29-475c-81a5-e56c52218135"
(reference "SW4") (unit 1) (value "MX_SW_HS") (footprint "marbastlib-mx:SW_MX_HS_1u")
)
(path "/0897c211-3584-4b4c-a973-f920b8662acb"
(reference "SW5") (unit 1) (value "MX_SW_HS") (footprint "marbastlib-mx:SW_MX_HS_1u")
)
(path "/0f6906b5-d5ad-4319-9702-6726474c518b"
(reference "SW6") (unit 1) (value "MX_SW_HS") (footprint "marbastlib-mx:SW_MX_HS_1u")
)
)
)