-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathboard_full.kicad_pcb
944 lines (923 loc) · 54 KB
/
board_full.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
(kicad_pcb (version 4) (host pcbnew 4.0.5-e0-6337~52~ubuntu16.10.1)
(general
(links 46)
(no_connects 44)
(area 0 0 0 0)
(thickness 1.6)
(drawings 0)
(tracks 142)
(zones 0)
(modules 13)
(nets 33)
)
(page A4)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(32 B.Adhes user)
(33 F.Adhes user)
(34 B.Paste user)
(35 F.Paste user)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user)
(39 F.Mask user)
(40 Dwgs.User user)
(41 Cmts.User user)
(42 Eco1.User user)
(43 Eco2.User user)
(44 Edge.Cuts user)
(45 Margin user)
(46 B.CrtYd user)
(47 F.CrtYd user)
(48 B.Fab user)
(49 F.Fab user)
)
(setup
(last_trace_width 0.5)
(trace_clearance 0.6)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2)
(segment_width 0.2)
(edge_width 0.1)
(via_size 1.3)
(via_drill 0.8)
(via_min_size 0.4)
(via_min_drill 0.3)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.15)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 1.5 1.5)
(pad_drill 0.6)
(pad_to_mask_clearance 0)
(aux_axis_origin 0 0)
(visible_elements FFFFFF7F)
(pcbplotparams
(layerselection 0x00030_80000001)
(usegerberextensions false)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(hpglpenoverlay 2)
(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 /SCL)
(net 2 /SDA)
(net 3 GND)
(net 4 +3V3)
(net 5 +12V)
(net 6 "Net-(P1-Pad2)")
(net 7 "Net-(P1-Pad3)")
(net 8 "Net-(Q1-Pad1)")
(net 9 /FLASH)
(net 10 "Net-(R2-Pad2)")
(net 11 "Net-(R3-Pad1)")
(net 12 "Net-(RGB1-Pad1)")
(net 13 "Net-(RGB1-Pad2)")
(net 14 "Net-(RGB1-Pad3)")
(net 15 "Net-(RGB2-Pad1)")
(net 16 "Net-(RGB2-Pad2)")
(net 17 "Net-(RGB2-Pad3)")
(net 18 /RESET)
(net 19 /TX)
(net 20 /RX)
(net 21 "Net-(U1-Pad2)")
(net 22 "Net-(U1-Pad5)")
(net 23 "Net-(U1-Pad6)")
(net 24 "Net-(U1-Pad7)")
(net 25 "Net-(U1-Pad17)")
(net 26 "Net-(U1-Pad18)")
(net 27 "Net-(U1-Pad19)")
(net 28 "Net-(U1-Pad20)")
(net 29 "Net-(U1-Pad21)")
(net 30 "Net-(U1-Pad22)")
(net 31 "Net-(U2-Pad13)")
(net 32 "Net-(P2-Pad2)")
(net_class Default "This is the default net class."
(clearance 0.6)
(trace_width 0.5)
(via_dia 1.3)
(via_drill 0.8)
(uvia_dia 0.3)
(uvia_drill 0.1)
(add_net /FLASH)
(add_net /RESET)
(add_net /RX)
(add_net /SCL)
(add_net /SDA)
(add_net /TX)
(add_net "Net-(P1-Pad2)")
(add_net "Net-(P1-Pad3)")
(add_net "Net-(P2-Pad2)")
(add_net "Net-(Q1-Pad1)")
(add_net "Net-(R2-Pad2)")
(add_net "Net-(R3-Pad1)")
(add_net "Net-(RGB1-Pad1)")
(add_net "Net-(RGB1-Pad2)")
(add_net "Net-(RGB1-Pad3)")
(add_net "Net-(RGB2-Pad1)")
(add_net "Net-(RGB2-Pad2)")
(add_net "Net-(RGB2-Pad3)")
(add_net "Net-(U1-Pad17)")
(add_net "Net-(U1-Pad18)")
(add_net "Net-(U1-Pad19)")
(add_net "Net-(U1-Pad2)")
(add_net "Net-(U1-Pad20)")
(add_net "Net-(U1-Pad21)")
(add_net "Net-(U1-Pad22)")
(add_net "Net-(U1-Pad5)")
(add_net "Net-(U1-Pad6)")
(add_net "Net-(U1-Pad7)")
(add_net "Net-(U2-Pad13)")
)
(net_class SUPPLY ""
(clearance 0.6)
(trace_width 1)
(via_dia 1.3)
(via_drill 0.8)
(uvia_dia 0.3)
(uvia_drill 0.1)
(add_net +12V)
(add_net +3V3)
(add_net GND)
)
(module Connectors_Molex:Molex_KK-6410-04_04x2.54mm_Straight (layer F.Cu) (tedit 56C6219D) (tstamp 5895F609)
(at 153.67 66.04)
(descr "Connector Headers with Friction Lock, 22-27-2041, http://www.molex.com/pdm_docs/sd/022272021_sd.pdf")
(tags "connector molex kk_6410 22-27-2041")
(path /5895A207)
(fp_text reference I2C1 (at 1 -4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X04 (at 3.81 4.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.37 -3.02) (end -1.37 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start -1.37 2.98) (end 8.99 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 8.99 2.98) (end 8.99 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 8.99 -3.02) (end -1.37 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 0 2.98) (end 0 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 7.62 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 7.62 1.98) (end 7.62 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 0.25 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 1.55) (end 7.37 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 7.37 1.55) (end 7.62 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 2.98) (end 0.25 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 7.37 2.98) (end 7.37 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -3.02) (end -0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -2.4) (end 0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 0.8 -2.4) (end 0.8 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -3.02) (end 1.74 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -2.4) (end 3.34 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 3.34 -2.4) (end 3.34 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -3.02) (end 4.28 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -2.4) (end 5.88 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 5.88 -2.4) (end 5.88 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -3.02) (end 6.82 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -2.4) (end 8.42 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 8.42 -2.4) (end 8.42 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start -1.9 3.5) (end -1.9 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -3.55) (end 9.5 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.5 -3.55) (end 9.5 3.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.5 3.5) (end -1.9 3.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 1 /SCL))
(pad 2 thru_hole oval (at 2.54 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 2 /SDA))
(pad 3 thru_hole oval (at 5.08 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 3 GND))
(pad 4 thru_hole oval (at 7.62 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 4 +3V3))
)
(module Connectors_Molex:Molex_KK-6410-03_03x2.54mm_Straight (layer F.Cu) (tedit 56C6219D) (tstamp 5895F629)
(at 185.42 101.6 180)
(descr "Connector Headers with Friction Lock, 22-27-2031, http://www.molex.com/pdm_docs/sd/022272021_sd.pdf")
(tags "connector molex kk_6410 22-27-2031")
(path /5895F43D)
(fp_text reference P1 (at 1 -4.5 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X03 (at 2.54 4.5 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.37 -3.02) (end -1.37 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start -1.37 2.98) (end 6.45 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 6.45 2.98) (end 6.45 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 6.45 -3.02) (end -1.37 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 0 2.98) (end 0 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 5.08 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 5.08 1.98) (end 5.08 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 0.25 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 1.55) (end 4.83 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 4.83 1.55) (end 5.08 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 2.98) (end 0.25 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 4.83 2.98) (end 4.83 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -3.02) (end -0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -2.4) (end 0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 0.8 -2.4) (end 0.8 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -3.02) (end 1.74 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -2.4) (end 3.34 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 3.34 -2.4) (end 3.34 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -3.02) (end 4.28 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -2.4) (end 5.88 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 5.88 -2.4) (end 5.88 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start -1.9 3.5) (end -1.9 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -3.55) (end 7 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start 7 -3.55) (end 7 3.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 7 3.5) (end -1.9 3.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0 180) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 5 +12V))
(pad 2 thru_hole oval (at 2.54 0 180) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 6 "Net-(P1-Pad2)"))
(pad 3 thru_hole oval (at 5.08 0 180) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 7 "Net-(P1-Pad3)"))
)
(module TO_SOT_Packages_THT:TO-220_Neutral123_Vertical_LargePads (layer F.Cu) (tedit 0) (tstamp 5895F641)
(at 146.05 99.06 180)
(descr "TO-220, Neutral, Vertical, Large Pads,")
(tags "TO-220, Neutral, Vertical, Large Pads,")
(path /5895F222)
(fp_text reference Q1 (at 0 -5.08 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Q_NMOS_GDS (at 0 3.81 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 5.334 -1.905) (end 3.429 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start 0.889 -1.905) (end 1.651 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start -1.524 -1.905) (end -1.651 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start -1.524 -1.905) (end -0.889 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start -5.334 -1.905) (end -3.556 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start -5.334 1.778) (end -3.683 1.778) (layer F.SilkS) (width 0.15))
(fp_line (start -1.016 1.905) (end -1.651 1.905) (layer F.SilkS) (width 0.15))
(fp_line (start 1.524 1.905) (end 0.889 1.905) (layer F.SilkS) (width 0.15))
(fp_line (start 5.334 1.778) (end 3.683 1.778) (layer F.SilkS) (width 0.15))
(fp_line (start -1.524 -3.048) (end -1.524 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start 1.524 -3.048) (end 1.524 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start 5.334 -1.905) (end 5.334 1.778) (layer F.SilkS) (width 0.15))
(fp_line (start -5.334 1.778) (end -5.334 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start 5.334 -3.048) (end 5.334 -1.905) (layer F.SilkS) (width 0.15))
(fp_line (start -5.334 -1.905) (end -5.334 -3.048) (layer F.SilkS) (width 0.15))
(fp_line (start 0 -3.048) (end -5.334 -3.048) (layer F.SilkS) (width 0.15))
(fp_line (start 0 -3.048) (end 5.334 -3.048) (layer F.SilkS) (width 0.15))
(pad 2 thru_hole oval (at 0 0 270) (size 3.50012 1.69926) (drill 1.00076) (layers *.Cu *.Mask)
(net 6 "Net-(P1-Pad2)"))
(pad 1 thru_hole oval (at -2.54 0 270) (size 3.50012 1.69926) (drill 1.00076) (layers *.Cu *.Mask)
(net 8 "Net-(Q1-Pad1)"))
(pad 3 thru_hole oval (at 2.54 0 270) (size 3.50012 1.69926) (drill 1.00076) (layers *.Cu *.Mask)
(net 3 GND))
(model TO_SOT_Packages_THT.3dshapes/TO-220_Neutral123_Vertical_LargePads.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5874F706) (tstamp 5895F657)
(at 165.1 66.04 270)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(path /5895D479)
(fp_text reference R1 (at 5.08 -2.31 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1k8 (at 5.08 2.31 270) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1))
(fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1))
(fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1))
(fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1))
(fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1))
(fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1))
(fp_line (start 1.87 -1.31) (end 1.87 1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 1.87 1.31) (end 8.29 1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 8.29 1.31) (end 8.29 -1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 8.29 -1.31) (end 1.87 -1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 0.98 0) (end 1.87 0) (layer F.SilkS) (width 0.12))
(fp_line (start 9.18 0) (end 8.29 0) (layer F.SilkS) (width 0.12))
(fp_line (start -1.05 -1.6) (end -1.05 1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.05 1.6) (end 11.25 1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 11.25 1.6) (end 11.25 -1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 11.25 -1.6) (end -1.05 -1.6) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 4 +3V3))
(pad 2 thru_hole oval (at 10.16 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 9 /FLASH))
(model Resistors_ThroughHole.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl
(at (xyz 0 0 0))
(scale (xyz 0.393701 0.393701 0.393701))
(rotate (xyz 0 0 0))
)
)
(module Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5874F706) (tstamp 5895F66D)
(at 149.86 73.66)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(path /5895D765)
(fp_text reference R2 (at 5.08 -2.31) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1K8 (at 5.08 2.31) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1))
(fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1))
(fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1))
(fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1))
(fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1))
(fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1))
(fp_line (start 1.87 -1.31) (end 1.87 1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 1.87 1.31) (end 8.29 1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 8.29 1.31) (end 8.29 -1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 8.29 -1.31) (end 1.87 -1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 0.98 0) (end 1.87 0) (layer F.SilkS) (width 0.12))
(fp_line (start 9.18 0) (end 8.29 0) (layer F.SilkS) (width 0.12))
(fp_line (start -1.05 -1.6) (end -1.05 1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.05 1.6) (end 11.25 1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 11.25 1.6) (end 11.25 -1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 11.25 -1.6) (end -1.05 -1.6) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 4 +3V3))
(pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 10 "Net-(R2-Pad2)"))
(model Resistors_ThroughHole.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl
(at (xyz 0 0 0))
(scale (xyz 0.393701 0.393701 0.393701))
(rotate (xyz 0 0 0))
)
)
(module Resistors_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal (layer F.Cu) (tedit 5874F706) (tstamp 5895F683)
(at 160.02 76.2 180)
(descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm")
(path /5895D7A1)
(fp_text reference R3 (at 7.62 -2.31 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1K8 (at 7.62 2.31 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 4.47 -1.25) (end 4.47 1.25) (layer F.Fab) (width 0.1))
(fp_line (start 4.47 1.25) (end 10.77 1.25) (layer F.Fab) (width 0.1))
(fp_line (start 10.77 1.25) (end 10.77 -1.25) (layer F.Fab) (width 0.1))
(fp_line (start 10.77 -1.25) (end 4.47 -1.25) (layer F.Fab) (width 0.1))
(fp_line (start 0 0) (end 4.47 0) (layer F.Fab) (width 0.1))
(fp_line (start 15.24 0) (end 10.77 0) (layer F.Fab) (width 0.1))
(fp_line (start 4.41 -1.31) (end 4.41 1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 4.41 1.31) (end 10.83 1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 10.83 1.31) (end 10.83 -1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 10.83 -1.31) (end 4.41 -1.31) (layer F.SilkS) (width 0.12))
(fp_line (start 0.98 0) (end 4.41 0) (layer F.SilkS) (width 0.12))
(fp_line (start 14.26 0) (end 10.83 0) (layer F.SilkS) (width 0.12))
(fp_line (start -1.05 -1.6) (end -1.05 1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.05 1.6) (end 16.3 1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.3 1.6) (end 16.3 -1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.3 -1.6) (end -1.05 -1.6) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 11 "Net-(R3-Pad1)"))
(pad 2 thru_hole oval (at 15.24 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 3 GND))
(model Resistors_ThroughHole.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal.wrl
(at (xyz 0 0 0))
(scale (xyz 0.393701 0.393701 0.393701))
(rotate (xyz 0 0 0))
)
)
(module Connectors_Molex:Molex_KK-6410-04_04x2.54mm_Straight (layer F.Cu) (tedit 56C6219D) (tstamp 5895F6A7)
(at 179.07 83.82)
(descr "Connector Headers with Friction Lock, 22-27-2041, http://www.molex.com/pdm_docs/sd/022272021_sd.pdf")
(tags "connector molex kk_6410 22-27-2041")
(path /5895A163)
(fp_text reference RGB1 (at 1 -4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X04 (at 3.81 4.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.37 -3.02) (end -1.37 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start -1.37 2.98) (end 8.99 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 8.99 2.98) (end 8.99 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 8.99 -3.02) (end -1.37 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 0 2.98) (end 0 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 7.62 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 7.62 1.98) (end 7.62 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 0.25 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 1.55) (end 7.37 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 7.37 1.55) (end 7.62 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 2.98) (end 0.25 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 7.37 2.98) (end 7.37 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -3.02) (end -0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -2.4) (end 0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 0.8 -2.4) (end 0.8 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -3.02) (end 1.74 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -2.4) (end 3.34 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 3.34 -2.4) (end 3.34 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -3.02) (end 4.28 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -2.4) (end 5.88 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 5.88 -2.4) (end 5.88 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -3.02) (end 6.82 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -2.4) (end 8.42 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 8.42 -2.4) (end 8.42 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start -1.9 3.5) (end -1.9 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -3.55) (end 9.5 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.5 -3.55) (end 9.5 3.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.5 3.5) (end -1.9 3.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 12 "Net-(RGB1-Pad1)"))
(pad 2 thru_hole oval (at 2.54 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 13 "Net-(RGB1-Pad2)"))
(pad 3 thru_hole oval (at 5.08 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 14 "Net-(RGB1-Pad3)"))
(pad 4 thru_hole oval (at 7.62 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 5 +12V))
)
(module Connectors_Molex:Molex_KK-6410-04_04x2.54mm_Straight (layer F.Cu) (tedit 56C6219D) (tstamp 5895F6CB)
(at 179.07 92.71)
(descr "Connector Headers with Friction Lock, 22-27-2041, http://www.molex.com/pdm_docs/sd/022272021_sd.pdf")
(tags "connector molex kk_6410 22-27-2041")
(path /5895A1CE)
(fp_text reference RGB2 (at 1 -4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X04 (at 3.81 4.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.37 -3.02) (end -1.37 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start -1.37 2.98) (end 8.99 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 8.99 2.98) (end 8.99 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 8.99 -3.02) (end -1.37 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 0 2.98) (end 0 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 7.62 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 7.62 1.98) (end 7.62 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 0.25 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 1.55) (end 7.37 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 7.37 1.55) (end 7.62 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 2.98) (end 0.25 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 7.37 2.98) (end 7.37 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -3.02) (end -0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -2.4) (end 0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 0.8 -2.4) (end 0.8 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -3.02) (end 1.74 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -2.4) (end 3.34 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 3.34 -2.4) (end 3.34 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -3.02) (end 4.28 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -2.4) (end 5.88 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 5.88 -2.4) (end 5.88 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -3.02) (end 6.82 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -2.4) (end 8.42 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 8.42 -2.4) (end 8.42 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start -1.9 3.5) (end -1.9 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -3.55) (end 9.5 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.5 -3.55) (end 9.5 3.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.5 3.5) (end -1.9 3.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 15 "Net-(RGB2-Pad1)"))
(pad 2 thru_hole oval (at 2.54 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 16 "Net-(RGB2-Pad2)"))
(pad 3 thru_hole oval (at 5.08 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 17 "Net-(RGB2-Pad3)"))
(pad 4 thru_hole oval (at 7.62 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 5 +12V))
)
(module Connectors_Molex:Molex_KK-6410-05_05x2.54mm_Straight (layer F.Cu) (tedit 56C6219D) (tstamp 5895F6F3)
(at 139.7 66.04)
(descr "Connector Headers with Friction Lock, 22-27-2051, http://www.molex.com/pdm_docs/sd/022272021_sd.pdf")
(tags "connector molex kk_6410 22-27-2051")
(path /5895A309)
(fp_text reference SERIAL1 (at 1 -4.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X05 (at 5.08 4.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.37 -3.02) (end -1.37 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start -1.37 2.98) (end 11.53 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 11.53 2.98) (end 11.53 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 11.53 -3.02) (end -1.37 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 0 2.98) (end 0 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 10.16 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 10.16 1.98) (end 10.16 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 0.25 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 1.55) (end 9.91 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 9.91 1.55) (end 10.16 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 2.98) (end 0.25 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 9.91 2.98) (end 9.91 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -3.02) (end -0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -2.4) (end 0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 0.8 -2.4) (end 0.8 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -3.02) (end 1.74 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -2.4) (end 3.34 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 3.34 -2.4) (end 3.34 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -3.02) (end 4.28 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -2.4) (end 5.88 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 5.88 -2.4) (end 5.88 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -3.02) (end 6.82 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 6.82 -2.4) (end 8.42 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 8.42 -2.4) (end 8.42 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 9.36 -3.02) (end 9.36 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 9.36 -2.4) (end 10.96 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 10.96 -2.4) (end 10.96 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start -1.9 3.5) (end -1.9 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -3.55) (end 12.05 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start 12.05 -3.55) (end 12.05 3.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 12.05 3.5) (end -1.9 3.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 18 /RESET))
(pad 2 thru_hole oval (at 2.54 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 3 GND))
(pad 3 thru_hole oval (at 5.08 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 9 /FLASH))
(pad 4 thru_hole oval (at 7.62 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 19 /TX))
(pad 5 thru_hole oval (at 10.16 0) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 20 /RX))
)
(module ESP8266:ESP-12E (layer F.Cu) (tedit 559F8D21) (tstamp 5895F721)
(at 142.24 93.98 90)
(descr "Module, ESP-8266, ESP-12, 16 pad, SMD")
(tags "Module ESP-8266 ESP8266")
(path /58959AE4)
(fp_text reference U1 (at -2 -2 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value ESP-12E (at 8 1 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.25 -0.5) (end -2.25 -8.75) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.25 -8.75) (end 15.25 -8.75) (layer F.CrtYd) (width 0.05))
(fp_line (start 15.25 -8.75) (end 16.25 -8.75) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.25 -8.75) (end 16.25 16) (layer F.CrtYd) (width 0.05))
(fp_line (start 16.25 16) (end -2.25 16) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.25 16) (end -2.25 -0.5) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.016 -8.382) (end 14.986 -8.382) (layer F.CrtYd) (width 0.1524))
(fp_line (start 14.986 -8.382) (end 14.986 -0.889) (layer F.CrtYd) (width 0.1524))
(fp_line (start -1.016 -8.382) (end -1.016 -1.016) (layer F.CrtYd) (width 0.1524))
(fp_line (start -1.016 14.859) (end -1.016 15.621) (layer F.SilkS) (width 0.1524))
(fp_line (start -1.016 15.621) (end 14.986 15.621) (layer F.SilkS) (width 0.1524))
(fp_line (start 14.986 15.621) (end 14.986 14.859) (layer F.SilkS) (width 0.1524))
(fp_line (start 14.992 -8.4) (end -1.008 -2.6) (layer F.CrtYd) (width 0.1524))
(fp_line (start -1.008 -8.4) (end 14.992 -2.6) (layer F.CrtYd) (width 0.1524))
(fp_text user "No Copper" (at 6.892 -5.4 90) (layer F.CrtYd)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.008 -2.6) (end 14.992 -2.6) (layer F.CrtYd) (width 0.1524))
(fp_line (start 15 -8.4) (end 15 15.6) (layer F.Fab) (width 0.05))
(fp_line (start 14.992 15.6) (end -1.008 15.6) (layer F.Fab) (width 0.05))
(fp_line (start -1.008 15.6) (end -1.008 -8.4) (layer F.Fab) (width 0.05))
(fp_line (start -1.008 -8.4) (end 14.992 -8.4) (layer F.Fab) (width 0.05))
(pad 1 thru_hole rect (at 0 0 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 18 /RESET))
(pad 2 thru_hole oval (at 0 2 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 21 "Net-(U1-Pad2)"))
(pad 3 thru_hole oval (at 0 4 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 4 +3V3))
(pad 4 thru_hole oval (at 0 6 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 8 "Net-(Q1-Pad1)"))
(pad 5 thru_hole oval (at 0 8 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 22 "Net-(U1-Pad5)"))
(pad 6 thru_hole oval (at 0 10 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 23 "Net-(U1-Pad6)"))
(pad 7 thru_hole oval (at 0 12 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 24 "Net-(U1-Pad7)"))
(pad 8 thru_hole oval (at 0 14 90) (size 2.5 1.1) (drill 0.65 (offset -0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 4 +3V3))
(pad 9 thru_hole oval (at 14 14 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 3 GND))
(pad 10 thru_hole oval (at 14 12 90) (size 2.5 1.1) (drill 0.65 (offset 0.6 0)) (layers *.Cu *.Mask F.SilkS)
(net 11 "Net-(R3-Pad1)"))
(pad 11 thru_hole oval (at 14 10 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 10 "Net-(R2-Pad2)"))
(pad 12 thru_hole oval (at 14 8 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 9 /FLASH))
(pad 13 thru_hole oval (at 14 6 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 2 /SDA))
(pad 14 thru_hole oval (at 14 4 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 1 /SCL))
(pad 15 thru_hole oval (at 14 2 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 20 /RX))
(pad 16 thru_hole oval (at 14 0 90) (size 2.5 1.1) (drill 0.65 (offset 0.7 0)) (layers *.Cu *.Mask F.SilkS)
(net 19 /TX))
(pad 17 smd oval (at 1.99 15.75 180) (size 2.4 1.1) (layers F.Cu F.Paste F.Mask)
(net 25 "Net-(U1-Pad17)"))
(pad 18 smd oval (at 3.99 15.75 180) (size 2.4 1.1) (layers F.Cu F.Paste F.Mask)
(net 26 "Net-(U1-Pad18)"))
(pad 19 smd oval (at 5.99 15.75 180) (size 2.4 1.1) (layers F.Cu F.Paste F.Mask)
(net 27 "Net-(U1-Pad19)"))
(pad 20 smd oval (at 7.99 15.75 180) (size 2.4 1.1) (layers F.Cu F.Paste F.Mask)
(net 28 "Net-(U1-Pad20)"))
(pad 21 smd oval (at 9.99 15.75 180) (size 2.4 1.1) (layers F.Cu F.Paste F.Mask)
(net 29 "Net-(U1-Pad21)"))
(pad 22 smd oval (at 11.99 15.75 180) (size 2.4 1.1) (layers F.Cu F.Paste F.Mask)
(net 30 "Net-(U1-Pad22)"))
(model /home/ian/kicad/libraries/kicad-ESP8266/ESP8266.3dshapes/ESP-12.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937007874 0.3937007874 0.3937007874))
(rotate (xyz 0 0 0))
)
)
(module Housings_DIP:DIP-16_W7.62mm_LongPads (layer F.Cu) (tedit 586281B5) (tstamp 5895F744)
(at 165.1 82.55)
(descr "16-lead dip package, row spacing 7.62 mm (300 mils), LongPads")
(tags "DIL DIP PDIP 2.54mm 7.62mm 300mil LongPads")
(path /58959B4F)
(fp_text reference U2 (at 3.81 -2.39) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value ULN2003A (at 3.81 20.17) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_arc (start 3.81 -1.39) (end 2.81 -1.39) (angle -180) (layer F.SilkS) (width 0.12))
(fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer F.Fab) (width 0.1))
(fp_line (start 6.985 19.05) (end 0.635 19.05) (layer F.Fab) (width 0.1))
(fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer F.Fab) (width 0.1))
(fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 2.81 -1.39) (end 1.44 -1.39) (layer F.SilkS) (width 0.12))
(fp_line (start 1.44 -1.39) (end 1.44 19.17) (layer F.SilkS) (width 0.12))
(fp_line (start 1.44 19.17) (end 6.18 19.17) (layer F.SilkS) (width 0.12))
(fp_line (start 6.18 19.17) (end 6.18 -1.39) (layer F.SilkS) (width 0.12))
(fp_line (start 6.18 -1.39) (end 4.81 -1.39) (layer F.SilkS) (width 0.12))
(fp_line (start -1.5 -1.6) (end -1.5 19.3) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.5 19.3) (end 9.1 19.3) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.1 19.3) (end 9.1 -1.6) (layer F.CrtYd) (width 0.05))
(fp_line (start 9.1 -1.6) (end -1.5 -1.6) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 9 /FLASH))
(pad 9 thru_hole oval (at 7.62 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 5 +12V))
(pad 2 thru_hole oval (at 0 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 10 "Net-(R2-Pad2)"))
(pad 10 thru_hole oval (at 7.62 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 17 "Net-(RGB2-Pad3)"))
(pad 3 thru_hole oval (at 0 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 11 "Net-(R3-Pad1)"))
(pad 11 thru_hole oval (at 7.62 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 16 "Net-(RGB2-Pad2)"))
(pad 4 thru_hole oval (at 0 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 8 "Net-(Q1-Pad1)"))
(pad 12 thru_hole oval (at 7.62 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 15 "Net-(RGB2-Pad1)"))
(pad 5 thru_hole oval (at 0 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 22 "Net-(U1-Pad5)"))
(pad 13 thru_hole oval (at 7.62 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 31 "Net-(U2-Pad13)"))
(pad 6 thru_hole oval (at 0 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 23 "Net-(U1-Pad6)"))
(pad 14 thru_hole oval (at 7.62 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 14 "Net-(RGB1-Pad3)"))
(pad 7 thru_hole oval (at 0 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 24 "Net-(U1-Pad7)"))
(pad 15 thru_hole oval (at 7.62 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 13 "Net-(RGB1-Pad2)"))
(pad 8 thru_hole oval (at 0 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 3 GND))
(pad 16 thru_hole oval (at 7.62 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 12 "Net-(RGB1-Pad1)"))
(model Housings_DIP.3dshapes/DIP-16_W7.62mm_LongPads.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module ESP8266:DCDC (layer F.Cu) (tedit 5895C8D5) (tstamp 5895F754)
(at 168.91 62.23)
(path /5895C487)
(fp_text reference U3 (at 8.89 5.08) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value DCDC (at 8.89 2.54) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 0 17.78) (end 0 0) (layer F.Fab) (width 0.15))
(fp_line (start 22.86 17.78) (end 0 17.78) (layer F.Fab) (width 0.15))
(fp_line (start 22.86 0) (end 22.86 17.78) (layer F.Fab) (width 0.15))
(fp_line (start 0 0) (end 22.86 0) (layer F.Fab) (width 0.15))
(pad 3 thru_hole oval (at 2.54 2.54) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 4 +3V3))
(pad 3 thru_hole oval (at 2.54 5.08) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 4 +3V3))
(pad 4 thru_hole oval (at 2.54 15.24) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 3 GND))
(pad 4 thru_hole oval (at 2.54 12.7) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 3 GND))
(pad 1 thru_hole oval (at 20.32 2.54) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 5 +12V))
(pad 1 thru_hole oval (at 20.32 5.08) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 5 +12V))
(pad 2 thru_hole oval (at 20.32 12.7) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 3 GND))
(pad 2 thru_hole oval (at 20.32 15.24) (size 2 1.524) (drill 0.9) (layers *.Cu *.Mask)
(net 3 GND))
)
(module Connectors_Molex:Molex_KK-6410-03_03x2.54mm_Straight (layer F.Cu) (tedit 56C6219D) (tstamp 5895FD0F)
(at 193.04 87.63 90)
(descr "Connector Headers with Friction Lock, 22-27-2031, http://www.molex.com/pdm_docs/sd/022272021_sd.pdf")
(tags "connector molex kk_6410 22-27-2031")
(path /5895FADD)
(fp_text reference P2 (at 1 -4.5 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CONN_01X03 (at 2.54 4.5 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.37 -3.02) (end -1.37 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start -1.37 2.98) (end 6.45 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 6.45 2.98) (end 6.45 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 6.45 -3.02) (end -1.37 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 0 2.98) (end 0 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 5.08 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 5.08 1.98) (end 5.08 2.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0 1.98) (end 0.25 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 1.55) (end 4.83 1.55) (layer F.SilkS) (width 0.15))
(fp_line (start 4.83 1.55) (end 5.08 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 0.25 2.98) (end 0.25 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start 4.83 2.98) (end 4.83 1.98) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -3.02) (end -0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start -0.8 -2.4) (end 0.8 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 0.8 -2.4) (end 0.8 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -3.02) (end 1.74 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 1.74 -2.4) (end 3.34 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 3.34 -2.4) (end 3.34 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -3.02) (end 4.28 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 4.28 -2.4) (end 5.88 -2.4) (layer F.SilkS) (width 0.15))
(fp_line (start 5.88 -2.4) (end 5.88 -3.02) (layer F.SilkS) (width 0.15))
(fp_line (start -1.9 3.5) (end -1.9 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.9 -3.55) (end 7 -3.55) (layer F.CrtYd) (width 0.05))
(fp_line (start 7 -3.55) (end 7 3.5) (layer F.CrtYd) (width 0.05))
(fp_line (start 7 3.5) (end -1.9 3.5) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0 90) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 5 +12V))
(pad 2 thru_hole oval (at 2.54 0 90) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 32 "Net-(P2-Pad2)"))
(pad 3 thru_hole oval (at 5.08 0 90) (size 2 2.6) (drill 1.2) (layers *.Cu *.Mask)
(net 3 GND))
)
(segment (start 146.24 79.98) (end 146.430001 79.789999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 146.430001 79.789999) (end 146.430001 73.579999) (width 0.5) (layer B.Cu) (net 1))
(segment (start 146.430001 73.579999) (end 153.67 66.34) (width 0.5) (layer B.Cu) (net 1))
(segment (start 153.67 66.34) (end 153.67 66.04) (width 0.5) (layer B.Cu) (net 1))
(segment (start 148.24 79.98) (end 148.24 77.722002) (width 0.5) (layer B.Cu) (net 2))
(segment (start 156.21 69.752002) (end 156.21 67.84) (width 0.5) (layer B.Cu) (net 2))
(segment (start 148.24 77.722002) (end 156.21 69.752002) (width 0.5) (layer B.Cu) (net 2))
(segment (start 156.21 67.84) (end 156.21 66.04) (width 0.5) (layer B.Cu) (net 2))
(segment (start 143.51 99.06) (end 143.51 100.679262) (width 1) (layer B.Cu) (net 3))
(segment (start 143.51 100.679262) (end 147.930758 105.10002) (width 1) (layer B.Cu) (net 3))
(segment (start 147.930758 105.10002) (end 186.182734 105.10002) (width 1) (layer B.Cu) (net 3))
(segment (start 186.182734 105.10002) (end 197.04002 94.242734) (width 1) (layer B.Cu) (net 3))
(segment (start 197.04002 94.242734) (end 197.04002 69.708741) (width 1) (layer B.Cu) (net 3))
(segment (start 188.220731 62.90799) (end 187.12999 63.998731) (width 1) (layer B.Cu) (net 3))
(segment (start 187.12999 71.06799) (end 189.23 73.168) (width 1) (layer B.Cu) (net 3))
(segment (start 197.04002 69.708741) (end 190.239269 62.90799) (width 1) (layer B.Cu) (net 3))
(segment (start 190.239269 62.90799) (end 188.220731 62.90799) (width 1) (layer B.Cu) (net 3))
(segment (start 187.12999 63.998731) (end 187.12999 71.06799) (width 1) (layer B.Cu) (net 3))
(segment (start 189.23 73.168) (end 189.23 74.93) (width 1) (layer B.Cu) (net 3))
(segment (start 171.45 77.47) (end 171.45 74.93) (width 1) (layer B.Cu) (net 3))
(segment (start 168.91 97.067019) (end 168.91 81.772) (width 1) (layer B.Cu) (net 3))
(segment (start 168.91 81.772) (end 171.45 79.232) (width 1) (layer B.Cu) (net 3))
(segment (start 171.45 79.232) (end 171.45 77.47) (width 1) (layer B.Cu) (net 3))
(segment (start 165.1 100.33) (end 165.73999 99.69001) (width 1) (layer B.Cu) (net 3))
(segment (start 165.73999 99.69001) (end 166.287009 99.69001) (width 1) (layer B.Cu) (net 3))
(segment (start 166.287009 99.69001) (end 168.91 97.067019) (width 1) (layer B.Cu) (net 3))
(segment (start 142.24 66.04) (end 142.67999 65.60001) (width 1) (layer B.Cu) (net 3))
(segment (start 142.67999 65.60001) (end 142.67999 64.870148) (width 1) (layer B.Cu) (net 3))
(segment (start 142.67999 64.870148) (end 144.642148 62.90799) (width 1) (layer B.Cu) (net 3))
(segment (start 144.642148 62.90799) (end 159.58201 62.90799) (width 1) (layer B.Cu) (net 3))
(segment (start 171.45 74.93) (end 173.45 74.93) (width 1) (layer B.Cu) (net 3))
(segment (start 173.45 74.93) (end 173.55001 74.82999) (width 1) (layer B.Cu) (net 3))
(segment (start 173.55001 74.82999) (end 173.55001 63.998731) (width 1) (layer B.Cu) (net 3))
(segment (start 158.75 63.74) (end 158.75 66.04) (width 1) (layer B.Cu) (net 3))
(segment (start 173.55001 63.998731) (end 172.459269 62.90799) (width 1) (layer B.Cu) (net 3))
(segment (start 159.58201 62.90799) (end 158.75 63.74) (width 1) (layer B.Cu) (net 3))
(segment (start 172.459269 62.90799) (end 159.58201 62.90799) (width 1) (layer B.Cu) (net 3))
(segment (start 189.23 77.47) (end 189.23 74.93) (width 1) (layer B.Cu) (net 3))
(segment (start 193.04 82.55) (end 193.04 81.28) (width 1) (layer B.Cu) (net 3))
(segment (start 193.04 81.28) (end 189.23 77.47) (width 1) (layer B.Cu) (net 3))
(segment (start 154.399862 73.66) (end 161.29 66.769862) (width 1) (layer B.Cu) (net 4))
(segment (start 161.29 66.769862) (end 161.29 66.04) (width 1) (layer B.Cu) (net 4))
(segment (start 165.1 66.04) (end 161.29 66.04) (width 1) (layer B.Cu) (net 4))
(segment (start 171.45 64.77) (end 169.45 64.77) (width 1) (layer B.Cu) (net 4))
(segment (start 169.45 64.77) (end 168.18 66.04) (width 1) (layer B.Cu) (net 4))
(segment (start 171.45 67.31) (end 169.45 67.31) (width 1) (layer B.Cu) (net 4))
(segment (start 169.45 67.31) (end 168.18 66.04) (width 1) (layer B.Cu) (net 4))
(segment (start 168.18 66.04) (end 165.1 66.04) (width 1) (layer B.Cu) (net 4))
(segment (start 185.42 101.6) (end 184.98001 101.16001) (width 1) (layer B.Cu) (net 5))
(segment (start 184.98001 101.16001) (end 184.98001 100.430148) (width 1) (layer B.Cu) (net 5))
(segment (start 184.98001 100.430148) (end 183.689872 99.14001) (width 1) (layer B.Cu) (net 5))
(segment (start 183.689872 99.14001) (end 176.10999 99.14001) (width 1) (layer B.Cu) (net 5))
(segment (start 176.10999 99.14001) (end 174.92 100.33) (width 1) (layer B.Cu) (net 5))
(segment (start 174.92 100.33) (end 172.72 100.33) (width 1) (layer B.Cu) (net 5))
(segment (start 193.04 87.63) (end 193.04 95.98) (width 1) (layer B.Cu) (net 5))
(segment (start 193.04 95.98) (end 187.42 101.6) (width 1) (layer B.Cu) (net 5))
(segment (start 187.42 101.6) (end 185.42 101.6) (width 1) (layer B.Cu) (net 5))
(segment (start 189.23 64.77) (end 189.23 66.532) (width 1) (layer B.Cu) (net 5))
(segment (start 189.23 66.532) (end 189.23 69.072) (width 1) (layer B.Cu) (net 5))
(segment (start 193.04 87.63) (end 193.47999 87.19001) (width 1) (layer B.Cu) (net 5))
(segment (start 193.47999 87.19001) (end 194.209852 87.19001) (width 1) (layer B.Cu) (net 5))
(segment (start 194.209852 87.19001) (end 195.44001 85.959852) (width 1) (layer B.Cu) (net 5))
(segment (start 195.44001 85.959852) (end 195.44001 75.28201) (width 1) (layer B.Cu) (net 5))
(segment (start 195.44001 75.28201) (end 189.23 69.072) (width 1) (layer B.Cu) (net 5))
(segment (start 189.23 69.072) (end 189.23 67.31) (width 1) (layer B.Cu) (net 5))
(segment (start 193.04 87.63) (end 191.77 87.63) (width 1) (layer B.Cu) (net 5))
(segment (start 191.77 87.63) (end 186.69 92.71) (width 1) (layer B.Cu) (net 5))
(segment (start 193.04 87.63) (end 190.5 87.63) (width 1) (layer B.Cu) (net 5))
(segment (start 190.5 87.63) (end 186.69 83.82) (width 1) (layer B.Cu) (net 5))
(segment (start 146.05 99.06) (end 146.05 101.31006) (width 0.5) (layer B.Cu) (net 6))
(segment (start 146.05 101.31006) (end 148.48995 103.75001) (width 0.5) (layer B.Cu) (net 6))
(segment (start 182.52999 103.75001) (end 182.88 103.4) (width 0.5) (layer B.Cu) (net 6))
(segment (start 148.48995 103.75001) (end 182.52999 103.75001) (width 0.5) (layer B.Cu) (net 6))
(segment (start 182.88 103.4) (end 182.88 101.6) (width 0.5) (layer B.Cu) (net 6))
(segment (start 165.1 90.17) (end 152.05 90.17) (width 0.5) (layer B.Cu) (net 8))
(segment (start 152.05 90.17) (end 148.24 93.98) (width 0.5) (layer B.Cu) (net 8))
(segment (start 148.59 99.06) (end 148.59 94.33) (width 0.5) (layer B.Cu) (net 8))
(segment (start 148.59 94.33) (end 148.24 93.98) (width 0.5) (layer B.Cu) (net 8))
(segment (start 165.1 76.2) (end 165.1 82.55) (width 0.5) (layer B.Cu) (net 9))
(segment (start 150.24 79.98) (end 148.83999 81.38001) (width 0.5) (layer B.Cu) (net 9))
(segment (start 144.78 67.84) (end 144.78 66.04) (width 0.5) (layer B.Cu) (net 9))
(segment (start 148.83999 81.38001) (end 141.660097 81.38001) (width 0.5) (layer B.Cu) (net 9))
(segment (start 141.660097 81.38001) (end 140.83999 80.559903) (width 0.5) (layer B.Cu) (net 9))
(segment (start 140.83999 80.559903) (end 140.83999 71.78001) (width 0.5) (layer B.Cu) (net 9))
(segment (start 140.83999 71.78001) (end 144.78 67.84) (width 0.5) (layer B.Cu) (net 9))
(segment (start 165.1 82.55) (end 163.745562 82.55) (width 0.5) (layer B.Cu) (net 9))
(segment (start 163.745562 82.55) (end 157.275542 76.07998) (width 0.5) (layer B.Cu) (net 9))
(segment (start 157.275542 76.07998) (end 152.760107 76.07998) (width 0.5) (layer B.Cu) (net 9))
(segment (start 152.760107 76.07998) (end 150.24 78.600087) (width 0.5) (layer B.Cu) (net 9))
(segment (start 150.24 78.600087) (end 150.24 79.98) (width 0.5) (layer B.Cu) (net 9))
(segment (start 165.1 85.09) (end 163.4 85.09) (width 0.5) (layer B.Cu) (net 10))
(segment (start 156.819903 77.17999) (end 153.760097 77.17999) (width 0.5) (layer B.Cu) (net 10))
(segment (start 163.4 85.09) (end 157.64001 79.33001) (width 0.5) (layer B.Cu) (net 10))
(segment (start 157.64001 79.33001) (end 157.64001 78.000097) (width 0.5) (layer B.Cu) (net 10))
(segment (start 157.64001 78.000097) (end 156.819903 77.17999) (width 0.5) (layer B.Cu) (net 10))
(segment (start 153.760097 77.17999) (end 152.24 78.700087) (width 0.5) (layer B.Cu) (net 10))
(segment (start 152.24 78.700087) (end 152.24 79.98) (width 0.5) (layer B.Cu) (net 10))
(segment (start 165.1 87.63) (end 161.910087 87.63) (width 0.5) (layer B.Cu) (net 11))
(segment (start 161.910087 87.63) (end 154.260087 79.98) (width 0.5) (layer B.Cu) (net 11))
(segment (start 154.260087 79.98) (end 154.24 79.98) (width 0.5) (layer B.Cu) (net 11))
(segment (start 172.72 82.55) (end 177.8 82.55) (width 0.5) (layer B.Cu) (net 12))
(segment (start 177.8 82.55) (end 179.07 83.82) (width 0.5) (layer B.Cu) (net 12))
(segment (start 172.72 85.09) (end 174.42 85.09) (width 0.5) (layer B.Cu) (net 13))
(segment (start 174.42 85.09) (end 175.300001 85.970001) (width 0.5) (layer B.Cu) (net 13))
(segment (start 175.300001 85.970001) (end 181.259999 85.970001) (width 0.5) (layer B.Cu) (net 13))
(segment (start 181.259999 85.970001) (end 181.61 85.62) (width 0.5) (layer B.Cu) (net 13))
(segment (start 181.61 85.62) (end 181.61 83.82) (width 0.5) (layer B.Cu) (net 13))
(segment (start 172.72 87.63) (end 182.14 87.63) (width 0.5) (layer B.Cu) (net 14))
(segment (start 182.14 87.63) (end 184.15 85.62) (width 0.5) (layer B.Cu) (net 14))
(segment (start 184.15 85.62) (end 184.15 83.82) (width 0.5) (layer B.Cu) (net 14))
(segment (start 172.72 92.71) (end 174.42 92.71) (width 0.5) (layer B.Cu) (net 15))
(segment (start 174.42 92.71) (end 179.07 92.71) (width 0.5) (layer B.Cu) (net 15))
(segment (start 172.72 95.25) (end 180.87 95.25) (width 0.5) (layer B.Cu) (net 16))
(segment (start 180.87 95.25) (end 181.61 94.51) (width 0.5) (layer B.Cu) (net 16))
(segment (start 181.61 94.51) (end 181.61 92.71) (width 0.5) (layer B.Cu) (net 16))
(segment (start 172.72 97.79) (end 180.87 97.79) (width 0.5) (layer B.Cu) (net 17))
(segment (start 184.15 94.51) (end 184.15 92.71) (width 0.5) (layer B.Cu) (net 17))
(segment (start 180.87 97.79) (end 184.15 94.51) (width 0.5) (layer B.Cu) (net 17))
(segment (start 139.7 66.04) (end 139.7 92.819913) (width 0.5) (layer B.Cu) (net 18))
(segment (start 139.7 92.819913) (end 140.860087 93.98) (width 0.5) (layer B.Cu) (net 18))
(segment (start 140.860087 93.98) (end 142.24 93.98) (width 0.5) (layer B.Cu) (net 18))
(segment (start 142.24 79.98) (end 142.24 77.565649) (width 0.5) (layer B.Cu) (net 19))
(segment (start 147.32 67.84) (end 147.32 66.04) (width 0.5) (layer B.Cu) (net 19))
(segment (start 142.24 77.565649) (end 142.029989 77.355638) (width 0.5) (layer B.Cu) (net 19))
(segment (start 142.029989 77.355638) (end 142.029989 73.130011) (width 0.5) (layer B.Cu) (net 19))
(segment (start 142.029989 73.130011) (end 147.32 67.84) (width 0.5) (layer B.Cu) (net 19))
(segment (start 144.24 79.98) (end 144.24 78.01) (width 0.5) (layer B.Cu) (net 20))
(segment (start 144.24 78.01) (end 143.129999 76.899999) (width 0.5) (layer B.Cu) (net 20))
(segment (start 149.86 67.84) (end 149.86 66.04) (width 0.5) (layer B.Cu) (net 20))
(segment (start 143.129999 76.899999) (end 143.129999 74.570001) (width 0.5) (layer B.Cu) (net 20))
(segment (start 143.129999 74.570001) (end 149.86 67.84) (width 0.5) (layer B.Cu) (net 20))
(segment (start 165.1 92.71) (end 163.4 92.71) (width 0.5) (layer B.Cu) (net 22))
(segment (start 163.4 92.71) (end 162.16998 91.47998) (width 0.5) (layer B.Cu) (net 22))
(segment (start 162.16998 91.47998) (end 152.74002 91.47998) (width 0.5) (layer B.Cu) (net 22))
(segment (start 152.74002 91.47998) (end 150.24 93.98) (width 0.5) (layer B.Cu) (net 22))
(segment (start 165.1 95.25) (end 159.489913 95.25) (width 0.5) (layer B.Cu) (net 23))
(segment (start 159.489913 95.25) (end 156.819903 92.57999) (width 0.5) (layer B.Cu) (net 23))
(segment (start 153.64001 92.57999) (end 152.24 93.98) (width 0.5) (layer B.Cu) (net 23))
(segment (start 156.819903 92.57999) (end 153.64001 92.57999) (width 0.5) (layer B.Cu) (net 23))
(segment (start 165.1 97.79) (end 156.670087 97.79) (width 0.5) (layer B.Cu) (net 24))
(segment (start 156.670087 97.79) (end 154.24 95.359913) (width 0.5) (layer B.Cu) (net 24))
(segment (start 154.24 95.359913) (end 154.24 93.98) (width 0.5) (layer B.Cu) (net 24))
)