-
Notifications
You must be signed in to change notification settings - Fork 0
/
sd.kicad_sch
751 lines (730 loc) · 28.3 KB
/
sd.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
(kicad_sch (version 20211123) (generator eeschema)
(uuid 9f9c31ca-425c-43ab-adfe-2e1ae4fe8686)
(paper "A")
(title_block
(title "SD Card")
(date "2022-01-11")
(rev "${Version}")
(company "RetroComputing Reproductions")
)
(lib_symbols
(symbol "Connector:Micro_SD_Card_Det" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at -16.51 17.78 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Connector_Micro_SD_Card_Det" (id 1) (at 16.51 17.78 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "" (id 2) (at 52.07 17.78 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "microSD*" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Micro_SD_Card_Det_0_1"
(rectangle (start -7.62 -6.985) (end -5.08 -8.255)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 -4.445) (end -5.08 -5.715)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 -1.905) (end -5.08 -3.175)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 0.635) (end -5.08 -0.635)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 3.175) (end -5.08 1.905)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 5.715) (end -5.08 4.445)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 8.255) (end -5.08 6.985)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(rectangle (start -7.62 10.795) (end -5.08 9.525)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(polyline
(pts
(xy 16.51 15.24)
(xy 16.51 16.51)
(xy -19.05 16.51)
(xy -19.05 -16.51)
(xy 16.51 -16.51)
(xy 16.51 -8.89)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -8.89 -8.89)
(xy -8.89 11.43)
(xy -1.27 11.43)
(xy 2.54 15.24)
(xy 3.81 15.24)
(xy 3.81 13.97)
(xy 6.35 13.97)
(xy 7.62 15.24)
(xy 20.32 15.24)
(xy 20.32 -8.89)
(xy -8.89 -8.89)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
)
(symbol "Micro_SD_Card_Det_1_1"
(pin bidirectional line (at -22.86 10.16 0) (length 3.81)
(name "DAT2" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -22.86 -10.16 0) (length 3.81)
(name "DET_A" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 20.32 -12.7 180) (length 3.81)
(name "SHIELD" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -22.86 7.62 0) (length 3.81)
(name "DAT3/CD" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -22.86 5.08 0) (length 3.81)
(name "CMD" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -22.86 2.54 0) (length 3.81)
(name "VDD" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -22.86 0 0) (length 3.81)
(name "CLK" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at -22.86 -2.54 0) (length 3.81)
(name "VSS" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -22.86 -5.08 0) (length 3.81)
(name "DAT0" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at -22.86 -7.62 0) (length 3.81)
(name "DAT1" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -22.86 -12.7 0) (length 3.81)
(name "DET_B" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Device_C" (id 1) (at 0.635 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0.9652 -3.81 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_fp_filters" "C_*" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "C_0_1"
(polyline
(pts
(xy -2.032 -0.762)
(xy 2.032 -0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy -2.032 0.762)
(xy 2.032 0.762)
)
(stroke (width 0.508) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "C_1_1"
(pin passive line (at 0 3.81 270) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 2.794)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 2.032 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Device_R" (id 1) (at 0 0 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at -1.778 0 90)
(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_fp_filters" "R_*" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_0_1"
(rectangle (start -1.016 -2.54) (end 1.016 2.54)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_1_1"
(pin passive line (at 0 3.81 270) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -3.81 90) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (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" "power_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)
)
(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))))
)
)
)
(symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "#FLG" (id 0) (at 0 1.905 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "power_PWR_FLAG" (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)
)
(symbol "PWR_FLAG_0_0"
(pin power_out line (at 0 0 90) (length 0)
(name "pwr" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
(symbol "PWR_FLAG_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 1.27)
(xy -1.016 1.905)
(xy 0 2.54)
(xy 1.016 1.905)
(xy 0 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
)
)
(junction (at 99.695 70.485) (diameter 0) (color 0 0 0 0)
(uuid 0df376e0-b3b8-4926-8318-ef70bcc43326)
)
(junction (at 94.615 96.52) (diameter 0) (color 0 0 0 0)
(uuid 301727b6-248b-4eb4-8c37-cb369ee1a241)
)
(junction (at 99.695 93.98) (diameter 0) (color 0 0 0 0)
(uuid 3661902e-90e5-456c-bea6-67cccf66598c)
)
(junction (at 89.535 70.485) (diameter 0) (color 0 0 0 0)
(uuid 5900b9d3-f54e-4689-953a-e125f5f9fa71)
)
(junction (at 104.775 91.44) (diameter 0) (color 0 0 0 0)
(uuid 81d7db25-c179-4d9d-b74b-6c074422c80f)
)
(junction (at 129.54 70.485) (diameter 0) (color 0 0 0 0)
(uuid 90871ced-792e-45f5-b74e-584f9a150cb4)
)
(junction (at 104.775 70.485) (diameter 0) (color 0 0 0 0)
(uuid 9c221d52-946b-4b75-8659-2771c7e549f2)
)
(junction (at 84.455 70.485) (diameter 0) (color 0 0 0 0)
(uuid a97a52d6-fe14-4f06-b35e-2dc42532437e)
)
(junction (at 120.015 70.485) (diameter 0) (color 0 0 0 0)
(uuid d0bca7c3-16fb-43b6-91c1-9db8fac52cb2)
)
(junction (at 84.455 109.22) (diameter 0) (color 0 0 0 0)
(uuid d5926ae5-e972-4dcc-8335-d8bd16db6dbc)
)
(junction (at 122.555 114.3) (diameter 0) (color 0 0 0 0)
(uuid e584287a-6232-40cf-a082-8dea5986b945)
)
(junction (at 89.535 106.68) (diameter 0) (color 0 0 0 0)
(uuid eab7c737-4450-406f-9f80-b2e18bb45dd6)
)
(junction (at 94.615 70.485) (diameter 0) (color 0 0 0 0)
(uuid ee5ea3d6-1422-40d3-882b-9d8b9c72bbba)
)
(junction (at 122.555 70.485) (diameter 0) (color 0 0 0 0)
(uuid fa837821-0cb5-4c2d-b2ac-2376f32f5c33)
)
(wire (pts (xy 104.775 70.485) (xy 108.585 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 09dffe2f-119c-4acf-b279-934de0a0dda7)
)
(wire (pts (xy 120.015 70.485) (xy 116.205 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0c9b9dd2-dc58-4681-9b25-b9c3d020fbdc)
)
(wire (pts (xy 84.455 109.22) (xy 123.825 109.22))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 142e2caa-2b2c-4696-83a8-bdbb5b82c7f7)
)
(wire (pts (xy 84.455 70.485) (xy 89.535 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1c36527b-20ab-4863-8486-3913ee2e57f4)
)
(wire (pts (xy 89.535 79.375) (xy 89.535 106.68))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3036986f-780f-4e5b-8e4b-4e66acc1e072)
)
(wire (pts (xy 89.535 106.68) (xy 123.825 106.68))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 317a2bf1-677c-46ed-b6b4-eef240063844)
)
(wire (pts (xy 80.01 109.22) (xy 84.455 109.22))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 34e4c084-25ed-4154-b584-44597cd86748)
)
(wire (pts (xy 80.01 111.76) (xy 123.825 111.76))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3f4ca593-2b3f-4c1d-83fb-6afbc1dc83bd)
)
(wire (pts (xy 122.555 104.14) (xy 123.825 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 408b3778-6552-41b5-9096-89c71f84e5ce)
)
(wire (pts (xy 94.615 70.485) (xy 94.615 71.755))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 474da0bb-a80f-4ce4-b14e-5f26d8f31e91)
)
(wire (pts (xy 122.555 70.485) (xy 120.015 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 49edae70-5dd4-4020-bb66-e19aaf00297f)
)
(wire (pts (xy 80.01 70.485) (xy 84.455 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4c756fc2-8fde-4459-8921-e1db5a89f1ba)
)
(wire (pts (xy 80.01 93.98) (xy 99.695 93.98))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4e00f560-8021-4e81-b35e-f0ec870c4011)
)
(wire (pts (xy 94.615 79.375) (xy 94.615 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5b6a8d92-8f02-4344-a7df-ac07f7a6431e)
)
(wire (pts (xy 122.555 114.3) (xy 122.555 104.14))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5f48357f-c353-4808-811f-74ed7ffaa7c6)
)
(wire (pts (xy 122.555 99.06) (xy 123.825 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 644a2620-03c0-4432-a2a3-b8177b485182)
)
(wire (pts (xy 122.555 116.205) (xy 122.555 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6b732b9b-51f6-479d-b29b-3f7cb9c273ef)
)
(wire (pts (xy 104.775 70.485) (xy 104.775 71.755))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 6c1d0ff6-53d9-4a5b-89a8-5313d6ca7d94)
)
(wire (pts (xy 122.555 70.485) (xy 122.555 99.06))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 729e0aa9-1770-4b96-8a01-af601278faec)
)
(wire (pts (xy 123.825 101.6) (xy 80.01 101.6))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7847981b-5502-41f3-9413-b29fe20c5b32)
)
(wire (pts (xy 80.01 96.52) (xy 94.615 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8b6f980e-ea4f-4b84-b3d3-77fe02511849)
)
(wire (pts (xy 129.54 70.485) (xy 122.555 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8de39313-d6b3-49d5-879e-e7c755da7625)
)
(wire (pts (xy 94.615 70.485) (xy 99.695 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 91e34627-a183-42e4-bafa-955f631c2bab)
)
(wire (pts (xy 104.775 91.44) (xy 123.825 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 94b40fef-8e3d-4a32-a137-035c86ca86c8)
)
(wire (pts (xy 99.695 93.98) (xy 123.825 93.98))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a28b42a6-1c1a-4667-9b8b-ad6bdfd23632)
)
(wire (pts (xy 84.455 70.485) (xy 84.455 71.755))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a4813917-c395-4e03-b658-4133a12249cd)
)
(wire (pts (xy 104.775 79.375) (xy 104.775 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid a9c3bdaa-fab4-451c-a38a-fd9d9b673d6c)
)
(wire (pts (xy 142.24 70.485) (xy 129.54 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b0ef56f0-51f0-42df-b28a-72491f7f6bb8)
)
(wire (pts (xy 84.455 79.375) (xy 84.455 109.22))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b8a69dfb-4ff5-4171-8662-f4fd81f9fc4a)
)
(wire (pts (xy 94.615 96.52) (xy 123.825 96.52))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bb592211-9895-49a1-bb6a-47f7a9f85864)
)
(wire (pts (xy 99.695 71.755) (xy 99.695 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c360b637-6f5d-44e0-97f7-af09c2986ed7)
)
(wire (pts (xy 123.825 114.3) (xy 122.555 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid caefe669-4c1f-4a42-9061-2eea0460c08d)
)
(wire (pts (xy 99.695 70.485) (xy 104.775 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d0e144a3-6f5f-4307-ac4c-47637e9032bf)
)
(wire (pts (xy 168.275 114.3) (xy 167.005 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d2456fb5-2b99-45e1-9d17-eb9a485a3bd3)
)
(wire (pts (xy 80.01 91.44) (xy 104.775 91.44))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d6962950-4b71-4ba8-ac78-7b9bfb3edf70)
)
(wire (pts (xy 129.54 71.755) (xy 129.54 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid de119e3e-b85f-435d-9e15-bdebccebd1c5)
)
(wire (pts (xy 168.275 115.57) (xy 168.275 114.3))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ec51372b-772c-40c6-ad58-bf05ad60b91d)
)
(wire (pts (xy 89.535 70.485) (xy 89.535 71.755))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f2cb3dc7-19c3-4d39-8479-4368f9d1680c)
)
(wire (pts (xy 99.695 79.375) (xy 99.695 93.98))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f5ee5341-69c8-428a-a259-66f576fa2d08)
)
(wire (pts (xy 89.535 70.485) (xy 94.615 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fc56b098-c3aa-474b-aac9-da58d4f42386)
)
(wire (pts (xy 80.01 106.68) (xy 89.535 106.68))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fe36219f-13f1-47e3-b06a-60e954519022)
)
(wire (pts (xy 142.24 71.755) (xy 142.24 70.485))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fe7aa45c-11dc-4d1a-9253-27a0da27aa34)
)
(hierarchical_label "DAT3" (shape bidirectional) (at 80.01 93.98 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 23d0e929-f5a1-4c62-b387-0887d9659f38)
)
(hierarchical_label "3V3" (shape input) (at 80.01 70.485 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 30f27120-8919-4f22-a0e2-49bd0c1104a0)
)
(hierarchical_label "DAT2" (shape bidirectional) (at 80.01 91.44 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 61d63f1b-dbdf-4e18-9e78-d70eac21ae65)
)
(hierarchical_label "DET" (shape output) (at 80.01 111.76 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 657bd73d-9c40-4ca8-b3ea-e75927d498b6)
)
(hierarchical_label "DAT0" (shape bidirectional) (at 80.01 106.68 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 679e5b0e-a017-43d8-8845-79a886253d82)
)
(hierarchical_label "CLK" (shape input) (at 80.01 101.6 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8f577817-ea32-42aa-bedc-809b6d0ffec6)
)
(hierarchical_label "DAT1" (shape bidirectional) (at 80.01 109.22 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid acee6893-1f8a-43f2-93df-e612d6c0d353)
)
(hierarchical_label "CMD" (shape input) (at 80.01 96.52 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid cf02db11-2ff8-4f79-b3e9-9802575ab786)
)
(symbol (lib_id "Device:C") (at 129.54 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005dc12ac4)
(property "Reference" "C401" (id 0) (at 132.461 74.3966 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "100nF" (id 1) (at 132.461 76.708 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 130.5052 79.375 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 129.54 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid b988d6e1-acde-48d5-aaac-780083f0a33d))
(pin "2" (uuid dfcf21ae-fd3c-40b2-9ae0-524856d8c6da))
)
(symbol (lib_id "Device:C") (at 142.24 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005dc12ffd)
(property "Reference" "C402" (id 0) (at 145.161 74.3966 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "22uF" (id 1) (at 145.161 76.708 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 143.2052 79.375 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 142.24 75.565 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9ae7e107-47c3-4f43-acc6-d14899796c06))
(pin "2" (uuid 7844fa1c-c2e9-46d4-aee9-55128915096f))
)
(symbol (lib_id "Device:R") (at 112.395 70.485 270) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005dc16dba)
(property "Reference" "R406" (id 0) (at 112.395 72.517 90))
(property "Value" "4.7" (id 1) (at 112.395 70.485 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 112.395 68.707 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 112.395 70.485 0))
(pin "1" (uuid b82916c0-2ec4-4e30-9450-9594adc24759))
(pin "2" (uuid 9e0599fe-97ee-4f13-a349-762a8f42c861))
)
(symbol (lib_id "power:GND") (at 129.54 79.375 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005dc1a3c9)
(property "Reference" "#PWR0122" (id 0) (at 129.54 85.725 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 129.54 83.185 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 129.54 79.375 0))
(property "Datasheet" "" (id 3) (at 129.54 79.375 0))
(pin "1" (uuid 4c492959-c00a-430a-b92b-afb6f355a82a))
)
(symbol (lib_id "power:GND") (at 142.24 79.375 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005dc1adc7)
(property "Reference" "#PWR0123" (id 0) (at 142.24 85.725 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 142.24 83.185 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 142.24 79.375 0))
(property "Datasheet" "" (id 3) (at 142.24 79.375 0))
(pin "1" (uuid 4c7e0aa8-63d6-4bff-88aa-64f636f5b95e))
)
(symbol (lib_id "Device:R") (at 89.535 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef41)
(property "Reference" "R402" (id 0) (at 91.567 75.565 90))
(property "Value" "50k" (id 1) (at 89.535 75.565 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 87.757 75.565 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 89.535 75.565 0))
(pin "1" (uuid e0e4f26b-9768-45ce-836e-303c9ffcd23d))
(pin "2" (uuid 4227d0f4-4162-4ece-9ec9-195feb76c6dd))
)
(symbol (lib_id "Device:R") (at 84.455 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef47)
(property "Reference" "R401" (id 0) (at 86.487 75.565 90))
(property "Value" "50k" (id 1) (at 84.455 75.565 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 82.677 75.565 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 84.455 75.565 0))
(pin "1" (uuid e196416c-d4d1-42d4-979d-990a370627ba))
(pin "2" (uuid 8a51259a-0b00-485b-ae12-40bbbcbb1fbf))
)
(symbol (lib_id "Device:R") (at 94.615 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef4d)
(property "Reference" "R403" (id 0) (at 96.647 75.565 90))
(property "Value" "50k" (id 1) (at 94.615 75.565 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 92.837 75.565 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 94.615 75.565 0))
(pin "1" (uuid cfc25d70-2748-49fe-bb69-5196d9ea547d))
(pin "2" (uuid 91fb974e-99de-4e0c-bee5-7a6f88905951))
)
(symbol (lib_id "Device:R") (at 104.775 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef53)
(property "Reference" "R405" (id 0) (at 106.807 75.565 90))
(property "Value" "50k" (id 1) (at 104.775 75.565 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 102.997 75.565 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 104.775 75.565 0))
(pin "1" (uuid f7cd5e79-c8f9-4e9b-991c-a91934b795d2))
(pin "2" (uuid 4711680f-0033-4792-90b3-99dc2aa8a7cf))
)
(symbol (lib_id "Device:R") (at 99.695 75.565 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef59)
(property "Reference" "R404" (id 0) (at 101.727 75.565 90))
(property "Value" "50k" (id 1) (at 99.695 75.565 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 97.917 75.565 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 99.695 75.565 0))
(pin "1" (uuid 14891ca4-c283-4a64-98dc-86c5d6e033a0))
(pin "2" (uuid 362755ad-ea41-482e-bb23-627c6eb15a40))
)
(symbol (lib_id "power:GND") (at 122.555 116.205 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef68)
(property "Reference" "#PWR0120" (id 0) (at 122.555 122.555 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 122.555 120.015 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 122.555 116.205 0))
(property "Datasheet" "" (id 3) (at 122.555 116.205 0))
(pin "1" (uuid 14202ecb-5941-455d-a867-b86716db90d7))
)
(symbol (lib_id "power:GND") (at 168.275 115.57 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005e5bef77)
(property "Reference" "#PWR0121" (id 0) (at 168.275 121.92 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 168.275 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Footprint" "" (id 2) (at 168.275 115.57 0))
(property "Datasheet" "" (id 3) (at 168.275 115.57 0))
(pin "1" (uuid 1787153b-aa75-4d9d-ba83-d6b350b998a0))
)
(symbol (lib_id "power:PWR_FLAG") (at 120.015 70.485 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-00005f9b50eb)
(property "Reference" "#FLG0104" (id 0) (at 120.015 68.58 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PWR_FLAG" (id 1) (at 120.015 66.0908 0))
(property "Footprint" "" (id 2) (at 120.015 70.485 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 120.015 70.485 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 0697cf2d-5bde-4d22-b531-1987bc5be453))
)
(symbol (lib_id "Connector:Micro_SD_Card_Det") (at 146.685 101.6 0) (unit 1)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-000060009370)
(property "Reference" "J401" (id 0) (at 145.415 120.015 0))
(property "Value" "Micro_SD_Card_Det" (id 1) (at 145.415 122.3264 0))
(property "Footprint" "Imports:AMPHENOL_1140084168" (id 2) (at 198.755 83.82 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "https://www.hirose.com/product/en/download_file/key_name/DM3/category/Catalog/doc_file_id/49662/?file_category_id=4&item_id=195&is_series=1" (id 3) (at 146.685 99.06 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Manu" "" (id 4) (at 146.685 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "manf#" "1140084168" (id 5) (at 146.685 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid cd8ed60e-d385-4272-94f7-c73fbc71c4e7))
(pin "10" (uuid d1b90760-3603-4cfd-ab0e-dd699ddbbb82))
(pin "11" (uuid 5683492a-389e-4ac4-9c32-25f197b682fd))
(pin "2" (uuid 1173c720-e467-4755-8b29-61c1af00679b))
(pin "3" (uuid d239e1a3-08c8-45e2-9959-7e4e5303b2cf))
(pin "4" (uuid c6c09f1d-8526-474d-84d1-9ef4e9ca3baa))
(pin "5" (uuid 675cfbd2-e790-4842-b368-f626e1795786))
(pin "6" (uuid f3749464-3429-4e5d-8e9e-7776a190bf7c))
(pin "7" (uuid 22a8e1bc-22fb-4e62-add4-2ae0c07ce05c))
(pin "8" (uuid 34bc4df9-50ad-433a-a204-50b962ec67ce))
(pin "9" (uuid 1754779f-f1ea-4e4f-9a64-93d7ee7943e3))
)
)