-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUSB_HUB.kicad_sch
762 lines (740 loc) · 28.2 KB
/
USB_HUB.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
(kicad_sch (version 20211123) (generator eeschema)
(uuid c3504194-6dd8-4d53-af68-4afd9ed72cb5)
(paper "A4")
(lib_symbols
(symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.254 1.778 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "C_Small" (id 1) (at 0.254 -2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (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" "capacitor cap" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_Small_0_1"
(polyline
(pts
(xy -1.524 -0.508)
(xy 1.524 -0.508)
)
(stroke (width 0.3302) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -1.524 0.508)
(xy 1.524 0.508)
)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_Small_1_1"
(pin passive line (at 0 2.54 270) (length 2.032)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 90) (length 2.032)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:Crystal_GND24" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "Y" (id 0) (at 3.175 5.08 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Crystal_GND24" (id 1) (at 3.175 3.175 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (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" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Four pin crystal, GND on pins 2 and 4" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Crystal_GND24_0_1"
(rectangle (start -1.143 2.54) (end 1.143 -2.54)
(stroke (width 0.3048) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.54 0)
(xy -2.032 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.032 -1.27)
(xy -2.032 1.27)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 -3.81)
(xy 0 -3.556)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 3.556)
(xy 0 3.81)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 2.032 -1.27)
(xy 2.032 1.27)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 2.032 0)
(xy 2.54 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.54 -2.286)
(xy -2.54 -3.556)
(xy 2.54 -3.556)
(xy 2.54 -2.286)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.54 2.286)
(xy -2.54 3.556)
(xy 2.54 3.556)
(xy 2.54 2.286)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "Crystal_GND24_1_1"
(pin passive line (at -3.81 0 0) (length 1.27)
(name "1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 5.08 270) (length 1.27)
(name "2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 3.81 0 180) (length 1.27)
(name "3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -5.08 90) (length 1.27)
(name "4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "MyLib:SL2.1S" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at 5.08 13.716 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "SL2.1S" (id 1) (at -11.684 15.24 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "MyLib:SL2.1S-SSOP-16" (id 2) (at -0.762 13.843 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at -0.762 13.843 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "SL2.1S_0_1"
(rectangle (start -8.636 12.192) (end 7.62 -11.684)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "SL2.1S_1_1"
(pin bidirectional line (at 10.16 3.556 180) (length 2.54)
(name "DM2" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -1.524 14.732 270) (length 2.54)
(name "VDD18" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -11.176 1.016 0) (length 2.54)
(name "XOUT" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin input line (at -11.176 3.556 0) (length 2.54)
(name "XIN" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 -6.604 180) (length 2.54)
(name "DM4" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 -9.144 180) (length 2.54)
(name "DP4" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 -1.524 180) (length 2.54)
(name "DM3" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 -4.064 180) (length 2.54)
(name "DP3" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 1.016 180) (length 2.54)
(name "DP2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 8.636 180) (length 2.54)
(name "DM1" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 10.16 6.096 180) (length 2.54)
(name "DP1" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -11.176 -4.064 0) (length 2.54)
(name "UDM" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -11.176 -6.604 0) (length 2.54)
(name "UDP" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -6.604 14.732 270) (length 2.54)
(name "VDD5" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -1.524 -14.224 90) (length 2.54)
(name "VSS" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -4.064 14.732 270) (length 2.54)
(name "VDD33" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (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" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+5V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+5V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+5V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (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" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 92.964 61.468) (diameter 0) (color 0 0 0 0)
(uuid 66d7c53e-346b-496d-b92d-cd8898d52912)
)
(junction (at 81.28 61.468) (diameter 0) (color 0 0 0 0)
(uuid ba6a4609-84f7-4ef7-b96a-3408e1cce5cc)
)
(wire (pts (xy 81.28 61.468) (xy 81.28 61.976))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 026a1c44-b74e-43fd-8054-f0c8bf8098d8)
)
(wire (pts (xy 92.964 66.548) (xy 92.964 61.468))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 13764553-3760-4349-a1fb-0381e776f47e)
)
(wire (pts (xy 110.236 50.8) (xy 110.236 56.896))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 22858871-5e7a-46af-b6dd-58c821a9734a)
)
(wire (pts (xy 92.964 61.468) (xy 93.472 61.468))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2d03b0af-7543-49f3-b5be-a02394cdb012)
)
(wire (pts (xy 88.392 85.344) (xy 88.392 87.376))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 329d0f3d-f719-45ae-a33d-e8d03edbf377)
)
(wire (pts (xy 81.28 61.468) (xy 82.296 61.468))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 54068a86-7af4-4129-8332-dc39a8700b2a)
)
(wire (pts (xy 87.376 56.388) (xy 87.376 57.658))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 541f7e59-7993-4841-8871-0eb5c166c752)
)
(wire (pts (xy 92.456 61.468) (xy 92.964 61.468))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5791fabd-dc4b-425d-978a-1124aa0bf56f)
)
(wire (pts (xy 122.936 51.308) (xy 125.476 51.308))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5c7c58ac-2c0a-4493-8ca3-160ebb2f96ec)
)
(wire (pts (xy 87.376 65.278) (xy 87.376 66.548))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5ca57c7b-1a35-4201-a0a4-604bcc58dba5)
)
(wire (pts (xy 112.776 51.308) (xy 112.776 56.896))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6531b5fe-f0c8-4ef1-ad7e-bf0ba00b7e65)
)
(wire (pts (xy 117.856 51.308) (xy 112.776 51.308))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 71b56512-9560-41fa-851f-1df294751284)
)
(wire (pts (xy 81.28 56.388) (xy 87.376 56.388))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7bd083df-6e0a-4b5c-84e3-516bdc944ca0)
)
(wire (pts (xy 122.936 54.864) (xy 125.476 54.864))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7ea0c4cd-c3ff-478c-a95a-bb805f72808a)
)
(wire (pts (xy 115.316 56.896) (xy 115.316 54.864))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8f174316-a27b-4718-8178-80917c584b62)
)
(wire (pts (xy 115.316 85.852) (xy 115.316 88.138))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e5b5a6c9-a6d7-4316-8e46-126bdfe9896a)
)
(wire (pts (xy 88.392 79.756) (xy 88.392 80.264))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e6939d8e-9ff0-46e4-a64f-3f8a944269cb)
)
(wire (pts (xy 115.316 54.864) (xy 117.856 54.864))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid eda3b1de-fda1-4145-b1ad-6766c34ab815)
)
(wire (pts (xy 92.456 66.548) (xy 92.964 66.548))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f6d20254-8cb2-4866-b8f5-9a333c3cc874)
)
(label "XIN" (at 87.376 66.548 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 0792616d-2acd-457e-a898-0229c2d40089)
)
(label "XOUT" (at 105.664 70.612 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 142f6449-e3e1-439b-ac4b-79de8840067b)
)
(label "XIN" (at 105.664 68.072 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 1e511fcf-5434-49a0-bc62-86011eff151f)
)
(label "XOUT" (at 87.376 56.388 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid a49f47db-169f-4157-9a8f-1d1986577adc)
)
(hierarchical_label "USB0_D-" (shape bidirectional) (at 127 62.992 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1f69b1f6-9fed-42d7-9e08-09f288c476bc)
)
(hierarchical_label "D+" (shape bidirectional) (at 105.664 78.232 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 46aa9572-b25e-4123-a7b3-8a56b0824f2b)
)
(hierarchical_label "USB1_D-" (shape bidirectional) (at 127 68.072 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 4cf8282c-c4c8-4fee-8a7b-b086d96d7a25)
)
(hierarchical_label "USB0_D+" (shape bidirectional) (at 127 65.532 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 7a857962-703b-4723-a36e-ab4c22e6b00f)
)
(hierarchical_label "USB1_D+" (shape bidirectional) (at 127 70.612 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 7d4c843d-1987-45d3-b57d-373f9d60fb75)
)
(hierarchical_label "USB3_D-" (shape bidirectional) (at 127 78.232 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 8a53d94a-2a00-4c08-8640-99bca67f6f2d)
)
(hierarchical_label "USB3_D+" (shape bidirectional) (at 127 80.772 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid a5dffb81-3492-4888-be44-954eeedcfb22)
)
(hierarchical_label "USB2_D-" (shape bidirectional) (at 127 73.152 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid b8979563-01be-4e12-bbd4-463cd1380003)
)
(hierarchical_label "USB2_D+" (shape bidirectional) (at 127 75.692 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid de92152a-3f95-470e-8a68-519c1291418b)
)
(hierarchical_label "D-" (shape bidirectional) (at 105.664 75.692 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid eb59d0ed-94dc-41d9-a30d-bb4f9d03c87f)
)
(symbol (lib_id "power:GND") (at 125.476 51.308 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 59910558-5e71-44fc-bc7f-ac5d10112052)
(property "Reference" "#PWR0136" (id 0) (at 131.826 51.308 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 128.651 51.787 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 125.476 51.308 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 125.476 51.308 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ea235a9a-cce6-49db-8525-6f16181bf3ce))
)
(symbol (lib_id "power:GND") (at 125.476 54.864 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5bf38426-fe55-4832-ae1a-700cf3054718)
(property "Reference" "#PWR0135" (id 0) (at 131.826 54.864 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 128.651 55.343 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 125.476 54.864 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 125.476 54.864 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9e729d3a-4871-44b5-a17c-900da72c2570))
)
(symbol (lib_id "Device:C_Small") (at 89.916 66.548 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 73c4cd56-fccd-4694-b5c7-de65ffb51867)
(property "Reference" "C22" (id 0) (at 87.376 67.945 90))
(property "Value" "18p" (id 1) (at 93.218 67.691 90))
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 89.916 66.548 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 89.916 66.548 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 90c5766b-16e8-41cf-9887-068a71cf7b49))
(pin "2" (uuid 48207ee8-ed72-4faf-a440-4e7bd7f02ebc))
)
(symbol (lib_id "MyLib:SL2.1S") (at 116.84 71.628 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 749595e8-e9bd-4375-bc2a-066a3483b118)
(property "Reference" "U6" (id 0) (at 117.3354 85.4107 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "SL2.1S" (id 1) (at 117.3354 88.1858 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "MyLib:SL2.1S-SSOP-16" (id 2) (at 116.078 57.785 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 116.078 57.785 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid db643cc9-4d30-444e-ab7a-809cf8e9b343))
(pin "10" (uuid 98cd8ead-c347-4870-9ac2-d76862e2560e))
(pin "11" (uuid 9c8d9eff-e6b0-42f9-9b43-c42c957e1593))
(pin "12" (uuid d2a11333-fc35-4c8c-a415-5ff89b75d121))
(pin "13" (uuid c22a31db-91fc-445b-8d74-b195d4a3ed1d))
(pin "14" (uuid 504e1c68-94c3-4f0b-88bb-426d09320865))
(pin "15" (uuid 4b46534d-9f0c-41dd-8ae7-79033aa0092e))
(pin "16" (uuid 63e86790-1dd7-4c61-a412-44c86cb0c01e))
(pin "2" (uuid 23d0cda8-4100-4572-9e7d-d953fbb9b771))
(pin "3" (uuid c6c4c958-530d-4283-845f-428e10c12508))
(pin "4" (uuid 792702da-38fe-46c7-afe4-5aa69e2f9ba2))
(pin "5" (uuid a155d288-ba80-47e5-afb1-75fe9b977c2f))
(pin "6" (uuid 7a94bdb4-4916-4a3f-a0f5-a9228e5774cc))
(pin "7" (uuid 12cb7d66-1624-4948-b700-1b1ef41ea7df))
(pin "8" (uuid edc2691d-4e80-4873-a554-61b6f12ed83d))
(pin "9" (uuid 0e3b8d18-ced5-4762-8e95-6a96552185cc))
)
(symbol (lib_id "Device:C_Small") (at 88.392 82.804 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 7a6137a8-590f-438a-a06a-bbc68740bcd4)
(property "Reference" "C23" (id 0) (at 85.471 80.899 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100n" (id 1) (at 87.884 84.328 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 88.392 82.804 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 88.392 82.804 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 35a9bd6e-2493-4331-af71-92e648aef361))
(pin "2" (uuid bd1424c1-4267-4283-aab1-395cb0b15611))
)
(symbol (lib_id "Device:C_Small") (at 120.396 51.308 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 80f84b2d-6c7d-436e-bb44-501481a28e4a)
(property "Reference" "C19" (id 0) (at 118.237 50.165 90))
(property "Value" "10u" (id 1) (at 122.809 50.165 90))
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 120.396 51.308 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 120.396 51.308 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 16e30e5f-971b-4be4-b78f-45fe8d0f9fdf))
(pin "2" (uuid a2555556-1757-476d-ba44-a89433dd9a2d))
)
(symbol (lib_id "power:GND") (at 81.28 61.976 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 8af4026e-1e49-4023-bb84-e966369506cd)
(property "Reference" "#PWR0139" (id 0) (at 81.28 68.326 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 81.28 66.5385 0))
(property "Footprint" "" (id 2) (at 81.28 61.976 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 81.28 61.976 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9f04676a-6427-48ed-b2d5-d37ee238cf14))
)
(symbol (lib_id "power:GND") (at 88.392 87.376 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 9122682b-3fc8-45ea-a44c-64a9ec405f56)
(property "Reference" "#PWR0134" (id 0) (at 88.392 93.726 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 88.392 91.9385 0))
(property "Footprint" "" (id 2) (at 88.392 87.376 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 88.392 87.376 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9bac1257-4a52-46d4-8de5-f10259d98ac1))
)
(symbol (lib_id "power:+5V") (at 110.236 50.8 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 945e90be-dad0-43e0-a86e-6406dc794e46)
(property "Reference" "#PWR0137" (id 0) (at 110.236 54.61 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 110.236 47.1955 0))
(property "Footprint" "" (id 2) (at 110.236 50.8 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 110.236 50.8 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 08c71fb2-1d25-48da-849f-ca147a67ef47))
)
(symbol (lib_id "power:+5V") (at 88.392 79.756 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 9951eb5e-6af8-4f23-a4d7-14a16d346f74)
(property "Reference" "#PWR0133" (id 0) (at 88.392 83.566 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 88.392 76.1515 0))
(property "Footprint" "" (id 2) (at 88.392 79.756 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 88.392 79.756 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4d27489f-d3a3-4258-b568-d22a681f01d6))
)
(symbol (lib_id "Device:C_Small") (at 81.28 58.928 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid b12ef019-9066-4551-a71b-2d81e68e99f9)
(property "Reference" "C21" (id 0) (at 78.359 57.023 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "18p" (id 1) (at 80.772 60.452 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 81.28 58.928 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 81.28 58.928 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid eb8647da-7e42-41df-8d46-15a3fbd7170f))
(pin "2" (uuid 6ab8c075-9130-4fa2-afe4-7f315e59fcea))
)
(symbol (lib_id "Device:C_Small") (at 120.396 54.864 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid b2cf7443-b48e-4fc1-9810-3b278132eb2c)
(property "Reference" "C20" (id 0) (at 118.237 53.721 90))
(property "Value" "10u" (id 1) (at 122.809 53.721 90))
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 120.396 54.864 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 120.396 54.864 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 868420dc-bf58-4743-8d95-a0c3fe5d5c2f))
(pin "2" (uuid a447200d-d089-4b76-a122-828d6cb12c58))
)
(symbol (lib_id "power:GND") (at 93.472 61.468 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid be447013-0605-444e-8f40-796aa7a8ca9f)
(property "Reference" "#PWR0138" (id 0) (at 99.822 61.468 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 96.647 61.947 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 93.472 61.468 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 93.472 61.468 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 05da6a8a-f73a-4c29-a395-46c312504a43))
)
(symbol (lib_id "power:GND") (at 115.316 88.138 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid d87d2351-ad67-44c8-b57e-184c6a8ad52d)
(property "Reference" "#PWR0132" (id 0) (at 115.316 94.488 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 115.316 92.7005 0))
(property "Footprint" "" (id 2) (at 115.316 88.138 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 115.316 88.138 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 531d1fe7-8fe9-4958-af2d-a27615402ecf))
)
(symbol (lib_id "Device:Crystal_GND24") (at 87.376 61.468 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid d9644df1-6a19-49d1-a7fa-65eba72c7879)
(property "Reference" "Y1" (id 0) (at 89.154 55.626 90))
(property "Value" "12M" (id 1) (at 89.662 57.912 90))
(property "Footprint" "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm" (id 2) (at 87.376 61.468 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 87.376 61.468 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 1b634eaf-5200-4286-a9d5-5909ee5790cc))
(pin "2" (uuid c4a8236b-9d6d-4e78-ace4-ec5005480c1f))
(pin "3" (uuid dd20953e-dcc4-45ba-af1d-2e5697f89fa0))
(pin "4" (uuid 9b2a2707-c907-4d98-8813-28f0dbf58901))
)
)