-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTC15_programmator.kicad_pcb
799 lines (783 loc) · 67.8 KB
/
STC15_programmator.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
(kicad_pcb (version 20211014) (generator pcbnew)
(general
(thickness 1.6)
)
(paper "A4")
(layers
(0 "F.Cu" signal)
(31 "B.Cu" signal)
(32 "B.Adhes" user "B.Adhesive")
(33 "F.Adhes" user "F.Adhesive")
(34 "B.Paste" user)
(35 "F.Paste" user)
(36 "B.SilkS" user "B.Silkscreen")
(37 "F.SilkS" user "F.Silkscreen")
(38 "B.Mask" user)
(39 "F.Mask" user)
(40 "Dwgs.User" user "User.Drawings")
(41 "Cmts.User" user "User.Comments")
(42 "Eco1.User" user "User.Eco1")
(43 "Eco2.User" user "User.Eco2")
(44 "Edge.Cuts" user)
(45 "Margin" user)
(46 "B.CrtYd" user "B.Courtyard")
(47 "F.CrtYd" user "F.Courtyard")
(48 "B.Fab" user)
(49 "F.Fab" user)
(50 "User.1" user)
(51 "User.2" user)
(52 "User.3" user)
(53 "User.4" user)
(54 "User.5" user)
(55 "User.6" user)
(56 "User.7" user)
(57 "User.8" user)
(58 "User.9" user)
)
(setup
(pad_to_mask_clearance 0)
(aux_axis_origin 109.22 67.31)
(pcbplotparams
(layerselection 0x00010fc_ffffffff)
(disableapertmacros false)
(usegerberextensions false)
(usegerberattributes true)
(usegerberadvancedattributes true)
(creategerberjobfile true)
(svguseinch false)
(svgprecision 6)
(excludeedgelayer true)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(dxfpolygonmode true)
(dxfimperialunits true)
(dxfusepcbnewfont true)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(sketchpadsonfab false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 1)
(scaleselection 1)
(outputdirectory "")
)
)
(net 0 "")
(net 1 "USB TxD")
(net 2 "MCU RxD")
(net 3 "USB +5V")
(net 4 "USB RxD")
(net 5 "MCU GND")
(net 6 "MCU +5V")
(net 7 "MCU TxD")
(net 8 "Net-(C2-Pad1)")
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu")
(tedit 59FED5CC) (tstamp 12a9d95a-8beb-4447-9e6a-7e9273ee20c1)
(at 146.05 86.36)
(descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x04 2.54mm single row")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/c235747a-8a57-4bc4-8025-08003a1a8bd6")
(attr through_hole)
(fp_text reference "J2" (at 0 -2.33) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5fc33616-abb6-404e-883b-e9663cd70743)
)
(fp_text value "Conn_01x04" (at 0 9.95) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 1f5ba162-4ccd-4aaf-8771-07c9968db2ff)
)
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 75300055-e402-4490-85fd-63c66aa7f7ba)
)
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 122d9bf2-7558-46b3-91e9-8ca16d6e0f80))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 20809e51-e85d-4b57-94a8-6762ef6b91e8))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 3b3167b4-3a68-4819-b9e4-462e698525c3))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 5bdb6a04-f939-4d53-82fa-457f6af86f81))
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 709d6bec-60da-4b45-9503-bd8cd7a4cb40))
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp d357b7ce-f961-4953-b2f7-bab46d4fa9be))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 458ae024-5963-4700-9c76-3873231647f3))
(fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 7d114bf0-4e62-42c6-9463-ba5947419f39))
(fp_line (start -1.8 9.4) (end 1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp ec507eaa-a621-420a-9c1a-86d9491c9744))
(fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp f59264c0-6ca1-405e-84b6-15e13ba3225a))
(fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 13b107d2-fec5-41de-8518-30b7314983d2))
(fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp 4801cb07-6445-4473-a1b7-95d0ae471bc9))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp b570f8f3-32e7-4fbc-af95-f26b813e8e47))
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp bf4016c0-ce21-4b38-a876-c62e5f132879))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp fd13e198-10ab-41bf-b793-bac99a96e815))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 6 "MCU +5V") (pinfunction "Pin_1") (pintype "passive") (tstamp 028c9949-2a52-48df-a8e8-ceb073046f2c))
(pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 7 "MCU TxD") (pinfunction "Pin_2") (pintype "passive") (tstamp 711aa1ca-c950-496f-90d5-32ed1e6cb768))
(pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 2 "MCU RxD") (pinfunction "Pin_3") (pintype "passive") (tstamp 5ab89ea9-66ab-4a83-be8e-70194d33f7ec))
(pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 5 "MCU GND") (pinfunction "Pin_4") (pintype "passive") (tstamp 40315e79-0390-423f-bd82-3156c83e521a))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_2x01_P2.54mm_Vertical" (layer "F.Cu")
(tedit 59FED5CC) (tstamp 3224ed8e-8a18-4256-a1a1-afddaf50273f)
(at 111.76 73.66 90)
(descr "Through hole straight pin header, 2x01, 2.54mm pitch, double rows")
(tags "Through hole pin header THT 2x01 2.54mm double row")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/ddc11856-64fa-4030-9a8f-92a9d12f33e5")
(attr through_hole)
(fp_text reference "JP1" (at 6.35 0 180) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a092ba1c-488f-4d35-a4c7-da1e5c4ae48c)
)
(fp_text value "Jumper_2_Open" (at 1.27 2.33 90) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f3a8bddd-72ae-40c8-9724-ec1936704965)
)
(fp_text user "${REFERENCE}" (at 1.27 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 8c88869b-44e5-4b99-a712-dc8e3ce2037e)
)
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 230d1851-6b00-4d3a-9e7f-a816e540ca24))
(fp_line (start 3.87 -1.33) (end 3.87 1.33) (layer "F.SilkS") (width 0.12) (tstamp 64e771bb-111c-4feb-9fc1-7de4fc3c8504))
(fp_line (start -1.33 1.27) (end -1.33 1.33) (layer "F.SilkS") (width 0.12) (tstamp 680d6941-83a0-4e9c-b489-dba47a88177c))
(fp_line (start -1.33 1.33) (end 3.87 1.33) (layer "F.SilkS") (width 0.12) (tstamp 87a4f2d9-63cb-4e3d-9f67-b3828d8b7aa8))
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 8baf674d-101a-46a0-a962-2f2ed042f646))
(fp_line (start 1.27 -1.33) (end 3.87 -1.33) (layer "F.SilkS") (width 0.12) (tstamp ac747084-d111-465e-a0d8-28612a117b9f))
(fp_line (start -1.33 1.27) (end 1.27 1.27) (layer "F.SilkS") (width 0.12) (tstamp c34ce6bf-fdf7-4cee-9829-604c424b9165))
(fp_line (start 1.27 1.27) (end 1.27 -1.33) (layer "F.SilkS") (width 0.12) (tstamp e95f948c-031c-4caf-9918-965f3d865d25))
(fp_line (start 4.35 1.8) (end 4.35 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 01f7597c-8647-44c5-b2c4-51efc46c9e87))
(fp_line (start -1.8 1.8) (end 4.35 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 07987839-1f6b-4f79-8319-a24270029cf3))
(fp_line (start 4.35 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 53644aee-c290-4367-b3f0-e0ce6f5a8d89))
(fp_line (start -1.8 -1.8) (end -1.8 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 902a591d-d0e8-4c1d-895d-47e76886db76))
(fp_line (start -1.27 0) (end 0 -1.27) (layer "F.Fab") (width 0.1) (tstamp 4227cb4a-1bb3-4ad9-bca9-3f4982125545))
(fp_line (start 0 -1.27) (end 3.81 -1.27) (layer "F.Fab") (width 0.1) (tstamp 5b8ead49-e023-4eda-99fd-807da43a281c))
(fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer "F.Fab") (width 0.1) (tstamp 8ea9e431-cb58-460c-83e4-1ac03e512594))
(fp_line (start 3.81 1.27) (end -1.27 1.27) (layer "F.Fab") (width 0.1) (tstamp 9545794e-b5ce-46ca-b6ec-18d937cdf6a4))
(fp_line (start -1.27 1.27) (end -1.27 0) (layer "F.Fab") (width 0.1) (tstamp d90e6d96-637e-48b9-bc0a-2cbbbb1fdf29))
(pad "1" thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 3 "USB +5V") (pinfunction "A") (pintype "passive") (tstamp 9b00e194-c2cb-4136-985e-d65f61465a36))
(pad "2" thru_hole oval (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 6 "MCU +5V") (pinfunction "B") (pintype "passive") (tstamp 6985daf9-8667-4e47-921c-956221b3ad17))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x01_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu")
(tedit 5AE50EF0) (tstamp 5bc19503-df69-4249-9eee-5cfe33e29e70)
(at 146.05 73.59 180)
(descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor")
(tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/ac30bdb4-8d3e-43e9-b3a3-050744746b5e")
(attr through_hole)
(fp_text reference "C3" (at 1.27 3.74) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f6adc6a8-5717-424f-94c1-87c9aef2138f)
)
(fp_text value "100mF" (at 1.25 3.75) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 94b2e1ee-7032-43ca-9ac0-d42fdfb7af90)
)
(fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f9c5487d-6abf-46c8-8299-9158647fbce8)
)
(fp_line (start 2.251 -2.382) (end 2.251 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 04dbcd99-e09c-4c1b-9c30-459e57b49703))
(fp_line (start 3.611 -1.098) (end 3.611 1.098) (layer "F.SilkS") (width 0.12) (tstamp 0814260f-fcb5-424c-88c1-029bc809c63f))
(fp_line (start 3.171 -1.743) (end 3.171 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 081fb8f5-5f46-465b-bd79-9f4aef11ff24))
(fp_line (start 2.051 -2.455) (end 2.051 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0b71e076-4197-42ae-8430-dd2c56729b94))
(fp_line (start 2.171 1.04) (end 2.171 2.414) (layer "F.SilkS") (width 0.12) (tstamp 0c687462-425d-4cfc-ab80-0e4b841ddcb6))
(fp_line (start 3.451 1.04) (end 3.451 1.383) (layer "F.SilkS") (width 0.12) (tstamp 0d4f866a-d60f-42b8-a604-143c665e7bdc))
(fp_line (start 2.291 1.04) (end 2.291 2.365) (layer "F.SilkS") (width 0.12) (tstamp 0d8471a5-aa48-43ae-b643-64a106f718fb))
(fp_line (start 2.731 1.04) (end 2.731 2.122) (layer "F.SilkS") (width 0.12) (tstamp 0e74d550-e11d-4f7d-a3eb-30604596d7f3))
(fp_line (start 3.731 -0.805) (end 3.731 0.805) (layer "F.SilkS") (width 0.12) (tstamp 0ef1844c-c03b-464e-9e33-2acd3e168914))
(fp_line (start 3.651 -1.011) (end 3.651 1.011) (layer "F.SilkS") (width 0.12) (tstamp 1080eb1d-1c71-42de-9c07-10c30686af2d))
(fp_line (start 1.29 -2.58) (end 1.29 2.58) (layer "F.SilkS") (width 0.12) (tstamp 10c190dd-8fd8-4090-93a6-f5d6a7dae656))
(fp_line (start 2.971 1.04) (end 2.971 1.937) (layer "F.SilkS") (width 0.12) (tstamp 1378f527-420f-4d58-bdab-51a1811ca46a))
(fp_line (start 1.69 -2.543) (end 1.69 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 13f4d10d-d889-43da-af3c-a3ed33d1ad96))
(fp_line (start 2.371 -2.329) (end 2.371 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 1638b79d-2dcd-437f-b947-f8d4b4ef38b2))
(fp_line (start 1.85 -2.511) (end 1.85 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 17b04dff-ec9b-40eb-8995-5579912a7190))
(fp_line (start 3.811 -0.518) (end 3.811 0.518) (layer "F.SilkS") (width 0.12) (tstamp 1a45d5cd-d811-441a-844c-ca1c724a0877))
(fp_line (start 1.25 -2.58) (end 1.25 2.58) (layer "F.SilkS") (width 0.12) (tstamp 1b84ead0-e44f-4fe9-a4d5-c9a8151553ef))
(fp_line (start 2.331 1.04) (end 2.331 2.348) (layer "F.SilkS") (width 0.12) (tstamp 1d73a640-069f-4975-b323-3580e9400c74))
(fp_line (start 1.37 -2.578) (end 1.37 2.578) (layer "F.SilkS") (width 0.12) (tstamp 204484e3-2d93-470f-bd12-8270bf7f2299))
(fp_line (start 3.251 1.04) (end 3.251 1.653) (layer "F.SilkS") (width 0.12) (tstamp 21521cd6-ade1-41b6-bcf7-ff2ade9e1cb2))
(fp_line (start 3.131 1.04) (end 3.131 1.785) (layer "F.SilkS") (width 0.12) (tstamp 2427ccc4-5409-43ef-9765-a7821e17a17f))
(fp_line (start 2.651 1.04) (end 2.651 2.175) (layer "F.SilkS") (width 0.12) (tstamp 24bc76ed-30e3-43af-8b62-33449388c2cf))
(fp_line (start 3.851 -0.284) (end 3.851 0.284) (layer "F.SilkS") (width 0.12) (tstamp 282ad79d-3aa2-4ecf-aa0c-37f1bb218962))
(fp_line (start 2.931 1.04) (end 2.931 1.971) (layer "F.SilkS") (width 0.12) (tstamp 29982913-06ce-41f7-a26b-e823b206df11))
(fp_line (start 2.771 1.04) (end 2.771 2.095) (layer "F.SilkS") (width 0.12) (tstamp 2aae7179-04ea-442d-b0f4-6db65db1a258))
(fp_line (start 1.971 1.04) (end 1.971 2.48) (layer "F.SilkS") (width 0.12) (tstamp 2e750e63-22ec-4f60-a6ad-56d4d814495a))
(fp_line (start 3.371 -1.5) (end 3.371 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 2e911a84-7f26-4fa9-9877-359b90b9be1e))
(fp_line (start 3.091 -1.826) (end 3.091 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3086250c-c1a2-4e1b-928e-f8e3a92dbe76))
(fp_line (start 1.73 1.04) (end 1.73 2.536) (layer "F.SilkS") (width 0.12) (tstamp 30a20163-2980-421e-84c6-412a75cc7b61))
(fp_line (start 1.45 -2.573) (end 1.45 2.573) (layer "F.SilkS") (width 0.12) (tstamp 33f1603e-40d8-4135-a06e-4e6ecbf2fc02))
(fp_line (start 2.491 1.04) (end 2.491 2.268) (layer "F.SilkS") (width 0.12) (tstamp 346b2d26-e57f-4b24-bb23-49a12afa91c9))
(fp_line (start 3.691 -0.915) (end 3.691 0.915) (layer "F.SilkS") (width 0.12) (tstamp 34b9e6f1-c5b5-43e4-b674-0aec4fa27bb8))
(fp_line (start 3.491 -1.319) (end 3.491 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 364c0c9a-8e23-4892-93c1-5c5a96f1d02e))
(fp_line (start 2.971 -1.937) (end 2.971 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 377f4668-8b1d-4723-ad7b-7ea3b463f6a2))
(fp_line (start 1.33 -2.579) (end 1.33 2.579) (layer "F.SilkS") (width 0.12) (tstamp 3bdae833-e454-49fd-b1b3-6521b18f4026))
(fp_line (start 3.411 1.04) (end 3.411 1.443) (layer "F.SilkS") (width 0.12) (tstamp 3ca14f05-7ca3-4cd9-a7e8-646204c5390b))
(fp_line (start 3.011 1.04) (end 3.011 1.901) (layer "F.SilkS") (width 0.12) (tstamp 43719317-1e85-4fba-b11d-5e44a0435230))
(fp_line (start 1.69 1.04) (end 1.69 2.543) (layer "F.SilkS") (width 0.12) (tstamp 44c7414b-270f-464a-8c5c-946bf2576861))
(fp_line (start 2.851 1.04) (end 2.851 2.035) (layer "F.SilkS") (width 0.12) (tstamp 498a3a72-dfd7-4973-8010-8f38e41c9607))
(fp_line (start 2.571 1.04) (end 2.571 2.224) (layer "F.SilkS") (width 0.12) (tstamp 49ce8dac-833c-4213-a933-a2d63439b52f))
(fp_line (start 3.091 1.04) (end 3.091 1.826) (layer "F.SilkS") (width 0.12) (tstamp 4a457593-4ca2-45d5-b5ec-246cb36e2bdf))
(fp_line (start 3.331 -1.554) (end 3.331 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 4a88a1d7-60c8-4540-9e1f-b00c892f57b3))
(fp_line (start 2.571 -2.224) (end 2.571 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 521f3d52-517a-4557-a8b2-35e5af581819))
(fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) (layer "F.SilkS") (width 0.12) (tstamp 57bf350f-b8ed-4910-bd59-8dcc98ef9907))
(fp_line (start 3.171 1.04) (end 3.171 1.743) (layer "F.SilkS") (width 0.12) (tstamp 58b4ba84-0154-4dce-b55c-d8ab8cb5aa7d))
(fp_line (start 1.57 -2.561) (end 1.57 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 58bf574c-9ace-4cc1-9b0f-2f8cbb1a1a47))
(fp_line (start 1.81 1.04) (end 1.81 2.52) (layer "F.SilkS") (width 0.12) (tstamp 58fcfb43-4eef-4733-943b-56a35094b575))
(fp_line (start 1.65 -2.55) (end 1.65 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 5a848000-0878-4219-b23f-3bea0bcae8e9))
(fp_line (start 2.611 1.04) (end 2.611 2.2) (layer "F.SilkS") (width 0.12) (tstamp 5d142f62-e181-4bca-8a3d-a186b66df84d))
(fp_line (start 3.411 -1.443) (end 3.411 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 618b16a9-e68e-4a20-9b47-18bdd3755bf2))
(fp_line (start 3.211 -1.699) (end 3.211 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 6bb0daca-81f2-40c1-aa15-f1bdb60ec045))
(fp_line (start 2.291 -2.365) (end 2.291 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 6d728c5c-139f-458b-9cc9-984f9eef792c))
(fp_line (start 2.011 1.04) (end 2.011 2.468) (layer "F.SilkS") (width 0.12) (tstamp 6ec08927-ed43-4af1-b5c1-cb1559a238b0))
(fp_line (start 1.73 -2.536) (end 1.73 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 77a92f4b-4f02-442f-8b3a-3a3ac072d6b0))
(fp_line (start 2.091 -2.442) (end 2.091 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 7d593d11-76fa-4443-b990-eadf25da38ff))
(fp_line (start 2.131 -2.428) (end 2.131 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 81dcdfda-e344-4bee-be67-7d6dc864b2f5))
(fp_line (start 1.89 -2.501) (end 1.89 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 8764e509-fb69-466b-8c39-eb671cf376ae))
(fp_line (start 2.611 -2.2) (end 2.611 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 87bd1371-bb3f-4315-bd64-4c0199a968fc))
(fp_line (start 2.891 1.04) (end 2.891 2.004) (layer "F.SilkS") (width 0.12) (tstamp 881dd366-8577-4c01-afe1-69fb47e9be57))
(fp_line (start 2.531 1.04) (end 2.531 2.247) (layer "F.SilkS") (width 0.12) (tstamp 8d2eb404-ce29-4708-9f64-cc2b465d7206))
(fp_line (start 3.451 -1.383) (end 3.451 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 8dc4930a-9e87-47dc-8147-3827e5cfe514))
(fp_line (start 1.57 1.04) (end 1.57 2.561) (layer "F.SilkS") (width 0.12) (tstamp 8de50ff4-11b5-4f8b-ac49-d6264030d857))
(fp_line (start 3.571 -1.178) (end 3.571 1.178) (layer "F.SilkS") (width 0.12) (tstamp 90e40b85-cc77-4403-890d-ec66d20fa20a))
(fp_line (start 3.491 1.04) (end 3.491 1.319) (layer "F.SilkS") (width 0.12) (tstamp 92fba8b7-d4c7-4943-95e1-59cd1d6a50d3))
(fp_line (start 2.531 -2.247) (end 2.531 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9b2f566e-2c80-4559-96f1-e6ae303a8684))
(fp_line (start 2.131 1.04) (end 2.131 2.428) (layer "F.SilkS") (width 0.12) (tstamp 9b8ac9de-134e-49d0-8a53-a36d49a6730f))
(fp_line (start 1.85 1.04) (end 1.85 2.511) (layer "F.SilkS") (width 0.12) (tstamp 9ea53662-2a82-4139-a3f1-07e129ceac0f))
(fp_line (start 2.691 -2.149) (end 2.691 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 9fe70d64-30a5-4538-8c00-9dabce1da604))
(fp_line (start 2.211 -2.398) (end 2.211 -1.04) (layer "F.SilkS") (width 0.12) (tstamp a4d528c3-efd6-46fe-b433-e8abb4d56b69))
(fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) (layer "F.SilkS") (width 0.12) (tstamp a4fc5f7f-d87f-453e-aa65-cd2ddfea74c3))
(fp_line (start 1.93 1.04) (end 1.93 2.491) (layer "F.SilkS") (width 0.12) (tstamp a4fefe3d-f57e-4cfb-81ff-bb9ccbf41f61))
(fp_line (start 3.211 1.04) (end 3.211 1.699) (layer "F.SilkS") (width 0.12) (tstamp a537bde8-ec79-4db3-b864-f293a21733a4))
(fp_line (start 1.61 1.04) (end 1.61 2.556) (layer "F.SilkS") (width 0.12) (tstamp a7fa0b58-1bd3-4c39-81b1-515282863d23))
(fp_line (start 2.731 -2.122) (end 2.731 -1.04) (layer "F.SilkS") (width 0.12) (tstamp a838fdc7-27a8-4d34-8e5b-1eb9d891fb7e))
(fp_line (start 3.131 -1.785) (end 3.131 -1.04) (layer "F.SilkS") (width 0.12) (tstamp aa128db7-03b1-48e2-bcc3-9600dfef0f2a))
(fp_line (start 1.81 -2.52) (end 1.81 -1.04) (layer "F.SilkS") (width 0.12) (tstamp aacfc54a-5925-4f47-9ada-ba8343fb4dc2))
(fp_line (start 3.051 1.04) (end 3.051 1.864) (layer "F.SilkS") (width 0.12) (tstamp ab5076fe-b476-45dd-bf15-041e4a9d2295))
(fp_line (start 2.891 -2.004) (end 2.891 -1.04) (layer "F.SilkS") (width 0.12) (tstamp ae2daf17-cbe7-4e7e-ba73-f53ebfa150c1))
(fp_line (start 2.491 -2.268) (end 2.491 -1.04) (layer "F.SilkS") (width 0.12) (tstamp affd7019-c0e5-48ac-a7d4-93d2d2a6474c))
(fp_line (start 3.371 1.04) (end 3.371 1.5) (layer "F.SilkS") (width 0.12) (tstamp b027a0b3-c08c-481f-9fde-979adf9c8934))
(fp_line (start 1.41 -2.576) (end 1.41 2.576) (layer "F.SilkS") (width 0.12) (tstamp b4715b83-5e69-453a-b49e-4bdff2069aad))
(fp_line (start 3.251 -1.653) (end 3.251 -1.04) (layer "F.SilkS") (width 0.12) (tstamp b71e1c41-b583-4b72-8ea4-ce58076d1479))
(fp_line (start 2.811 1.04) (end 2.811 2.065) (layer "F.SilkS") (width 0.12) (tstamp b9e4a9a3-6e79-4c5e-8e89-1dec903ca8d7))
(fp_line (start 2.851 -2.035) (end 2.851 -1.04) (layer "F.SilkS") (width 0.12) (tstamp bb646832-db44-474e-be98-b3d91e7562bf))
(fp_line (start 1.89 1.04) (end 1.89 2.501) (layer "F.SilkS") (width 0.12) (tstamp bcac86d8-ca7f-410b-8c8f-eda96d644d6f))
(fp_line (start 1.77 1.04) (end 1.77 2.528) (layer "F.SilkS") (width 0.12) (tstamp bcc288c9-ebe4-4665-8834-d44085ae6606))
(fp_line (start 3.291 -1.605) (end 3.291 -1.04) (layer "F.SilkS") (width 0.12) (tstamp bce461e1-4d28-49ca-aac4-e4cbc2f01845))
(fp_line (start 2.371 1.04) (end 2.371 2.329) (layer "F.SilkS") (width 0.12) (tstamp bde518b9-0d7f-469d-9276-16e0453b6de5))
(fp_line (start 2.251 1.04) (end 2.251 2.382) (layer "F.SilkS") (width 0.12) (tstamp beecf754-c67a-4474-ad32-f93e78620d4d))
(fp_line (start 3.531 1.04) (end 3.531 1.251) (layer "F.SilkS") (width 0.12) (tstamp c20b9be7-8505-44ce-80e5-9be9f29bd0f4))
(fp_line (start 3.291 1.04) (end 3.291 1.605) (layer "F.SilkS") (width 0.12) (tstamp c31572d7-ddea-439d-989a-0c6d73ea7a3b))
(fp_line (start 3.331 1.04) (end 3.331 1.554) (layer "F.SilkS") (width 0.12) (tstamp c3cbed3d-dd15-431a-8f84-3f09f50bc75e))
(fp_line (start 3.011 -1.901) (end 3.011 -1.04) (layer "F.SilkS") (width 0.12) (tstamp cda4a103-a4de-4122-8d06-670daf5c7788))
(fp_line (start 2.691 1.04) (end 2.691 2.149) (layer "F.SilkS") (width 0.12) (tstamp cf602f76-202b-4f6d-badd-167f5a7ff391))
(fp_line (start 1.61 -2.556) (end 1.61 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d101f3e2-9207-4bb8-a327-efb61eb9df3d))
(fp_line (start 1.53 1.04) (end 1.53 2.565) (layer "F.SilkS") (width 0.12) (tstamp d5079ec0-08d3-4783-9e5d-3cab993f357c))
(fp_line (start 2.411 1.04) (end 2.411 2.31) (layer "F.SilkS") (width 0.12) (tstamp d520e6ac-d228-486c-b072-e0ec5418a270))
(fp_line (start 2.411 -2.31) (end 2.411 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d6123f85-5b0d-40d0-9d1c-4e00be2ec5cf))
(fp_line (start 1.93 -2.491) (end 1.93 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d6e539b2-6b82-46b0-8fc1-8f032e6f35d3))
(fp_line (start 2.651 -2.175) (end 2.651 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d6e8f02f-5d0f-4e7f-8486-b23ae0bf2344))
(fp_line (start 3.051 -1.864) (end 3.051 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d77f0692-f3a2-41d4-9917-d34fffe5a950))
(fp_line (start 2.931 -1.971) (end 2.931 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d96fa97f-c343-41af-b730-9271d473eb72))
(fp_line (start 1.65 1.04) (end 1.65 2.55) (layer "F.SilkS") (width 0.12) (tstamp d96fbfd5-e67c-4c99-9a81-2f44a48f85f9))
(fp_line (start 1.77 -2.528) (end 1.77 -1.04) (layer "F.SilkS") (width 0.12) (tstamp dfd7661a-c449-41f8-ac8c-52d7ccca9059))
(fp_line (start 1.49 -2.569) (end 1.49 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e143d598-aef4-4c55-860a-778569d67987))
(fp_line (start 2.771 -2.095) (end 2.771 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e572fc53-0909-4f56-9921-13c358666e9f))
(fp_line (start 3.771 -0.677) (end 3.771 0.677) (layer "F.SilkS") (width 0.12) (tstamp e63fab68-1d18-4f81-b5e4-4d74fb032ca3))
(fp_line (start 2.171 -2.414) (end 2.171 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e76aadd4-5b8d-480f-907a-db4b30b94fb1))
(fp_line (start 2.211 1.04) (end 2.211 2.398) (layer "F.SilkS") (width 0.12) (tstamp e8b402ec-4522-4c7b-8884-758c713092ae))
(fp_line (start 2.811 -2.065) (end 2.811 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e9360881-c9cc-4ed3-8f61-82ee59700542))
(fp_line (start 1.49 1.04) (end 1.49 2.569) (layer "F.SilkS") (width 0.12) (tstamp ec1e0ee1-0b62-4900-b81c-44e7e6953326))
(fp_line (start 1.971 -2.48) (end 1.971 -1.04) (layer "F.SilkS") (width 0.12) (tstamp ec573fde-93f0-4529-8c4b-44c5c8886ed1))
(fp_line (start 2.091 1.04) (end 2.091 2.442) (layer "F.SilkS") (width 0.12) (tstamp ef3f0e24-00ee-46f1-9d0f-0c4a655947cc))
(fp_line (start 2.451 1.04) (end 2.451 2.29) (layer "F.SilkS") (width 0.12) (tstamp f0f5d609-534b-48a5-9da3-3a85cffb3dd0))
(fp_line (start 2.051 1.04) (end 2.051 2.455) (layer "F.SilkS") (width 0.12) (tstamp f0ff8468-acfc-406a-a94b-66e122bc2250))
(fp_line (start 2.011 -2.468) (end 2.011 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f345a92e-ca41-406b-ade1-2fd686c95792))
(fp_line (start 1.53 -2.565) (end 1.53 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f3d8af40-e1f6-4e0e-a058-492be03566ce))
(fp_line (start 2.331 -2.348) (end 2.331 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f5244470-2a0f-4f91-abdd-873649401d4d))
(fp_line (start 3.531 -1.251) (end 3.531 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f6639366-bcad-447a-b1c9-480129824928))
(fp_line (start 2.451 -2.29) (end 2.451 -1.04) (layer "F.SilkS") (width 0.12) (tstamp fc849df3-40a0-4782-834f-4b0f16c21dc5))
(fp_circle (center 1.25 0) (end 3.87 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 48d3a798-79f0-493f-95c4-065acb14a8bc))
(fp_circle (center 1.25 0) (end 4 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp b1fc4486-1ca3-48ce-8499-4d24a92eeb76))
(fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) (layer "F.Fab") (width 0.1) (tstamp a2dab983-3ce0-4c79-8679-d3ea04bc5bab))
(fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) (layer "F.Fab") (width 0.1) (tstamp aff3932b-ffb5-4d34-96fb-266c681045f8))
(fp_circle (center 1.25 0) (end 3.75 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp d2545f6e-fc6c-4475-9ce6-8dd18d97a5d0))
(pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 6 "MCU +5V") (pintype "passive") (tstamp cf3734fc-9749-4f97-83a5-63d9acc6336e))
(pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 8 "Net-(C2-Pad1)") (pintype "passive") (tstamp 1751d09c-ae6a-463e-9501-19b1f6c49394))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" (layer "F.Cu")
(tedit 5AE50EF0) (tstamp 7722ff21-1525-440f-bc54-1dafe20ca7bb)
(at 146.05 80.22 180)
(descr "CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor")
(tags "CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/9fa34c88-1e1e-4927-a8c3-e0f977839c3a")
(attr through_hole)
(fp_text reference "C2" (at 5.08 -2.33) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4aee10e2-47ab-4747-8b03-fdc864ec6067)
)
(fp_text value "100mF" (at 1.25 3.75) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 55f04a17-9b8d-47e5-8e6d-233d5e055e4f)
)
(fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 7c98716e-6f74-40f5-99ff-b0c0767526b0)
)
(fp_line (start 2.651 -2.175) (end 2.651 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 02fd5ec8-08ac-4087-937f-eb7fea60289e))
(fp_line (start 2.611 1.04) (end 2.611 2.2) (layer "F.SilkS") (width 0.12) (tstamp 07e3f096-cd1d-499b-996e-90ef6e1e5fbd))
(fp_line (start 1.61 -2.556) (end 1.61 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0994d1af-88dc-4213-80ba-84dfcdc75949))
(fp_line (start 3.491 -1.319) (end 3.491 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0aa4e653-548f-4251-bef7-8616f4832923))
(fp_line (start 2.371 -2.329) (end 2.371 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 0dd5d1c8-9f31-4556-bd81-1c3eb90bf843))
(fp_line (start 3.011 1.04) (end 3.011 1.901) (layer "F.SilkS") (width 0.12) (tstamp 0f9a71ed-6364-43a5-8317-ccc2ba7eb114))
(fp_line (start 2.691 1.04) (end 2.691 2.149) (layer "F.SilkS") (width 0.12) (tstamp 104dd9eb-fcd9-42de-9e70-ffae53d93874))
(fp_line (start 2.291 1.04) (end 2.291 2.365) (layer "F.SilkS") (width 0.12) (tstamp 10d07b0c-628c-485b-82c6-e137b7b71944))
(fp_line (start 3.611 -1.098) (end 3.611 1.098) (layer "F.SilkS") (width 0.12) (tstamp 1145fa0e-ceb6-44e4-bc59-c462dcbd552c))
(fp_line (start 1.69 1.04) (end 1.69 2.543) (layer "F.SilkS") (width 0.12) (tstamp 121ac42c-18d2-46ea-91ac-1fad08c61b1c))
(fp_line (start 3.771 -0.677) (end 3.771 0.677) (layer "F.SilkS") (width 0.12) (tstamp 1638bc0c-93aa-4ab3-ab20-27790673608a))
(fp_line (start 1.81 -2.52) (end 1.81 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 1a6501cc-715d-43b0-a981-2292c60f4983))
(fp_line (start 2.051 -2.455) (end 2.051 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 2356f909-ad8f-42df-bedf-f464af1fd389))
(fp_line (start 2.451 -2.29) (end 2.451 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 25f55303-765e-412b-ac7c-3d7130be29bb))
(fp_line (start 1.85 -2.511) (end 1.85 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 27770fc6-0039-40d9-99b9-9860f45c286b))
(fp_line (start 2.771 1.04) (end 2.771 2.095) (layer "F.SilkS") (width 0.12) (tstamp 29715773-4c14-4e0b-8ddf-bfd5784117b2))
(fp_line (start 2.731 1.04) (end 2.731 2.122) (layer "F.SilkS") (width 0.12) (tstamp 29ecd7b5-7fa9-455b-8ac5-1e21059ba357))
(fp_line (start 1.971 -2.48) (end 1.971 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 2ff6f1a0-a5f1-4c1d-aae5-b1428cc3bbdf))
(fp_line (start 1.81 1.04) (end 1.81 2.52) (layer "F.SilkS") (width 0.12) (tstamp 32b32d66-288a-4149-88e8-e57c32df5557))
(fp_line (start 2.091 -2.442) (end 2.091 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 32d0e58d-4817-419a-a855-1f7335b1419b))
(fp_line (start 3.171 -1.743) (end 3.171 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 34ec54f0-9b01-4df8-8802-3917d681216b))
(fp_line (start 1.53 1.04) (end 1.53 2.565) (layer "F.SilkS") (width 0.12) (tstamp 3526c4cf-4e98-4587-b9a0-9622fefb95a4))
(fp_line (start 3.131 1.04) (end 3.131 1.785) (layer "F.SilkS") (width 0.12) (tstamp 36ebce42-1977-4e43-8acb-3524ec273839))
(fp_line (start 2.451 1.04) (end 2.451 2.29) (layer "F.SilkS") (width 0.12) (tstamp 38249a63-58f7-43f9-a03c-166c0bc4a931))
(fp_line (start 2.291 -2.365) (end 2.291 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3ab15be2-99b2-43d4-8ac0-c1f678316aa0))
(fp_line (start 2.331 -2.348) (end 2.331 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 3c342f6a-8673-4c59-a261-34e5134a62f8))
(fp_line (start 2.211 -2.398) (end 2.211 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 4167559b-6fa7-41c9-b6aa-272402a7fa1c))
(fp_line (start 1.41 -2.576) (end 1.41 2.576) (layer "F.SilkS") (width 0.12) (tstamp 42588a77-3460-49eb-b135-5d7ebfb53b56))
(fp_line (start 2.731 -2.122) (end 2.731 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 434a488b-5903-4fea-ab2f-fec01dde98e8))
(fp_line (start 1.49 -2.569) (end 1.49 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 4566f801-baac-40bb-9de5-5004989bbb2f))
(fp_line (start 1.57 -2.561) (end 1.57 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 458b507d-3f30-4c57-8ce6-57b4c858651a))
(fp_line (start 3.451 -1.383) (end 3.451 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 479a245e-f619-48c6-94ed-ee4ff6777127))
(fp_line (start -1.304775 -1.725) (end -1.304775 -1.225) (layer "F.SilkS") (width 0.12) (tstamp 47b41ad9-a757-4f3a-bff0-8b79fee2eddf))
(fp_line (start 3.171 1.04) (end 3.171 1.743) (layer "F.SilkS") (width 0.12) (tstamp 507390c8-a273-4049-afba-68ed1ed24c0e))
(fp_line (start 3.371 -1.5) (end 3.371 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 512db475-7d99-44bd-9260-d4b4b3373324))
(fp_line (start 2.651 1.04) (end 2.651 2.175) (layer "F.SilkS") (width 0.12) (tstamp 5437a930-4dc4-4da4-88fe-f510e0944351))
(fp_line (start 3.851 -0.284) (end 3.851 0.284) (layer "F.SilkS") (width 0.12) (tstamp 54a564e0-c8ba-4bd1-8598-b539c744d1a9))
(fp_line (start 2.571 -2.224) (end 2.571 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 55185c78-a903-4eed-9e2d-224f4b24e247))
(fp_line (start 2.811 1.04) (end 2.811 2.065) (layer "F.SilkS") (width 0.12) (tstamp 56a0bc57-66cc-4807-88e8-36e5bbe449e1))
(fp_line (start 2.771 -2.095) (end 2.771 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 5cbb1171-2d27-40a8-ad95-da0c2a4f75e6))
(fp_line (start 1.93 1.04) (end 1.93 2.491) (layer "F.SilkS") (width 0.12) (tstamp 5d84033a-147c-4e7d-91b1-71ebb7342659))
(fp_line (start 2.131 -2.428) (end 2.131 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 5fca397f-3cf3-4edb-9f7e-86f13f7bcf86))
(fp_line (start 3.411 1.04) (end 3.411 1.443) (layer "F.SilkS") (width 0.12) (tstamp 5ffc6b0e-c4a9-4aca-b543-ae959a947f30))
(fp_line (start 3.411 -1.443) (end 3.411 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 62298e0a-3fde-4c99-bb76-1a3e648a46a6))
(fp_line (start 3.331 -1.554) (end 3.331 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 635b8f40-147e-49d7-a503-b9f838ecb374))
(fp_line (start 2.411 1.04) (end 2.411 2.31) (layer "F.SilkS") (width 0.12) (tstamp 63af100a-880a-4d2c-938d-cc1776ba69da))
(fp_line (start 3.211 1.04) (end 3.211 1.699) (layer "F.SilkS") (width 0.12) (tstamp 674393e3-6f9c-4e88-8758-0fd75aa73fc3))
(fp_line (start 1.49 1.04) (end 1.49 2.569) (layer "F.SilkS") (width 0.12) (tstamp 677ce759-f87f-419e-a225-1ef3475953de))
(fp_line (start 2.411 -2.31) (end 2.411 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 704cae83-fcbc-4b4d-8e62-80763b756dcc))
(fp_line (start 1.89 -2.501) (end 1.89 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 714633e9-e7a8-436c-8bb4-30509261c253))
(fp_line (start 1.61 1.04) (end 1.61 2.556) (layer "F.SilkS") (width 0.12) (tstamp 71d611cc-3f1e-48de-b69a-7e6a8bf0fbd5))
(fp_line (start 2.491 1.04) (end 2.491 2.268) (layer "F.SilkS") (width 0.12) (tstamp 7250b522-756d-4f7f-92cb-cd907a8b32a0))
(fp_line (start 3.731 -0.805) (end 3.731 0.805) (layer "F.SilkS") (width 0.12) (tstamp 72ebe68f-58ea-43f3-a6e0-d228c922b869))
(fp_line (start 2.131 1.04) (end 2.131 2.428) (layer "F.SilkS") (width 0.12) (tstamp 742495d9-fd94-42d3-8903-724714961bc6))
(fp_line (start 2.371 1.04) (end 2.371 2.329) (layer "F.SilkS") (width 0.12) (tstamp 74447cb1-3231-4998-a800-5bc080445c98))
(fp_line (start 3.571 -1.178) (end 3.571 1.178) (layer "F.SilkS") (width 0.12) (tstamp 76ff6dd2-39c7-4abe-a0b6-66f7fb39824f))
(fp_line (start 3.531 -1.251) (end 3.531 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 7cd2b742-8af7-4281-82e5-6c4d4e92f61f))
(fp_line (start 3.051 1.04) (end 3.051 1.864) (layer "F.SilkS") (width 0.12) (tstamp 7d3f9b5f-53da-4c96-bda1-1d76ba5c71aa))
(fp_line (start -1.554775 -1.475) (end -1.054775 -1.475) (layer "F.SilkS") (width 0.12) (tstamp 7dd3fb8d-c73a-4541-92da-4ec353630932))
(fp_line (start 2.891 -2.004) (end 2.891 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 7e9aec15-b927-4bd6-b322-df59a015fe4b))
(fp_line (start 2.811 -2.065) (end 2.811 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 7ff6b725-b03e-4ea2-b9e9-74146224638a))
(fp_line (start 2.491 -2.268) (end 2.491 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 842dcb6d-1715-4ea6-bc63-cb5ea6d9fd2b))
(fp_line (start 2.251 1.04) (end 2.251 2.382) (layer "F.SilkS") (width 0.12) (tstamp 845c8b2d-bed5-484e-bd44-cf5c23282222))
(fp_line (start 3.371 1.04) (end 3.371 1.5) (layer "F.SilkS") (width 0.12) (tstamp 87c95dff-7a84-439d-bdd2-9a0c7af8b1c9))
(fp_line (start 1.65 1.04) (end 1.65 2.55) (layer "F.SilkS") (width 0.12) (tstamp 88790d6e-2f59-4014-b61c-4ae0217f6767))
(fp_line (start 3.691 -0.915) (end 3.691 0.915) (layer "F.SilkS") (width 0.12) (tstamp 8abcc6e4-bbdc-497f-9343-cf90e9d1a1a9))
(fp_line (start 2.931 -1.971) (end 2.931 -1.04) (layer "F.SilkS") (width 0.12) (tstamp 90388a45-1af6-4958-a46e-e652d9553a6e))
(fp_line (start 2.891 1.04) (end 2.891 2.004) (layer "F.SilkS") (width 0.12) (tstamp 9624ea7d-c945-4ac5-ac9e-ccb685935e50))
(fp_line (start 2.331 1.04) (end 2.331 2.348) (layer "F.SilkS") (width 0.12) (tstamp 9d287ae8-fdab-4f39-96e5-13748d9e2ea7))
(fp_line (start 1.89 1.04) (end 1.89 2.501) (layer "F.SilkS") (width 0.12) (tstamp 9f79fbff-10c6-4e10-a8fc-62a1bed2fb61))
(fp_line (start 1.93 -2.491) (end 1.93 -1.04) (layer "F.SilkS") (width 0.12) (tstamp a587fce7-8cb8-4838-b368-181fe49bd061))
(fp_line (start 2.531 1.04) (end 2.531 2.247) (layer "F.SilkS") (width 0.12) (tstamp a7e6d163-6af8-4f20-bb0e-250feeba43d5))
(fp_line (start 1.53 -2.565) (end 1.53 -1.04) (layer "F.SilkS") (width 0.12) (tstamp ab0b7f9c-ddb1-49fc-a621-48dd490f055a))
(fp_line (start 2.851 -2.035) (end 2.851 -1.04) (layer "F.SilkS") (width 0.12) (tstamp abd215d3-609f-4d58-b347-3c6cff9273cf))
(fp_line (start 2.211 1.04) (end 2.211 2.398) (layer "F.SilkS") (width 0.12) (tstamp ad9530a2-41b4-44e1-8d22-47d9793f7ba1))
(fp_line (start 1.73 1.04) (end 1.73 2.536) (layer "F.SilkS") (width 0.12) (tstamp addafed6-8b33-4adb-ac00-3443b911e27d))
(fp_line (start 2.931 1.04) (end 2.931 1.971) (layer "F.SilkS") (width 0.12) (tstamp b1764b86-0bfa-4189-95aa-226e10b047eb))
(fp_line (start 1.73 -2.536) (end 1.73 -1.04) (layer "F.SilkS") (width 0.12) (tstamp b38a829a-f142-46f0-99e9-69e52e20af3c))
(fp_line (start 1.971 1.04) (end 1.971 2.48) (layer "F.SilkS") (width 0.12) (tstamp b7511209-9612-4e4b-8ea9-66dd39533ae3))
(fp_line (start 2.851 1.04) (end 2.851 2.035) (layer "F.SilkS") (width 0.12) (tstamp b96d5fa7-16f0-4b97-93ce-32b135059a49))
(fp_line (start 3.291 1.04) (end 3.291 1.605) (layer "F.SilkS") (width 0.12) (tstamp ba02494a-141c-400d-a3cc-668888c68289))
(fp_line (start 2.971 1.04) (end 2.971 1.937) (layer "F.SilkS") (width 0.12) (tstamp ba4f9ef3-497b-45d5-9906-93fa9c7de7c2))
(fp_line (start 1.37 -2.578) (end 1.37 2.578) (layer "F.SilkS") (width 0.12) (tstamp bd343540-b250-4540-bd2f-90261bd03b5a))
(fp_line (start 2.091 1.04) (end 2.091 2.442) (layer "F.SilkS") (width 0.12) (tstamp be1a8a27-f78e-4d18-b2c8-5f8964821830))
(fp_line (start 2.251 -2.382) (end 2.251 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c05df2c4-bdf5-42a2-8b48-24f925001795))
(fp_line (start 3.211 -1.699) (end 3.211 -1.04) (layer "F.SilkS") (width 0.12) (tstamp c3b7c8d4-0737-4d68-8130-9bee707f6808))
(fp_line (start 1.45 -2.573) (end 1.45 2.573) (layer "F.SilkS") (width 0.12) (tstamp ca27ab15-5579-4820-9bc2-d5d142403bc5))
(fp_line (start 2.691 -2.149) (end 2.691 -1.04) (layer "F.SilkS") (width 0.12) (tstamp caa2dc66-8076-473f-8339-7c261ac36db8))
(fp_line (start 1.25 -2.58) (end 1.25 2.58) (layer "F.SilkS") (width 0.12) (tstamp d42af08c-520c-4499-a8a6-d5a4471a6ac3))
(fp_line (start 3.651 -1.011) (end 3.651 1.011) (layer "F.SilkS") (width 0.12) (tstamp d4f3811a-a967-48fd-888a-ea1e5c6df1ac))
(fp_line (start 2.011 1.04) (end 2.011 2.468) (layer "F.SilkS") (width 0.12) (tstamp d564a250-64e1-434e-a152-e2829570a71c))
(fp_line (start 2.971 -1.937) (end 2.971 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d570e705-92fd-4e90-8bbb-214120c6e71b))
(fp_line (start 2.011 -2.468) (end 2.011 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d5d9127b-fd22-4c8b-971b-1221f93bcef4))
(fp_line (start 1.57 1.04) (end 1.57 2.561) (layer "F.SilkS") (width 0.12) (tstamp d92ac0f8-3183-4e7e-9a0c-fe546f2e77c5))
(fp_line (start 1.65 -2.55) (end 1.65 -1.04) (layer "F.SilkS") (width 0.12) (tstamp d9b95e6f-c3ab-44dc-8cb9-60ce388a69e1))
(fp_line (start 2.051 1.04) (end 2.051 2.455) (layer "F.SilkS") (width 0.12) (tstamp df691875-4409-44b1-8651-1550304e03bd))
(fp_line (start 2.171 -2.414) (end 2.171 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e02a2a66-e3b8-441c-8cd1-30ba81f9be1f))
(fp_line (start 1.85 1.04) (end 1.85 2.511) (layer "F.SilkS") (width 0.12) (tstamp e13c787c-115b-4ef0-834b-fe923002d0f7))
(fp_line (start 3.811 -0.518) (end 3.811 0.518) (layer "F.SilkS") (width 0.12) (tstamp e1e0463f-5089-4a96-8dee-a1d7cb81f79c))
(fp_line (start 1.29 -2.58) (end 1.29 2.58) (layer "F.SilkS") (width 0.12) (tstamp e28f17da-fdb4-46a9-bac5-4971641db4f5))
(fp_line (start 3.051 -1.864) (end 3.051 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e4882e86-19cc-4825-829a-a587cd28b7aa))
(fp_line (start 3.251 1.04) (end 3.251 1.653) (layer "F.SilkS") (width 0.12) (tstamp e5344ff9-18b4-4f38-a15f-100baaa95ced))
(fp_line (start 1.69 -2.543) (end 1.69 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e6254bf0-5d1d-4ccd-969d-2460377a3956))
(fp_line (start 2.571 1.04) (end 2.571 2.224) (layer "F.SilkS") (width 0.12) (tstamp e8276a94-f3c7-4214-8df1-78c9b8f3ec27))
(fp_line (start 3.011 -1.901) (end 3.011 -1.04) (layer "F.SilkS") (width 0.12) (tstamp e9f92d05-556c-4ae9-b550-2f27937df7d9))
(fp_line (start 1.33 -2.579) (end 1.33 2.579) (layer "F.SilkS") (width 0.12) (tstamp efaa1dfc-783a-4a67-ae07-f8f8581335d0))
(fp_line (start 2.611 -2.2) (end 2.611 -1.04) (layer "F.SilkS") (width 0.12) (tstamp efe0e0ff-2f56-49d6-86c5-96b33c19d867))
(fp_line (start 3.091 -1.826) (end 3.091 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f0bc9d73-d078-4740-8186-f8fcadbd6ceb))
(fp_line (start 1.77 -2.528) (end 1.77 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f21d760c-dc16-4c47-8658-dec1774f22b7))
(fp_line (start 3.291 -1.605) (end 3.291 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f28f8a81-d266-4276-bcae-2ed53b0adf0a))
(fp_line (start 3.131 -1.785) (end 3.131 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f30f580b-e4a3-46d1-b028-e0890c3a874c))
(fp_line (start 3.451 1.04) (end 3.451 1.383) (layer "F.SilkS") (width 0.12) (tstamp f368e330-c0ae-461f-b263-4dedb975535c))
(fp_line (start 3.251 -1.653) (end 3.251 -1.04) (layer "F.SilkS") (width 0.12) (tstamp f8b63447-e8b5-4cda-a69b-41487ee0e3cd))
(fp_line (start 3.091 1.04) (end 3.091 1.826) (layer "F.SilkS") (width 0.12) (tstamp f98166c4-60e7-4835-9af0-a64da7e87e8b))
(fp_line (start 3.491 1.04) (end 3.491 1.319) (layer "F.SilkS") (width 0.12) (tstamp facace95-8810-4191-8b6e-8c40f310bbc5))
(fp_line (start 2.531 -2.247) (end 2.531 -1.04) (layer "F.SilkS") (width 0.12) (tstamp fc1423f8-8592-4ef6-aa75-22824d2edbc9))
(fp_line (start 3.531 1.04) (end 3.531 1.251) (layer "F.SilkS") (width 0.12) (tstamp fc53ffb6-0caa-4c1e-96a5-c2326d6efb8f))
(fp_line (start 2.171 1.04) (end 2.171 2.414) (layer "F.SilkS") (width 0.12) (tstamp fd66968e-5a77-40d4-b116-41f85fa98daa))
(fp_line (start 1.77 1.04) (end 1.77 2.528) (layer "F.SilkS") (width 0.12) (tstamp ffaeec61-1515-4389-83b4-6565772fb10e))
(fp_line (start 3.331 1.04) (end 3.331 1.554) (layer "F.SilkS") (width 0.12) (tstamp ffed455a-eadf-4926-97d1-a448f3746328))
(fp_circle (center 1.25 0) (end 3.87 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 3dae4e17-b55f-4c04-84da-ba825ae7a45b))
(fp_circle (center 1.25 0) (end 4 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 67ec4c67-292c-4344-abac-613824e3a81b))
(fp_line (start -0.883605 -1.0875) (end -0.383605 -1.0875) (layer "F.Fab") (width 0.1) (tstamp 040e15bf-d77f-4846-a475-fe2d14c0eab6))
(fp_line (start -0.633605 -1.3375) (end -0.633605 -0.8375) (layer "F.Fab") (width 0.1) (tstamp 98b7111b-9c68-4be8-b591-3d5091e1b5bc))
(fp_circle (center 1.25 0) (end 3.75 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 3e35d119-c88c-4bf1-b175-f8f848f98d11))
(pad "1" thru_hole rect (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 8 "Net-(C2-Pad1)") (pintype "passive") (tstamp 9c8243fc-dfec-4f16-9a90-38ab57c89d56))
(pad "2" thru_hole circle (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 5 "MCU GND") (pintype "passive") (tstamp 2d275c9a-76f6-422d-a849-11d137f6f206))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D5.0mm_P2.50mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm" (layer "F.Cu")
(tedit 5AE50EF0) (tstamp 93730d19-a4b7-42bf-b329-24825a8b1ce9)
(at 138.0765 76.3335)
(descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor")
(tags "C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/7b78575a-cfd7-4170-8a35-1b5bde6c9558")
(attr through_hole)
(fp_text reference "C1" (at 1.25 -2.25) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 042c92f0-f161-4a60-b28c-8f3fd340e6a4)
)
(fp_text value "0.1mF" (at 1.25 2.25) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2ebcbab0-d3fd-45ea-a1ce-825a70144395)
)
(fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide
(effects (font (size 0.6 0.6) (thickness 0.09)))
(tstamp 27ca5c9e-1b55-4a84-b1f4-7dc0e7423497)
)
(fp_line (start -0.37 1.055) (end -0.37 1.12) (layer "F.SilkS") (width 0.12) (tstamp 0cc40c94-af00-492c-91e7-60ea0016462f))
(fp_line (start -0.37 -1.12) (end -0.37 -1.055) (layer "F.SilkS") (width 0.12) (tstamp 43e15930-6ea2-4284-bff1-8d07e26929af))
(fp_line (start -0.37 1.12) (end 2.87 1.12) (layer "F.SilkS") (width 0.12) (tstamp 79611c05-c1a2-48dc-9d8e-89993916ccd9))
(fp_line (start 2.87 1.055) (end 2.87 1.12) (layer "F.SilkS") (width 0.12) (tstamp b1bf418e-82f8-4584-9cc0-32267d188da3))
(fp_line (start -0.37 -1.12) (end 2.87 -1.12) (layer "F.SilkS") (width 0.12) (tstamp e894bf78-fc57-455b-8fb7-59401002191c))
(fp_line (start 2.87 -1.12) (end 2.87 -1.055) (layer "F.SilkS") (width 0.12) (tstamp fc2acfcb-6b41-4d61-8049-2eae36892ddd))
(fp_line (start 3.55 1.25) (end 3.55 -1.25) (layer "F.CrtYd") (width 0.05) (tstamp 2ab61cb5-32a8-4a60-a4e1-abd52f23fe11))
(fp_line (start -1.05 1.25) (end 3.55 1.25) (layer "F.CrtYd") (width 0.05) (tstamp 3cd10e57-79ef-4f0b-9bff-20228735c5fa))
(fp_line (start 3.55 -1.25) (end -1.05 -1.25) (layer "F.CrtYd") (width 0.05) (tstamp 8b8c01d9-e7cc-4502-82a0-89318d933ba2))
(fp_line (start -1.05 -1.25) (end -1.05 1.25) (layer "F.CrtYd") (width 0.05) (tstamp 983f7741-9f35-4241-ab21-a429b0ccb01f))
(fp_line (start 2.75 1) (end 2.75 -1) (layer "F.Fab") (width 0.1) (tstamp 11ac2468-1b2c-4097-9f9b-2080c9be8ec0))
(fp_line (start -0.25 1) (end 2.75 1) (layer "F.Fab") (width 0.1) (tstamp 53d6dd19-e47d-4cc8-8895-d09d3dd91a38))
(fp_line (start 2.75 -1) (end -0.25 -1) (layer "F.Fab") (width 0.1) (tstamp 765a31ec-dd1f-4d38-9d45-8a940d6cafe5))
(fp_line (start -0.25 -1) (end -0.25 1) (layer "F.Fab") (width 0.1) (tstamp c726abe9-d824-4427-a30a-a870add67d46))
(pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 6 "MCU +5V") (pintype "passive") (tstamp b280566b-16b5-4c6a-8798-21f7e59b8e43))
(pad "2" thru_hole circle (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 5 "MCU GND") (pintype "passive") (tstamp 1e9510a3-6f58-4edf-bd2d-6a416100d483))
(model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D3.0mm_W2.0mm_P2.50mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Button_Switch_THT:SW_PUSH-12mm" (layer "F.Cu")
(tedit 5D160D14) (tstamp b747bae6-b8a2-4b5f-b0ec-bf63247bfab9)
(at 118.22 71.16)
(descr "SW PUSH 12mm https://www.e-switch.com/system/asset/product_line/data_sheet/143/TL1100.pdf")
(tags "tact sw push 12mm")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/8d25762d-c9f9-44f0-a05e-4f7dc3a8bc1f")
(attr through_hole)
(fp_text reference "SW1" (at 6.24 2.5) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp aa7ba29b-ccd0-4a08-9c12-1abdac120342)
)
(fp_text value "SW_Push" (at 6.62 9.93) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp fb2dcdd1-f825-462c-a9d6-0f134f56b7a2)
)
(fp_text user "${REFERENCE}" (at 6.35 2.54) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b76463b4-1353-4b1b-b653-b735b5b21c86)
)
(fp_line (start 12.4 8.65) (end 0.1 8.65) (layer "F.SilkS") (width 0.12) (tstamp 24cc1b56-6a17-404e-bf65-55ec5a4358cb))
(fp_line (start 12.4 0.93) (end 12.4 4.07) (layer "F.SilkS") (width 0.12) (tstamp 594cd895-ea93-4318-abfd-f7f273346be7))
(fp_line (start 12.4 -3.65) (end 12.4 -0.93) (layer "F.SilkS") (width 0.12) (tstamp 66d7c7ea-3053-44a5-a0fa-1571b9afb095))
(fp_line (start 0.1 4.07) (end 0.1 0.93) (layer "F.SilkS") (width 0.12) (tstamp 7af8d966-d7e5-40c6-bcd8-ff3cdf78498e))
(fp_line (start 0.1 -0.93) (end 0.1 -3.65) (layer "F.SilkS") (width 0.12) (tstamp c1d07d31-1f11-410f-aea2-a09a878b9c8f))
(fp_line (start 0.1 -3.65) (end 12.4 -3.65) (layer "F.SilkS") (width 0.12) (tstamp cd59535a-cbee-42f7-8a10-3d457e65fff5))
(fp_line (start 0.1 8.65) (end 0.1 5.93) (layer "F.SilkS") (width 0.12) (tstamp d67e5f9c-44c8-40b7-a295-bebc306fa121))
(fp_line (start 12.4 5.93) (end 12.4 8.65) (layer "F.SilkS") (width 0.12) (tstamp e28cd8ba-1bd3-4e33-b5f6-648bd7681b58))
(fp_circle (center 6.35 2.54) (end 10.16 5.08) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 0a210dd2-1199-47a7-a685-7f8abaaa7a64))
(fp_line (start 14.25 8.75) (end -1.77 8.75) (layer "F.CrtYd") (width 0.05) (tstamp 549a70c0-7a8e-4916-be91-73daae61bb26))
(fp_line (start -1.77 -3.75) (end -1.77 8.75) (layer "F.CrtYd") (width 0.05) (tstamp 79b5b8d3-d042-447a-a040-eaff6dcec4ef))
(fp_line (start -1.77 -3.75) (end 14.25 -3.75) (layer "F.CrtYd") (width 0.05) (tstamp 8519cf58-0e71-4aaf-b3c7-8ffc4aa6caa5))
(fp_line (start 14.25 8.75) (end 14.25 -3.75) (layer "F.CrtYd") (width 0.05) (tstamp ff6f1fa8-566b-4fbf-a8af-2944c9d1e934))
(fp_line (start 0.25 -3.5) (end 12.25 -3.5) (layer "F.Fab") (width 0.1) (tstamp 5cdee54e-c95a-4a5c-805e-65229a14aaeb))
(fp_line (start 0.25 8.5) (end 12.25 8.5) (layer "F.Fab") (width 0.1) (tstamp 82a23770-a568-480d-8f2d-ee6dd6fd1175))
(fp_line (start 0.25 -3.5) (end 0.25 8.5) (layer "F.Fab") (width 0.1) (tstamp 92c4cce8-9dc6-410a-b605-6741b507ff7a))
(fp_line (start 12.25 -3.5) (end 12.25 8.5) (layer "F.Fab") (width 0.1) (tstamp ba48f14c-c1e3-46cc-b6e2-b7cb70ab4c23))
(pad "1" thru_hole oval (at 12.5 0) (size 3.048 1.85) (drill 1.3) (layers *.Cu *.Mask)
(net 6 "MCU +5V") (pinfunction "1") (pintype "passive") (tstamp 197f8554-0411-429a-a14b-72c7d74e4e07))
(pad "1" thru_hole oval (at 0 0) (size 3.048 1.85) (drill 1.3) (layers *.Cu *.Mask)
(net 6 "MCU +5V") (pinfunction "1") (pintype "passive") (tstamp 529784ae-a0f8-4f5e-a2ee-a9b4f0658a39))
(pad "2" thru_hole oval (at 12.5 5) (size 3.048 1.85) (drill 1.3) (layers *.Cu *.Mask)
(net 3 "USB +5V") (pinfunction "2") (pintype "passive") (tstamp 88b52b7a-0c21-43c8-9514-b97ee2f54473))
(pad "2" thru_hole oval (at 0 5) (size 3.048 1.85) (drill 1.3) (layers *.Cu *.Mask)
(net 3 "USB +5V") (pinfunction "2") (pintype "passive") (tstamp c9b7c24a-37ea-44b0-a8cf-6329e0b0afe5))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_PUSH-12mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (layer "F.Cu")
(tedit 59FED5CC) (tstamp ba833772-56ce-4708-9433-8c34984823a8)
(at 111.76 86.36)
(descr "Through hole straight pin header, 1x04, 2.54mm pitch, single row")
(tags "Through hole pin header THT 1x04 2.54mm single row")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/38e639ea-304f-4bf7-a727-8399efa60e57")
(attr through_hole)
(fp_text reference "J1" (at 0 -3.81) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4320649d-9249-4c4a-a2eb-4c5b8c66c428)
)
(fp_text value "Conn_01x04" (at 0 9.95) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 119d3814-2f92-460d-8234-46c2b30788b7)
)
(fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9658033c-e66f-4922-b907-c36956b40404)
)
(fp_line (start -1.33 -1.33) (end 0 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 04e264ad-2371-4a3e-a9f5-00472d8ebc1e))
(fp_line (start -1.33 0) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 0bdf6d9b-844c-4dbd-9e85-294e06af25c9))
(fp_line (start 1.33 1.27) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 25b20a61-079d-4a19-a10a-2de78a0e57a1))
(fp_line (start -1.33 1.27) (end 1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 3d8f58e8-edc1-4f4c-8518-e096d0e2a81a))
(fp_line (start -1.33 1.27) (end -1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 4da30eb7-327e-4e0e-aed4-71fd08b5fc0a))
(fp_line (start -1.33 8.95) (end 1.33 8.95) (layer "F.SilkS") (width 0.12) (tstamp 817fb1d1-5eb9-4fc8-99f2-e62885894c7a))
(fp_line (start -1.8 -1.8) (end -1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 138aabbe-cdd7-46a7-afaf-7bbdfc68d407))
(fp_line (start 1.8 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 1ad026fa-8921-441e-90a1-0faea0562f08))
(fp_line (start -1.8 9.4) (end 1.8 9.4) (layer "F.CrtYd") (width 0.05) (tstamp 27ea6abf-f575-441d-a45e-f37f3f3981fd))
(fp_line (start 1.8 9.4) (end 1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 7147cac6-de59-4682-9afb-cdfa347be7c1))
(fp_line (start -1.27 -0.635) (end -0.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 1b167300-bac7-425c-8d00-daf92fed0445))
(fp_line (start -0.635 -1.27) (end 1.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 465d25c3-7edf-4d25-80cf-dcb5f8e91539))
(fp_line (start 1.27 -1.27) (end 1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp 4e803df6-bd5e-43e9-9c44-a1de51a8aea6))
(fp_line (start -1.27 8.89) (end -1.27 -0.635) (layer "F.Fab") (width 0.1) (tstamp 6d7595ae-3b21-456b-a73d-8ba00f2578bc))
(fp_line (start 1.27 8.89) (end -1.27 8.89) (layer "F.Fab") (width 0.1) (tstamp da90bdfa-0761-4600-a229-1ddb012662ca))
(pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 3 "USB +5V") (pinfunction "Pin_1") (pintype "passive") (tstamp 5f8614d9-df74-4845-b299-6eda886de4e9))
(pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 4 "USB RxD") (pinfunction "Pin_2") (pintype "passive") (tstamp 83829242-db87-4b25-af91-815e3d1cd6b6))
(pad "3" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 1 "USB TxD") (pinfunction "Pin_3") (pintype "passive") (tstamp 6df1a23a-f500-4004-bea2-679fe1bba175))
(pad "4" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask)
(net 5 "MCU GND") (pinfunction "Pin_4") (pintype "passive") (tstamp 7f0d96b8-b746-415f-886b-721f2f831ab6))
(model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x04_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu")
(tedit 5AE5139B) (tstamp c570d532-39b7-436e-95c9-e617598450c5)
(at 132.08 86.36 180)
(descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/0a107472-9256-48a5-b0f3-b45f48552ec2")
(attr through_hole)
(fp_text reference "R1" (at 6.35 2.54) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4791b105-a786-47c3-82ff-7a2ed21aba78)
)
(fp_text value "300" (at 5.08 2.72) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3ca00e24-668f-47d1-8fcd-aa634c9ba12c)
)
(fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 48ca033c-f5b9-481b-8270-f674cb603f50)
)
(fp_line (start 10.97 1.72) (end 10.97 -1.72) (layer "F.SilkS") (width 0.12) (tstamp 02c434b8-0978-4c0d-9ebf-bbaa8f4155cc))
(fp_line (start 1.04 0) (end 1.73 0) (layer "F.SilkS") (width 0.12) (tstamp 4dea0510-0d23-47df-993b-eeee20b7f4ec))
(fp_line (start 1.73 -1.72) (end 1.73 1.72) (layer "F.SilkS") (width 0.12) (tstamp a1766778-f911-44bf-ba81-e6c93daaceca))
(fp_line (start 10.97 -1.72) (end 1.73 -1.72) (layer "F.SilkS") (width 0.12) (tstamp e7a2a809-b2a7-4efa-86f9-f6782be417e2))
(fp_line (start 11.66 0) (end 10.97 0) (layer "F.SilkS") (width 0.12) (tstamp ecbb810a-7918-4537-a583-6f7bbe20f840))
(fp_line (start 1.73 1.72) (end 10.97 1.72) (layer "F.SilkS") (width 0.12) (tstamp f42a780e-7ace-4529-bcab-4bf416140e3a))
(fp_line (start 13.75 -1.85) (end -1.05 -1.85) (layer "F.CrtYd") (width 0.05) (tstamp 6bbbb3a6-a60f-4b13-9347-280415143ee1))
(fp_line (start 13.75 1.85) (end 13.75 -1.85) (layer "F.CrtYd") (width 0.05) (tstamp a8f96f9c-4905-4ffc-994a-f725d1cc3b9b))
(fp_line (start -1.05 1.85) (end 13.75 1.85) (layer "F.CrtYd") (width 0.05) (tstamp c96d9556-48fb-4402-a8cb-c48b0a63ead7))
(fp_line (start -1.05 -1.85) (end -1.05 1.85) (layer "F.CrtYd") (width 0.05) (tstamp f2cd06fd-315f-4499-b885-d35b7f65d310))
(fp_line (start 10.85 1.6) (end 10.85 -1.6) (layer "F.Fab") (width 0.1) (tstamp 04e8756d-2c84-449b-9a28-e35ab215c95a))
(fp_line (start 10.85 -1.6) (end 1.85 -1.6) (layer "F.Fab") (width 0.1) (tstamp 2a90874f-a897-4a9e-88bb-1370fdba4f96))
(fp_line (start 1.85 1.6) (end 10.85 1.6) (layer "F.Fab") (width 0.1) (tstamp 516b6d1b-f5c9-4f4b-be2c-8456d1324d6b))
(fp_line (start 12.7 0) (end 10.85 0) (layer "F.Fab") (width 0.1) (tstamp 5267a139-d720-4079-86fd-0a78bc3a8049))
(fp_line (start 1.85 -1.6) (end 1.85 1.6) (layer "F.Fab") (width 0.1) (tstamp 7dc5213b-9cbe-4c4e-9c44-3e378a9f1f56))
(fp_line (start 0 0) (end 1.85 0) (layer "F.Fab") (width 0.1) (tstamp ad22f89d-2747-4a22-84c8-c7e28c1e2cf5))
(pad "1" thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 7 "MCU TxD") (pintype "passive") (tstamp 855695f1-db18-4b9b-bb9a-42b3a9efa87c))
(pad "2" thru_hole oval (at 12.7 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 4 "USB RxD") (pintype "passive") (tstamp 37fef984-3ae3-44bc-b6f2-992c34f04163))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "Diode_THT:D_DO-41_SOD81_P12.70mm_Horizontal" (layer "F.Cu")
(tedit 5AE50CD5) (tstamp c8ef0504-d38b-4c13-921b-69706058579b)
(at 119.38 91.44)
(descr "Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf")
(tags "Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm")
(property "Sheetfile" "STC15_programmator.kicad_sch")
(property "Sheetname" "")
(path "/fb35e82d-47df-4fa2-a5a8-55b9dcb05078")
(attr through_hole)
(fp_text reference "D1" (at 6.35 2.54) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a3da749c-6bcc-42f6-8650-db3a0bb5e681)
)
(fp_text value "IN4007" (at 10.16 2.47) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 09c2a87b-30e5-433a-bea4-defd1156ee68)
)
(fp_text user "K" (at 0 -2.1) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 434b642c-8fb9-49d1-bb35-38f0513459d7)
)
(fp_text user "${REFERENCE}" (at 6.74 0) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 14dafca9-d0a3-4503-ada2-e8820e129d4a)
)
(fp_text user "K" (at 0 -2.1) (layer "F.Fab") hide
(effects (font (size 1 1) (thickness 0.15)))
(tstamp c1f48ecc-5480-4926-ab38-e80f548353b6)
)
(fp_line (start 4.41 -1.47) (end 4.41 1.47) (layer "F.SilkS") (width 0.12) (tstamp 258b8f7e-4b3e-4f0c-b597-3ce735f6230f))
(fp_line (start 3.63 -1.47) (end 3.63 1.47) (layer "F.SilkS") (width 0.12) (tstamp 4d716539-dee5-4a99-9a5b-f7caffef388e))
(fp_line (start 3.63 1.47) (end 9.07 1.47) (layer "F.SilkS") (width 0.12) (tstamp 8ff89ead-3ce2-4271-857e-edcf8a6bc444))
(fp_line (start 4.65 -1.47) (end 4.65 1.47) (layer "F.SilkS") (width 0.12) (tstamp 94a21b8b-6989-4340-894a-f71f27a0b59a))
(fp_line (start 9.07 -1.47) (end 3.63 -1.47) (layer "F.SilkS") (width 0.12) (tstamp afc86462-5979-45fd-ae3c-8be3f0eb1c50))
(fp_line (start 1.34 0) (end 3.63 0) (layer "F.SilkS") (width 0.12) (tstamp b0aaaaa8-8dfa-407a-964a-135051d645e8))
(fp_line (start 9.07 1.47) (end 9.07 -1.47) (layer "F.SilkS") (width 0.12) (tstamp cc337fbd-5c6d-4059-a950-1e920ad6eae7))
(fp_line (start 11.36 0) (end 9.07 0) (layer "F.SilkS") (width 0.12) (tstamp d9b77aff-cebf-43a9-b634-1c3629cfba0c))
(fp_line (start 4.53 -1.47) (end 4.53 1.47) (layer "F.SilkS") (width 0.12) (tstamp f01cb2dc-6c98-4b1b-899f-7878b484c631))
(fp_line (start -1.35 -1.6) (end -1.35 1.6) (layer "F.CrtYd") (width 0.05) (tstamp 01829979-627a-4c11-81f1-da28dd9a634d))
(fp_line (start 14.05 1.6) (end 14.05 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 6baededf-4935-4d75-b4ed-d6f42e847c05))
(fp_line (start 14.05 -1.6) (end -1.35 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp d4f2bc60-1186-4dc1-94d1-4e368df3b0ac))
(fp_line (start -1.35 1.6) (end 14.05 1.6) (layer "F.CrtYd") (width 0.05) (tstamp efae2a8f-083a-4b6e-902e-5af99a052161))
(fp_line (start 8.95 -1.35) (end 3.75 -1.35) (layer "F.Fab") (width 0.1) (tstamp 0066629b-bae1-45fe-a368-49368c848bd3))
(fp_line (start 4.53 -1.35) (end 4.53 1.35) (layer "F.Fab") (width 0.1) (tstamp 6661911a-51e1-4147-b223-b93f24bdb168))
(fp_line (start 4.63 -1.35) (end 4.63 1.35) (layer "F.Fab") (width 0.1) (tstamp 698872b2-370b-4c41-a47f-0baeae3ba9c5))
(fp_line (start 4.43 -1.35) (end 4.43 1.35) (layer "F.Fab") (width 0.1) (tstamp 70c64e33-0470-4a51-82cd-95854f631f23))
(fp_line (start 12.7 0) (end 8.95 0) (layer "F.Fab") (width 0.1) (tstamp 7e904720-3058-4e84-83bd-c883265934c8))
(fp_line (start 8.95 1.35) (end 8.95 -1.35) (layer "F.Fab") (width 0.1) (tstamp 9dac3829-8538-4f4a-91ac-1f276485f81c))
(fp_line (start 3.75 -1.35) (end 3.75 1.35) (layer "F.Fab") (width 0.1) (tstamp abb8415e-45ef-4113-a19c-e24ceebb3a4f))
(fp_line (start 3.75 1.35) (end 8.95 1.35) (layer "F.Fab") (width 0.1) (tstamp ad0cf0a3-5b54-4481-b1e0-66a34663067e))
(fp_line (start 0 0) (end 3.75 0) (layer "F.Fab") (width 0.1) (tstamp bacbca82-53f3-4f52-9de5-afd5cbfb06cf))
(pad "1" thru_hole rect (at 0 0) (size 2.2 2.2) (drill 1.1) (layers *.Cu *.Mask)
(net 1 "USB TxD") (pinfunction "K") (pintype "passive") (tstamp b953caba-c093-4e87-8121-2c9dad9e88c0))
(pad "2" thru_hole oval (at 12.7 0) (size 2.2 2.2) (drill 1.1) (layers *.Cu *.Mask)
(net 2 "MCU RxD") (pinfunction "A") (pintype "passive") (tstamp 18dbc4a5-1e9e-4e0d-9ea7-9144527d97ea))
(model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-41_SOD81_P12.70mm_Horizontal.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(gr_rect (start 107.95 64.77) (end 151.13 97.79) (layer "Edge.Cuts") (width 0.1) (fill none) (tstamp ac2decaa-7d77-4753-889d-c9dab20bae5c))
(segment (start 119.38 91.44) (end 111.76 91.44) (width 0.25) (layer "B.Cu") (net 1) (tstamp 70213230-45f1-4d51-a143-91233624da0b))
(segment (start 146.05 91.44) (end 132.08 91.44) (width 0.25) (layer "B.Cu") (net 2) (tstamp 8c1d58fe-fb65-490b-9e6e-b7b5a5ba8438))
(segment (start 111.76 76.2) (end 111.8 76.16) (width 0.25) (layer "B.Cu") (net 3) (tstamp 202f25e1-3692-4672-a297-1fe51f29e8e0))
(segment (start 118.22 72.52) (end 118.11 72.41) (width 0.25) (layer "B.Cu") (net 3) (tstamp 28d3541a-33d7-4082-ad07-0d224f77b73a))
(segment (start 111.76 76.12) (end 111.76 73.66) (width 0.25) (layer "B.Cu") (net 3) (tstamp 97204532-67bf-48f0-a573-3161ba839b24))
(segment (start 111.76 86.36) (end 111.76 76.2) (width 0.25) (layer "B.Cu") (net 3) (tstamp b10a2b88-102b-458d-bd08-6dd0d6c07a49))
(segment (start 111.8 76.16) (end 111.76 76.12) (width 0.25) (layer "B.Cu") (net 3) (tstamp e3d62247-5404-4788-8d4f-bae5473bc4c9))
(segment (start 118.22 76.16) (end 111.8 76.16) (width 0.25) (layer "B.Cu") (net 3) (tstamp f03c6498-9c77-4246-bfb0-d9a7527ad459))
(segment (start 116.84 88.9) (end 119.38 86.36) (width 0.25) (layer "B.Cu") (net 4) (tstamp 817f334b-70f7-40d6-8cf3-79bc7e546aff))
(segment (start 111.76 88.9) (end 116.84 88.9) (width 0.25) (layer "B.Cu") (net 4) (tstamp fbe9f9ee-1d6d-4899-bbd8-fbe656160e50))
(segment (start 146.05 93.98) (end 148.59 91.44) (width 0.25) (layer "B.Cu") (net 5) (tstamp 0dc058bf-df7b-4731-a4cf-e02651ac91f8))
(segment (start 140.5765 83.4265) (end 140.5765 80.4035) (width 0.25) (layer "B.Cu") (net 5) (tstamp 15a4b83c-5f79-4102-b0db-46f1e5b2f277))
(segment (start 140.5765 80.4035) (end 140.5765 76.3335) (width 0.25) (layer "B.Cu") (net 5) (tstamp 2071a046-0e8d-448d-8285-ede525704d43))
(segment (start 140.97 83.82) (end 140.5765 83.4265) (width 0.25) (layer "B.Cu") (net 5) (tstamp 63a1ec90-fa3e-49d8-bc0a-0eec4f69242e))
(segment (start 143.55 80.22) (end 140.76 80.22) (width 0.25) (layer "B.Cu") (net 5) (tstamp c62ffc32-e9a5-4277-9df2-20a93808c54a))
(segment (start 146.05 93.98) (end 111.76 93.98) (width 0.25) (layer "B.Cu") (net 5) (tstamp e1feb907-3d90-40ab-8ac3-3d8180fbd2d3))
(segment (start 148.59 91.44) (end 148.59 83.82) (width 0.25) (layer "B.Cu") (net 5) (tstamp e70835c8-aa5e-41bf-94eb-9556d86ce8aa))
(segment (start 148.59 83.82) (end 140.97 83.82) (width 0.25) (layer "B.Cu") (net 5) (tstamp ea1d4a4a-8f92-4145-b34e-ac4ddf22ccba))
(segment (start 140.76 80.22) (end 140.5765 80.4035) (width 0.25) (layer "B.Cu") (net 5) (tstamp f74a980b-6857-49e9-b158-9f9f65d1b1ac))
(segment (start 146.05 71.12) (end 146.05 73.59) (width 0.25) (layer "B.Cu") (net 6) (tstamp 2426e673-0762-4395-8099-c4c6a94a95f5))
(segment (start 111.76 71.12) (end 118.18 71.12) (width 0.25) (layer "B.Cu") (net 6) (tstamp 38689538-e883-40ee-8c8c-37201db05426))
(segment (start 130.72 71.16) (end 138.39 71.16) (width 0.25) (layer "B.Cu") (net 6) (tstamp 4ebf3293-7f8d-4994-9350-3cd9c9163d22))
(segment (start 146.01 71.16) (end 146.05 71.12) (width 0.25) (layer "B.Cu") (net 6) (tstamp 5a7ecdb7-a980-41bf-83e4-7697f2d030e1))
(segment (start 138.39 71.16) (end 146.01 71.16) (width 0.25) (layer "B.Cu") (net 6) (tstamp 6464cc43-9f1c-4287-81ac-819502533eaf))
(segment (start 138.43 86.36) (end 146.05 86.36) (width 0.25) (layer "B.Cu") (net 6) (tstamp 68df30cb-1cee-477d-b893-3dbc47eafe9b))
(segment (start 138.0765 86.0065) (end 138.43 86.36) (width 0.25) (layer "B.Cu") (net 6) (tstamp 6c6ed806-d3ea-4d6b-a8b3-5f3a09cf4a21))
(segment (start 138.0765 76.3335) (end 138.0765 71.4735) (width 0.25) (layer "B.Cu") (net 6) (tstamp a053a226-fbd4-40b6-95b8-77da6c0ca13d))
(segment (start 138.0765 86.0065) (end 138.0765 76.3335) (width 0.25) (layer "B.Cu") (net 6) (tstamp b5bd96e0-f1cb-4000-8ddc-410a94342fea))
(segment (start 118.18 71.12) (end 118.22 71.16) (width 0.25) (layer "B.Cu") (net 6) (tstamp b85d138e-78a2-413b-ad2c-12a3e8ced6c9))
(segment (start 138.0765 71.4735) (end 138.39 71.16) (width 0.25) (layer "B.Cu") (net 6) (tstamp e8512f1b-7d04-4058-ba80-95bca75f05f7))
(segment (start 134.62 88.9) (end 132.08 86.36) (width 0.25) (layer "B.Cu") (net 7) (tstamp 1a791341-2b82-469a-a42f-7296e28d6471))
(segment (start 146.05 88.9) (end 134.62 88.9) (width 0.25) (layer "B.Cu") (net 7) (tstamp aa21a0f3-4fae-47e4-b1e0-caca1fa06e57))
(segment (start 146.05 76.09) (end 143.55 73.59) (width 0.25) (layer "B.Cu") (net 8) (tstamp 13b1eed3-d916-41c2-b660-4fb67d0ed712))
(segment (start 146.05 80.22) (end 146.05 76.09) (width 0.25) (layer "B.Cu") (net 8) (tstamp f4d8ba87-22ec-4778-aafe-7428bb0473b7))
)