-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUSB_HUB.kicad_sch
762 lines (740 loc) · 28.3 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 dbbbcbf5-ed09-4c20-902c-70f108158aba)
(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 "SymLib: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" "PcbLib: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 106.172 92.202) (diameter 0) (color 0 0 0 0)
(uuid 33f1b80f-5ecb-44a4-8aeb-4e592682829c)
)
(junction (at 117.856 92.202) (diameter 0) (color 0 0 0 0)
(uuid b814c506-19b7-4b76-8bf9-862ee3fb3b00)
)
(wire (pts (xy 106.172 92.202) (xy 106.172 92.71))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1bb391e9-6b98-4d87-963d-ed1ad8cf6205)
)
(wire (pts (xy 117.348 92.202) (xy 117.856 92.202))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 24aa1cd8-48f7-4a2d-ac32-6078dd93afc2)
)
(wire (pts (xy 106.172 87.122) (xy 112.268 87.122))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4473a7c6-3960-4876-bdca-34f0c37a2479)
)
(wire (pts (xy 140.208 85.598) (xy 142.748 85.598))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 55b47b02-ec49-4c74-b793-685fc7a372d5)
)
(wire (pts (xy 117.348 97.282) (xy 117.856 97.282))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6ab1e0f8-af3d-4666-b10a-6d4ea2217033)
)
(wire (pts (xy 112.268 96.012) (xy 112.268 97.282))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 811f6ff5-7cd6-4420-a4fb-f01cc8965460)
)
(wire (pts (xy 147.828 82.042) (xy 150.368 82.042))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 96044bf9-b082-4ed6-b618-bded0b7540d4)
)
(wire (pts (xy 117.856 97.282) (xy 117.856 92.202))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9d1fc73a-7cb2-42ab-bc06-4c05dd129a33)
)
(wire (pts (xy 135.128 81.534) (xy 135.128 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9e6bee67-0432-40d1-92aa-f5d726a58200)
)
(wire (pts (xy 147.828 85.598) (xy 150.368 85.598))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a88e7355-43d4-4edf-9418-de3f0d68ec1d)
)
(wire (pts (xy 113.284 110.49) (xy 113.284 110.998))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid aaa8b8e8-8559-4b54-a202-48f03bc96455)
)
(wire (pts (xy 117.856 92.202) (xy 118.364 92.202))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid abd4d920-7fef-4247-971f-7ce4266d5eac)
)
(wire (pts (xy 140.208 116.586) (xy 140.208 118.872))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid be659bf8-2f2b-4258-a896-421cb3c47c47)
)
(wire (pts (xy 142.748 82.042) (xy 137.668 82.042))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c573327c-a647-4c19-9037-48eb4bc840bb)
)
(wire (pts (xy 137.668 82.042) (xy 137.668 87.63))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d75708cb-c33f-466d-93fd-bbd405612683)
)
(wire (pts (xy 113.284 116.078) (xy 113.284 118.11))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid dbbbecdc-a277-47af-bbef-479d8e00cd61)
)
(wire (pts (xy 140.208 87.63) (xy 140.208 85.598))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid edb0871c-4b66-4e1f-af6f-98f7d8ece65b)
)
(wire (pts (xy 112.268 87.122) (xy 112.268 88.392))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f56f6181-13ac-4956-a31a-390111af7c59)
)
(wire (pts (xy 106.172 92.202) (xy 107.188 92.202))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f948d107-5106-4f09-8217-dea0352310f9)
)
(label "XIN" (at 112.268 97.282 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 02612862-f1b9-4c28-be48-99144b020d32)
)
(label "XOUT" (at 130.556 101.346 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid a4cfd428-158b-4019-85e3-7de47b616038)
)
(label "XOUT" (at 112.268 87.122 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid b9f02f18-06b8-4585-8efc-d7201333c545)
)
(label "XIN" (at 130.556 98.806 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid fd3dd3d0-860c-4e82-baa4-07f173bb6557)
)
(hierarchical_label "USB0_D+" (shape bidirectional) (at 151.892 96.266 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 0c2f6cb2-e750-4264-bf0b-d8ab72287a4e)
)
(hierarchical_label "USB0_D-" (shape bidirectional) (at 151.892 93.726 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 1246633a-f849-43b6-91e0-9bcf3d0f3081)
)
(hierarchical_label "D-" (shape bidirectional) (at 130.556 106.426 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 2aa43299-ea06-404b-80b4-d3d90df0772f)
)
(hierarchical_label "USB1_D-" (shape bidirectional) (at 151.892 98.806 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 48fd78c6-53d6-4a4e-b0a6-d2495382a0ea)
)
(hierarchical_label "USB3_D+" (shape bidirectional) (at 151.892 111.506 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 7f8863ec-c9cc-49bc-8a27-1e538a062edd)
)
(hierarchical_label "D+" (shape bidirectional) (at 130.556 108.966 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid a3817c34-e781-40dd-be41-41df34f42b7d)
)
(hierarchical_label "USB1_D+" (shape bidirectional) (at 151.892 101.346 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid db544841-b031-4d42-b4d6-97fef6cf034e)
)
(hierarchical_label "USB3_D-" (shape bidirectional) (at 151.892 108.966 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e1ca8300-83f3-4ce0-bef3-67bcb7d7efb0)
)
(hierarchical_label "USB2_D+" (shape bidirectional) (at 151.892 106.426 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid e9e052ee-64e5-4f9c-aa42-e60302aa780c)
)
(hierarchical_label "USB2_D-" (shape bidirectional) (at 151.892 103.886 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid f0e80f61-c863-43c7-8ceb-caa84a9fa762)
)
(symbol (lib_id "power:+5V") (at 135.128 81.534 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 038a2129-3c05-4093-b9b5-c8395fdc315b)
(property "Reference" "#PWR0111" (id 0) (at 135.128 85.344 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 135.128 77.9295 0))
(property "Footprint" "" (id 2) (at 135.128 81.534 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 135.128 81.534 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid eb528622-4b11-4e9b-aed1-0f996014b71a))
)
(symbol (lib_id "power:GND") (at 106.172 92.71 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 050ec3ca-4252-4dc7-ab3e-ba09337e3d9e)
(property "Reference" "#PWR0115" (id 0) (at 106.172 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 106.172 97.2725 0))
(property "Footprint" "" (id 2) (at 106.172 92.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 106.172 92.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid aadfab53-db0e-45e7-ae2b-e3058ce48727))
)
(symbol (lib_id "Device:Crystal_GND24") (at 112.268 92.202 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 06e08da7-8ad9-4747-87d4-ff84d3d178ae)
(property "Reference" "Y1" (id 0) (at 114.046 86.36 90))
(property "Value" "12M" (id 1) (at 114.554 88.646 90))
(property "Footprint" "Crystal:Crystal_SMD_3225-4Pin_3.2x2.5mm" (id 2) (at 112.268 92.202 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 112.268 92.202 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid f0bd3239-7bee-4e7c-98cb-52d3ade6dc1c))
(pin "2" (uuid 1c5938db-8480-41b6-b9bf-3b6c48d9a8fd))
(pin "3" (uuid 90d669f2-6f8e-4b88-bcfc-09deb9766651))
(pin "4" (uuid 6413ea7d-db9d-4aaf-8097-6256affe6826))
)
(symbol (lib_id "power:GND") (at 118.364 92.202 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 1271b0ac-aff9-4de9-964d-c747b5a56548)
(property "Reference" "#PWR0114" (id 0) (at 124.714 92.202 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 121.539 92.681 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 118.364 92.202 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 118.364 92.202 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3b12179c-bb5c-4514-a44d-b44178b24cf2))
)
(symbol (lib_id "power:GND") (at 140.208 118.872 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 1e96ef52-9689-4d7a-9ccb-3163855ce75d)
(property "Reference" "#PWR0118" (id 0) (at 140.208 125.222 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 140.208 123.4345 0))
(property "Footprint" "" (id 2) (at 140.208 118.872 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 140.208 118.872 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b1711010-a6eb-4d92-b751-bd3814c198eb))
)
(symbol (lib_id "Device:C_Small") (at 114.808 97.282 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 29a3e251-eb3b-45db-980f-a14cd153a265)
(property "Reference" "C40" (id 0) (at 112.268 98.679 90))
(property "Value" "18p" (id 1) (at 118.11 98.425 90))
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 114.808 97.282 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 114.808 97.282 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4684409c-a186-48aa-a9a1-4ff36a8a81e4))
(pin "2" (uuid 334292f1-f5b7-4380-a615-0100e922a631))
)
(symbol (lib_id "power:GND") (at 113.284 118.11 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 331643c0-d7d6-4f31-8fe2-573231d9df1c)
(property "Reference" "#PWR0117" (id 0) (at 113.284 124.46 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 113.284 122.6725 0))
(property "Footprint" "" (id 2) (at 113.284 118.11 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 113.284 118.11 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 378f3401-2436-4991-9193-d1b6be383d1c))
)
(symbol (lib_id "SymLib:SL2.1S") (at 141.732 102.362 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 39ead5d6-7783-4330-8a14-95c0dffbdf92)
(property "Reference" "U10" (id 0) (at 142.2274 116.1447 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "SL2.1S" (id 1) (at 142.2274 118.9198 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "PcbLib:SL2.1S-SSOP-16" (id 2) (at 140.97 88.519 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 140.97 88.519 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 93887524-5054-4c90-a70b-7d8c1e98bbac))
(pin "10" (uuid 713b04f6-0878-4b04-bdaa-c47a706acd69))
(pin "11" (uuid 28766418-3e3b-43fa-8f45-057f015095d5))
(pin "12" (uuid 26366720-68d9-468f-a813-5727d0205950))
(pin "13" (uuid 5832f359-7972-4f1d-a68d-cc49f66cdcbd))
(pin "14" (uuid 904b4913-71fc-4536-8df9-f4b98415d4a3))
(pin "15" (uuid c9d67c12-30c7-41c3-9014-544a5a9c730f))
(pin "16" (uuid 20c70bab-1ef4-4f03-8c71-d0c87cb5b323))
(pin "2" (uuid 592fde29-2244-48b9-ab1e-e2c1936fb92f))
(pin "3" (uuid be982b14-468f-474a-9b39-edd96a9f2b7b))
(pin "4" (uuid 8b199471-793c-44a5-8a86-6ec167c3df00))
(pin "5" (uuid d3d6f656-5f2d-489d-b978-0914e635c1c3))
(pin "6" (uuid 27f5c588-5530-4d89-981b-1ace627022fd))
(pin "7" (uuid b9638642-9317-4f17-b295-505bce047f8d))
(pin "8" (uuid cb2a7ecb-42eb-44d5-8ebb-4f08b0a07155))
(pin "9" (uuid 1f83d883-ba7e-468f-a220-5f5c108dd05b))
)
(symbol (lib_id "power:+5V") (at 113.284 110.49 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 5f2cc296-a1cc-469c-a5e4-028981e7c9e0)
(property "Reference" "#PWR0116" (id 0) (at 113.284 114.3 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+5V" (id 1) (at 113.284 106.8855 0))
(property "Footprint" "" (id 2) (at 113.284 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 113.284 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid e233f793-057e-4411-a2a6-201a5fde87e2))
)
(symbol (lib_id "power:GND") (at 150.368 85.598 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 674c6415-732b-4222-881a-86ab69e0d4b4)
(property "Reference" "#PWR0113" (id 0) (at 156.718 85.598 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 153.543 86.077 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 150.368 85.598 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 150.368 85.598 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 8e8caa72-da4b-43d3-9eb3-7bf0f0899af8))
)
(symbol (lib_id "Device:C_Small") (at 113.284 113.538 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid a1699b4f-40ab-4a74-bbe6-55cb6c8699bf)
(property "Reference" "C41" (id 0) (at 110.363 111.633 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100n" (id 1) (at 112.776 115.062 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 113.284 113.538 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 113.284 113.538 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 607a4fea-6cb3-41e7-ba6e-4208bb78aba4))
(pin "2" (uuid 3b4574ec-4f5d-4c1d-9c4f-3454ce98ab37))
)
(symbol (lib_id "Device:C_Small") (at 145.288 85.598 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid a7c92bb5-eaf2-414f-8e57-5df1420c13d0)
(property "Reference" "C38" (id 0) (at 143.129 84.455 90))
(property "Value" "10u" (id 1) (at 147.701 84.455 90))
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 145.288 85.598 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 145.288 85.598 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a505c0ba-021b-4d52-82b6-b78f46921cae))
(pin "2" (uuid cfa67a99-579c-4c64-9f59-a80930590e4d))
)
(symbol (lib_id "power:GND") (at 150.368 82.042 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid b73da698-7456-4282-853a-d3fcc24a3706)
(property "Reference" "#PWR0112" (id 0) (at 156.718 82.042 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 153.543 82.521 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 150.368 82.042 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 150.368 82.042 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 4d60fbdb-e1ed-4cc0-9e8d-052567c6f20e))
)
(symbol (lib_id "Device:C_Small") (at 106.172 89.662 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid cd566a48-b950-4c82-a244-5c91baafbc03)
(property "Reference" "C39" (id 0) (at 103.251 87.757 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "18p" (id 1) (at 105.664 91.186 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 106.172 89.662 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 106.172 89.662 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 78ee15d2-a3b9-4c03-a429-8dc1a219f7dd))
(pin "2" (uuid e26042d6-dc07-47f6-8c70-15d2afff3bce))
)
(symbol (lib_id "Device:C_Small") (at 145.288 82.042 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid ce89cc22-0a1e-4e32-a6f9-c7a1e5fdefed)
(property "Reference" "C37" (id 0) (at 143.129 80.899 90))
(property "Value" "10u" (id 1) (at 147.701 80.899 90))
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 145.288 82.042 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 145.288 82.042 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0210d4ec-e98e-47ba-b347-2a558e7c0eee))
(pin "2" (uuid b548ae6c-9789-4ca0-8694-479d33071c3d))
)
)