-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathusmd.kicad_pcb
978 lines (955 loc) · 63 KB
/
usmd.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
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
(kicad_pcb (version 20171130) (host pcbnew "(5.1.9)-1")
(general
(thickness 1.6)
(drawings 5)
(tracks 91)
(zones 0)
(modules 15)
(nets 8)
)
(page A4)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(33 F.Adhes user hide)
(35 F.Paste user hide)
(36 B.SilkS user hide)
(37 F.SilkS user hide)
(38 B.Mask user hide)
(39 F.Mask user hide)
(40 Dwgs.User user)
(41 Cmts.User user hide)
(42 Eco1.User user hide)
(43 Eco2.User user hide)
(44 Edge.Cuts user hide)
(45 Margin user hide)
(46 B.CrtYd user hide)
(47 F.CrtYd user hide)
(48 B.Fab user hide)
(49 F.Fab user hide)
)
(setup
(last_trace_width 0.1524)
(trace_clearance 0.15)
(zone_clearance 0.5)
(zone_45_only no)
(trace_min 0.1524)
(via_size 0.508)
(via_drill 0.254)
(via_min_size 0.508)
(via_min_drill 0.254)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(edge_width 0.05)
(segment_width 0.2)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.12)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.524 1.524)
(pad_drill 0.762)
(pad_to_mask_clearance 0.0762)
(solder_mask_min_width 0.1016)
(aux_axis_origin 100 100)
(grid_origin 100 100)
(visible_elements 7FFFF7FF)
(pcbplotparams
(layerselection 0x010fc_ffffffff)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 1)
(scaleselection 1)
(outputdirectory ""))
)
(net 0 "")
(net 1 "Net-(U1-PadC1)")
(net 2 GND)
(net 3 /RC)
(net 4 +3V0)
(net 5 /OUT)
(net 6 /LED_R)
(net 7 /LED)
(net_class Default "This is the default net class."
(clearance 0.15)
(trace_width 0.1524)
(via_dia 0.508)
(via_drill 0.254)
(uvia_dia 0.3)
(uvia_drill 0.1)
(add_net +3V0)
(add_net /LED)
(add_net /LED_R)
(add_net /OUT)
(add_net /RC)
(add_net GND)
(add_net "Net-(U1-PadC1)")
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 604562F6)
(at 100 97.5)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /6044FC02)
(attr smd)
(fp_text reference C2 (at 0 -1.05) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.68) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 4 +3V0))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 6045636D)
(at 102.5 100 90)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /60481FD8)
(attr smd)
(fp_text reference C10 (at 0 -1.05 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.68 90) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0 90) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0 90) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 6045633A)
(at 101.767767 101.767767 225)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /604669E3)
(attr smd)
(fp_text reference C9 (at 0 -1.05 45) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05 45) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 -0.680001 45) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 1 smd roundrect (at -0.1524 0 225) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
(pad 2 smd roundrect (at 0.1524 0 225) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 60456307)
(at 101.767767 98.232233 135)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /604565CB)
(attr smd)
(fp_text reference C3 (at 0 -1.05 135) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05 135) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.680001 135) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0 135) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0 135) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 6045635C)
(at 98.232233 101.767767 315)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /60481FC1)
(attr smd)
(fp_text reference C8 (at 0 -1.05 135) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05 135) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.680001 135) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0 315) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0 315) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 60456318)
(at 100 102.5)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /60447D68)
(attr smd)
(fp_text reference C5 (at 0 -1.05) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.68) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
)
(module Package_BGA:Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm (layer F.Cu) (tedit 5A0AA1EB) (tstamp 6045A7D6)
(at 100 100)
(descr "Texas Instruments, DSBGA, 1.43x1.41mm, 8 bump 3x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lmc555.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf)")
(tags "Texas Instruments DSBGA BGA YZP R-XBGA-N8")
(path /603C551C)
(solder_mask_margin 0.05)
(attr smd)
(fp_text reference U1 (at 0 -2) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LMC555xTP (at 0 2) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.705 -0.215) (end -0.205 -0.715) (layer F.Fab) (width 0.1))
(fp_line (start -1.71 -1.72) (end -1.71 1.72) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.71 -1.72) (end -1.71 -1.72) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.71 1.72) (end 1.71 -1.72) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.71 1.72) (end 1.71 1.72) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.8 -0.825) (end -0.8 0.8) (layer F.SilkS) (width 0.12))
(fp_line (start -0.775 -0.825) (end 0.815 -0.825) (layer F.SilkS) (width 0.12))
(fp_line (start 0.815 0.825) (end -0.8 0.825) (layer F.SilkS) (width 0.12))
(fp_line (start -0.705 -0.215) (end -0.705 0.715) (layer F.Fab) (width 0.1))
(fp_line (start 0.705 -0.715) (end -0.205 -0.715) (layer F.Fab) (width 0.1))
(fp_line (start 0.705 0.715) (end 0.705 -0.715) (layer F.Fab) (width 0.1))
(fp_line (start -0.705 0.715) (end 0.705 0.715) (layer F.Fab) (width 0.1))
(fp_line (start 0.825 -0.825) (end 0.825 0.825) (layer F.SilkS) (width 0.12))
(fp_line (start 0 -1.025) (end -1 -1.025) (layer F.SilkS) (width 0.12))
(fp_line (start -1 -1.025) (end -1 -0.025) (layer F.SilkS) (width 0.12))
(fp_text user %R (at 0 0) (layer F.Fab)
(effects (font (size 0.3 0.3) (thickness 0.04)))
)
(pad "" smd rect (at 0.5 0.5) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at 0 0.5) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at -0.5 0.5) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at 0.5 0) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at -0.5 0) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at 0.5 -0.5) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at 0 -0.5) (size 0.3 0.3) (layers F.Paste))
(pad "" smd rect (at -0.5 -0.5) (size 0.3 0.3) (layers F.Paste))
(pad A2 smd circle (at 0 -0.5) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 4 +3V0))
(pad A1 smd circle (at -0.5 -0.5) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 7 /LED))
(pad B1 smd circle (at -0.5 0) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 3 /RC))
(pad A3 smd circle (at 0.5 -0.5) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 2 GND))
(pad C3 smd circle (at 0.5 0.5) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 5 /OUT))
(pad C1 smd circle (at -0.5 0.5) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 1 "Net-(U1-PadC1)"))
(pad C2 smd circle (at 0 0.5) (size 0.165 0.165) (layers F.Cu F.Mask)
(net 4 +3V0))
(pad B3 smd circle (at 0.5 0) (size 0.165 0.165) (layers F.Cu F.Paste F.Mask)
(net 3 /RC))
(model ${KISYS3DMOD}/Package_BGA.3dshapes/Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 6045634B)
(at 100 101.5)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /60481F93)
(attr smd)
(fp_text reference C6 (at 0 -1.05) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.68) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 60456329)
(at 97.5 100 90)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /60464C73)
(attr smd)
(fp_text reference C7 (at 0 -1.05 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.68 90) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0 90) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0 90) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 604562E5)
(at 100 98.5)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /603E7124)
(attr smd)
(fp_text reference C1 (at 0 -1.05) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_text user %R (at 0 -0.68) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
(pad 1 smd roundrect (at -0.1524 0) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 4 +3V0))
)
(module usmd:C_008004_0201Metric (layer F.Cu) (tedit 60443105) (tstamp 604562D4)
(at 98.232233 98.232233 45)
(descr "Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags capacitor)
(path /60481FAA)
(attr smd)
(fp_text reference C4 (at 0 -1.05 45) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10nF (at 0 1.05 45) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.125 0.065) (end -0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 0.065) (end -0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start 0.125 -0.065) (end 0.125 0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.125 -0.065) (end 0.125 -0.065) (layer F.Fab) (width 0.05))
(fp_line (start -0.7 0.35) (end -0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end 0.7 -0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 -0.35) (end 0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.7 0.35) (end -0.7 0.35) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 -0.680001 45) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 1 smd roundrect (at -0.1524 0 45) (size 0.1524 0.1524) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
(pad 2 smd roundrect (at 0.1524 0 45) (size 0.1524 0.1524) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 2 GND))
)
(module Resistor_SMD:R_01005_0402Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 604563B5)
(at 98.5 100 90)
(descr "Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator")
(tags resistor)
(path /603F560E)
(attr smd)
(fp_text reference R1 (at 0 -1 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1k (at 0 1 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.2 0.1) (end -0.2 -0.1) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.1) (end 0.2 -0.1) (layer F.Fab) (width 0.1))
(fp_line (start 0.2 -0.1) (end 0.2 0.1) (layer F.Fab) (width 0.1))
(fp_line (start 0.2 0.1) (end -0.2 0.1) (layer F.Fab) (width 0.1))
(fp_line (start -0.6 0.3) (end -0.6 -0.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.6 -0.3) (end 0.6 -0.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.6 -0.3) (end 0.6 0.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.6 0.3) (end -0.6 0.3) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 -0.62 90) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.25 0 90) (size 0.4 0.3) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 6 /LED_R))
(pad 1 smd roundrect (at -0.25 0 90) (size 0.4 0.3) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 7 /LED))
(pad "" smd roundrect (at 0.275 0 90) (size 0.27 0.27) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -0.275 0 90) (size 0.27 0.27) (layers F.Paste) (roundrect_rratio 0.25))
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_01005_0402Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module Resistor_SMD:R_01005_0402Metric (layer F.Cu) (tedit 5F68FEEE) (tstamp 604563A4)
(at 101.5 100 90)
(descr "Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator")
(tags resistor)
(path /603C9DEC)
(attr smd)
(fp_text reference R2 (at 0 -1 90) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 10M (at 0 1 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -0.2 0.1) (end -0.2 -0.1) (layer F.Fab) (width 0.1))
(fp_line (start -0.2 -0.1) (end 0.2 -0.1) (layer F.Fab) (width 0.1))
(fp_line (start 0.2 -0.1) (end 0.2 0.1) (layer F.Fab) (width 0.1))
(fp_line (start 0.2 0.1) (end -0.2 0.1) (layer F.Fab) (width 0.1))
(fp_line (start -0.6 0.3) (end -0.6 -0.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -0.6 -0.3) (end 0.6 -0.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.6 -0.3) (end 0.6 0.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.6 0.3) (end -0.6 0.3) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 -0.62 90) (layer F.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)))
)
(pad 2 smd roundrect (at 0.25 0 90) (size 0.4 0.3) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 3 /RC))
(pad 1 smd roundrect (at -0.25 0 90) (size 0.4 0.3) (layers F.Cu F.Mask) (roundrect_rratio 0.25)
(net 5 /OUT))
(pad "" smd roundrect (at 0.275 0 90) (size 0.27 0.27) (layers F.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at -0.275 0 90) (size 0.27 0.27) (layers F.Paste) (roundrect_rratio 0.25))
(model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_01005_0402Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module usmd:BatteryHolder_Keystone_3031_1x10mm locked (layer B.Cu) (tedit 604441DB) (tstamp 60450E2E)
(at 100 100)
(descr http://www.keyelco.com/product-pdf.cfm?p=778)
(tags "Keystone type 3001 coin cell retainer")
(path /603FD4F2)
(fp_text reference BT1 (at 0 6.2) (layer B.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value Battery_Cell (at 0 -7.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_circle (center 0 0) (end 5 0) (layer Dwgs.User) (width 0.15))
(fp_line (start -5.3086 1.753049) (end -5.3086 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 1.753049) (end -5.1562 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.3086 1.753049) (end -5.1562 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start 5.3086 1.753049) (end 5.3086 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 5.3086 1.753049) (end 5.1562 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start 5.1562 1.753049) (end 5.1562 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 4.814621 -1.854233) (end 3.236815 -3.669292) (layer B.Fab) (width 0.2))
(fp_line (start 4.535408 1.753049) (end 5.0038 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start 4.622935 2.55623) (end 4.327535 2.280765) (layer B.Fab) (width 0.2))
(fp_line (start 2.163673 3.666483) (end 2.925304 4.376716) (layer B.Fab) (width 0.2))
(fp_line (start -1.955799 3.584599) (end 1.9558 3.584599) (layer B.Fab) (width 0.2))
(fp_line (start -2.925304 4.376716) (end -2.163673 3.666483) (layer B.Fab) (width 0.2))
(fp_line (start -4.327535 2.280765) (end -4.622935 2.55623) (layer B.Fab) (width 0.2))
(fp_line (start -5.0038 1.753049) (end -4.535408 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start -3.236815 -3.669292) (end -4.814621 -1.854233) (layer B.Fab) (width 0.2))
(fp_line (start 2.4892 -4.01) (end -2.4892 -4.009999) (layer B.Fab) (width 0.2))
(fp_line (start -1.587499 1.9844) (end 1.5875 1.9844) (layer B.Fab) (width 0.2))
(fp_line (start 2.0955 1.4764) (end 2.0955 -1.215999) (layer B.Fab) (width 0.2))
(fp_line (start -2.095499 -1.215999) (end -2.095499 1.4764) (layer B.Fab) (width 0.2))
(fp_line (start 5.0038 -1.75215) (end 5.1562 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 5.1562 1.753049) (end 5.0038 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start 5.3086 -1.75215) (end 5.1562 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 5.3086 -0.78695) (end 5.3086 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 5.1562 -0.78695) (end 5.1562 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 5.1562 -0.78695) (end 5.1562 -0.740542) (layer B.Fab) (width 0.2))
(fp_line (start 5.1562 0.741441) (end 5.1562 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 5.3086 -1.75215) (end 5.234054 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start 5.234054 -2.05695) (end 5.3086 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 5.096737 -1.990642) (end 5.1562 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 5.06148 -2.05695) (end 4.750764 -2.641322) (layer B.Fab) (width 0.2))
(fp_line (start 5.231298 -2.062189) (end 4.885325 -2.71287) (layer B.Fab) (width 0.2))
(fp_line (start 5.06148 -2.05695) (end 5.096737 -1.990642) (layer B.Fab) (width 0.2))
(fp_line (start 5.183707 -3.957291) (end 4.773811 -3.30132) (layer B.Fab) (width 0.2))
(fp_line (start 5.183707 -3.957291) (end 5.31295 -3.876531) (layer B.Fab) (width 0.2))
(fp_line (start 5.31295 -3.876531) (end 4.903054 -3.22056) (layer B.Fab) (width 0.2))
(fp_line (start -5.0038 1.753049) (end -5.1562 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 -1.75215) (end -5.0038 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start -5.3086 -1.75215) (end -5.1562 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start -5.3086 -0.78695) (end -5.3086 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 0.787849) (end -5.1562 0.741441) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 -0.740542) (end -5.1562 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 -0.78695) (end -5.1562 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start -5.3086 -1.75215) (end -5.234054 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start -5.234054 -2.05695) (end -5.3086 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 -1.75215) (end -5.096737 -1.990642) (layer B.Fab) (width 0.2))
(fp_line (start -5.06148 -2.05695) (end -4.750764 -2.641322) (layer B.Fab) (width 0.2))
(fp_line (start -5.231298 -2.062189) (end -4.885325 -2.71287) (layer B.Fab) (width 0.2))
(fp_line (start -5.096737 -1.990642) (end -5.06148 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start -5.183707 -3.957291) (end -4.773811 -3.30132) (layer B.Fab) (width 0.2))
(fp_line (start -5.31295 -3.876531) (end -4.903054 -3.22056) (layer B.Fab) (width 0.2))
(fp_line (start -5.183707 -3.957291) (end -5.31295 -3.876531) (layer B.Fab) (width 0.2))
(fp_line (start 1.4859 -1.215999) (end 1.4859 -0.977508) (layer B.Fab) (width 0.2))
(fp_line (start -1.485899 -0.977508) (end -1.485899 -1.215999) (layer B.Fab) (width 0.2))
(fp_line (start -1.485899 -0.977508) (end -1.485899 0.368405) (layer B.Fab) (width 0.2))
(fp_line (start 1.4859 0.368405) (end 1.4859 -0.977508) (layer B.Fab) (width 0.2))
(fp_line (start -1.485899 0.368405) (end -1.485899 0.394695) (layer B.Fab) (width 0.2))
(fp_line (start 1.4859 0.394695) (end 1.4859 0.368405) (layer B.Fab) (width 0.2))
(fp_line (start 1.4859 0.394695) (end 1.305317 0.947053) (layer B.Fab) (width 0.2))
(fp_line (start -1.305317 0.947053) (end -1.485899 0.394695) (layer B.Fab) (width 0.2))
(fp_line (start 1.305317 0.947053) (end 0.6985 1.20799) (layer B.Fab) (width 0.2))
(fp_line (start 0.6985 1.20799) (end -0.698499 1.20799) (layer B.Fab) (width 0.2))
(fp_line (start -0.698499 1.20799) (end -1.305317 0.947053) (layer B.Fab) (width 0.2))
(fp_line (start 5.1562 0.787849) (end 5.245473 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 5.245473 -0.78695) (end 5.1562 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 5.245473 -0.78695) (end 5.919257 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 5.919257 0.787849) (end 5.245473 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 6.116294 -0.78695) (end 6.02702 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 6.02702 0.787849) (end 6.116294 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 5.344521 0.787849) (end 5.452284 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 6.02702 0.787849) (end 5.452284 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 5.452284 -0.78695) (end 6.02702 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 5.452284 -0.78695) (end 5.344521 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 5.452284 0.787849) (end 4.895508 0.000449) (layer B.Fab) (width 0.2))
(fp_line (start 4.895508 0.000449) (end 5.452284 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 5.344521 -0.78695) (end 4.787745 0.000449) (layer B.Fab) (width 0.2))
(fp_line (start 4.787745 0.000449) (end 5.344521 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.1562 -0.78695) (end -5.245473 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -5.245473 0.787849) (end -5.1562 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.245473 -0.78695) (end -5.919257 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -5.919257 0.787849) (end -5.245473 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -6.116294 0.787849) (end -6.02702 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -6.02702 -0.78695) (end -6.116294 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -5.344521 -0.78695) (end -5.452284 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -5.452284 -0.78695) (end -6.02702 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -6.02702 0.787849) (end -5.452284 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.452284 0.787849) (end -5.344521 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.452284 -0.78695) (end -4.895508 0.000449) (layer B.Fab) (width 0.2))
(fp_line (start -4.895508 0.000449) (end -5.452284 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -5.344521 0.787849) (end -4.787745 0.000449) (layer B.Fab) (width 0.2))
(fp_line (start -4.787745 0.000449) (end -5.344521 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 4.622935 2.55623) (end 4.734393 2.660167) (layer B.Fab) (width 0.2))
(fp_line (start 3.036763 4.480653) (end 2.925304 4.376716) (layer B.Fab) (width 0.2))
(fp_line (start 3.148221 4.584589) (end 3.036763 4.480653) (layer B.Fab) (width 0.2))
(fp_line (start 4.845851 2.764103) (end 4.734393 2.660167) (layer B.Fab) (width 0.2))
(fp_line (start 3.148221 4.584589) (end 4.845851 2.764103) (layer B.Fab) (width 0.2))
(fp_line (start 3.036763 4.480653) (end 4.734393 2.660167) (layer B.Fab) (width 0.2))
(fp_line (start -2.925304 4.376716) (end -3.036763 4.480653) (layer B.Fab) (width 0.2))
(fp_line (start -4.734393 2.660167) (end -4.622935 2.55623) (layer B.Fab) (width 0.2))
(fp_line (start -4.845851 2.764103) (end -4.734393 2.660167) (layer B.Fab) (width 0.2))
(fp_line (start -3.148221 4.584589) (end -3.036763 4.480653) (layer B.Fab) (width 0.2))
(fp_line (start -4.845851 2.764103) (end -3.148221 4.584589) (layer B.Fab) (width 0.2))
(fp_line (start -4.734393 2.660167) (end -3.036763 4.480653) (layer B.Fab) (width 0.2))
(fp_line (start 5.0038 1.753049) (end 5.0038 0.623198) (layer B.Fab) (width 0.2))
(fp_line (start 5.0038 -0.6223) (end 5.0038 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 2.925304 4.376716) (end 4.622935 2.55623) (layer B.Fab) (width 0.2))
(fp_line (start -4.622935 2.55623) (end -2.925304 4.376716) (layer B.Fab) (width 0.2))
(fp_line (start -5.0038 -1.75215) (end -5.003799 -0.6223) (layer B.Fab) (width 0.2))
(fp_line (start -5.003799 0.623198) (end -5.003799 1.753049) (layer B.Fab) (width 0.2))
(fp_line (start 1.4859 -1.215999) (end -1.485899 -1.215999) (layer B.Fab) (width 0.2))
(fp_line (start 5.234054 -2.05695) (end 5.221445 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start 5.221445 -2.05695) (end 5.06148 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start -5.221445 -2.05695) (end -5.234054 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start -5.06148 -2.05695) (end -5.221445 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start 1.4859 -0.977508) (end -1.485899 -0.977508) (layer B.Fab) (width 0.2))
(fp_line (start -1.485899 0.368405) (end 1.4859 0.368405) (layer B.Fab) (width 0.2))
(fp_line (start 1.305317 0.947053) (end -1.305317 0.947053) (layer B.Fab) (width 0.2))
(fp_line (start 5.245473 0.787849) (end 5.245473 0.775289) (layer B.Fab) (width 0.2))
(fp_line (start 5.245473 -0.774391) (end 5.245473 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start 6.02702 0.787849) (end 6.02702 -0.78695) (layer B.Fab) (width 0.2))
(fp_line (start -5.245473 -0.78695) (end -5.245473 -0.774391) (layer B.Fab) (width 0.2))
(fp_line (start -5.245473 0.775289) (end -5.245473 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -6.02702 -0.78695) (end -6.02702 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start 5.221445 -2.05695) (end 5.231298 -2.062189) (layer B.Fab) (width 0.2))
(fp_line (start 4.885325 -2.71287) (end 4.750764 -2.641322) (layer B.Fab) (width 0.2))
(fp_line (start 4.903054 -3.22056) (end 4.773811 -3.30132) (layer B.Fab) (width 0.2))
(fp_line (start -5.221445 -2.05695) (end -5.231298 -2.062189) (layer B.Fab) (width 0.2))
(fp_line (start -4.885325 -2.71287) (end -4.750764 -2.641322) (layer B.Fab) (width 0.2))
(fp_line (start -4.903054 -3.22056) (end -4.773811 -3.30132) (layer B.Fab) (width 0.2))
(fp_line (start 4.895508 0.000449) (end 4.787745 0.000449) (layer B.Fab) (width 0.2))
(fp_line (start -4.787745 0.000449) (end -4.895508 0.000449) (layer B.Fab) (width 0.2))
(fp_line (start -5.221445 -1.75215) (end -5.221445 -2.05695) (layer B.Fab) (width 0.2))
(fp_line (start 5.221445 -2.05695) (end 5.221445 -1.75215) (layer B.Fab) (width 0.2))
(fp_line (start 6.116294 -0.78695) (end 6.116294 0.787849) (layer B.Fab) (width 0.2))
(fp_line (start -6.116294 0.787849) (end -6.116294 -0.78695) (layer B.Fab) (width 0.2))
(fp_text user %R (at 0 -2.8) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_arc (start -1.790699 -1.215999) (end -1.790699 -1.520799) (angle 90) (layer B.Fab) (width 0.2))
(fp_arc (start 1.7907 -1.215999) (end 1.7907 -1.520799) (angle 90) (layer B.Fab) (width 0.2))
(fp_arc (start 2.4892 -3.0194) (end 2.4892 -4.01) (angle 49) (layer B.Fab) (width 0.2))
(fp_arc (start 5.044657 -2.0542) (end 5.0038 -1.75215) (angle 41.29650941) (layer B.Fab) (width 0.2))
(fp_arc (start 4.535408 2.057849) (end 4.327535 2.280765) (angle 137) (layer B.Fab) (width 0.2))
(fp_arc (start 1.9558 3.889399) (end 1.9558 3.584599) (angle 43) (layer B.Fab) (width 0.2))
(fp_arc (start -1.955799 3.889399) (end -2.163673 3.666483) (angle 43) (layer B.Fab) (width 0.2))
(fp_arc (start -4.535408 2.057849) (end -4.535408 1.753049) (angle 137) (layer B.Fab) (width 0.2))
(fp_arc (start -5.044657 -2.054199) (end -4.814621 -1.854233) (angle 41.29650941) (layer B.Fab) (width 0.2))
(fp_arc (start -2.4892 -3.019399) (end -3.236815 -3.669292) (angle 49) (layer B.Fab) (width 0.2))
(fp_arc (start 1.5875 1.4764) (end 2.0955 1.4764) (angle 90) (layer B.Fab) (width 0.2))
(fp_arc (start 1.7907 -1.215999) (end 1.4859 -1.215999) (angle 90) (layer B.Fab) (width 0.2))
(fp_arc (start -1.790699 -1.215999) (end -2.0955 -1.215999) (angle 90) (layer B.Fab) (width 0.2))
(fp_arc (start -1.587499 1.4764) (end -1.587499 1.9844) (angle 90) (layer B.Fab) (width 0.2))
(fp_arc (start 4.6482 -1.75215) (end 5.231298 -2.062189) (angle 0.5135737496) (layer B.Fab) (width 0.2))
(fp_arc (start 5.333862 -2.951361) (end 4.885325 -2.71287) (angle 60) (layer B.Fab) (width 0.2))
(fp_arc (start 5.333862 -2.951361) (end 4.750764 -2.641322) (angle 60) (layer B.Fab) (width 0.2))
(fp_arc (start -4.6482 -1.75215) (end -5.234054 -2.05695) (angle 0.5135737496) (layer B.Fab) (width 0.2))
(fp_arc (start -5.333862 -2.951361) (end -4.903054 -3.22056) (angle 60) (layer B.Fab) (width 0.2))
(fp_arc (start -5.333862 -2.951361) (end -4.773811 -3.30132) (angle 60) (layer B.Fab) (width 0.2))
(fp_arc (start 0 0) (end 0 5) (angle -71.6) (layer B.SilkS) (width 0.2))
(fp_arc (start 0 0) (end 0 -5) (angle 71.6) (layer B.SilkS) (width 0.2))
(fp_arc (start 0 0) (end 0 5) (angle 71.6) (layer B.SilkS) (width 0.2))
(fp_arc (start 0 0) (end 0 -5) (angle -71.6) (layer B.SilkS) (width 0.2))
(pad 1 thru_hole circle (at -5.3 0) (size 2.5 2.5) (drill 1.85) (layers *.Cu *.Mask)
(net 4 +3V0))
(pad 1 thru_hole circle (at 5.3 0) (size 2.5 2.5) (drill 1.85) (layers *.Cu *.Mask)
(net 4 +3V0))
(pad 2 smd rect (at 0 0) (size 2.36 2.36) (layers B.Cu B.Mask)
(net 2 GND))
(model ${KIPRJMOD}/keystone-PN3031.STEP
(offset (xyz 0 4 2.85))
(scale (xyz 1 1 1))
(rotate (xyz -90 0 0))
)
)
(module LED_SMD:LED_0201_0603Metric locked (layer B.Cu) (tedit 5F68FEF1) (tstamp 603D0D48)
(at 100 94)
(descr "LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator")
(tags LED)
(path /6040D414)
(attr smd)
(fp_text reference D1 (at 0 1.05) (layer B.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value LED (at 0 -1.05) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 0.7 -0.35) (end -0.7 -0.35) (layer B.CrtYd) (width 0.05))
(fp_line (start 0.7 0.35) (end 0.7 -0.35) (layer B.CrtYd) (width 0.05))
(fp_line (start -0.7 0.35) (end 0.7 0.35) (layer B.CrtYd) (width 0.05))
(fp_line (start -0.7 -0.35) (end -0.7 0.35) (layer B.CrtYd) (width 0.05))
(fp_line (start -0.1 -0.15) (end -0.1 0.15) (layer B.Fab) (width 0.1))
(fp_line (start -0.2 -0.15) (end -0.2 0.15) (layer B.Fab) (width 0.1))
(fp_line (start 0.3 -0.15) (end -0.3 -0.15) (layer B.Fab) (width 0.1))
(fp_line (start 0.3 0.15) (end 0.3 -0.15) (layer B.Fab) (width 0.1))
(fp_line (start -0.3 0.15) (end 0.3 0.15) (layer B.Fab) (width 0.1))
(fp_line (start -0.3 -0.15) (end -0.3 0.15) (layer B.Fab) (width 0.1))
(fp_circle (center -0.86 0) (end -0.81 0) (layer B.SilkS) (width 0.1))
(fp_text user %R (at 0 0.68) (layer B.Fab)
(effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror))
)
(pad "" smd roundrect (at -0.345 0) (size 0.318 0.36) (layers B.Paste) (roundrect_rratio 0.25))
(pad "" smd roundrect (at 0.345 0) (size 0.318 0.36) (layers B.Paste) (roundrect_rratio 0.25))
(pad 1 smd roundrect (at -0.32 0) (size 0.46 0.4) (layers B.Cu B.Mask) (roundrect_rratio 0.25)
(net 6 /LED_R))
(pad 2 smd roundrect (at 0.32 0) (size 0.46 0.4) (layers B.Cu B.Mask) (roundrect_rratio 0.25)
(net 4 +3V0))
(model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_0201_0603Metric.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_text 555 (at 100 105) (layer F.SilkS)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_text uSMD (at 100 95) (layer F.SilkS)
(effects (font (size 1.5 1.5) (thickness 0.3)))
)
(gr_circle (center 100 100) (end 103.5 100) (layer Dwgs.User) (width 0.15))
(gr_circle (center 100 100) (end 102 100) (layer Dwgs.User) (width 0.15))
(gr_circle (center 100 100) (end 107 100) (layer Edge.Cuts) (width 0.05))
(via (at 97.525126 97.525126) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2) (tstamp 6045DB77))
(via (at 100 103.5) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2) (tstamp 6045DAA9))
(via (at 103.5 100) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2))
(via (at 102.474874 102.5) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2))
(via (at 102.474874 97.525126) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2))
(via (at 100 96.5) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2))
(via (at 97.525126 102.474874) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2))
(via (at 96.5 100) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 2) (tstamp 60460538))
(segment (start 96.6524 99.8476) (end 97.5 99.8476) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 96.5 100) (end 96.6524 99.8476) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 97.740652 102.474874) (end 98.339996 101.87553) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 97.525126 102.474874) (end 97.740652 102.474874) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100 103.5) (end 100.1524 103.3476) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 102.284474 102.5) (end 101.660004 101.87553) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 102.474874 102.5) (end 102.284474 102.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 103.3476 99.8476) (end 102.5 99.8476) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 103.5 100) (end 103.3476 99.8476) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 102.259348 97.525126) (end 101.660004 98.12447) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 102.474874 97.525126) (end 102.259348 97.525126) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100 96.5) (end 100.1524 96.6524) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 98.8476) (end 100.5 99.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 97.740652 97.525126) (end 98.339996 98.12447) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 97.525126 97.525126) (end 97.740652 97.525126) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 97) (end 100 96.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 97.5) (end 100.5 97) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.1524 97.5) (end 100.5 97.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 98.5) (end 100.1524 98.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 99.5) (end 100.5 98.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 98.5) (end 100.5 97.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.1524 102.5) (end 100.5 102.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 103) (end 100 103.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 102.5) (end 100.5 103) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 102.5) (end 100.5 101.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 101.5) (end 100.15001 101.5) (width 0.1524) (layer F.Cu) (net 2))
(segment (start 100.5 100) (end 101 100) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.25 99.75) (end 101.5 99.75) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101 100) (end 101.25 99.75) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.75 99.75) (end 101.5 99.75) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.5 100) (end 99 100.5) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102.5 100.1524) (end 102.0476 100.1524) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102.0476 100.1524) (end 102 100.2) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102 100.2) (end 102 100) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98 98.464466) (end 98.124461 98.340005) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102 100.8) (end 102 100.2) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102 98.464466) (end 101.875539 98.340005) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.5 101.3) (end 101.2 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.515544 101.3) (end 101.5 101.3) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.875539 101.659995) (end 101.515544 101.3) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99 100.5) (end 99 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102 100.8) (end 101.5 101.3) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98.784474 101) (end 99 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.2 101) (end 99.8 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 97.9476 100.1524) (end 98 100.1) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 97.5 100.1524) (end 97.9476 100.1524) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98 100.1) (end 98 98.464466) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98 100.199012) (end 98 100.1) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98.492237 101.292237) (end 98 100.8) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98 100.8) (end 98 100.199012) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98.12447 101.660004) (end 98.492237 101.292237) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 98.492237 101.292237) (end 98.784474 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.95 99.75) (end 102 99.7) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102 99.7) (end 102 98.464466) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 101.5 99.75) (end 101.95 99.75) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 102 100) (end 102 99.7) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.8476 102.5) (end 99.5 102.5) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.5 102.5) (end 99.5 101.5) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.5 101.5) (end 99.8476 101.5) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.5 101.5) (end 99.5 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.5 101) (end 99 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 99.8 101) (end 99.5 101) (width 0.1524) (layer F.Cu) (net 3))
(segment (start 100 99.5) (end 100 100.5) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 100.32 94) (end 101 94) (width 0.1524) (layer B.Cu) (net 4))
(via (at 101 94) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 4))
(segment (start 101 94.5) (end 101 94) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 99.5 96) (end 101 94.5) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 100 99.5) (end 99.5 99) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 99.8476 98.5) (end 99.5 98.5) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 99.5 99) (end 99.5 98.5) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 99.8476 97.5) (end 99.5 97.5) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 99.5 97.5) (end 99.5 96) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 99.5 98.5) (end 99.5 97.5) (width 0.1524) (layer F.Cu) (net 4))
(segment (start 101.25 100.5) (end 101.5 100.25) (width 0.1524) (layer F.Cu) (net 5))
(segment (start 100.5 100.5) (end 101.25 100.5) (width 0.1524) (layer F.Cu) (net 5))
(segment (start 99.68 94) (end 99 94) (width 0.1524) (layer B.Cu) (net 6))
(via (at 99 94) (size 0.508) (drill 0.254) (layers F.Cu B.Cu) (net 6))
(segment (start 99 98.28575) (end 99 95.8) (width 0.1524) (layer F.Cu) (net 6))
(segment (start 99 95.8) (end 99 94) (width 0.1524) (layer F.Cu) (net 6))
(segment (start 98.5 98.78575) (end 99 98.28575) (width 0.1524) (layer F.Cu) (net 6))
(segment (start 98.5 99.75) (end 98.5 98.78575) (width 0.1524) (layer F.Cu) (net 6))
(segment (start 98.75 100.25) (end 98.5 100.25) (width 0.1524) (layer F.Cu) (net 7))
(segment (start 99.5 99.5) (end 98.75 100.25) (width 0.1524) (layer F.Cu) (net 7))
(zone (net 2) (net_name GND) (layer B.Cu) (tstamp 0) (hatch none 0.508)
(connect_pads thru_hole_only (clearance 0.5))
(min_thickness 0.3)
(fill yes (arc_segments 32) (thermal_gap 0.5) (thermal_bridge_width 1))
(polygon
(pts
(xy 107 107) (xy 93 107) (xy 93 93) (xy 107 93)
)
)
(filled_polygon
(pts
(xy 102.744315 94.301372) (xy 103.562999 94.77404) (xy 104.302093 95.363447) (xy 104.945084 96.056427) (xy 105.477611 96.8375)
(xy 105.887776 97.689218) (xy 106.063785 98.259825) (xy 105.854209 98.173016) (xy 105.487134 98.1) (xy 105.112866 98.1)
(xy 104.745791 98.173016) (xy 104.400013 98.316242) (xy 104.088821 98.524174) (xy 103.824174 98.788821) (xy 103.616242 99.100013)
(xy 103.473016 99.445791) (xy 103.4 99.812866) (xy 103.4 100.187134) (xy 103.473016 100.554209) (xy 103.616242 100.899987)
(xy 103.824174 101.211179) (xy 104.088821 101.475826) (xy 104.400013 101.683758) (xy 104.745791 101.826984) (xy 105.112866 101.9)
(xy 105.487134 101.9) (xy 105.854209 101.826984) (xy 106.063785 101.740175) (xy 105.887776 102.310782) (xy 105.477611 103.1625)
(xy 104.945084 103.943573) (xy 104.302093 104.636553) (xy 103.562999 105.22596) (xy 102.744315 105.698628) (xy 101.864326 106.043998)
(xy 100.942692 106.254355) (xy 100 106.325) (xy 99.057308 106.254355) (xy 98.135674 106.043998) (xy 97.255685 105.698628)
(xy 96.437001 105.22596) (xy 95.697907 104.636553) (xy 95.054916 103.943573) (xy 94.522389 103.1625) (xy 94.112224 102.310782)
(xy 93.936215 101.740175) (xy 94.145791 101.826984) (xy 94.512866 101.9) (xy 94.887134 101.9) (xy 95.254209 101.826984)
(xy 95.599987 101.683758) (xy 95.911179 101.475826) (xy 96.175826 101.211179) (xy 96.383758 100.899987) (xy 96.526984 100.554209)
(xy 96.6 100.187134) (xy 96.6 99.812866) (xy 96.526984 99.445791) (xy 96.383758 99.100013) (xy 96.175826 98.788821)
(xy 95.911179 98.524174) (xy 95.599987 98.316242) (xy 95.254209 98.173016) (xy 94.887134 98.1) (xy 94.512866 98.1)
(xy 94.145791 98.173016) (xy 93.936215 98.259825) (xy 94.112224 97.689218) (xy 94.522389 96.8375) (xy 95.054916 96.056427)
(xy 95.697907 95.363447) (xy 96.437001 94.77404) (xy 97.255685 94.301372) (xy 98.096 93.971573) (xy 98.096 94.089036)
(xy 98.13074 94.263687) (xy 98.198886 94.428205) (xy 98.297817 94.576266) (xy 98.423734 94.702183) (xy 98.571795 94.801114)
(xy 98.736313 94.86926) (xy 98.910964 94.904) (xy 99.089036 94.904) (xy 99.263687 94.86926) (xy 99.365235 94.827197)
(xy 99.403069 94.838674) (xy 99.55 94.853145) (xy 99.81 94.853145) (xy 99.956931 94.838674) (xy 100 94.825609)
(xy 100.043069 94.838674) (xy 100.19 94.853145) (xy 100.45 94.853145) (xy 100.596931 94.838674) (xy 100.634765 94.827197)
(xy 100.736313 94.86926) (xy 100.910964 94.904) (xy 101.089036 94.904) (xy 101.263687 94.86926) (xy 101.428205 94.801114)
(xy 101.576266 94.702183) (xy 101.702183 94.576266) (xy 101.801114 94.428205) (xy 101.86926 94.263687) (xy 101.904 94.089036)
(xy 101.904 93.971573)
)
)
)
(zone (net 4) (net_name +3V0) (layer F.Cu) (tstamp 0) (hatch none 0.508)
(connect_pads (clearance 0.5))
(min_thickness 0.3)
(fill yes (arc_segments 32) (thermal_gap 0.5) (thermal_bridge_width 1))
(polygon
(pts
(xy 107 107) (xy 93 107) (xy 93 93) (xy 107 93)
)
)
(filled_polygon
(pts
(xy 100.942692 93.745645) (xy 101.864326 93.956002) (xy 102.744315 94.301372) (xy 103.562999 94.77404) (xy 104.302093 95.363447)
(xy 104.945084 96.056427) (xy 105.477611 96.8375) (xy 105.887776 97.689218) (xy 106.062327 98.255098) (xy 105.767906 98.149033)
(xy 105.39781 98.093315) (xy 105.023954 98.110869) (xy 104.660707 98.201022) (xy 104.479979 98.275882) (xy 104.337439 98.542464)
(xy 105.3 99.505025) (xy 105.314142 99.490883) (xy 105.809117 99.985858) (xy 105.794975 100) (xy 105.809117 100.014142)
(xy 105.314142 100.509117) (xy 105.3 100.494975) (xy 104.337439 101.457536) (xy 104.479979 101.724118) (xy 104.832094 101.850967)
(xy 105.20219 101.906685) (xy 105.576046 101.889131) (xy 105.939293 101.798978) (xy 106.061226 101.748472) (xy 105.887776 102.310782)
(xy 105.477611 103.1625) (xy 104.945084 103.943573) (xy 104.302093 104.636553) (xy 103.562999 105.22596) (xy 102.744315 105.698628)
(xy 101.864326 106.043998) (xy 100.942692 106.254355) (xy 100 106.325) (xy 99.057308 106.254355) (xy 98.135674 106.043998)
(xy 97.255685 105.698628) (xy 96.437001 105.22596) (xy 95.697907 104.636553) (xy 95.054916 103.943573) (xy 94.522389 103.1625)
(xy 94.112224 102.310782) (xy 93.937673 101.744902) (xy 94.232094 101.850967) (xy 94.60219 101.906685) (xy 94.976046 101.889131)
(xy 95.339293 101.798978) (xy 95.520021 101.724118) (xy 95.662561 101.457536) (xy 94.7 100.494975) (xy 94.685858 100.509117)
(xy 94.190883 100.014142) (xy 94.205025 100) (xy 94.190883 99.985858) (xy 94.685858 99.490883) (xy 94.7 99.505025)
(xy 95.662561 98.542464) (xy 95.520021 98.275882) (xy 95.167906 98.149033) (xy 94.79781 98.093315) (xy 94.423954 98.110869)
(xy 94.060707 98.201022) (xy 93.938774 98.251528) (xy 94.112224 97.689218) (xy 94.522389 96.8375) (xy 95.054916 96.056427)
(xy 95.697907 95.363447) (xy 96.437001 94.77404) (xy 97.255685 94.301372) (xy 98.096 93.971573) (xy 98.096 94.089036)
(xy 98.13074 94.263687) (xy 98.198886 94.428205) (xy 98.273801 94.540323) (xy 98.2738 95.835668) (xy 98.273801 95.835678)
(xy 98.273801 97.01844) (xy 98.227309 96.94886) (xy 98.101392 96.822943) (xy 97.953331 96.724012) (xy 97.788813 96.655866)
(xy 97.614162 96.621126) (xy 97.43609 96.621126) (xy 97.261439 96.655866) (xy 97.096921 96.724012) (xy 96.94886 96.822943)
(xy 96.822943 96.94886) (xy 96.724012 97.096921) (xy 96.655866 97.261439) (xy 96.621126 97.43609) (xy 96.621126 97.614162)
(xy 96.655866 97.788813) (xy 96.724012 97.953331) (xy 96.822943 98.101392) (xy 96.94886 98.227309) (xy 97.096921 98.32624)
(xy 97.261439 98.394386) (xy 97.276888 98.397459) (xy 97.270288 98.464466) (xy 97.273801 98.500134) (xy 97.273801 99.1214)
(xy 96.716731 99.1214) (xy 96.589036 99.096) (xy 96.410964 99.096) (xy 96.306077 99.116863) (xy 96.157536 99.037439)
(xy 95.194975 100) (xy 96.157536 100.962561) (xy 96.306077 100.883137) (xy 96.410964 100.904) (xy 96.589036 100.904)
(xy 96.763687 100.86926) (xy 96.928205 100.801114) (xy 97.034789 100.729897) (xy 97.077865 100.765249) (xy 97.197372 100.829127)
(xy 97.27549 100.852824) (xy 97.284308 100.942359) (xy 97.325833 101.079248) (xy 97.367735 101.157641) (xy 97.393266 101.205406)
(xy 97.451176 101.275969) (xy 97.478223 101.308926) (xy 97.431961 101.395476) (xy 97.392625 101.525149) (xy 97.387163 101.580606)
(xy 97.261439 101.605614) (xy 97.096921 101.67376) (xy 96.94886 101.772691) (xy 96.822943 101.898608) (xy 96.724012 102.046669)
(xy 96.655866 102.211187) (xy 96.621126 102.385838) (xy 96.621126 102.56391) (xy 96.655866 102.738561) (xy 96.724012 102.903079)
(xy 96.822943 103.05114) (xy 96.94886 103.177057) (xy 97.096921 103.275988) (xy 97.261439 103.344134) (xy 97.43609 103.378874)
(xy 97.614162 103.378874) (xy 97.788813 103.344134) (xy 97.953331 103.275988) (xy 98.101392 103.177057) (xy 98.227309 103.05114)
(xy 98.299643 102.942884) (xy 98.77332 102.469208) (xy 98.770287 102.5) (xy 98.784308 102.64236) (xy 98.825833 102.779249)
(xy 98.893266 102.905407) (xy 98.984015 103.015985) (xy 99.094593 103.106734) (xy 99.168132 103.146041) (xy 99.13074 103.236313)
(xy 99.096 103.410964) (xy 99.096 103.589036) (xy 99.13074 103.763687) (xy 99.198886 103.928205) (xy 99.297817 104.076266)
(xy 99.423734 104.202183) (xy 99.571795 104.301114) (xy 99.736313 104.36926) (xy 99.910964 104.404) (xy 100.089036 104.404)
(xy 100.263687 104.36926) (xy 100.428205 104.301114) (xy 100.576266 104.202183) (xy 100.702183 104.076266) (xy 100.801114 103.928205)
(xy 100.86926 103.763687) (xy 100.895566 103.631435) (xy 100.988275 103.538726) (xy 101.015985 103.515985) (xy 101.106734 103.405407)
(xy 101.16248 103.301114) (xy 101.174167 103.27925) (xy 101.183832 103.24739) (xy 101.215692 103.14236) (xy 101.2262 103.035669)
(xy 101.2262 103.035666) (xy 101.229713 103) (xy 101.2262 102.964334) (xy 101.2262 102.535668) (xy 101.229713 102.5)
(xy 101.22668 102.469207) (xy 101.665333 102.907861) (xy 101.67376 102.928205) (xy 101.772691 103.076266) (xy 101.898608 103.202183)
(xy 102.046669 103.301114) (xy 102.211187 103.36926) (xy 102.385838 103.404) (xy 102.56391 103.404) (xy 102.738561 103.36926)
(xy 102.903079 103.301114) (xy 103.05114 103.202183) (xy 103.177057 103.076266) (xy 103.275988 102.928205) (xy 103.344134 102.763687)
(xy 103.378874 102.589036) (xy 103.378874 102.410964) (xy 103.344134 102.236313) (xy 103.275988 102.071795) (xy 103.177057 101.923734)
(xy 103.05114 101.797817) (xy 102.903079 101.698886) (xy 102.738561 101.63074) (xy 102.615361 101.606234) (xy 102.607375 101.525149)
(xy 102.568039 101.395476) (xy 102.521777 101.308926) (xy 102.606734 101.205407) (xy 102.623433 101.174166) (xy 102.674167 101.07925)
(xy 102.691912 101.020751) (xy 102.715692 100.94236) (xy 102.72451 100.852824) (xy 102.802628 100.829127) (xy 102.922135 100.765249)
(xy 102.965211 100.729897) (xy 103.071795 100.801114) (xy 103.236313 100.86926) (xy 103.410964 100.904) (xy 103.589036 100.904)
(xy 103.693923 100.883137) (xy 103.842464 100.962561) (xy 104.805025 100) (xy 103.842464 99.037439) (xy 103.693923 99.116863)
(xy 103.589036 99.096) (xy 103.410964 99.096) (xy 103.283269 99.1214) (xy 102.7262 99.1214) (xy 102.7262 98.500124)
(xy 102.729712 98.464465) (xy 102.7262 98.428807) (xy 102.7262 98.428797) (xy 102.723113 98.397459) (xy 102.738561 98.394386)
(xy 102.903079 98.32624) (xy 103.05114 98.227309) (xy 103.177057 98.101392) (xy 103.275988 97.953331) (xy 103.344134 97.788813)
(xy 103.378874 97.614162) (xy 103.378874 97.43609) (xy 103.344134 97.261439) (xy 103.275988 97.096921) (xy 103.177057 96.94886)
(xy 103.05114 96.822943) (xy 102.903079 96.724012) (xy 102.738561 96.655866) (xy 102.56391 96.621126) (xy 102.385838 96.621126)
(xy 102.211187 96.655866) (xy 102.046669 96.724012) (xy 101.898608 96.822943) (xy 101.772691 96.94886) (xy 101.700358 97.057114)
(xy 101.22668 97.530793) (xy 101.229713 97.5) (xy 101.2262 97.464331) (xy 101.2262 97.035666) (xy 101.229713 97)
(xy 101.222981 96.931649) (xy 101.215692 96.85764) (xy 101.174167 96.720751) (xy 101.174167 96.72075) (xy 101.106734 96.594593)
(xy 101.053488 96.529713) (xy 101.015985 96.484015) (xy 100.988275 96.461274) (xy 100.895566 96.368565) (xy 100.86926 96.236313)
(xy 100.801114 96.071795) (xy 100.702183 95.923734) (xy 100.576266 95.797817) (xy 100.428205 95.698886) (xy 100.263687 95.63074)
(xy 100.089036 95.596) (xy 99.910964 95.596) (xy 99.736313 95.63074) (xy 99.7262 95.634929) (xy 99.7262 94.540322)
(xy 99.801114 94.428205) (xy 99.86926 94.263687) (xy 99.904 94.089036) (xy 99.904 93.910964) (xy 99.86926 93.736313)
(xy 99.848564 93.686349) (xy 100 93.675)
)
)
)
)