-
Notifications
You must be signed in to change notification settings - Fork 0
/
display.kicad_pcb
813 lines (796 loc) · 67.7 KB
/
display.kicad_pcb
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
(kicad_pcb (version 20211014) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(title_block
(title "WS2812B 16x16 Matrix Display")
(date "2022-02-15")
(rev "1.0.0")
(company "Willow Herron")
(comment 1 "A simple display driver for a 16x16 matrix of WS2812B ARGB LEDs")
(comment 2 "Reads an image from an SD card over SPI, and puts it to the display")
)
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
)
(setup
(pad_to_mask_clearance 0)
(pcbplotparams
(layerselection 0x00010f0_ffffffff)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(svguseinch false)
(svgprecision 6)
(excludeedgelayer true)
(plotframeref true)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 5)
(mirror false)
(drillshape 2)
(scaleselection 1)
(outputdirectory "Gerber")
)
)
(net 0 "")
(net 1 "GND")
(net 2 "+5V")
(net 3 "+3V3")
(net 4 "D+")
(net 5 "D-")
(net 6 "LED_DAT")
(net 7 "CS")
(net 8 "MOSI")
(net 9 "MISO")
(net 10 "SCK")
(net 11 "/Reset")
(net 12 "unconnected-(J1-Pad4)")
(net 13 "unconnected-(J3-Pad1)")
(net 14 "unconnected-(J3-Pad8)")
(net 15 "unconnected-(U2-Pad8)")
(net 16 "unconnected-(U2-Pad10)")
(net 17 "unconnected-(U2-Pad11)")
(net 18 "unconnected-(U2-Pad12)")
(net 19 "unconnected-(U2-Pad15)")
(net 20 "unconnected-(U2-Pad16)")
(net 21 "unconnected-(U2-Pad17)")
(net 22 "unconnected-(U2-Pad18)")
(footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "F.Cu")
(tedit 5F68FEEF) (tstamp 00000000-0000-0000-0000-000061cc31cf)
(at 158 99.312501)
(descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "capacitor handsolder")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b1cb2d")
(attr smd)
(fp_text reference "C2" (at 0 -1.68) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8)
)
(fp_text value "10u" (at -0.5 1.68) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)))
(tstamp cb24efdd-07c6-4317-9277-131625b065ac)
)
(fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) (layer "F.SilkS") (width 0.12) (tstamp 14769dc5-8525-4984-8b15-a734ee247efa))
(fp_line (start -0.261252 0.735) (end 0.261252 0.735) (layer "F.SilkS") (width 0.12) (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb))
(fp_line (start -1.88 0.98) (end -1.88 -0.98) (layer "F.CrtYd") (width 0.05) (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594))
(fp_line (start 1.88 0.98) (end -1.88 0.98) (layer "F.CrtYd") (width 0.05) (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464))
(fp_line (start 1.88 -0.98) (end 1.88 0.98) (layer "F.CrtYd") (width 0.05) (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02))
(fp_line (start -1.88 -0.98) (end 1.88 -0.98) (layer "F.CrtYd") (width 0.05) (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863))
(fp_line (start -1 0.625) (end -1 -0.625) (layer "F.Fab") (width 0.1) (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2))
(fp_line (start 1 -0.625) (end 1 0.625) (layer "F.Fab") (width 0.1) (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167))
(fp_line (start -1 -0.625) (end 1 -0.625) (layer "F.Fab") (width 0.1) (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7))
(fp_line (start 1 0.625) (end -1 0.625) (layer "F.Fab") (width 0.1) (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415))
(pad "1" smd roundrect locked (at -1.0375 0) (size 1.175 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2127659574)
(net 3 "+3V3") (pintype "passive") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313))
(pad "2" smd roundrect locked (at 1.0375 0) (size 1.175 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2127659574)
(net 1 "GND") (pintype "passive") (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5))
(model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_Wire:SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm" (layer "F.Cu")
(tedit 5EB70B43) (tstamp 00000000-0000-0000-0000-000061cc3215)
(at 132 99.312501 90)
(descr "Soldered wire connection, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator")
(tags "connector wire 0.5sqmm")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061cbdb2d")
(attr exclude_from_pos_files)
(fp_text reference "J2" (at 4.6 -2.25 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)
)
(fp_text value "Conn_01x03" (at 4.6 2.25 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)
)
(fp_text user "${REFERENCE}" (at 4.6 0) (layer "F.Fab")
(effects (font (size 0.52 0.52) (thickness 0.08)))
(tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)
)
(fp_line (start 6.4 -1.55) (end 2.8 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 1e8701fc-ad24-40ea-846a-e3db538d6077))
(fp_line (start 6.4 1.55) (end 6.4 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19))
(fp_line (start 11 -1.55) (end 7.4 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 40976bf0-19de-460f-ad64-224d4f51e16b))
(fp_line (start 11 1.55) (end 11 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 8c514922-ffe1-4e37-a260-e807409f2e0d))
(fp_line (start 1.8 -1.55) (end -1.8 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c))
(fp_line (start -1.8 -1.55) (end -1.8 1.55) (layer "F.CrtYd") (width 0.05) (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3))
(fp_line (start 7.4 1.55) (end 11 1.55) (layer "F.CrtYd") (width 0.05) (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8))
(fp_line (start 2.8 -1.55) (end 2.8 1.55) (layer "F.CrtYd") (width 0.05) (tstamp c43663ee-9a0d-4f27-a292-89ba89964065))
(fp_line (start 2.8 1.55) (end 6.4 1.55) (layer "F.CrtYd") (width 0.05) (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807))
(fp_line (start 7.4 -1.55) (end 7.4 1.55) (layer "F.CrtYd") (width 0.05) (tstamp d5641ac9-9be7-46bf-90b3-6c83d852b5ba))
(fp_line (start 1.8 1.55) (end 1.8 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e))
(fp_line (start -1.8 1.55) (end 1.8 1.55) (layer "F.CrtYd") (width 0.05) (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa))
(fp_circle (center 4.6 0) (end 5.65 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 4780a290-d25c-4459-9579-eba3f7678762))
(fp_circle (center 0 0) (end 1.05 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2))
(fp_circle (center 9.2 0) (end 10.25 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7))
(pad "1" thru_hole roundrect locked (at 0 0 90) (size 2.1 2.1) (drill 1.1) (layers *.Cu *.Mask) (roundrect_rratio 0.1190480952)
(net 2 "+5V") (pinfunction "Pin_1") (pintype "passive") (tstamp a15a7506-eae4-4933-84da-9ad754258706))
(pad "2" thru_hole circle locked (at 4.6 0 90) (size 2.1 2.1) (drill 1.1) (layers *.Cu *.Mask)
(net 6 "LED_DAT") (pinfunction "Pin_2") (pintype "passive") (tstamp c8c79177-94d4-43e2-a654-f0a5554fbb68))
(pad "3" thru_hole circle locked (at 9.2 0 90) (size 2.1 2.1) (drill 1.1) (layers *.Cu *.Mask)
(net 1 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp e21aa84b-970e-47cf-b64f-3b55ee0e1b51))
(model "${KISYS3DMOD}/Connector_Wire.3dshapes/SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder" (layer "F.Cu")
(tedit 5F68FEEE) (tstamp 00000000-0000-0000-0000-000061cc3255)
(at 148.5 102.812501)
(descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator")
(tags "resistor handsolder")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b19e5e")
(attr smd)
(fp_text reference "R1" (at 0 -1.65) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0f22151c-f260-4674-b486-4710a2c42a55)
)
(fp_text value "1k" (at 0 1.65) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)))
(tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3)
)
(fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) (layer "F.SilkS") (width 0.12) (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c))
(fp_line (start -0.227064 0.735) (end 0.227064 0.735) (layer "F.SilkS") (width 0.12) (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5))
(fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer "F.CrtYd") (width 0.05) (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb))
(fp_line (start 1.85 0.95) (end -1.85 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136))
(fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer "F.CrtYd") (width 0.05) (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68))
(fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer "F.CrtYd") (width 0.05) (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b))
(fp_line (start 1 -0.625) (end 1 0.625) (layer "F.Fab") (width 0.1) (tstamp 4c8eb964-bdf4-44de-90e9-e2ab82dd5313))
(fp_line (start 1 0.625) (end -1 0.625) (layer "F.Fab") (width 0.1) (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7))
(fp_line (start -1 0.625) (end -1 -0.625) (layer "F.Fab") (width 0.1) (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d))
(fp_line (start -1 -0.625) (end 1 -0.625) (layer "F.Fab") (width 0.1) (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d))
(pad "1" smd roundrect locked (at -1 0) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2083333333)
(net 11 "/Reset") (pintype "passive") (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb))
(pad "2" smd roundrect locked (at 1 0) (size 1.2 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2083333333)
(net 3 "+3V3") (pintype "passive") (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550))
(model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Button_Switch_SMD:SW_SPST_EVQP7C" (layer "F.Cu")
(tedit 5A02FC95) (tstamp 00000000-0000-0000-0000-000061cc3274)
(at 143.5 103.312501)
(descr "Light Touch Switch")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b1be53")
(attr smd)
(fp_text reference "SW1" (at 0 -2.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)
)
(fp_text value "RESET" (at 0 3.25) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 66116376-6967-4178-9f23-a26cdeafc400)
)
(fp_text user "${REFERENCE}" (at 0 -2.5) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)
)
(fp_line (start -0.95 2.2) (end -0.95 1.55) (layer "F.SilkS") (width 0.12) (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268))
(fp_line (start 0.95 1.55) (end 0.95 2.2) (layer "F.SilkS") (width 0.12) (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137))
(fp_line (start -1.75 -1.55) (end 1.75 -1.55) (layer "F.SilkS") (width 0.12) (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6))
(fp_line (start 1.75 1.55) (end -1.75 1.55) (layer "F.SilkS") (width 0.12) (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c))
(fp_line (start 0.95 2.2) (end -0.95 2.2) (layer "F.SilkS") (width 0.12) (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce))
(fp_line (start -2.75 1.7) (end -2.75 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e))
(fp_line (start -2.75 -1.7) (end 2.75 -1.7) (layer "F.CrtYd") (width 0.05) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9))
(fp_line (start 1.1 2.35) (end -1.1 2.35) (layer "F.CrtYd") (width 0.05) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811))
(fp_line (start -1.1 2.35) (end -1.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb))
(fp_line (start -1.1 1.7) (end -2.75 1.7) (layer "F.CrtYd") (width 0.05) (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3))
(fp_line (start 2.75 -1.7) (end 2.75 1.7) (layer "F.CrtYd") (width 0.05) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9))
(fp_line (start 2.75 1.7) (end 1.1 1.7) (layer "F.CrtYd") (width 0.05) (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102))
(fp_line (start 1.1 1.7) (end 1.1 2.35) (layer "F.CrtYd") (width 0.05) (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506))
(fp_line (start -1.75 -1.45) (end 1.75 -1.45) (layer "F.Fab") (width 0.1) (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd))
(fp_line (start 0.85 2.1) (end 0.85 1.45) (layer "F.Fab") (width 0.1) (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048))
(fp_line (start 1.75 -1.45) (end 1.75 1.45) (layer "F.Fab") (width 0.1) (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03))
(fp_line (start -1.75 1.45) (end -1.75 -1.4) (layer "F.Fab") (width 0.1) (tstamp 54365317-1355-4216-bb75-829375abc4ec))
(fp_line (start -0.85 2.1) (end -0.85 1.45) (layer "F.Fab") (width 0.1) (tstamp 87371631-aa02-498a-998a-09bdb74784c1))
(fp_line (start 1.75 1.45) (end -1.75 1.45) (layer "F.Fab") (width 0.1) (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497))
(fp_line (start -0.85 2.1) (end 0.85 2.1) (layer "F.Fab") (width 0.1) (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a))
(pad "" np_thru_hole circle locked (at 0 0.9) (size 0.7 0.7) (drill 0.7) (layers *.Cu *.Mask) (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11))
(pad "" np_thru_hole circle locked (at 0 -0.9) (size 0.7 0.7) (drill 0.7) (layers *.Cu *.Mask) (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f))
(pad "1" smd rect locked (at 1.8 -0.72) (size 1.4 1.05) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7))
(pad "1" smd rect locked (at -1.8 -0.72) (size 1.4 1.05) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8))
(pad "2" smd rect locked (at 1.8 0.72) (size 1.4 1.05) (layers "F.Cu" "F.Paste" "F.Mask")
(net 11 "/Reset") (pinfunction "2") (pintype "passive") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b))
(pad "2" smd rect locked (at -1.8 0.72) (size 1.4 1.05) (layers "F.Cu" "F.Paste" "F.Mask")
(net 11 "/Reset") (pinfunction "2") (pintype "passive") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144))
(model "${KISYS3DMOD}/Button_Switch_SMD.3dshapes/SW_SPST_EVQP7C.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_USB:USB_Micro-B_Wuerth_629105150521" (layer "F.Cu")
(tedit 5A142044) (tstamp 00000000-0000-0000-0000-000061cc37fb)
(at 156.5 93.312501 90)
(descr "USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf")
(tags "usb micro receptacle")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b18923")
(attr smd)
(fp_text reference "J1" (at 0 -3.5 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e)
)
(fp_text value "USB_B_Micro" (at 0 5.6 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067)
)
(fp_text user "PCB Edge" (at 0 3.75 90) (layer "Dwgs.User")
(effects (font (size 0.5 0.5) (thickness 0.08)))
(tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160)
)
(fp_text user "${REFERENCE}" (at 0 1.05 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d)
)
(fp_line (start -1.8 -2.825) (end -1.8 -2.4) (layer "F.SilkS") (width 0.15) (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2))
(fp_line (start -4.15 -0.65) (end -4.15 0.75) (layer "F.SilkS") (width 0.15) (tstamp 0755aee5-bc01-4cb5-b830-583289df50a3))
(fp_line (start 4.15 3.3) (end 4.15 3.15) (layer "F.SilkS") (width 0.15) (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d))
(fp_line (start -4.15 3.15) (end -4.15 3.3) (layer "F.SilkS") (width 0.15) (tstamp 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec))
(fp_line (start -1.075 -2.825) (end -1.8 -2.825) (layer "F.SilkS") (width 0.15) (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec))
(fp_line (start -3.85 3.3) (end -3.85 3.75) (layer "F.SilkS") (width 0.15) (tstamp 60dcd1fe-7079-4cb8-b509-04558ccf5097))
(fp_line (start 1.8 -2.4) (end 2.8 -2.4) (layer "F.SilkS") (width 0.15) (tstamp 7d928d56-093a-4ca8-aed1-414b7e703b45))
(fp_line (start 3.85 3.3) (end 4.15 3.3) (layer "F.SilkS") (width 0.15) (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76))
(fp_line (start 4.15 0.75) (end 4.15 -0.65) (layer "F.SilkS") (width 0.15) (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222))
(fp_line (start 3.85 3.75) (end 3.85 3.3) (layer "F.SilkS") (width 0.15) (tstamp c5eb1e4c-ce83-470e-8f32-e20ff1f886a3))
(fp_line (start -1.8 -2.4) (end -2.8 -2.4) (layer "F.SilkS") (width 0.15) (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9))
(fp_line (start -4.15 3.3) (end -3.85 3.3) (layer "F.SilkS") (width 0.15) (tstamp ec31c074-17b2-48e1-ab01-071acad3fa04))
(fp_line (start 4.95 -3.34) (end -4.94 -3.34) (layer "F.CrtYd") (width 0.05) (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb))
(fp_line (start -4.94 4.85) (end 4.95 4.85) (layer "F.CrtYd") (width 0.05) (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955))
(fp_line (start -4.94 -3.34) (end -4.94 4.85) (layer "F.CrtYd") (width 0.05) (tstamp 8a650ebf-3f78-4ca4-a26b-a5028693e36d))
(fp_line (start 4.95 4.85) (end 4.95 -3.34) (layer "F.CrtYd") (width 0.05) (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7))
(fp_line (start -1.075 -2.95) (end -1.075 -2.725) (layer "F.Fab") (width 0.15) (tstamp 4fb21471-41be-4be8-9687-66030f97befc))
(fp_line (start 3.7 4.35) (end 3.7 3.15) (layer "F.Fab") (width 0.15) (tstamp 68877d35-b796-44db-9124-b8e744e7412e))
(fp_line (start -2.7 3.75) (end 2.7 3.75) (layer "F.Fab") (width 0.15) (tstamp 6d26d68f-1ca7-4ff3-b058-272f1c399047))
(fp_line (start -1.3 -2.55) (end -1.525 -2.725) (layer "F.Fab") (width 0.15) (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6))
(fp_line (start -1.525 -2.95) (end -1.075 -2.95) (layer "F.Fab") (width 0.15) (tstamp 7599133e-c681-4202-85d9-c20dac196c64))
(fp_line (start -4 3.15) (end -3.7 3.15) (layer "F.Fab") (width 0.15) (tstamp 8412992d-8754-44de-9e08-115cec1a3eff))
(fp_line (start 4 -2.25) (end -4 -2.25) (layer "F.Fab") (width 0.15) (tstamp 911bdcbe-493f-4e21-a506-7cbc636e2c17))
(fp_line (start 4 3.15) (end 4 -2.25) (layer "F.Fab") (width 0.15) (tstamp 9f8381e9-3077-4453-a480-a01ad9c1a940))
(fp_line (start 3.7 3.15) (end 4 3.15) (layer "F.Fab") (width 0.15) (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e))
(fp_line (start -3.7 4.35) (end 3.7 4.35) (layer "F.Fab") (width 0.15) (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b))
(fp_line (start -1.075 -2.725) (end -1.3 -2.55) (layer "F.Fab") (width 0.15) (tstamp d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a))
(fp_line (start -1.525 -2.725) (end -1.525 -2.95) (layer "F.Fab") (width 0.15) (tstamp dde51ae5-b215-445e-92bb-4a12ec410531))
(fp_line (start -3.7 3.15) (end -3.7 4.35) (layer "F.Fab") (width 0.15) (tstamp df32840e-2912-4088-b54c-9a85f64c0265))
(fp_line (start -4 -2.25) (end -4 3.15) (layer "F.Fab") (width 0.15) (tstamp ffd175d1-912a-4224-be1e-a8198680f46b))
(pad "" np_thru_hole oval locked (at 2.5 -0.8 90) (size 0.8 0.8) (drill 0.8) (layers *.Cu *.Mask) (tstamp 965308c8-e014-459a-b9db-b8493a601c62))
(pad "" np_thru_hole oval locked (at -2.5 -0.8 90) (size 0.8 0.8) (drill 0.8) (layers *.Cu *.Mask) (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e))
(pad "1" smd rect locked (at -1.3 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask")
(net 2 "+5V") (pinfunction "VBUS") (pintype "power_out") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa))
(pad "2" smd rect locked (at -0.65 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask")
(net 5 "D-") (pinfunction "D-") (pintype "bidirectional") (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80))
(pad "3" smd rect locked (at 0 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "D+") (pinfunction "D+") (pintype "bidirectional") (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120))
(pad "4" smd rect locked (at 0.65 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask")
(net 12 "unconnected-(J1-Pad4)") (pinfunction "ID") (pintype "passive+no_connect") (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62))
(pad "5" smd rect locked (at 1.3 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "GND") (pinfunction "GND") (pintype "power_out") (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7))
(pad "6" thru_hole oval locked (at -3.875 1.95 90) (size 1.15 1.8) (drill oval 0.55 1.2) (layers *.Cu *.Mask)
(net 1 "GND") (pinfunction "Shield") (pintype "passive") (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e))
(pad "6" thru_hole oval locked (at -3.725 -1.85 90) (size 1.45 2) (drill oval 0.85 1.4) (layers *.Cu *.Mask)
(net 1 "GND") (pinfunction "Shield") (pintype "passive") (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5))
(pad "6" thru_hole oval locked (at 3.725 -1.85 90) (size 1.45 2) (drill oval 0.85 1.4) (layers *.Cu *.Mask)
(net 1 "GND") (pinfunction "Shield") (pintype "passive") (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65))
(pad "6" thru_hole oval locked (at 3.875 1.95 90) (size 1.15 1.8) (drill oval 0.55 1.2) (layers *.Cu *.Mask)
(net 1 "GND") (pinfunction "Shield") (pintype "passive") (tstamp f3628265-0155-43e2-a467-c40ff783e265))
(model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Wuerth_629105150521.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "RF_Module:ESP-WROOM-02" (layer "F.Cu")
(tedit 5B5B45D7) (tstamp 00000000-0000-0000-0000-000061cc39cd)
(at 143.52 94.632501)
(descr "http://espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf")
(tags "ESP WROOM-02 espressif esp8266ex")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b18e6c")
(attr smd)
(fp_text reference "U2" (at -10.17 5.13 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c3c93de0-69b1-4a04-8e0b-d78caf487c63)
)
(fp_text value "ESP32-C3-WROOM-02" (at 0 8.33) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f9865a9f-edb8-49c7-828f-4896e1f3047a)
)
(fp_text user "5 mm" (at -11.2 -11.2) (layer "Cmts.User")
(effects (font (size 0.5 0.5) (thickness 0.1)))
(tstamp 0d35483a-0b12-46cc-b9f2-896fd6831779)
)
(fp_text user "5 mm" (at 7.8 -15.9 90) (layer "Cmts.User")
(effects (font (size 0.5 0.5) (thickness 0.1)))
(tstamp 4e66a44f-7fa6-4e16-bf9b-62ec864301a5)
)
(fp_text user "5 mm" (at 11.8 -11.2) (layer "Cmts.User")
(effects (font (size 0.5 0.5) (thickness 0.1)))
(tstamp 9702d639-3b1f-4825-8985-b32b9008503d)
)
(fp_text user "KEEP-OUT ZONE" (at 0 -16) (layer "Cmts.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a06e8e78-f567-42e6-b645-013b1073ca31)
)
(fp_text user "Antenna" (at 0 -10) (layer "Cmts.User")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ec9e24d8-d1c5-40e2-9812-dc315d05f470)
)
(fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 55992e35-fe7b-468a-9b7a-1e4dc931b904)
)
(fp_line (start -9.12 6.8) (end -9.12 7.02) (layer "F.SilkS") (width 0.1) (tstamp 2bf3f24b-fd30-41a7-a274-9b519491916b))
(fp_line (start -9.12 -13.22) (end 9.12 -13.22) (layer "F.SilkS") (width 0.1) (tstamp 34871042-9d5c-4e29-abdd-a168368c3c22))
(fp_line (start -9.12 -6.9) (end -11 -6.9) (layer "F.SilkS") (width 0.1) (tstamp 4412226e-d975-40a2-921f-502ff4129a95))
(fp_line (start 9.12 -13.22) (end 9.12 -6.7) (layer "F.SilkS") (width 0.1) (tstamp 53c85970-3e21-4fae-a84f-721cfc0513b5))
(fp_line (start -9.12 -13.22) (end -9.12 -6.9) (layer "F.SilkS") (width 0.1) (tstamp 7447a6e7-8205-46ba-afca-d0fa8f90c95a))
(fp_line (start 9.12 6.7) (end 9.12 7) (layer "F.SilkS") (width 0.1) (tstamp a9ec539a-d80d-40cc-803c-12b6adefe42a))
(fp_line (start -9.12 7.02) (end -8.1 7.02) (layer "F.SilkS") (width 0.1) (tstamp c264c438-a475-4ad4-9915-0f1e6ecf3053))
(fp_line (start 8 7.02) (end 9.12 7.02) (layer "F.SilkS") (width 0.1) (tstamp ef1b4b98-541b-4673-a04f-2043250fc40a))
(fp_line (start 14 -18.1) (end 0 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 0088d107-13d8-496c-8da6-7bbeb9d096b0))
(fp_line (start -10 -18.1) (end -14 -14.87) (layer "Dwgs.User") (width 0.1) (tstamp 03d88a85-11fd-47aa-954c-c318bb15294a))
(fp_line (start 14 -6.8) (end -14 -6.8) (layer "Dwgs.User") (width 0.1) (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb))
(fp_line (start -8 -6.795) (end 6 -18.1) (layer "Dwgs.User") (width 0.1) (tstamp 128e34ce-eee7-477d-b905-a493e98db783))
(fp_line (start 14 -6.8) (end 14 -18.1) (layer "Dwgs.User") (width 0.1) (tstamp 13475e15-f37c-4de8-857e-1722b0c39513))
(fp_line (start -12 -18.1) (end -14 -16.485) (layer "Dwgs.User") (width 0.1) (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b))
(fp_line (start -9 -13.1) (end 9 -13.1) (layer "Dwgs.User") (width 0.1) (tstamp 2732632c-4768-42b6-bf7f-14643424019e))
(fp_line (start 2 -18.1) (end -12 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 3172f2e2-18d2-4a80-ae30-5707b3409798))
(fp_line (start 14 -14.87) (end 4 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 417f13e4-c121-485a-a6b5-8b55e70350b8))
(fp_line (start -8 -18.1) (end -14 -13.255) (layer "Dwgs.User") (width 0.1) (tstamp 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef))
(fp_line (start 8 -18.1) (end -6 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 67621f9e-0a6a-4778-ad69-04dcf300659c))
(fp_line (start 10 -18.1) (end -4 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 68e09be7-3bbc-4443-a838-209ce20b2bef))
(fp_line (start 12 -18.1) (end -2 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 6a780180-586a-4241-a52d-dc7a5ffcc966))
(fp_line (start 14 -8.41) (end 12 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 6b25f522-8e2d-4cd8-9d5d-a2b80f60133b))
(fp_line (start 0 -18.1) (end -14 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 712d6a7d-2b62-464f-b745-fd2a6b0187f6))
(fp_line (start -6 -18.1) (end -14 -11.64) (layer "Dwgs.User") (width 0.1) (tstamp 842e430f-0c35-45f3-a0b5-95ae7b7ae388))
(fp_line (start 9 -13.1) (end 9 -6.78) (layer "Dwgs.User") (width 0.1) (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065))
(fp_line (start -9 -6.8) (end -9 -13.1) (layer "Dwgs.User") (width 0.1) (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e))
(fp_line (start -4 -18.1) (end -14 -10.025) (layer "Dwgs.User") (width 0.1) (tstamp 98e81e80-1f85-4152-be3f-99785ea97751))
(fp_line (start 14 -13.255) (end 6 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp 9dab0cb7-2557-4419-963b-5ae736517f62))
(fp_line (start -2 -18.1) (end -14 -8.41) (layer "Dwgs.User") (width 0.1) (tstamp b3d08afa-f296-4e3b-8825-73b6331d35bf))
(fp_line (start 14 -18.1) (end -14 -18.1) (layer "Dwgs.User") (width 0.1) (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381))
(fp_line (start 14 -16.485) (end 2 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp c201e1b2-fc01-4110-bdaa-a33290468c83))
(fp_line (start 4 -18.1) (end -10 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp c801d42e-dd94-493e-bd2f-6c3ddad43f55))
(fp_line (start -14 -6.8) (end -14 -18.1) (layer "Dwgs.User") (width 0.1) (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e))
(fp_line (start 14 -10.025) (end 10 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp dabe541b-b164-4180-97a4-5ca761b86800))
(fp_line (start 14 -11.64) (end 8 -6.795) (layer "Dwgs.User") (width 0.1) (tstamp e12e827e-36be-4503-8eef-6fc7e8bc5d49))
(fp_line (start -13.8 -10.7) (end -13.6 -10.5) (layer "Cmts.User") (width 0.1) (tstamp 0867287d-2e6a-4d69-a366-c29f88198f2b))
(fp_line (start 9.2 -10.7) (end 9.4 -10.9) (layer "Cmts.User") (width 0.1) (tstamp 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5))
(fp_line (start 9.2 -10.7) (end 9.4 -10.5) (layer "Cmts.User") (width 0.1) (tstamp 1b54105e-6590-4d26-a763-ecfcf81eedc4))
(fp_line (start 13.8 -10.7) (end 13.6 -10.9) (layer "Cmts.User") (width 0.1) (tstamp 35354519-a28c-40c4-befd-0943e98dea53))
(fp_line (start 9.2 -10.7) (end 13.8 -10.7) (layer "Cmts.User") (width 0.1) (tstamp 38f2d955-ea7a-4a21-aba6-02ae23f1bd4a))
(fp_line (start 8.3 -17.9) (end 8.1 -17.7) (layer "Cmts.User") (width 0.1) (tstamp 4831966c-bb32-4bc8-a400-0382a02ffa1c))
(fp_line (start 8.3 -17.9) (end 8.5 -17.7) (layer "Cmts.User") (width 0.1) (tstamp 4d4b0fcd-2c79-4fc3-b5fa-7a0741601344))
(fp_line (start 8.3 -13.3) (end 8.1 -13.5) (layer "Cmts.User") (width 0.1) (tstamp 587a157d-dedf-4558-a037-1a94bbba1848))
(fp_line (start 13.8 -10.7) (end 13.6 -10.5) (layer "Cmts.User") (width 0.1) (tstamp 632acde9-b7fd-4f04-8cb4-d2cbb06b3595))
(fp_line (start -9.2 -10.7) (end -9.4 -10.5) (layer "Cmts.User") (width 0.1) (tstamp 75286985-9fa5-4d30-89c5-493b6e63cd66))
(fp_line (start -13.8 -10.7) (end -9.2 -10.7) (layer "Cmts.User") (width 0.1) (tstamp 78f88cf6-751c-4e9b-ae75-fb8b6d44ff39))
(fp_line (start 8.3 -13.3) (end 8.5 -13.5) (layer "Cmts.User") (width 0.1) (tstamp 9762c9ed-64d8-4f3e-baf6-f6ba6effc919))
(fp_line (start -13.8 -10.7) (end -13.6 -10.9) (layer "Cmts.User") (width 0.1) (tstamp afd3dbad-e7a8-4e4c-b77c-4065a69aefa2))
(fp_line (start -9.2 -10.7) (end -9.4 -10.9) (layer "Cmts.User") (width 0.1) (tstamp c19dbe3c-ced0-48f7-a91d-777569cfb936))
(fp_line (start 8.3 -13.3) (end 8.3 -17.9) (layer "Cmts.User") (width 0.1) (tstamp e25ce415-914a-48fe-bf09-324317917b2e))
(fp_line (start 9.41 -6.55) (end 14.25 -6.55) (layer "F.CrtYd") (width 0.05) (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231))
(fp_line (start 14.25 -18.35) (end 14.25 -6.55) (layer "F.CrtYd") (width 0.05) (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4))
(fp_line (start -9.41 7.15) (end 9.41 7.15) (layer "F.CrtYd") (width 0.05) (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d))
(fp_line (start -14.25 -18.35) (end 14.25 -18.35) (layer "F.CrtYd") (width 0.05) (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e))
(fp_line (start 9.41 -6.55) (end 9.41 7.15) (layer "F.CrtYd") (width 0.05) (tstamp a03e565f-d8cd-4032-aae3-b7327d4143dd))
(fp_line (start -9.41 7.15) (end -9.41 -6.55) (layer "F.CrtYd") (width 0.05) (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864))
(fp_line (start -14.25 -6.55) (end -9.41 -6.55) (layer "F.CrtYd") (width 0.05) (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef))
(fp_line (start -14.25 -18.35) (end -14.25 -6.55) (layer "F.CrtYd") (width 0.05) (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f))
(fp_line (start 9 6.9) (end 9 -13.1) (layer "F.Fab") (width 0.1) (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d))
(fp_line (start -8.5 -7) (end -9 -6.5) (layer "F.Fab") (width 0.1) (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883))
(fp_line (start -9 -13.1) (end 9 -13.1) (layer "F.Fab") (width 0.1) (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a))
(fp_line (start -9 6.9) (end 9 6.9) (layer "F.Fab") (width 0.1) (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721))
(fp_line (start -9 -13.1) (end -9 -7.5) (layer "F.Fab") (width 0.1) (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090))
(fp_line (start -9 -6.5) (end -9 6.9) (layer "F.Fab") (width 0.1) (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b))
(fp_line (start -9 -7.5) (end -8.5 -7) (layer "F.Fab") (width 0.1) (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b))
(pad "1" smd rect locked (at -8.7375 -6) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 3 "+3V3") (pinfunction "3V3") (pintype "power_in") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f))
(pad "2" smd rect locked (at -8.7375 -4.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 11 "/Reset") (pinfunction "EN") (pintype "input") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1))
(pad "3" smd rect locked (at -8.7375 -3) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 10 "SCK") (pinfunction "IO4") (pintype "tri_state") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd))
(pad "4" smd rect locked (at -8.7375 -1.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 9 "MISO") (pinfunction "IO5") (pintype "tri_state") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21))
(pad "5" smd rect locked (at -8.7375 0) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 8 "MOSI") (pinfunction "IO6") (pintype "tri_state") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002))
(pad "6" smd rect locked (at -8.7375 1.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 7 "CS") (pinfunction "IO7") (pintype "bidirectional") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2))
(pad "7" smd rect locked (at -8.7375 3) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 6 "LED_DAT") (pinfunction "IO8") (pintype "tri_state") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f))
(pad "8" smd rect locked (at -8.7375 4.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 15 "unconnected-(U2-Pad8)") (pinfunction "IO9") (pintype "tri_state+no_connect") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940))
(pad "9" smd rect locked (at -8.7375 6) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp f3490fa5-5a27-423b-af60-53609669542c))
(pad "10" smd rect locked (at 8.7375 6) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 16 "unconnected-(U2-Pad10)") (pinfunction "IO10") (pintype "tri_state+no_connect") (tstamp 1860e030-7a36-4298-b7fc-a16d48ab15ba))
(pad "11" smd rect locked (at 8.7375 4.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 17 "unconnected-(U2-Pad11)") (pinfunction "RXD") (pintype "tri_state+no_connect") (tstamp 3dcc657b-55a1-48e0-9667-e01e7b6b08b5))
(pad "12" smd rect locked (at 8.7375 3) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 18 "unconnected-(U2-Pad12)") (pinfunction "TXD") (pintype "tri_state+no_connect") (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a))
(pad "13" smd rect locked (at 8.7375 1.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 5 "D-") (pinfunction "USB_D-") (pintype "bidirectional") (tstamp 32667662-ae86-4904-b198-3e95f11851bf))
(pad "14" smd rect locked (at 8.7375 0) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "D+") (pinfunction "USB_D+") (pintype "tri_state") (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13))
(pad "15" smd rect locked (at 8.7375 -1.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 19 "unconnected-(U2-Pad15)") (pinfunction "IO3") (pintype "tri_state+no_connect") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff))
(pad "16" smd rect locked (at 8.7375 -3) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 20 "unconnected-(U2-Pad16)") (pinfunction "IO2") (pintype "tri_state+no_connect") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6))
(pad "17" smd rect locked (at 8.7375 -4.5) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 21 "unconnected-(U2-Pad17)") (pinfunction "IO1") (pintype "tri_state+no_connect") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934))
(pad "18" smd rect locked (at 8.7375 -6) (size 0.85 0.9125) (layers "F.Cu" "F.Paste" "F.Mask")
(net 22 "unconnected-(U2-Pad18)") (pinfunction "IO0") (pintype "tri_state+no_connect") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f))
(pad "19" smd rect locked (at 1.12 0.58) (size 4.3 4.3) (layers "F.Cu" "F.Paste" "F.Mask")
(net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e))
(model "${KISYS3DMOD}/RF_Module.3dshapes/ESP-WROOM-02.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (layer "F.Cu")
(tedit 5F68FEEF) (tstamp 00000000-0000-0000-0000-000061cc42ee)
(at 154.5 100.312501 90)
(descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator")
(tags "capacitor handsolder")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b1cc26")
(attr smd)
(fp_text reference "C1" (at 0 -1.68 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059)
)
(fp_text value "10u" (at 0 1.68 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
(effects (font (size 0.5 0.5) (thickness 0.08)))
(tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7)
)
(fp_line (start -0.261252 0.735) (end 0.261252 0.735) (layer "F.SilkS") (width 0.12) (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d))
(fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) (layer "F.SilkS") (width 0.12) (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba))
(fp_line (start -1.88 0.98) (end -1.88 -0.98) (layer "F.CrtYd") (width 0.05) (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7))
(fp_line (start -1.88 -0.98) (end 1.88 -0.98) (layer "F.CrtYd") (width 0.05) (tstamp 2d67a417-188f-4014-9282-000265d80009))
(fp_line (start 1.88 0.98) (end -1.88 0.98) (layer "F.CrtYd") (width 0.05) (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a))
(fp_line (start 1.88 -0.98) (end 1.88 0.98) (layer "F.CrtYd") (width 0.05) (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213))
(fp_line (start -1 -0.625) (end 1 -0.625) (layer "F.Fab") (width 0.1) (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc))
(fp_line (start 1 -0.625) (end 1 0.625) (layer "F.Fab") (width 0.1) (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0))
(fp_line (start 1 0.625) (end -1 0.625) (layer "F.Fab") (width 0.1) (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa))
(fp_line (start -1 0.625) (end -1 -0.625) (layer "F.Fab") (width 0.1) (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d))
(pad "1" smd roundrect locked (at -1.0375 0 90) (size 1.175 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2127659574)
(net 2 "+5V") (pintype "passive") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e))
(pad "2" smd roundrect locked (at 1.0375 0 90) (size 1.175 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.2127659574)
(net 1 "GND") (pintype "passive") (tstamp 097edb1b-8998-4e70-b670-bba125982348))
(model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_Card:microSD_HC_Wuerth_693072010801" (layer "B.Cu")
(tedit 5A1DBFB5) (tstamp 00000000-0000-0000-0000-000061cc3244)
(at 143.5 93.312501 180)
(descr "http://katalog.we-online.de/em/datasheet/693072010801.pdf")
(tags "Micro SD Wuerth Wurth Würth")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b0cdb2")
(attr smd)
(fp_text reference "J3" (at 0 7.99) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)
)
(fp_text value "Micro_SD_Card" (at 0 -6.5) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)
)
(fp_text user "${REFERENCE}" (at 0 -1.15) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)
)
(fp_line (start 6.91 2.89) (end 6.91 -2.89) (layer "B.SilkS") (width 0.12) (tstamp 003c2200-0632-4808-a662-8ddd5d30c768))
(fp_line (start 5.5 5.81) (end 5.5 6.81) (layer "B.SilkS") (width 0.12) (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318))
(fp_line (start 6.91 5.81) (end 6.91 5.41) (layer "B.SilkS") (width 0.12) (tstamp 240e07e1-770b-4b27-894f-29fd601c924d))
(fp_line (start -4.7 6.51) (end -3 6.21) (layer "B.SilkS") (width 0.12) (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc))
(fp_line (start 0.9 6.01) (end 2.2 6.11) (layer "B.SilkS") (width 0.12) (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3))
(fp_line (start -6.91 5.81) (end 6.91 5.81) (layer "B.SilkS") (width 0.12) (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b))
(fp_line (start -5 7.31) (end 5 7.31) (layer "B.SilkS") (width 0.12) (tstamp 5528bcad-2950-4673-90eb-c37e6952c475))
(fp_line (start 2.2 6.11) (end 3.7 6.31) (layer "B.SilkS") (width 0.12) (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6))
(fp_line (start -3 6.21) (end -2.2 6.11) (layer "B.SilkS") (width 0.12) (tstamp 66043bca-a260-4915-9fce-8a51d324c687))
(fp_line (start -5.5 6.71) (end -4.7 6.51) (layer "B.SilkS") (width 0.12) (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743))
(fp_line (start -5.5 5.81) (end -5.5 6.81) (layer "B.SilkS") (width 0.12) (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d))
(fp_line (start -2.2 6.11) (end -0.9 6.01) (layer "B.SilkS") (width 0.12) (tstamp 852dabbf-de45-4470-8176-59d37a754407))
(fp_line (start -6.91 2.89) (end -6.91 -2.89) (layer "B.SilkS") (width 0.12) (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949))
(fp_line (start -0.9 6.01) (end 0.9 6.01) (layer "B.SilkS") (width 0.12) (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3))
(fp_line (start 3.7 6.31) (end 5 6.61) (layer "B.SilkS") (width 0.12) (tstamp bfc0aadc-38cf-466e-a642-68fdc3138c78))
(fp_line (start -6.91 5.81) (end -6.91 5.41) (layer "B.SilkS") (width 0.12) (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b))
(fp_line (start 6.91 -8.11) (end -6.91 -8.11) (layer "B.SilkS") (width 0.12) (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4))
(fp_line (start 5 6.61) (end 5.5 6.71) (layer "B.SilkS") (width 0.12) (tstamp d4a1d3c4-b315-4bec-9220-d12a9eab51e0))
(fp_line (start -6.91 -5.41) (end -6.91 -8.11) (layer "B.SilkS") (width 0.12) (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071))
(fp_line (start 6.91 -5.41) (end 6.91 -8.11) (layer "B.SilkS") (width 0.12) (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24))
(fp_arc (start -5 7.31) (mid -5.353553 7.163553) (end -5.5 6.81) (layer "B.SilkS") (width 0.12) (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2))
(fp_arc (start 5.5 6.81) (mid 5.353553 7.163553) (end 5 7.31) (layer "B.SilkS") (width 0.12) (tstamp 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7))
(fp_line (start -8.08 6.2) (end -8.08 -8.5) (layer "B.CrtYd") (width 0.05) (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97))
(fp_line (start 8.08 6.2) (end -8.08 6.2) (layer "B.CrtYd") (width 0.05) (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0))
(fp_line (start 8.08 6.2) (end 8.08 -8.5) (layer "B.CrtYd") (width 0.05) (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46))
(fp_line (start 8.08 -8.5) (end -8.08 -8.5) (layer "B.CrtYd") (width 0.05) (tstamp b88717bd-086f-46cd-9d3f-0396009d0996))
(fp_line (start 6.8 5.7) (end -6.8 5.7) (layer "B.Fab") (width 0.1) (tstamp 0f54db53-a272-4955-88fb-d7ab00657bb0))
(fp_line (start 6.8 -8) (end 6.8 5.7) (layer "B.Fab") (width 0.1) (tstamp 80094b70-85ab-4ff6-934b-60d5ee65023a))
(fp_line (start -6.8 5.7) (end -6.8 -8) (layer "B.Fab") (width 0.1) (tstamp 922058ca-d09a-45fd-8394-05f3e2c1e03a))
(fp_line (start -6.8 -8) (end 6.8 -8) (layer "B.Fab") (width 0.1) (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a))
(pad "1" smd rect locked (at -3.2 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 13 "unconnected-(J3-Pad1)") (pinfunction "DAT2") (pintype "bidirectional+no_connect") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f))
(pad "2" smd rect locked (at -2.1 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 7 "CS") (pinfunction "DAT3/CD") (pintype "bidirectional") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306))
(pad "3" smd rect locked (at -1 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 8 "MOSI") (pinfunction "CMD") (pintype "input") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8))
(pad "4" smd rect locked (at 0.1 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 3 "+3V3") (pinfunction "VDD") (pintype "power_in") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e))
(pad "5" smd rect locked (at 1.2 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 10 "SCK") (pinfunction "CLK") (pintype "input") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed))
(pad "6" smd rect locked (at 2.3 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a))
(pad "7" smd rect locked (at 3.4 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 9 "MISO") (pinfunction "DAT0") (pintype "bidirectional") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869))
(pad "8" smd rect locked (at 4.5 1.55 180) (size 0.8 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 14 "unconnected-(J3-Pad8)") (pinfunction "DAT1") (pintype "bidirectional+no_connect") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b))
(pad "9" smd rect locked (at 6.875 -4.15 180) (size 1.45 2) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9))
(pad "9" smd rect locked (at -6.875 -4.15 180) (size 1.45 2) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c))
(pad "9" smd rect locked (at 6.875 4.15 180) (size 1.45 2) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9))
(pad "9" smd rect locked (at -6.875 4.15 180) (size 1.45 2) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "GND") (pinfunction "SHIELD") (pintype "passive") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338))
(model "${KISYS3DMOD}/Connector_Card.3dshapes/microSD_HC_Wuerth_693072010801.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (layer "B.Cu")
(tedit 5A02FF57) (tstamp 00000000-0000-0000-0000-000061cc3f43)
(at 157 96.312501 -90)
(descr "module CMS SOT223 4 pins")
(tags "CMS SOT")
(property "Sheetfile" "display.kicad_sch")
(property "Sheetname" "")
(path "/00000000-0000-0000-0000-000061b1b457")
(attr smd)
(fp_text reference "U1" (at 0 4.5 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)
)
(fp_text value "LM1117-3.3" (at 0 4.5 90) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)
)
(fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab")
(effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror))
(tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)
)
(fp_line (start 1.91 -3.41) (end 1.91 -2.15) (layer "B.SilkS") (width 0.12) (tstamp 62c076a3-d618-44a2-9042-9a08b3576787))
(fp_line (start -4.1 3.41) (end 1.91 3.41) (layer "B.SilkS") (width 0.12) (tstamp 746ba970-8279-4e7b-aed3-f28687777c21))
(fp_line (start 1.91 3.41) (end 1.91 2.15) (layer "B.SilkS") (width 0.12) (tstamp da469d11-a8a4-414b-9449-d151eeaf4853))
(fp_line (start -1.85 -3.41) (end 1.91 -3.41) (layer "B.SilkS") (width 0.12) (tstamp e8314017-7be6-4011-9179-37449a29b311))
(fp_line (start -4.4 -3.6) (end 4.4 -3.6) (layer "B.CrtYd") (width 0.05) (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455))
(fp_line (start 4.4 -3.6) (end 4.4 3.6) (layer "B.CrtYd") (width 0.05) (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9))
(fp_line (start 4.4 3.6) (end -4.4 3.6) (layer "B.CrtYd") (width 0.05) (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe))
(fp_line (start -4.4 3.6) (end -4.4 -3.6) (layer "B.CrtYd") (width 0.05) (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae))
(fp_line (start 1.85 3.35) (end 1.85 -3.35) (layer "B.Fab") (width 0.1) (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1))
(fp_line (start -1.85 2.35) (end -1.85 -3.35) (layer "B.Fab") (width 0.1) (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2))
(fp_line (start -1.85 -3.35) (end 1.85 -3.35) (layer "B.Fab") (width 0.1) (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e))
(fp_line (start -0.85 3.35) (end 1.85 3.35) (layer "B.Fab") (width 0.1) (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543))
(fp_line (start -1.85 2.35) (end -0.85 3.35) (layer "B.Fab") (width 0.1) (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14))
(pad "1" smd rect locked (at -3.15 2.3 270) (size 2 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9))
(pad "2" smd rect locked (at 3.15 0 270) (size 2 3.8) (layers "B.Cu" "B.Paste" "B.Mask")
(net 3 "+3V3") (pinfunction "VO") (pintype "power_out") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7))
(pad "2" smd rect locked (at -3.15 0 270) (size 2 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 3 "+3V3") (pinfunction "VO") (pintype "power_out") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d))
(pad "3" smd rect locked (at -3.15 -2.3 270) (size 2 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
(net 2 "+5V") (pinfunction "VI") (pintype "power_in") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779))
(model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_line (start 130 86.812501) (end 160.5 86.812501) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000061cc6905))
(gr_line (start 160.5 86.812501) (end 160.5 105.312501) (layer "Edge.Cuts") (width 0.05) (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a))
(gr_line (start 160.5 105.312501) (end 130 105.312501) (layer "Edge.Cuts") (width 0.05) (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534))
(gr_line (start 130 105.312501) (end 130 86.812501) (layer "Edge.Cuts") (width 0.05) (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656))
(segment (start 141.7 102.592501) (end 136.7425 102.592501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 00000000-0000-0000-0000-000061cc6354))
(segment (start 145.26 102.552501) (end 145.3 102.592501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 00000000-0000-0000-0000-000061cc6356))
(segment (start 154.5 99.275001) (end 154.5 97.187501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa))
(segment (start 154.8 89.437501) (end 154.65 89.587501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3))
(segment (start 136 99.812501) (end 135.6025 99.812501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 29e058a7-50a3-43e5-81c3-bfee53da08be))
(segment (start 144.64 101.932501) (end 145.26 102.552501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 35a9f71f-ba35-47f6-814e-4106ac36c51e))
(segment (start 154.65 97.037501) (end 158.3 97.037501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7))
(segment (start 135.6025 99.812501) (end 134.7825 100.632501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 3fd54105-4b7e-4004-9801-76ec66108a22))
(segment (start 158.3 97.037501) (end 158.45 97.187501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504))
(segment (start 141.7 102.592501) (end 141.7 102.592501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372))
(segment (start 158.45 89.437501) (end 154.8 89.437501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9))
(segment (start 154.6 92.012501) (end 154.6 89.637501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9))
(segment (start 158.45 98.725001) (end 159.0375 99.312501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb))
(segment (start 154.5 97.187501) (end 154.65 97.037501) (width 0.25) (layer "F.Cu") (net 1) (tstamp 7f52d787-caa3-4a92-b1b2-19d554dc29a4))
(segment (start 158.45 97.187501) (end 158.45 98.725001) (width 0.25) (layer "F.Cu") (net 1) (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151))
(segment (start 144.64 95.212501) (end 144.64 101.932501) (width 0.25) (layer "F.Cu") (net 1) (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a))
(segment (start 136.7425 102.592501) (end 134.7825 100.632501) (width 0.25) (layer "F.Cu") (net 1) (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb))
(segment (start 154.6 89.637501) (end 154.65 89.587501) (width 0.25) (layer "F.Cu") (net 1) (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3))
(via (at 136 99.812501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 27d56953-c620-4d5b-9c1c-e48bc3d9684a))
(via (at 145.26 102.552501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54))
(via (at 141.7 102.592501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae))
(segment (start 150.375 89.162501) (end 136.625 89.162501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e))
(segment (start 154.7 93.162501) (end 154.7 89.637501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da))
(segment (start 150.375 97.462501) (end 136.625 97.462501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019))
(segment (start 136.625 97.462501) (end 136.625 99.187501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6fd4442e-30b3-428b-9306-61418a63d311))
(segment (start 141.7 102.592501) (end 142.195001 103.087502) (width 0.25) (layer "B.Cu") (net 1) (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64))
(segment (start 142.8 89.162501) (end 150.375 89.162501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636))
(segment (start 150.375 89.162501) (end 154.225 89.162501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296))
(segment (start 154.7 89.637501) (end 154.65 89.587501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 87d7448e-e139-4209-ae0b-372f805267da))
(segment (start 136.625 99.187501) (end 136 99.812501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8d0c1d66-35ef-4a53-a28f-436a11b54f42))
(segment (start 141.2 91.762501) (end 141.2 90.762501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c))
(segment (start 150.375 89.162501) (end 150.375 97.462501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec))
(segment (start 132.95 89.162501) (end 132 90.112501) (width 0.25) (layer "B.Cu") (net 1) (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292))
(segment (start 144.724999 103.087502) (end 145.26 102.552501) (width 0.25) (layer "B.Cu") (net 1) (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110))
(segment (start 142.195001 103.087502) (end 144.724999 103.087502) (width 0.25) (layer "B.Cu") (net 1) (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a))
(segment (start 154.7 96.987501) (end 154.65 97.037501) (width 0.25) (layer "B.Cu") (net 1) (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc))
(segment (start 141.2 90.762501) (end 142.8 89.162501) (width 0.25) (layer "B.Cu") (net 1) (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b))
(segment (start 136.625 89.162501) (end 132.95 89.162501) (width 0.25) (layer "B.Cu") (net 1) (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469))
(segment (start 154.7 93.162501) (end 154.7 96.987501) (width 0.25) (layer "B.Cu") (net 1) (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb))
(segment (start 154.225 89.162501) (end 154.65 89.587501) (width 0.25) (layer "B.Cu") (net 1) (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba))
(segment (start 158.62569 101.350001) (end 154.5 101.350001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5))
(segment (start 158.2 94.612501) (end 158.5 94.312501) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459))
(segment (start 159.95001 100.025681) (end 158.62569 101.350001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4))
(segment (start 154.6 94.612501) (end 158.2 94.612501) (width 0.25) (layer "F.Cu") (net 2) (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490))
(segment (start 150.962499 104.887502) (end 137.575001 104.887502) (width 0.25) (layer "F.Cu") (net 2) (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63))
(segment (start 158.5 94.312501) (end 159.95001 95.762511) (width 0.25) (layer "F.Cu") (net 2) (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af))
(segment (start 159.95001 95.762511) (end 159.95001 100.025681) (width 0.25) (layer "F.Cu") (net 2) (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56))
(segment (start 137.575001 104.887502) (end 132 99.312501) (width 0.25) (layer "F.Cu") (net 2) (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504))
(segment (start 154.5 101.350001) (end 150.962499 104.887502) (width 0.25) (layer "F.Cu") (net 2) (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733))
(via (at 158.5 94.312501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3))
(segment (start 159.3 93.162501) (end 159.3 93.512501) (width 0.25) (layer "B.Cu") (net 2) (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171))
(segment (start 159.3 93.512501) (end 158.5 94.312501) (width 0.25) (layer "B.Cu") (net 2) (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e))
(segment (start 155.87501 100.437491) (end 153.78682 100.437491) (width 0.25) (layer "F.Cu") (net 3) (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47))
(segment (start 153.007501 101.348752) (end 151.543752 102.812501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee))
(segment (start 143.4 91.762501) (end 146.075002 91.762501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 262f1ea9-0133-4b43-be36-456207ea857c))
(segment (start 151.543752 102.812501) (end 149.5 102.812501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278))
(segment (start 153.007501 101.21681) (end 153.007501 101.348752) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4632212f-13ce-4392-bc68-ccb9ba333770))
(segment (start 134.7825 88.632501) (end 140.27 88.632501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2))
(segment (start 140.27 88.632501) (end 143.4 91.762501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86))
(segment (start 149.5 95.187499) (end 149.5 102.812501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49))
(segment (start 157 99.312501) (end 155.87501 100.437491) (width 0.25) (layer "F.Cu") (net 3) (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756))
(segment (start 146.075002 91.762501) (end 149.5 95.187499) (width 0.25) (layer "F.Cu") (net 3) (tstamp a5e521b9-814e-4853-a5ac-f158785c6269))
(segment (start 153.78682 100.437491) (end 153.007501 101.21681) (width 0.25) (layer "F.Cu") (net 3) (tstamp cb16d05e-318b-4e51-867b-70d791d75bea))
(via (at 143.4 91.762501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 0325ec43-0390-4ae2-b055-b1ec6ce17b1c))
(via (at 157 99.312501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b))
(segment (start 157 99.312501) (end 157 99.462501) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-000061cc61bf))
(segment (start 157 93.162501) (end 157 99.312501) (width 0.25) (layer "B.Cu") (net 3) (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb))
(segment (start 154.6 93.312501) (end 153.7 93.312501) (width 0.25) (layer "F.Cu") (net 4) (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573))
(segment (start 153.7 93.312501) (end 152.38 94.632501) (width 0.25) (layer "F.Cu") (net 4) (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9))
(segment (start 152.38 94.632501) (end 152.2575 94.632501) (width 0.25) (layer "F.Cu") (net 4) (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee))
(segment (start 154.6 93.962501) (end 153.789998 93.962501) (width 0.25) (layer "F.Cu") (net 5) (tstamp 22999e73-da32-43a5-9163-4b3a41614f25))
(segment (start 153.007501 94.744998) (end 153.007501 95.3825) (width 0.25) (layer "F.Cu") (net 5) (tstamp 81a15393-727e-448b-a777-b18773023d89))
(segment (start 153.789998 93.962501) (end 153.007501 94.744998) (width 0.25) (layer "F.Cu") (net 5) (tstamp a4f86a46-3bc8-4daa-9125-a63f297eb114))
(segment (start 153.007501 95.3825) (end 152.2575 96.132501) (width 0.25) (layer "F.Cu") (net 5) (tstamp ec5c2062-3a41-4636-8803-069e60a1641a))
(segment (start 132 94.712501) (end 134.7825 97.495001) (width 0.25) (layer "F.Cu") (net 6) (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4))
(segment (start 134.7825 97.495001) (end 134.7825 97.632501) (width 0.25) (layer "F.Cu") (net 6) (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb))
(segment (start 134.9625 96.312501) (end 134.7825 96.132501) (width 0.25) (layer "F.Cu") (net 7) (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7))
(segment (start 139.5 96.312501) (end 134.9625 96.312501) (width 0.25) (layer "F.Cu") (net 7) (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a))
(via (at 139.5 96.312501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 7) (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc))
(segment (start 145.6 91.762501) (end 145.6 92.762501) (width 0.25) (layer "B.Cu") (net 7) (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5))
(segment (start 145.6 92.762501) (end 142.05 96.312501) (width 0.25) (layer "B.Cu") (net 7) (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43))
(segment (start 142.05 96.312501) (end 139.5 96.312501) (width 0.25) (layer "B.Cu") (net 7) (tstamp c09938fd-06b9-4771-9f63-2311626243b3))
(segment (start 135.4625 95.312501) (end 138.5 95.312501) (width 0.25) (layer "F.Cu") (net 8) (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220))
(segment (start 134.7825 94.632501) (end 135.4625 95.312501) (width 0.25) (layer "F.Cu") (net 8) (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302))
(via (at 138.5 95.312501) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp cb614b23-9af3-4aec-bed8-c1374e001510))
(segment (start 138.5 95.312501) (end 141.95 95.312501) (width 0.25) (layer "B.Cu") (net 8) (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367))
(segment (start 144.5 92.762501) (end 144.5 91.762501) (width 0.25) (layer "B.Cu") (net 8) (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3))
(segment (start 141.95 95.312501) (end 144.5 92.762501) (width 0.25) (layer "B.Cu") (net 8) (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e))
(segment (start 135.955944 93.356557) (end 135.006556 93.356557) (width 0.25) (layer "F.Cu") (net 9) (tstamp 071522c0-d0ed-49b9-906e-6295f67fb0dc))
(segment (start 135.006556 93.356557) (end 134.7825 93.132501) (width 0.25) (layer "F.Cu") (net 9) (tstamp 4e315e69-0417-463a-8b7f-469a08d1496e))
(via (at 135.955944 93.356557) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 9) (tstamp d39d813e-3e64-490c-ba5c-a64bb5ad6bd0))
(segment (start 140.1 92.397503) (end 139.140946 93.356557) (width 0.25) (layer "B.Cu") (net 9) (tstamp 59ec3156-036e-4049-89db-91a9dd07095f))
(segment (start 140.1 91.762501) (end 140.1 92.397503) (width 0.25) (layer "B.Cu") (net 9) (tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f))
(segment (start 139.140946 93.356557) (end 135.955944 93.356557) (width 0.25) (layer "B.Cu") (net 9) (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d))
(segment (start 135.257194 91.632501) (end 137.968597 94.343904) (width 0.25) (layer "F.Cu") (net 10) (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a))
(segment (start 134.7825 91.632501) (end 135.257194 91.632501) (width 0.25) (layer "F.Cu") (net 10) (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd))
(via (at 137.968597 94.343904) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 10) (tstamp 2846428d-39de-4eae-8ce2-64955d56c493))
(segment (start 142.3 92.298911) (end 142.3 91.762501) (width 0.25) (layer "B.Cu") (net 10) (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079))
(segment (start 140.255007 94.343904) (end 142.3 92.298911) (width 0.25) (layer "B.Cu") (net 10) (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5))
(segment (start 137.968597 94.343904) (end 140.255007 94.343904) (width 0.25) (layer "B.Cu") (net 10) (tstamp eee16674-2d21-45b6-ab5e-d669125df26c))
(segment (start 142.65 104.032501) (end 143.145001 103.5375) (width 0.25) (layer "F.Cu") (net 11) (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583))
(segment (start 146.28 104.032501) (end 145.3 104.032501) (width 0.25) (layer "F.Cu") (net 11) (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea))
(segment (start 144.804999 103.5375) (end 145.3 104.032501) (width 0.25) (layer "F.Cu") (net 11) (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4))
(segment (start 134.7825 90.132501) (end 142.725001 98.075002) (width 0.25) (layer "F.Cu") (net 11) (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272))
(segment (start 143.145001 103.5375) (end 144.804999 103.5375) (width 0.25) (layer "F.Cu") (net 11) (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313))
(segment (start 142.725001 103.377502) (end 142.070002 104.032501) (width 0.25) (layer "F.Cu") (net 11) (tstamp c106154f-d948-43e5-abfa-e1b96055d91b))
(segment (start 142.725001 98.075002) (end 142.725001 103.377502) (width 0.25) (layer "F.Cu") (net 11) (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865))
(segment (start 141.7 104.032501) (end 142.65 104.032501) (width 0.25) (layer "F.Cu") (net 11) (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce))
(segment (start 147.5 102.812501) (end 146.28 104.032501) (width 0.25) (layer "F.Cu") (net 11) (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7))
(segment (start 142.070002 104.032501) (end 141.7 104.032501) (width 0.25) (layer "F.Cu") (net 11) (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a))
)