-
Notifications
You must be signed in to change notification settings - Fork 0
/
alarm.kicad_pcb
864 lines (843 loc) · 49.5 KB
/
alarm.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
(kicad_pcb (version 20171130) (host pcbnew 5.1.6)
(general
(thickness 1.6)
(drawings 16)
(tracks 211)
(zones 0)
(modules 13)
(nets 36)
)
(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.25)
(trace_clearance 0.2)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2)
(via_size 0.8)
(via_drill 0.4)
(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)
(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.051)
(solder_mask_min_width 0.25)
(aux_axis_origin 0 0)
(visible_elements FFFFFF7F)
(pcbplotparams
(layerselection 0x010fc_ffffffff)
(usegerberextensions false)
(usegerberattributes false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(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 0)
(scaleselection 1)
(outputdirectory ""))
)
(net 0 "")
(net 1 "Net-(RaspyPinOut1-Pad40)")
(net 2 "Net-(RaspyPinOut1-Pad38)")
(net 3 "Net-(RaspyPinOut1-Pad36)")
(net 4 "Net-(RaspyPinOut1-Pad32)")
(net 5 "Net-(RaspyPinOut1-Pad29)")
(net 6 "Net-(RaspyPinOut1-Pad28)")
(net 7 "Net-(RaspyPinOut1-Pad26)")
(net 8 "Net-(RaspyPinOut1-Pad24)")
(net 9 "Net-(RaspyPinOut1-Pad22)")
(net 10 "Net-(RaspyPinOut1-Pad21)")
(net 11 "Net-(RaspyPinOut1-Pad17)")
(net 12 "Net-(RaspyPinOut1-Pad16)")
(net 13 "Net-(RaspyPinOut1-Pad15)")
(net 14 "Net-(RaspyPinOut1-Pad4)")
(net 15 "Net-(RaspyPinOut1-Pad2)")
(net 16 "Net-(RaspyPinOut1-Pad1)")
(net 17 "Net-(AlarmTime1-Pad12)")
(net 18 "Net-(AlarmTime1-Pad11)")
(net 19 "Net-(AlarmTime1-Pad10)")
(net 20 "Net-(AlarmTime1-Pad9)")
(net 21 "Net-(AlarmTime1-Pad8)")
(net 22 "Net-(AlarmTime1-Pad7)")
(net 23 "Net-(AlarmTime1-Pad6)")
(net 24 "Net-(AlarmTime1-Pad5)")
(net 25 "Net-(AlarmTime1-Pad4)")
(net 26 "Net-(AlarmTime1-Pad3)")
(net 27 "Net-(AlarmTime1-Pad2)")
(net 28 "Net-(AlarmTime1-Pad1)")
(net 29 "Net-(R101-Pad1)")
(net 30 "Net-(R100-Pad2)")
(net 31 "Net-(R100-Pad1)")
(net 32 "Net-(R101-Pad2)")
(net 33 /gnd)
(net 34 /mosi)
(net 35 /clk)
(net_class Default "Dies ist die voreingestellte Netzklasse."
(clearance 0.2)
(trace_width 0.25)
(via_dia 0.8)
(via_drill 0.4)
(uvia_dia 0.3)
(uvia_drill 0.1)
(add_net /clk)
(add_net /gnd)
(add_net /mosi)
(add_net "Net-(AlarmTime1-Pad1)")
(add_net "Net-(AlarmTime1-Pad10)")
(add_net "Net-(AlarmTime1-Pad11)")
(add_net "Net-(AlarmTime1-Pad12)")
(add_net "Net-(AlarmTime1-Pad2)")
(add_net "Net-(AlarmTime1-Pad3)")
(add_net "Net-(AlarmTime1-Pad4)")
(add_net "Net-(AlarmTime1-Pad5)")
(add_net "Net-(AlarmTime1-Pad6)")
(add_net "Net-(AlarmTime1-Pad7)")
(add_net "Net-(AlarmTime1-Pad8)")
(add_net "Net-(AlarmTime1-Pad9)")
(add_net "Net-(R100-Pad1)")
(add_net "Net-(R100-Pad2)")
(add_net "Net-(R101-Pad1)")
(add_net "Net-(R101-Pad2)")
(add_net "Net-(RaspyPinOut1-Pad1)")
(add_net "Net-(RaspyPinOut1-Pad15)")
(add_net "Net-(RaspyPinOut1-Pad16)")
(add_net "Net-(RaspyPinOut1-Pad17)")
(add_net "Net-(RaspyPinOut1-Pad2)")
(add_net "Net-(RaspyPinOut1-Pad21)")
(add_net "Net-(RaspyPinOut1-Pad22)")
(add_net "Net-(RaspyPinOut1-Pad24)")
(add_net "Net-(RaspyPinOut1-Pad26)")
(add_net "Net-(RaspyPinOut1-Pad28)")
(add_net "Net-(RaspyPinOut1-Pad29)")
(add_net "Net-(RaspyPinOut1-Pad32)")
(add_net "Net-(RaspyPinOut1-Pad36)")
(add_net "Net-(RaspyPinOut1-Pad38)")
(add_net "Net-(RaspyPinOut1-Pad4)")
(add_net "Net-(RaspyPinOut1-Pad40)")
)
(module alarm:button (layer B.Cu) (tedit 5EE3C19D) (tstamp 5EE42AB5)
(at 133.35 76.2)
(path /5EEECDFB)
(fp_text reference U1 (at 0 -0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value add (at 0 0.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 5.08 -7.62) (end 5.08 2.54) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 -7.62) (end 5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 2.54) (end -5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer B.Fab) (width 0.12))
(pad 1 thru_hole circle (at -2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 6 "Net-(RaspyPinOut1-Pad28)"))
(pad 2 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 33 /gnd))
)
(module Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical (layer B.Cu) (tedit 5A19A420) (tstamp 5EE42177)
(at 116.84 104.14 90)
(descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x02 2.54mm single row")
(path /5EE895DD)
(fp_text reference Wecker (at 0 5.08 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value LED (at 0 -5.31 90) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1.8 -4.3) (end -1.8 1.8) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.75 -4.3) (end -1.8 -4.3) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.75 1.8) (end 1.75 -4.3) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.8 1.8) (end 1.75 1.8) (layer B.CrtYd) (width 0.05))
(fp_line (start 0 1.33) (end 1.33 1.33) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 1.33) (end 1.33 0) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 -1.27) (end 1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -3.87) (end 1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -1.27) (end -1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27) (layer B.SilkS) (width 0.12))
(fp_line (start -1.27 -3.81) (end -1.27 1.27) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 0.635) (end 1.27 -3.81) (layer B.Fab) (width 0.1))
(fp_line (start 0.635 1.27) (end 1.27 0.635) (layer B.Fab) (width 0.1))
(fp_line (start -1.27 1.27) (end 0.635 1.27) (layer B.Fab) (width 0.1))
(fp_text user %R (at 0 -1.27 180) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 2 thru_hole oval (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 13 "Net-(RaspyPinOut1-Pad15)"))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module alarm:7_Segment_2841A (layer B.Cu) (tedit 5EE1ED76) (tstamp 5EE4218B)
(at 146.05 95.25 180)
(path /5EE3A0C5)
(fp_text reference Weckzeit (at 0 -5.08) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 7Segment_2841 (at 0 0.5 180) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -17.78 -3.81) (end 15.24 -3.81) (layer B.Fab) (width 0.12))
(fp_line (start 15.24 6.35) (end -17.78 6.35) (layer B.Fab) (width 0.12))
(fp_line (start -17.78 6.35) (end -17.78 -3.81) (layer B.Fab) (width 0.12))
(fp_line (start 15.24 -3.81) (end 15.24 6.35) (layer B.Fab) (width 0.12))
(pad 12 thru_hole circle (at 5.08 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 17 "Net-(AlarmTime1-Pad12)"))
(pad 11 thru_hole circle (at 2.54 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 18 "Net-(AlarmTime1-Pad11)"))
(pad 10 thru_hole circle (at 0 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 19 "Net-(AlarmTime1-Pad10)"))
(pad 9 thru_hole circle (at -2.54 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 20 "Net-(AlarmTime1-Pad9)"))
(pad 8 thru_hole circle (at -5.08 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 21 "Net-(AlarmTime1-Pad8)"))
(pad 7 thru_hole circle (at -7.62 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 22 "Net-(AlarmTime1-Pad7)"))
(pad 6 thru_hole circle (at 5.08 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 23 "Net-(AlarmTime1-Pad6)"))
(pad 5 thru_hole circle (at 2.54 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 24 "Net-(AlarmTime1-Pad5)"))
(pad 4 thru_hole circle (at 0 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 25 "Net-(AlarmTime1-Pad4)"))
(pad 3 thru_hole circle (at -2.54 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 26 "Net-(AlarmTime1-Pad3)"))
(pad 2 thru_hole circle (at -5.08 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 27 "Net-(AlarmTime1-Pad2)"))
(pad 1 thru_hole circle (at -7.62 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 28 "Net-(AlarmTime1-Pad1)"))
)
(module Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical (layer B.Cu) (tedit 5A19A420) (tstamp 5EE421A1)
(at 116.84 97.79 90)
(descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x02 2.54mm single row")
(path /5EE880D1)
(fp_text reference Musik (at 0 5.08 180) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value LED (at 0 -5.31 90) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1.8 -4.3) (end -1.8 1.8) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.75 -4.3) (end -1.8 -4.3) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.75 1.8) (end 1.75 -4.3) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.8 1.8) (end 1.75 1.8) (layer B.CrtYd) (width 0.05))
(fp_line (start 0 1.33) (end 1.33 1.33) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 1.33) (end 1.33 0) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 -1.27) (end 1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -3.87) (end 1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -1.27) (end -1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27) (layer B.SilkS) (width 0.12))
(fp_line (start -1.27 -3.81) (end -1.27 1.27) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 0.635) (end 1.27 -3.81) (layer B.Fab) (width 0.1))
(fp_line (start 0.635 1.27) (end 1.27 0.635) (layer B.Fab) (width 0.1))
(fp_line (start -1.27 1.27) (end 0.635 1.27) (layer B.Fab) (width 0.1))
(fp_text user %R (at 0 -1.27 180) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 2 thru_hole oval (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 29 "Net-(R101-Pad1)"))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module alarm:resistor (layer B.Cu) (tedit 5EE3C205) (tstamp 5EE421AB)
(at 119.38 77.47)
(path /5EECD52E)
(fp_text reference R100 (at 0 -0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value Resitor (at 0 5.08) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -7.62 -2.54) (end 5.08 -2.54) (layer B.Fab) (width 0.12))
(fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 2.54) (end -7.62 2.54) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer B.Fab) (width 0.12))
(pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 31 "Net-(R100-Pad1)"))
(pad 2 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 30 "Net-(R100-Pad2)"))
)
(module alarm:resistor (layer B.Cu) (tedit 5EE3C205) (tstamp 5EE421B5)
(at 119.38 91.44)
(path /5EEE003A)
(fp_text reference R101 (at 0 -0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value Resitor (at 0 5.08 270) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 2.54) (end -7.62 2.54) (layer B.Fab) (width 0.12))
(fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer B.Fab) (width 0.12))
(fp_line (start -7.62 -2.54) (end 5.08 -2.54) (layer B.Fab) (width 0.12))
(pad 2 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 32 "Net-(R101-Pad2)"))
(pad 1 thru_hole circle (at -5.08 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 29 "Net-(R101-Pad1)"))
)
(module Connector_PinSocket_2.54mm:PinSocket_2x20_P2.54mm_Vertical (layer F.Cu) (tedit 5A19A433) (tstamp 5EE421F3)
(at 129.54 60.96 90)
(descr "Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 2x20 2.54mm double row")
(path /5EDBD8F7)
(fp_text reference RaspyPinOut1 (at -1.27 -2.77 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Raspberry_Pi_2_3 (at -1.27 51.03 90) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.34 50) (end -4.34 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.76 50) (end -4.34 50) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.76 -1.8) (end 1.76 50) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.34 -1.8) (end 1.76 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 -1.33) (end -1.27 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start -1.27 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12))
(fp_line (start 1.33 1.27) (end 1.33 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -3.87 49.59) (end 1.33 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -3.87 -1.33) (end -3.87 49.59) (layer F.SilkS) (width 0.12))
(fp_line (start -3.87 -1.33) (end -1.27 -1.33) (layer F.SilkS) (width 0.12))
(fp_line (start -3.81 49.53) (end -3.81 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 49.53) (end -3.81 49.53) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -0.27) (end 1.27 49.53) (layer F.Fab) (width 0.1))
(fp_line (start 0.27 -1.27) (end 1.27 -0.27) (layer F.Fab) (width 0.1))
(fp_line (start -3.81 -1.27) (end 0.27 -1.27) (layer F.Fab) (width 0.1))
(fp_text user %R (at -1.27 24.13) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 16 "Net-(RaspyPinOut1-Pad1)"))
(pad 2 thru_hole oval (at -2.54 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 15 "Net-(RaspyPinOut1-Pad2)"))
(pad 3 thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 21 "Net-(AlarmTime1-Pad8)"))
(pad 4 thru_hole oval (at -2.54 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 14 "Net-(RaspyPinOut1-Pad4)"))
(pad 5 thru_hole oval (at 0 5.08 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 20 "Net-(AlarmTime1-Pad9)"))
(pad 6 thru_hole oval (at -2.54 5.08 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 7 thru_hole oval (at 0 7.62 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 17 "Net-(AlarmTime1-Pad12)"))
(pad 8 thru_hole oval (at -2.54 7.62 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 24 "Net-(AlarmTime1-Pad5)"))
(pad 9 thru_hole oval (at 0 10.16 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 10 thru_hole oval (at -2.54 10.16 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 28 "Net-(AlarmTime1-Pad1)"))
(pad 11 thru_hole oval (at 0 12.7 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 27 "Net-(AlarmTime1-Pad2)"))
(pad 12 thru_hole oval (at -2.54 12.7 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 25 "Net-(AlarmTime1-Pad4)"))
(pad 13 thru_hole oval (at 0 15.24 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 26 "Net-(AlarmTime1-Pad3)"))
(pad 14 thru_hole oval (at -2.54 15.24 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 15 thru_hole oval (at 0 17.78 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 13 "Net-(RaspyPinOut1-Pad15)"))
(pad 16 thru_hole oval (at -2.54 17.78 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 12 "Net-(RaspyPinOut1-Pad16)"))
(pad 17 thru_hole oval (at 0 20.32 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 11 "Net-(RaspyPinOut1-Pad17)"))
(pad 18 thru_hole oval (at -2.54 20.32 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 30 "Net-(R100-Pad2)"))
(pad 19 thru_hole oval (at 0 22.86 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 34 /mosi))
(pad 20 thru_hole oval (at -2.54 22.86 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 21 thru_hole oval (at 0 25.4 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 10 "Net-(RaspyPinOut1-Pad21)"))
(pad 22 thru_hole oval (at -2.54 25.4 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 9 "Net-(RaspyPinOut1-Pad22)"))
(pad 23 thru_hole oval (at 0 27.94 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 35 /clk))
(pad 24 thru_hole oval (at -2.54 27.94 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 8 "Net-(RaspyPinOut1-Pad24)"))
(pad 25 thru_hole oval (at 0 30.48 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 26 thru_hole oval (at -2.54 30.48 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 7 "Net-(RaspyPinOut1-Pad26)"))
(pad 27 thru_hole oval (at 0 33.02 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 32 "Net-(R101-Pad2)"))
(pad 28 thru_hole oval (at -2.54 33.02 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 6 "Net-(RaspyPinOut1-Pad28)"))
(pad 29 thru_hole oval (at 0 35.56 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 5 "Net-(RaspyPinOut1-Pad29)"))
(pad 30 thru_hole oval (at -2.54 35.56 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 31 thru_hole oval (at 0 38.1 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 23 "Net-(AlarmTime1-Pad6)"))
(pad 32 thru_hole oval (at -2.54 38.1 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 4 "Net-(RaspyPinOut1-Pad32)"))
(pad 33 thru_hole oval (at 0 40.64 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 18 "Net-(AlarmTime1-Pad11)"))
(pad 34 thru_hole oval (at -2.54 40.64 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 35 thru_hole oval (at 0 43.18 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 19 "Net-(AlarmTime1-Pad10)"))
(pad 36 thru_hole oval (at -2.54 43.18 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 3 "Net-(RaspyPinOut1-Pad36)"))
(pad 37 thru_hole oval (at 0 45.72 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 22 "Net-(AlarmTime1-Pad7)"))
(pad 38 thru_hole oval (at -2.54 45.72 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 "Net-(RaspyPinOut1-Pad38)"))
(pad 39 thru_hole oval (at 0 48.26 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 40 thru_hole oval (at -2.54 48.26 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 "Net-(RaspyPinOut1-Pad40)"))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_2x20_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(module alarm:7_Segment_2841A (layer B.Cu) (tedit 5EE1ED76) (tstamp 5EE42207)
(at 186.69 95.25 180)
(path /5EE3D7D4)
(fp_text reference Echtzeit (at 0 -5.08) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value 7Segment_2841 (at 0 0.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 15.24 -3.81) (end 15.24 6.35) (layer B.Fab) (width 0.12))
(fp_line (start -17.78 6.35) (end -17.78 -3.81) (layer B.Fab) (width 0.12))
(fp_line (start 15.24 6.35) (end -17.78 6.35) (layer B.Fab) (width 0.12))
(fp_line (start -17.78 -3.81) (end 15.24 -3.81) (layer B.Fab) (width 0.12))
(pad 1 thru_hole circle (at -7.62 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 28 "Net-(AlarmTime1-Pad1)"))
(pad 2 thru_hole circle (at -5.08 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 27 "Net-(AlarmTime1-Pad2)"))
(pad 3 thru_hole circle (at -2.54 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 26 "Net-(AlarmTime1-Pad3)"))
(pad 4 thru_hole circle (at 0 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 25 "Net-(AlarmTime1-Pad4)"))
(pad 5 thru_hole circle (at 2.54 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 24 "Net-(AlarmTime1-Pad5)"))
(pad 6 thru_hole circle (at 5.08 -2.54 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 4 "Net-(RaspyPinOut1-Pad32)"))
(pad 7 thru_hole circle (at -7.62 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 1 "Net-(RaspyPinOut1-Pad40)"))
(pad 8 thru_hole circle (at -5.08 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 21 "Net-(AlarmTime1-Pad8)"))
(pad 9 thru_hole circle (at -2.54 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 20 "Net-(AlarmTime1-Pad9)"))
(pad 10 thru_hole circle (at 0 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 2 "Net-(RaspyPinOut1-Pad38)"))
(pad 11 thru_hole circle (at 2.54 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 3 "Net-(RaspyPinOut1-Pad36)"))
(pad 12 thru_hole circle (at 5.08 5.08 180) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 17 "Net-(AlarmTime1-Pad12)"))
)
(module alarm:button (layer B.Cu) (tedit 5EE3C19D) (tstamp 5EE42AD0)
(at 146.05 76.2)
(path /5EEECE56)
(fp_text reference U2 (at 0 -0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value disable (at 0 0.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 2.54) (end -5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 -7.62) (end 5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 -7.62) (end 5.08 2.54) (layer B.Fab) (width 0.12))
(pad 2 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 1 thru_hole circle (at -2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 7 "Net-(RaspyPinOut1-Pad26)"))
)
(module alarm:button (layer B.Cu) (tedit 5EE3C19D) (tstamp 5EE42B06)
(at 158.75 76.2)
(path /5EEED15A)
(fp_text reference U3 (at 0 -0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value minus (at 0 0.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 5.08 -7.62) (end 5.08 2.54) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 -7.62) (end 5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 2.54) (end -5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer B.Fab) (width 0.12))
(pad 1 thru_hole circle (at -2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 9 "Net-(RaspyPinOut1-Pad22)"))
(pad 2 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 11 "Net-(RaspyPinOut1-Pad17)"))
)
(module alarm:button (layer B.Cu) (tedit 5EE3C19D) (tstamp 5EE42AEB)
(at 171.45 76.2)
(path /5EEED3B6)
(fp_text reference U4 (at 0 -0.5) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value music (at 0 0.5) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start 5.08 2.54) (end -5.08 2.54) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 2.54) (end -5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start -5.08 -7.62) (end 5.08 -7.62) (layer B.Fab) (width 0.12))
(fp_line (start 5.08 -7.62) (end 5.08 2.54) (layer B.Fab) (width 0.12))
(pad 2 thru_hole circle (at 2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 1 thru_hole circle (at -2.54 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 5 "Net-(RaspyPinOut1-Pad29)"))
)
(module alarm:ledConnector (layer B.Cu) (tedit 5EE3CC29) (tstamp 5EE4308C)
(at 116.84 62.23 90)
(path /5EF3BC0F)
(fp_text reference LedLeiste (at -2.54 -6.35 90) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value LedConnector (at 0 0.5 90) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(pad 1 thru_hole circle (at -5.08 0 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 33 /gnd))
(pad 2 thru_hole circle (at -2.54 0 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 34 /mosi))
(pad 3 thru_hole circle (at 0 0 90) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
(net 35 /clk))
)
(module Connector_PinSocket_2.54mm:PinSocket_1x02_P2.54mm_Vertical (layer B.Cu) (tedit 5A19A420) (tstamp 5EE4224C)
(at 116.84 85.09 90)
(descr "Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
(tags "Through hole socket strip THT 1x02 2.54mm single row")
(path /5EE8920A)
(fp_text reference Wochende (at 0 6.35) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_text value LED (at 0 -5.31 270) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1.27 1.27) (end 0.635 1.27) (layer B.Fab) (width 0.1))
(fp_line (start 0.635 1.27) (end 1.27 0.635) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 0.635) (end 1.27 -3.81) (layer B.Fab) (width 0.1))
(fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer B.Fab) (width 0.1))
(fp_line (start -1.27 -3.81) (end -1.27 1.27) (layer B.Fab) (width 0.1))
(fp_line (start -1.33 -1.27) (end 1.33 -1.27) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -1.27) (end -1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start -1.33 -3.87) (end 1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 -1.27) (end 1.33 -3.87) (layer B.SilkS) (width 0.12))
(fp_line (start 1.33 1.33) (end 1.33 0) (layer B.SilkS) (width 0.12))
(fp_line (start 0 1.33) (end 1.33 1.33) (layer B.SilkS) (width 0.12))
(fp_line (start -1.8 1.8) (end 1.75 1.8) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.75 1.8) (end 1.75 -4.3) (layer B.CrtYd) (width 0.05))
(fp_line (start 1.75 -4.3) (end -1.8 -4.3) (layer B.CrtYd) (width 0.05))
(fp_line (start -1.8 -4.3) (end -1.8 1.8) (layer B.CrtYd) (width 0.05))
(fp_text user %R (at 0 -1.27) (layer B.Fab)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(pad 2 thru_hole oval (at 0 -2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 31 "Net-(R100-Pad1)"))
(pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 33 /gnd))
(model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x02_P2.54mm_Vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_line (start 107.95 111.76) (end 208.28 111.76) (layer Edge.Cuts) (width 0.05) (tstamp 5F4B8268))
(gr_line (start 107.95 46.99) (end 107.95 111.76) (layer Edge.Cuts) (width 0.05))
(gr_line (start 208.28 46.99) (end 107.95 46.99) (layer Edge.Cuts) (width 0.05))
(gr_line (start 208.28 111.76) (end 208.28 46.99) (layer Edge.Cuts) (width 0.05))
(gr_text gnd (at 114.3 67.31) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text clk (at 114.3 62.23) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text mosi (at 114.3 64.77) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text Plus (at 133.35 80.01) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text Minus (at 158.75 80.01) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text Alarm (at 146.05 80.01) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_text Musik (at 171.45 80.01) (layer B.SilkS)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_line (start 208.28 111.76) (end 208.28 110.49) (layer F.CrtYd) (width 0.05) (tstamp 5EE43951))
(gr_line (start 107.95 111.76) (end 208.28 111.76) (layer F.CrtYd) (width 0.05))
(gr_line (start 208.28 46.99) (end 208.28 110.49) (layer F.CrtYd) (width 0.05))
(gr_line (start 107.95 46.99) (end 107.95 111.76) (layer F.CrtYd) (width 0.05))
(gr_line (start 208.28 46.99) (end 107.95 46.99) (layer F.CrtYd) (width 0.05))
(segment (start 194.31 90.17) (end 194.31 63.5) (width 0.25) (layer B.Cu) (net 1))
(segment (start 194.31 63.5) (end 177.8 63.5) (width 0.25) (layer B.Cu) (net 1))
(segment (start 193.04 88.9) (end 186.69 88.9) (width 0.25) (layer B.Cu) (net 2))
(segment (start 193.04 64.77) (end 193.04 88.9) (width 0.25) (layer B.Cu) (net 2))
(segment (start 175.26 63.5) (end 176.53 64.77) (width 0.25) (layer B.Cu) (net 2))
(segment (start 186.69 88.9) (end 186.69 90.17) (width 0.25) (layer B.Cu) (net 2))
(segment (start 176.53 64.77) (end 193.04 64.77) (width 0.25) (layer B.Cu) (net 2))
(segment (start 184.15 90.17) (end 184.15 87.63) (width 0.25) (layer B.Cu) (net 3))
(segment (start 184.15 87.63) (end 191.77 87.63) (width 0.25) (layer B.Cu) (net 3))
(segment (start 191.77 87.63) (end 191.77 66.04) (width 0.25) (layer B.Cu) (net 3))
(segment (start 191.77 66.04) (end 172.72 66.04) (width 0.25) (layer B.Cu) (net 3))
(segment (start 172.72 66.04) (end 172.72 63.5) (width 0.25) (layer B.Cu) (net 3))
(segment (start 181.61 97.79) (end 180.34 97.79) (width 0.25) (layer B.Cu) (net 4))
(segment (start 180.34 97.79) (end 180.34 86.36) (width 0.25) (layer B.Cu) (net 4))
(segment (start 180.34 86.36) (end 190.5 86.36) (width 0.25) (layer B.Cu) (net 4))
(segment (start 190.5 86.36) (end 190.5 67.31) (width 0.25) (layer B.Cu) (net 4))
(segment (start 190.5 67.31) (end 167.64 67.31) (width 0.25) (layer B.Cu) (net 4))
(segment (start 167.64 67.31) (end 167.64 63.5) (width 0.25) (layer B.Cu) (net 4))
(segment (start 165.1 60.96) (end 166.37 62.23) (width 0.25) (layer F.Cu) (net 5))
(segment (start 166.37 62.23) (end 166.37 76.2) (width 0.25) (layer F.Cu) (net 5))
(segment (start 166.37 76.2) (end 168.91 76.2) (width 0.25) (layer F.Cu) (net 5))
(segment (start 162.56 63.5) (end 162.56 77.47) (width 0.25) (layer B.Cu) (net 6))
(segment (start 131.571999 76.961999) (end 130.81 76.2) (width 0.25) (layer B.Cu) (net 6))
(segment (start 132.08 77.47) (end 131.571999 76.961999) (width 0.25) (layer B.Cu) (net 6))
(segment (start 162.56 77.47) (end 132.08 77.47) (width 0.25) (layer B.Cu) (net 6))
(segment (start 160.02 73.998762) (end 160.02 64.702081) (width 0.25) (layer F.Cu) (net 7))
(segment (start 156.548762 77.47) (end 160.02 73.998762) (width 0.25) (layer F.Cu) (net 7))
(segment (start 144.78 77.47) (end 156.548762 77.47) (width 0.25) (layer F.Cu) (net 7))
(segment (start 160.02 64.702081) (end 160.02 63.5) (width 0.25) (layer F.Cu) (net 7))
(segment (start 143.51 76.2) (end 144.78 77.47) (width 0.25) (layer F.Cu) (net 7))
(segment (start 156.21 76.2) (end 154.94 76.2) (width 0.25) (layer F.Cu) (net 9))
(segment (start 154.94 76.2) (end 154.94 63.5) (width 0.25) (layer F.Cu) (net 9))
(segment (start 161.29 76.2) (end 160.02 74.93) (width 0.25) (layer B.Cu) (net 11))
(segment (start 160.02 74.93) (end 151.13 74.93) (width 0.25) (layer B.Cu) (net 11))
(segment (start 150.709999 61.809999) (end 149.86 60.96) (width 0.25) (layer B.Cu) (net 11))
(segment (start 151.13 62.23) (end 150.709999 61.809999) (width 0.25) (layer B.Cu) (net 11))
(segment (start 151.13 74.93) (end 151.13 62.23) (width 0.25) (layer B.Cu) (net 11))
(segment (start 148.169999 61.809999) (end 147.32 60.96) (width 0.25) (layer B.Cu) (net 13))
(segment (start 148.59 62.23) (end 148.169999 61.809999) (width 0.25) (layer B.Cu) (net 13))
(segment (start 114.3 104.14) (end 114.3 101.6) (width 0.25) (layer B.Cu) (net 13))
(segment (start 114.3 101.6) (end 120.65 101.6) (width 0.25) (layer B.Cu) (net 13))
(segment (start 120.65 73.66) (end 148.59 73.66) (width 0.25) (layer B.Cu) (net 13))
(segment (start 120.65 101.6) (end 120.65 73.66) (width 0.25) (layer B.Cu) (net 13) (tstamp 5EE441FC))
(segment (start 148.59 73.66) (end 148.59 62.23) (width 0.25) (layer B.Cu) (net 13))
(segment (start 180.848001 90.931999) (end 181.61 90.17) (width 0.25) (layer F.Cu) (net 17))
(segment (start 180.34 91.44) (end 180.848001 90.931999) (width 0.25) (layer F.Cu) (net 17))
(segment (start 142.24 91.44) (end 180.34 91.44) (width 0.25) (layer F.Cu) (net 17))
(segment (start 140.97 90.17) (end 142.24 91.44) (width 0.25) (layer F.Cu) (net 17))
(segment (start 140.97 90.17) (end 144.78 86.36) (width 0.25) (layer F.Cu) (net 17))
(segment (start 144.78 86.36) (end 193.04 86.36) (width 0.25) (layer F.Cu) (net 17))
(segment (start 193.04 86.36) (end 194.31 85.09) (width 0.25) (layer F.Cu) (net 17))
(segment (start 194.31 85.09) (end 194.31 52.07) (width 0.25) (layer F.Cu) (net 17))
(segment (start 194.31 52.07) (end 137.16 52.07) (width 0.25) (layer F.Cu) (net 17))
(segment (start 137.16 52.07) (end 137.16 60.96) (width 0.25) (layer F.Cu) (net 17))
(segment (start 170.18 60.96) (end 170.18 55.88) (width 0.25) (layer B.Cu) (net 18))
(segment (start 170.18 55.88) (end 198.12 55.88) (width 0.25) (layer B.Cu) (net 18))
(segment (start 198.12 55.88) (end 198.12 102.87) (width 0.25) (layer B.Cu) (net 18))
(segment (start 198.12 102.87) (end 176.53 102.87) (width 0.25) (layer B.Cu) (net 18))
(segment (start 176.53 102.87) (end 176.53 92.71) (width 0.25) (layer B.Cu) (net 18))
(segment (start 176.53 92.71) (end 143.51 92.71) (width 0.25) (layer B.Cu) (net 18))
(segment (start 143.51 92.71) (end 143.51 90.17) (width 0.25) (layer B.Cu) (net 18))
(segment (start 172.72 57.15) (end 172.72 60.96) (width 0.25) (layer B.Cu) (net 19))
(segment (start 196.85 57.15) (end 172.72 57.15) (width 0.25) (layer B.Cu) (net 19))
(segment (start 147.32 91.44) (end 177.8 91.44) (width 0.25) (layer B.Cu) (net 19))
(segment (start 146.05 90.17) (end 147.32 91.44) (width 0.25) (layer B.Cu) (net 19))
(segment (start 177.8 91.44) (end 177.8 101.6) (width 0.25) (layer B.Cu) (net 19))
(segment (start 177.8 101.6) (end 196.85 101.6) (width 0.25) (layer B.Cu) (net 19))
(segment (start 196.85 101.6) (end 196.85 57.15) (width 0.25) (layer B.Cu) (net 19))
(segment (start 194.831761 91.257001) (end 195.58 90.508762) (width 0.25) (layer F.Cu) (net 20))
(segment (start 189.23 90.17) (end 190.317001 91.257001) (width 0.25) (layer F.Cu) (net 20))
(segment (start 190.317001 91.257001) (end 194.831761 91.257001) (width 0.25) (layer F.Cu) (net 20))
(segment (start 195.58 89.831238) (end 193.378762 87.63) (width 0.25) (layer F.Cu) (net 20))
(segment (start 195.58 90.508762) (end 195.58 89.831238) (width 0.25) (layer F.Cu) (net 20))
(segment (start 149.351999 89.408001) (end 148.59 90.17) (width 0.25) (layer F.Cu) (net 20))
(segment (start 151.13 87.63) (end 149.351999 89.408001) (width 0.25) (layer F.Cu) (net 20))
(segment (start 193.04 87.63) (end 151.13 87.63) (width 0.25) (layer F.Cu) (net 20))
(segment (start 193.378762 87.63) (end 193.04 87.63) (width 0.25) (layer F.Cu) (net 20))
(segment (start 134.62 50.8) (end 134.62 60.96) (width 0.25) (layer F.Cu) (net 20))
(segment (start 195.58 50.8) (end 134.62 50.8) (width 0.25) (layer F.Cu) (net 20))
(segment (start 193.04 87.63) (end 195.58 85.09) (width 0.25) (layer F.Cu) (net 20))
(segment (start 195.58 85.09) (end 195.58 50.8) (width 0.25) (layer F.Cu) (net 20))
(segment (start 151.891999 89.408001) (end 151.13 90.17) (width 0.25) (layer F.Cu) (net 21))
(segment (start 152.4 88.9) (end 151.891999 89.408001) (width 0.25) (layer F.Cu) (net 21))
(segment (start 191.77 90.17) (end 190.5 88.9) (width 0.25) (layer F.Cu) (net 21))
(segment (start 190.5 88.9) (end 187.96 88.9) (width 0.25) (layer F.Cu) (net 21))
(segment (start 187.96 88.9) (end 152.4 88.9) (width 0.25) (layer F.Cu) (net 21))
(segment (start 196.85 89.875172) (end 195.018161 91.707011) (width 0.25) (layer F.Cu) (net 21))
(segment (start 187.96 90.508762) (end 187.96 88.9) (width 0.25) (layer F.Cu) (net 21))
(segment (start 132.08 60.96) (end 132.08 49.53) (width 0.25) (layer F.Cu) (net 21))
(segment (start 195.018161 91.707011) (end 189.158249 91.707011) (width 0.25) (layer F.Cu) (net 21))
(segment (start 189.158249 91.707011) (end 187.96 90.508762) (width 0.25) (layer F.Cu) (net 21))
(segment (start 196.85 49.53) (end 196.85 89.875172) (width 0.25) (layer F.Cu) (net 21))
(segment (start 132.08 49.53) (end 196.85 49.53) (width 0.25) (layer F.Cu) (net 21))
(segment (start 175.26 58.42) (end 195.58 58.42) (width 0.25) (layer B.Cu) (net 22))
(segment (start 179.07 90.17) (end 153.67 90.17) (width 0.25) (layer B.Cu) (net 22))
(segment (start 175.26 60.96) (end 175.26 58.42) (width 0.25) (layer B.Cu) (net 22))
(segment (start 195.58 58.42) (end 195.58 100.33) (width 0.25) (layer B.Cu) (net 22))
(segment (start 195.58 100.33) (end 179.07 100.33) (width 0.25) (layer B.Cu) (net 22))
(segment (start 179.07 100.33) (end 179.07 90.17) (width 0.25) (layer B.Cu) (net 22))
(segment (start 140.97 97.79) (end 140.97 93.98) (width 0.25) (layer B.Cu) (net 23))
(segment (start 140.97 93.98) (end 175.26 93.98) (width 0.25) (layer B.Cu) (net 23))
(segment (start 175.26 93.98) (end 175.26 104.14) (width 0.25) (layer B.Cu) (net 23))
(segment (start 175.26 104.14) (end 199.39 104.14) (width 0.25) (layer B.Cu) (net 23))
(segment (start 199.39 104.14) (end 199.39 54.61) (width 0.25) (layer B.Cu) (net 23))
(segment (start 199.39 54.61) (end 167.64 54.61) (width 0.25) (layer B.Cu) (net 23))
(segment (start 167.64 54.61) (end 167.64 60.96) (width 0.25) (layer B.Cu) (net 23))
(segment (start 154.750962 95.352972) (end 158.75 99.35201) (width 0.25) (layer F.Cu) (net 24))
(segment (start 143.51 97.79) (end 145.947029 95.352971) (width 0.25) (layer F.Cu) (net 24))
(segment (start 145.947029 95.352971) (end 154.750962 95.352972) (width 0.25) (layer F.Cu) (net 24))
(segment (start 158.75 99.35201) (end 158.75 100.33) (width 0.25) (layer F.Cu) (net 24))
(segment (start 158.75 100.33) (end 184.15 100.33) (width 0.25) (layer F.Cu) (net 24))
(segment (start 184.15 100.33) (end 184.15 97.79) (width 0.25) (layer F.Cu) (net 24))
(segment (start 184.15 97.79) (end 184.15 95.25) (width 0.25) (layer F.Cu) (net 24))
(segment (start 184.15 95.25) (end 184.15 95.25) (width 0.25) (layer F.Cu) (net 24) (tstamp 5EE437CD))
(via (at 184.15 95.25) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 24))
(segment (start 184.15 95.25) (end 193.04 95.25) (width 0.25) (layer B.Cu) (net 24))
(segment (start 193.04 95.25) (end 193.04 95.25) (width 0.25) (layer B.Cu) (net 24) (tstamp 5EE437E8))
(via (at 193.04 95.25) (size 0.8) (drill 0.4) (layers F.Cu B.Cu) (net 24))
(segment (start 193.605685 95.25) (end 195.58 97.224315) (width 0.25) (layer F.Cu) (net 24))
(segment (start 193.04 95.25) (end 193.605685 95.25) (width 0.25) (layer F.Cu) (net 24))
(segment (start 195.58 97.224315) (end 195.58 106.68) (width 0.25) (layer F.Cu) (net 24))
(segment (start 195.58 106.68) (end 152.4 106.68) (width 0.25) (layer F.Cu) (net 24))
(segment (start 152.4 106.68) (end 152.4 101.6) (width 0.25) (layer F.Cu) (net 24))
(segment (start 137.16 64.702081) (end 137.16 63.5) (width 0.25) (layer F.Cu) (net 24))
(segment (start 137.16 97.79282) (end 137.16 64.702081) (width 0.25) (layer F.Cu) (net 24))
(segment (start 140.96718 101.6) (end 137.16 97.79282) (width 0.25) (layer F.Cu) (net 24))
(segment (start 152.4 101.6) (end 140.96718 101.6) (width 0.25) (layer F.Cu) (net 24))
(segment (start 186.69 97.79) (end 186.69 101.6) (width 0.25) (layer F.Cu) (net 25))
(segment (start 186.69 101.6) (end 157.48 101.6) (width 0.25) (layer F.Cu) (net 25))
(segment (start 146.811999 97.028001) (end 146.05 97.79) (width 0.25) (layer F.Cu) (net 25))
(segment (start 148.037019 95.802981) (end 146.811999 97.028001) (width 0.25) (layer F.Cu) (net 25))
(segment (start 154.564561 95.802981) (end 148.037019 95.802981) (width 0.25) (layer F.Cu) (net 25))
(segment (start 157.48 98.718418) (end 154.564561 95.802981) (width 0.25) (layer F.Cu) (net 25))
(segment (start 157.48 101.6) (end 157.48 98.718418) (width 0.25) (layer F.Cu) (net 25))
(segment (start 144.78 99.06) (end 139.7 99.06) (width 0.25) (layer F.Cu) (net 25))
(segment (start 146.05 97.79) (end 144.78 99.06) (width 0.25) (layer F.Cu) (net 25))
(segment (start 139.7 99.06) (end 138.43 97.79) (width 0.25) (layer F.Cu) (net 25))
(segment (start 142.24 64.702081) (end 142.24 63.5) (width 0.25) (layer F.Cu) (net 25))
(segment (start 142.24 86.018418) (end 142.24 64.702081) (width 0.25) (layer F.Cu) (net 25))
(segment (start 138.43 89.828418) (end 142.24 86.018418) (width 0.25) (layer F.Cu) (net 25))
(segment (start 138.43 97.79) (end 138.43 89.828418) (width 0.25) (layer F.Cu) (net 25))
(segment (start 154.378162 96.25299) (end 156.21 98.084828) (width 0.25) (layer F.Cu) (net 26))
(segment (start 148.59 97.79) (end 150.127011 96.252989) (width 0.25) (layer F.Cu) (net 26))
(segment (start 150.127011 96.252989) (end 154.378162 96.25299) (width 0.25) (layer F.Cu) (net 26))
(segment (start 156.21 98.084828) (end 156.21 102.87) (width 0.25) (layer F.Cu) (net 26))
(segment (start 156.21 102.87) (end 189.23 102.87) (width 0.25) (layer F.Cu) (net 26))
(segment (start 189.23 102.87) (end 189.23 97.79) (width 0.25) (layer F.Cu) (net 26))
(segment (start 144.78 60.96) (end 144.78 54.61) (width 0.25) (layer F.Cu) (net 26))
(segment (start 144.78 54.61) (end 191.77 54.61) (width 0.25) (layer F.Cu) (net 26))
(segment (start 191.77 54.61) (end 191.77 83.82) (width 0.25) (layer F.Cu) (net 26))
(segment (start 139.24999 89.644838) (end 139.24999 90.98999) (width 0.25) (layer F.Cu) (net 26))
(segment (start 191.77 83.82) (end 145.074828 83.82) (width 0.25) (layer F.Cu) (net 26))
(segment (start 145.074828 83.82) (end 139.24999 89.644838) (width 0.25) (layer F.Cu) (net 26))
(segment (start 139.24999 90.98999) (end 142.24 93.98) (width 0.25) (layer F.Cu) (net 26))
(segment (start 142.24 93.98) (end 189.23 93.98) (width 0.25) (layer F.Cu) (net 26))
(segment (start 189.23 93.98) (end 189.23 97.79) (width 0.25) (layer F.Cu) (net 26))
(segment (start 191.77 97.79) (end 191.77 104.14) (width 0.25) (layer F.Cu) (net 27))
(segment (start 191.77 104.14) (end 154.94 104.14) (width 0.25) (layer F.Cu) (net 27))
(segment (start 151.891999 97.028001) (end 151.13 97.79) (width 0.25) (layer F.Cu) (net 27))
(segment (start 152.217001 96.702999) (end 151.891999 97.028001) (width 0.25) (layer F.Cu) (net 27))
(segment (start 154.191761 96.702999) (end 152.217001 96.702999) (width 0.25) (layer F.Cu) (net 27))
(segment (start 154.94 97.451238) (end 154.191761 96.702999) (width 0.25) (layer F.Cu) (net 27))
(segment (start 154.94 104.14) (end 154.94 97.451238) (width 0.25) (layer F.Cu) (net 27))
(segment (start 191.77 97.79) (end 191.77 92.71) (width 0.25) (layer F.Cu) (net 27))
(segment (start 141.901238 92.71) (end 139.7 90.508762) (width 0.25) (layer F.Cu) (net 27))
(segment (start 191.77 92.71) (end 141.901238 92.71) (width 0.25) (layer F.Cu) (net 27))
(segment (start 139.7 89.831238) (end 144.441238 85.09) (width 0.25) (layer F.Cu) (net 27))
(segment (start 139.7 90.508762) (end 139.7 89.831238) (width 0.25) (layer F.Cu) (net 27))
(segment (start 144.441238 85.09) (end 193.04 85.09) (width 0.25) (layer F.Cu) (net 27))
(segment (start 193.04 85.09) (end 193.04 53.34) (width 0.25) (layer F.Cu) (net 27))
(segment (start 193.04 53.34) (end 142.24 53.34) (width 0.25) (layer F.Cu) (net 27))
(segment (start 142.24 53.34) (end 142.24 60.96) (width 0.25) (layer F.Cu) (net 27))
(segment (start 153.67 105.41) (end 194.31 105.41) (width 0.25) (layer F.Cu) (net 28))
(segment (start 194.31 105.41) (end 194.31 97.79) (width 0.25) (layer F.Cu) (net 28))
(segment (start 137.97999 97.9764) (end 137.97999 89.35001) (width 0.25) (layer F.Cu) (net 28))
(segment (start 140.33359 100.33) (end 137.97999 97.9764) (width 0.25) (layer F.Cu) (net 28))
(segment (start 153.67 100.33) (end 153.67 105.41) (width 0.25) (layer F.Cu) (net 28))
(segment (start 153.67 100.33) (end 140.33359 100.33) (width 0.25) (layer F.Cu) (net 28))
(segment (start 153.67 97.79) (end 153.67 100.33) (width 0.25) (layer F.Cu) (net 28))
(segment (start 139.7 64.702081) (end 139.7 63.5) (width 0.25) (layer F.Cu) (net 28))
(segment (start 139.7 87.63) (end 139.7 64.702081) (width 0.25) (layer F.Cu) (net 28))
(segment (start 137.97999 89.35001) (end 139.7 87.63) (width 0.25) (layer F.Cu) (net 28))
(segment (start 114.3 91.44) (end 114.3 97.79) (width 0.25) (layer F.Cu) (net 29))
(segment (start 149.86 63.5) (end 149.86 74.93) (width 0.25) (layer B.Cu) (net 30))
(segment (start 124.46 74.93) (end 122.681999 76.708001) (width 0.25) (layer B.Cu) (net 30))
(segment (start 122.681999 76.708001) (end 121.92 77.47) (width 0.25) (layer B.Cu) (net 30))
(segment (start 149.86 74.93) (end 124.46 74.93) (width 0.25) (layer B.Cu) (net 30))
(segment (start 114.3 85.09) (end 114.3 77.47) (width 0.25) (layer F.Cu) (net 31))
(segment (start 121.92 78.74) (end 121.92 91.44) (width 0.25) (layer B.Cu) (net 32))
(segment (start 163.83 76.83641) (end 161.92641 78.74) (width 0.25) (layer B.Cu) (net 32))
(segment (start 161.92641 78.74) (end 121.92 78.74) (width 0.25) (layer B.Cu) (net 32))
(segment (start 162.56 60.96) (end 163.83 62.23) (width 0.25) (layer B.Cu) (net 32))
(segment (start 163.83 62.23) (end 163.83 76.83641) (width 0.25) (layer B.Cu) (net 32))
(segment (start 116.84 85.09) (end 116.84 97.79) (width 0.25) (layer F.Cu) (net 33))
(segment (start 116.84 97.79) (end 116.84 104.14) (width 0.25) (layer F.Cu) (net 33))
(segment (start 116.84 85.09) (end 116.84 67.31) (width 0.25) (layer F.Cu) (net 33))
(segment (start 173.99 76.2) (end 170.18 72.39) (width 0.25) (layer F.Cu) (net 33))
(segment (start 170.18 72.39) (end 170.18 63.5) (width 0.25) (layer F.Cu) (net 33))
(segment (start 148.59 76.2) (end 152.4 76.2) (width 0.25) (layer F.Cu) (net 33))
(segment (start 152.4 76.2) (end 152.4 63.5) (width 0.25) (layer F.Cu) (net 33))
(segment (start 135.469999 64.349999) (end 134.62 63.5) (width 0.25) (layer F.Cu) (net 33))
(segment (start 135.89 64.77) (end 135.469999 64.349999) (width 0.25) (layer F.Cu) (net 33))
(segment (start 135.89 76.2) (end 135.89 64.77) (width 0.25) (layer F.Cu) (net 33))
(segment (start 116.84 67.31) (end 135.89 67.31) (width 0.25) (layer F.Cu) (net 33))
(segment (start 152.4 60.96) (end 152.4 58.42) (width 0.25) (layer B.Cu) (net 34))
(segment (start 152.4 58.42) (end 119.38 58.42) (width 0.25) (layer B.Cu) (net 34))
(segment (start 119.38 58.42) (end 119.38 64.77) (width 0.25) (layer B.Cu) (net 34))
(segment (start 119.38 64.77) (end 116.84 64.77) (width 0.25) (layer B.Cu) (net 34))
(segment (start 116.84 62.23) (end 116.84 57.15) (width 0.25) (layer B.Cu) (net 35))
(segment (start 116.84 57.15) (end 157.48 57.15) (width 0.25) (layer B.Cu) (net 35))
(segment (start 157.48 57.15) (end 157.48 60.96) (width 0.25) (layer B.Cu) (net 35))
)