-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclock-to-midi.kicad_pcb
931 lines (910 loc) · 63.8 KB
/
clock-to-midi.kicad_pcb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
(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)
(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 "Net-(D1-Pad1)")
(net 2 "Net-(D1-Pad2)")
(net 3 "Net-(D2-Pad1)")
(net 4 "Net-(D2-Pad2)")
(net 5 "unconnected-(J2-Pad3)")
(net 6 "Net-(J2-Pad5)")
(net 7 "GND")
(net 8 "Net-(J2-Pad4)")
(net 9 "unconnected-(J2-Pad1)")
(net 10 "unconnected-(J3-Pad3)")
(net 11 "unconnected-(J3-Pad2)")
(net 12 "Net-(J3-Pad4)")
(net 13 "unconnected-(J3-Pad1)")
(net 14 "Net-(R1-Pad2)")
(net 15 "Net-(R3-Pad1)")
(net 16 "Net-(R4-Pad1)")
(net 17 "+5V")
(net 18 "Net-(R7-Pad2)")
(net 19 "unconnected-(U1-Pad2)")
(net 20 "unconnected-(U1-Pad3)")
(net 21 "unconnected-(U1-Pad4)")
(net 22 "unconnected-(U1-Pad5)")
(net 23 "unconnected-(U1-Pad6)")
(net 24 "unconnected-(U1-Pad11)")
(net 25 "unconnected-(U1-Pad12)")
(net 26 "unconnected-(U1-Pad13)")
(net 27 "unconnected-(U1-Pad14)")
(net 28 "unconnected-(U1-Pad16)")
(net 29 "unconnected-(U1-Pad17)")
(net 30 "unconnected-(U1-Pad18)")
(net 31 "unconnected-(U1-Pad19)")
(net 32 "unconnected-(U1-Pad20)")
(net 33 "unconnected-(U1-Pad21)")
(net 34 "unconnected-(U1-Pad22)")
(net 35 "unconnected-(U1-Pad23)")
(net 36 "unconnected-(U1-Pad24)")
(net 37 "unconnected-(U1-Pad25)")
(net 38 "unconnected-(U1-Pad26)")
(net 39 "unconnected-(U1-Pad27)")
(net 40 "unconnected-(U1-Pad28)")
(net 41 "unconnected-(U1-Pad30)")
(net 42 "unconnected-(U1-Pad31)")
(net 43 "unconnected-(U1-Pad15)")
(footprint "kicad-official/Diode_THT.pretty:D_A-405_P2.54mm_Vertical_AnodeUp" (layer "F.Cu")
(tedit 5AE50CD5) (tstamp 195a0082-2fb3-485b-8d12-66f9c9b8adad)
(at 122.29 109.22 -90)
(descr "Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf")
(tags "Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/14695935-983c-40a7-a3a5-b95b684b34c1")
(attr through_hole)
(fp_text reference "D2" (at 0 0 -90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6d02a588-59cb-46db-ab44-0db12d28d75b)
)
(fp_text value "1N4148" (at 1.27 3.359 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f2f48720-bfd2-4d0c-8b18-5136aef04607)
)
(fp_text user "A" (at 4.44 0 -90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f460c9c1-32b6-445e-b57f-2d3823638a03)
)
(fp_text user "${REFERENCE}" (at 1.27 -2.47 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 54970b4d-7a5a-46d1-a3bf-ef3f5a59780c)
)
(fp_text user "A" (at 4.44 0 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b591ca2a-fec8-4f1f-abbb-6cd53b35b333)
)
(fp_arc (start 1.05385 0.968866) (mid -1.430816 -0.045469) (end 1.113239 -0.9) (layer "F.SilkS") (width 0.12) (tstamp 86cf3e63-9a3c-4a37-8368-a3bb72cb9932))
(fp_line (start 3.69 1.6) (end 3.69 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 0addc004-4db5-4b35-940b-0fe69811e6e9))
(fp_line (start -1.6 -1.6) (end -1.6 1.6) (layer "F.CrtYd") (width 0.05) (tstamp 0c619b71-1694-431a-ad1f-db31714f06a7))
(fp_line (start 3.69 -1.6) (end -1.6 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 239e1518-d271-486d-8866-a7f3779ab374))
(fp_line (start -1.6 1.6) (end 3.69 1.6) (layer "F.CrtYd") (width 0.05) (tstamp e948c477-6a23-4ea1-b1a4-49da4aee67ba))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp c8ba0cf1-5abc-45b0-ba05-a6a2f441bb6b))
(fp_circle (center 0 0) (end 1.35 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 229721fb-4fba-42ca-a82e-31db7b603b42))
(pad "1" thru_hole rect (at 0 0 270) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask)
(net 3 "Net-(D2-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 8ff4f980-41f5-428c-8ea4-869c79f68bbe))
(pad "2" thru_hole oval (at 2.54 0 270) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask)
(net 4 "Net-(D2-Pad2)") (pinfunction "A") (pintype "passive") (tstamp e44ee5ec-fb2d-457b-be70-fa3aee027005))
(model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_A-405_P2.54mm_Vertical_AnodeUp.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp 2614a88d-047b-4b91-bd2c-52cd57c30074)
(at 124.83 106.68 180)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/df2fcc1d-6f84-45c5-b2a7-67d41f4da896")
(attr through_hole)
(fp_text reference "R6" (at 0 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5bd7f2d5-0b94-45c3-8e12-a679daef6a2d)
)
(fp_text value "220" (at 1.27 1.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2048047a-3e09-4189-9503-0f6adacbe594)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e5597ec8-94d3-488e-a817-887449468b1a)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp 3e2af357-10c5-4dbf-8e6e-5a65a2b47af0))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 912a29ac-3610-428a-9b85-13cf26ff1ef0))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 1473b907-51f6-416d-b54b-5ac0e3e291b5))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 2ebd8937-2dca-4883-9413-c48264c155f7))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 4e461af6-39ad-463c-86bb-d39a42267f1f))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 7c8ad8dd-6c31-412e-8bf6-1c3c2172ce2f))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp f231d194-a8e2-4683-a8fd-827da43d88b4))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp f62467a5-1ae8-4eda-9825-71076ae5b796))
(pad "1" thru_hole circle (at 0 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 3 "Net-(D2-Pad1)") (pintype "passive") (tstamp abb9cb71-bb7e-4f82-8ef2-98dec44028cf))
(pad "2" thru_hole oval (at 2.54 0 180) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 12 "Net-(J3-Pad4)") (pintype "passive") (tstamp 983b320e-d770-4de1-ba0f-d8994ad94930))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp 3d3ed290-b5e0-45b4-b84f-204bfcd11f0a)
(at 149.86 109.22)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/da44fce3-90f3-4070-b586-dd3ea38f2708")
(attr through_hole)
(fp_text reference "R1" (at 0 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 84e0cb2e-8434-41f9-8ae9-6cd12df0bb68)
)
(fp_text value "120k" (at 1.27 1.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 10c2f663-5e41-4fe3-b8ad-179323f6702d)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp bd46108f-bf10-4cab-aebd-e113d375686c)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp fb4a8c8a-f447-4c3b-8251-7cbf096f1969))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp d54e2b2a-1b2c-46f2-8bcd-511b8f0a9880))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 0b7dd36a-a754-4fc4-adb0-8e6e55f8a32c))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 38a40197-45f4-4766-8867-733bacb9594d))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 4caabf1d-2b13-4059-af50-00351605e11d))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 90632bbe-b5c8-49c7-a7f3-c973d4b250d7))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp 22b71a54-30be-4f38-9754-bf72a2fae21d))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 6cc9ab2f-59fa-43b5-963c-4a6a9cdce33a))
(pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 1 "Net-(D1-Pad1)") (pintype "passive") (tstamp fb70a2ef-fc28-45f8-854c-21f9244972f2))
(pad "2" thru_hole oval (at 2.54 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 14 "Net-(R1-Pad2)") (pintype "passive") (tstamp fc5a0d6d-7d61-4a87-9a56-48c00c7608af))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Diode_THT.pretty:D_A-405_P2.54mm_Vertical_AnodeUp" (layer "F.Cu")
(tedit 5AE50CD5) (tstamp 41dd6f26-9c58-4f82-b400-4802d1a30788)
(at 147.5 114.3 -90)
(descr "Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf")
(tags "Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/40da366c-fd9d-436c-8a77-d5f7f6313f39")
(attr through_hole)
(fp_text reference "D1" (at 0 0 -90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d7155a7f-b9e2-4f34-af52-5d49745bffd3)
)
(fp_text value "1N4148" (at 1.27 3.359 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp f77ac4a0-c155-45f2-8431-559d01e5a452)
)
(fp_text user "A" (at 4.44 0 -90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 5018f9d4-e7fd-4d4f-91ac-9e6b369beb13)
)
(fp_text user "A" (at 4.44 0 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 02522d0b-027c-4adf-9ac0-4c46051b33d6)
)
(fp_text user "${REFERENCE}" (at 1.27 -2.47 -90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0b5acb65-80e6-4760-81c7-e2769cb95622)
)
(fp_arc (start 1.05385 0.968866) (mid -1.430816 -0.045469) (end 1.113239 -0.9) (layer "F.SilkS") (width 0.12) (tstamp 3804bfb8-93c9-480a-a343-5bc6d9f727c5))
(fp_line (start 3.69 -1.6) (end -1.6 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp 00e4aef1-8087-4f9a-ba01-de9734f8e506))
(fp_line (start -1.6 -1.6) (end -1.6 1.6) (layer "F.CrtYd") (width 0.05) (tstamp 9ce91912-0ec1-48b8-8317-a8d8c8e2830d))
(fp_line (start 3.69 1.6) (end 3.69 -1.6) (layer "F.CrtYd") (width 0.05) (tstamp a1fab8cb-33ef-40db-bbf9-34d23764898b))
(fp_line (start -1.6 1.6) (end 3.69 1.6) (layer "F.CrtYd") (width 0.05) (tstamp fe8d9357-2d8a-4368-8931-d799ddd83034))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp 32a6637a-b6ea-4682-beb1-b1a5340fcc75))
(fp_circle (center 0 0) (end 1.35 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp e31d9292-b0be-4090-a9ed-d448d224c25c))
(pad "1" thru_hole rect (at 0 0 270) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask)
(net 1 "Net-(D1-Pad1)") (pinfunction "K") (pintype "passive") (tstamp b64ceed4-75f3-40f5-81ac-b9a80f59278c))
(pad "2" thru_hole oval (at 2.54 0 270) (size 1.8 1.8) (drill 0.9) (layers *.Cu *.Mask)
(net 2 "Net-(D1-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 347c19af-aff4-45c3-a083-9b413c53e04f))
(model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_A-405_P2.54mm_Vertical_AnodeUp.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Button_Switch_THT.pretty:SW_PUSH_6mm" (layer "F.Cu")
(tedit 5A02FE31) (tstamp 4afec06c-585a-4643-9038-094de934e30e)
(at 158.19 117.734436 180)
(descr "https://www.omron.com/ecb/products/pdf/en-b3f.pdf")
(tags "tact sw push 6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/4eb4e693-4e46-4e15-a215-70c5cf9e7dab")
(attr through_hole)
(fp_text reference "SW1" (at 3.25 -2) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 548bf987-9689-4382-be8b-da9dcb900f5e)
)
(fp_text value "SW_STARTSTOP" (at 3.75 6.7) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp bbd5f5d6-8724-412a-b2b5-a0fe78f7b4d9)
)
(fp_text user "${REFERENCE}" (at 3.25 2.25) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 4e03921b-3b7c-4ee0-9ae3-69cd4651584b)
)
(fp_line (start -0.25 1.5) (end -0.25 3) (layer "F.SilkS") (width 0.12) (tstamp 3fce324e-3e43-4f34-b88c-d9061944693b))
(fp_line (start 5.5 -1) (end 1 -1) (layer "F.SilkS") (width 0.12) (tstamp be9f8675-587d-46d5-bdea-bd89b0c5ed36))
(fp_line (start 6.75 3) (end 6.75 1.5) (layer "F.SilkS") (width 0.12) (tstamp c77649bd-57ec-4053-a89a-b992bff5fd59))
(fp_line (start 1 5.5) (end 5.5 5.5) (layer "F.SilkS") (width 0.12) (tstamp d146e147-418b-4838-a6b8-64d75ac65473))
(fp_line (start 8 6) (end 8 5.75) (layer "F.CrtYd") (width 0.05) (tstamp 1fcf3dd0-0e48-4072-a5b1-f92acbee63e5))
(fp_line (start 7.75 6) (end -1.25 6) (layer "F.CrtYd") (width 0.05) (tstamp 2bafe1c5-c8e2-4498-bb1d-d69ba944d2b0))
(fp_line (start 7.75 -1.5) (end 8 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 54238e1d-85c1-47ad-9440-addeebbf8866))
(fp_line (start -1.5 5.75) (end -1.5 -1.25) (layer "F.CrtYd") (width 0.05) (tstamp 685dedf6-203f-4492-aad5-5668f2df7f49))
(fp_line (start -1.5 5.75) (end -1.5 6) (layer "F.CrtYd") (width 0.05) (tstamp 70ebcc6d-7386-4577-8229-2f2c28ee900a))
(fp_line (start -1.25 -1.5) (end 7.75 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp aff69d5f-2ad8-4ea3-b7fd-767dc981f639))
(fp_line (start -1.5 -1.5) (end -1.25 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b5485190-f23b-4eb5-86a1-b5d5fcae16c2))
(fp_line (start 8 -1.25) (end 8 5.75) (layer "F.CrtYd") (width 0.05) (tstamp b7ab141d-f53b-49c7-a43b-939bb7739bf2))
(fp_line (start -1.5 -1.25) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp c13a1e22-b5b8-428b-ab13-bacaeb984dd6))
(fp_line (start -1.5 6) (end -1.25 6) (layer "F.CrtYd") (width 0.05) (tstamp c3257539-e543-4470-8f84-c6791fa25e83))
(fp_line (start 8 -1.5) (end 8 -1.25) (layer "F.CrtYd") (width 0.05) (tstamp c9d0889f-5e39-4556-9499-307d9bd2f91b))
(fp_line (start 7.75 6) (end 8 6) (layer "F.CrtYd") (width 0.05) (tstamp ea33a9fc-39be-4fad-8753-e77cf3e33413))
(fp_line (start 3.25 -0.75) (end 6.25 -0.75) (layer "F.Fab") (width 0.1) (tstamp 0f597979-9aa4-4e23-a104-b91ec283ea99))
(fp_line (start 6.25 5.25) (end 0.25 5.25) (layer "F.Fab") (width 0.1) (tstamp 2723f7b5-8d3f-4d10-9046-5a4c6285f677))
(fp_line (start 0.25 5.25) (end 0.25 -0.75) (layer "F.Fab") (width 0.1) (tstamp 3d62fc8c-d43e-42de-b1e7-bf1386319801))
(fp_line (start 0.25 -0.75) (end 3.25 -0.75) (layer "F.Fab") (width 0.1) (tstamp 6d6b3f42-578f-4a30-921c-10a28d7cddb1))
(fp_line (start 6.25 -0.75) (end 6.25 5.25) (layer "F.Fab") (width 0.1) (tstamp 9ee4fc4e-b233-47d6-a0ba-5d8dcf5fd094))
(fp_circle (center 3.25 2.25) (end 1.25 2.5) (layer "F.Fab") (width 0.1) (fill none) (tstamp 8a7f1082-20f8-42ce-9099-eda496692601))
(pad "1" thru_hole circle (at 6.5 0 270) (size 2 2) (drill 1.1) (layers *.Cu *.Mask)
(net 17 "+5V") (pinfunction "1") (pintype "passive") (tstamp 2d844b95-4ff7-4361-ac49-26e41a7b35f9))
(pad "1" thru_hole circle (at 0 0 270) (size 2 2) (drill 1.1) (layers *.Cu *.Mask)
(net 17 "+5V") (pinfunction "1") (pintype "passive") (tstamp 484d8484-35d3-476b-9926-5474ad522e4d))
(pad "2" thru_hole circle (at 6.5 4.5 270) (size 2 2) (drill 1.1) (layers *.Cu *.Mask)
(net 15 "Net-(R3-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 470b8618-de92-41c4-953f-f896e1a83264))
(pad "2" thru_hole circle (at 0 4.5 270) (size 2 2) (drill 1.1) (layers *.Cu *.Mask)
(net 15 "Net-(R3-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 914fcae4-f96b-452e-aa73-2d20d86b6b0d))
(model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_PUSH_6mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "alchy/spacestudio_components.pretty:DIN_5" (layer "F.Cu")
(tedit 52A8BE96) (tstamp 4bdd37f7-4c62-4c48-8e8f-fd762eea437f)
(at 127 100.925 180)
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/b4df43e6-493a-4d06-95ea-a1555c210c83")
(attr through_hole)
(fp_text reference "J3" (at 0 7.62) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.15)))
(tstamp 39ce8056-0903-4217-984b-93ab055ae0e1)
)
(fp_text value "MIDI_IN" (at 0 5.08) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.15)))
(tstamp 75e44054-691d-4190-a296-bf1251686212)
)
(fp_line (start -10.16 12.7) (end 10.16 12.7) (layer "F.SilkS") (width 0.3) (tstamp 36873759-cf37-4ff9-9087-caa21b59bda1))
(fp_line (start -10.16 -1.27) (end -10.16 12.7) (layer "F.SilkS") (width 0.3) (tstamp 727f26fc-3b9b-4f5f-873f-b8b133138068))
(fp_line (start 10.16 -1.27) (end -10.16 -1.27) (layer "F.SilkS") (width 0.3) (tstamp 7800144d-3537-4256-9fba-e8fd7740ecca))
(fp_line (start 10.16 -1.27) (end 10.16 12.7) (layer "F.SilkS") (width 0.3) (tstamp 7999da36-09da-426b-8c68-942e32a41064))
(fp_line (start -10.16 -1.27) (end 10.16 -1.27) (layer "F.SilkS") (width 0.3) (tstamp 886ecde4-3037-49a4-8631-555cb0d08566))
(fp_line (start 10.16 12.7) (end 10.16 -1.27) (layer "F.SilkS") (width 0.3) (tstamp 89efd2a3-787c-4250-aede-f2b0395caeba))
(pad "1" thru_hole circle locked (at 7.62 0 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 13 "unconnected-(J3-Pad1)") (pintype "passive+no_connect") (tstamp a5b0ed80-e478-4b2c-8f38-7c5ab553ad66))
(pad "2" thru_hole circle locked (at 0 0 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 11 "unconnected-(J3-Pad2)") (pintype "passive+no_connect") (tstamp 99c83ec9-83da-482b-a619-11580ca4a10f))
(pad "3" thru_hole circle locked (at -7.62 0 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 10 "unconnected-(J3-Pad3)") (pintype "passive+no_connect") (tstamp 0f55432d-99f7-4877-8249-87cfc219972b))
(pad "4" thru_hole circle locked (at 5.08 -2.54 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 12 "Net-(J3-Pad4)") (pintype "passive") (tstamp 97d325d5-1466-4b55-a407-2fa688352c9d))
(pad "5" thru_hole circle locked (at -5.08 -2.54 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 4 "Net-(D2-Pad2)") (pintype "passive") (tstamp 62bd94d0-331a-444c-b7de-7dc95cb24045))
(pad "6" thru_hole circle locked (at -5.08 10.16 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS") (tstamp b64343ba-7ae0-4dec-ae08-e85d1abd5ffa))
(pad "7" thru_hole circle locked (at 5.08 10.16 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS") (tstamp df555480-2b00-440c-8955-24c0d8a09715))
)
(footprint "kicad-official/Package_DIP.pretty:DIP-4_W7.62mm" (layer "F.Cu")
(tedit 5A02E8C5) (tstamp 7d49c3ff-0e45-4659-8371-1bc367fb463e)
(at 126.11 109.22)
(descr "4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)")
(tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/3268ff9d-3629-49b4-896a-32224154a17e")
(attr through_hole)
(fp_text reference "U2" (at 3.8 1.275) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 7d797d9e-a4ac-486f-b4ec-68a4786fb65b)
)
(fp_text value "PC817" (at 3.81 4.87) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp dab13b3d-d59c-43f4-b50e-95729101fd96)
)
(fp_text user "${REFERENCE}" (at 3.81 1.27) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a024da77-fec9-4489-ae3b-55b0d1163ecd)
)
(fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 1e6e3a35-626c-4406-82de-562d4c80dd15))
(fp_line (start 1.16 3.87) (end 6.46 3.87) (layer "F.SilkS") (width 0.12) (tstamp 500a736c-9d2f-4482-a118-55b078c60446))
(fp_line (start 1.16 -1.33) (end 1.16 3.87) (layer "F.SilkS") (width 0.12) (tstamp 5b54b247-6631-4545-af5e-24638d44031c))
(fp_line (start 6.46 3.87) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 946c3ad5-0600-4a0b-bed5-22190d92eb38))
(fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp eb09647d-bfc1-4f5e-b087-cbd68aeb4fc9))
(fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 7763b5d1-90fe-44e7-8a20-730d8032f3ea))
(fp_line (start 8.7 4.1) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 16217186-177e-4e92-9a19-d1084fa39861))
(fp_line (start -1.1 -1.55) (end -1.1 4.1) (layer "F.CrtYd") (width 0.05) (tstamp 409a4206-8f4b-45a5-b08d-414445e4b4a1))
(fp_line (start -1.1 4.1) (end 8.7 4.1) (layer "F.CrtYd") (width 0.05) (tstamp 716dc1c7-7106-47fa-8e75-77af219a40fd))
(fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp b89d111e-d5da-474f-afe7-532e5dc08dfe))
(fp_line (start 0.635 3.81) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 0647b75a-ead3-4096-8ce9-4d8ccb59a775))
(fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 4bb77ee8-7ff1-4361-966d-d78b40c5667a))
(fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 5407031c-2b41-40f7-8873-4d10657b10e8))
(fp_line (start 6.985 -1.27) (end 6.985 3.81) (layer "F.Fab") (width 0.1) (tstamp 934f00a4-92d2-490a-a37c-0edea6183bf7))
(fp_line (start 6.985 3.81) (end 0.635 3.81) (layer "F.Fab") (width 0.1) (tstamp a684cd20-0a5b-4f93-804c-44b4df63cf74))
(pad "1" thru_hole rect (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 3 "Net-(D2-Pad1)") (pintype "passive") (tstamp 089693eb-bbb5-4859-b488-df821d019c89))
(pad "2" thru_hole oval (at 0 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 4 "Net-(D2-Pad2)") (pintype "passive") (tstamp ead12e97-f580-4358-90e6-968651cfaa20))
(pad "3" thru_hole oval (at 7.62 2.54) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 7 "GND") (pintype "passive") (tstamp 678d64bc-c212-4d8f-8f41-3f29f96d0fe9))
(pad "4" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask)
(net 18 "Net-(R7-Pad2)") (pintype "passive") (tstamp b7ade050-5d69-453e-9752-33638667f96c))
(model "${KICAD6_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-4_W7.62mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "nebs/eurocad/Eurocad.pretty:PJ301M-12" (layer "F.Cu")
(tedit 5819F691) (tstamp a0385efd-203c-421c-afdc-024689ae9c9c)
(at 143 113.2 180)
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/f79f97c3-f096-4a1d-815d-35e3c2699cc1")
(attr through_hole)
(fp_text reference "J1" (at 0 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 339bf203-0592-4289-897b-4f5e355e8dfc)
)
(fp_text value "CLOCK_IN" (at 0 -7.112) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp ed42dedd-5537-44a9-8b98-febcf75a8df4)
)
(fp_line (start -1.8 0) (end 1.8 0) (layer "F.SilkS") (width 0.15) (tstamp 115c7d94-e273-4f03-a7e9-4cf7517a6bca))
(fp_line (start 4.5 -6.2) (end 4.5 4.7) (layer "F.SilkS") (width 0.15) (tstamp 3a4fabb6-05d3-495f-961c-a0b91e082679))
(fp_line (start 0 -1.8) (end 0 1.8) (layer "F.SilkS") (width 0.15) (tstamp 6a5964fa-aa80-4aeb-97e1-5caa618a3dc3))
(fp_line (start -4.5 -6.2) (end 4.5 -6.2) (layer "F.SilkS") (width 0.15) (tstamp 832fc7ca-119c-4062-9086-2c3a1e0d4959))
(fp_line (start -4.5 4.7) (end 4.5 4.7) (layer "F.SilkS") (width 0.15) (tstamp 9f48ed20-4f01-4f6a-bec2-f00ec51b9f54))
(fp_line (start -4.5 -6.2) (end -4.5 4.7) (layer "F.SilkS") (width 0.15) (tstamp a58a5bd0-6d41-47c0-8e23-a96cb0091f46))
(fp_circle (center 0 0) (end 1.8 0) (layer "F.SilkS") (width 0.15) (fill none) (tstamp 15ce4b8b-79ff-4703-a501-37c8d032e692))
(pad "G" thru_hole circle (at 0 6.48 180) (size 1.8 1.8) (drill 1.6) (layers *.Cu *.Mask "F.SilkS")
(net 7 "GND") (pintype "passive") (tstamp 21e6fa3b-559c-4eeb-afbb-d06a46a00340))
(pad "S" thru_hole circle (at 0 3.38 180) (size 1.8 1.8) (drill 1.6) (layers *.Cu *.Mask "F.SilkS")
(net 7 "GND") (pintype "passive") (tstamp fcddfedd-c09b-4289-9362-c3ddb25f0ea1))
(pad "T" thru_hole circle (at 0 -4.92 180) (size 1.8 1.8) (drill 1.6) (layers *.Cu *.Mask "F.SilkS")
(net 2 "Net-(D1-Pad2)") (pintype "passive") (tstamp 5a5ba593-ce15-4f5c-92c1-84a9f146b73d))
)
(footprint "XenGi/teensy.pretty:Teensy2.0" (layer "F.Cu")
(tedit 5D5219BD) (tstamp a20d0b74-8d52-492e-829f-cfef47655708)
(at 169.75 104.095 -90)
(descr "11")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/40caa8d0-d962-4c63-99df-ff3ceda1ef16")
(attr through_hole)
(fp_text reference "U1" (at 0 -10.16 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3ce2c528-19ee-41fb-a157-8a6d2a392f55)
)
(fp_text value "Teensy2.0_(Arduino)" (at 0 10.16 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 094aea6f-5024-4c7b-8bae-d99ff7f90d45)
)
(fp_text user "MEGA32U4" (at 2.54 1.143 90) (layer "F.SilkS")
(effects (font (size 0.7 0.7) (thickness 0.15)))
(tstamp 86184b7a-6047-4053-b7e6-d14988e67aca)
)
(fp_line (start 8.89 5.08) (end 12.7 5.08) (layer "F.SilkS") (width 0.15) (tstamp 0b692d5a-b118-4637-aeb8-84ac7ec5a37c))
(fp_line (start 8.89 -2.54) (end 8.89 0) (layer "F.SilkS") (width 0.15) (tstamp 0be117e4-ead9-4627-a075-410b83247b31))
(fp_line (start -1.27 -3.81) (end -1.27 3.81) (layer "F.SilkS") (width 0.15) (tstamp 21090d78-3cab-4465-ad63-bbeceed6d54b))
(fp_line (start 12.7 2.54) (end 8.89 2.54) (layer "F.SilkS") (width 0.15) (tstamp 30c8c189-ab6a-4661-ae13-f22aec34b70f))
(fp_line (start -15.24 8.89) (end -15.24 -8.89) (layer "F.SilkS") (width 0.15) (tstamp 3424fd27-0ea6-463d-9427-0428f4ff4d08))
(fp_line (start 6.35 3.81) (end 6.35 -3.81) (layer "F.SilkS") (width 0.15) (tstamp 382d4d38-a82d-404b-9235-0f1ec969d561))
(fp_line (start 8.89 2.54) (end 8.89 5.08) (layer "F.SilkS") (width 0.15) (tstamp 56a618af-3805-421f-b39a-b04b6a281066))
(fp_line (start 15.24 -8.89) (end 15.24 8.89) (layer "F.SilkS") (width 0.15) (tstamp 6de4161e-3005-46a6-9a68-bf9018113462))
(fp_line (start 8.89 0) (end 8.89 1.27) (layer "F.SilkS") (width 0.15) (tstamp 786df21d-ba30-4e32-ba3c-17f03d7c7fd4))
(fp_line (start -1.27 3.81) (end 6.35 3.81) (layer "F.SilkS") (width 0.15) (tstamp 89c53c1b-420a-47bb-b311-f9cf069de23e))
(fp_line (start -7.62 3.81) (end -16.51 3.81) (layer "F.SilkS") (width 0.15) (tstamp 8a78852b-ba4b-4f18-9bb4-0741e2020514))
(fp_line (start -15.24 -8.89) (end 15.24 -8.89) (layer "F.SilkS") (width 0.15) (tstamp 8b5a976d-e9ef-40e0-8481-a42449516ce6))
(fp_line (start 6.35 -3.81) (end -1.27 -3.81) (layer "F.SilkS") (width 0.15) (tstamp 961497ab-8bc6-4a9f-8435-057b70c9da38))
(fp_line (start 12.7 5.08) (end 12.7 2.54) (layer "F.SilkS") (width 0.15) (tstamp a8b20661-470e-423d-9795-dd7c9b6254e1))
(fp_line (start -7.62 -3.81) (end -7.62 3.81) (layer "F.SilkS") (width 0.15) (tstamp a9b3034d-4962-469f-94a0-1256d1b3a996))
(fp_line (start 15.24 8.89) (end -15.24 8.89) (layer "F.SilkS") (width 0.15) (tstamp b37f7b73-66ca-4089-b3ab-9df3a49edb19))
(fp_line (start -16.51 -3.81) (end -7.62 -3.81) (layer "F.SilkS") (width 0.15) (tstamp bbac9d4b-251b-417b-bbdf-295a568ea6b1))
(fp_line (start 12.7 -2.54) (end 8.89 -2.54) (layer "F.SilkS") (width 0.15) (tstamp db02dd72-dd04-4524-a655-be829e833610))
(fp_line (start 8.89 1.27) (end 12.7 1.27) (layer "F.SilkS") (width 0.15) (tstamp dd474f78-23f9-4f20-9315-94bf97e2da92))
(fp_line (start -16.51 3.81) (end -16.51 -3.81) (layer "F.SilkS") (width 0.15) (tstamp e229bfcf-67a7-4f59-92d4-f12133568a67))
(fp_line (start 12.7 1.27) (end 12.7 -2.54) (layer "F.SilkS") (width 0.15) (tstamp fbebe674-b457-405f-ac33-bde2fc3bc5b7))
(fp_poly (pts
(xy 1.397 -0.889)
(xy 1.397 -1.905)
(xy 1.016 -1.905)
(xy 0.635 -0.889)
(xy 0.889 -0.889)
(xy 1.143 -1.651)
(xy 1.143 -0.889)
) (layer "F.SilkS") (width 0.1) (fill solid) (tstamp 2859ec16-e2cb-4baa-a9d5-bf935e7daa79))
(fp_poly (pts
(xy 3.81 -1.905)
(xy 3.81 -0.889)
(xy 4.445 -0.889)
(xy 4.572 -1.143)
(xy 4.064 -1.143)
(xy 4.064 -1.905)
) (layer "F.SilkS") (width 0.1) (fill solid) (tstamp 3331e301-e6a7-46cc-9d16-c319996dae46))
(fp_poly (pts
(xy 4.064 -2.032)
(xy 1.778 -2.032)
(xy 1.778 -0.889)
(xy 1.524 -0.889)
(xy 1.524 -2.032)
(xy 1.016 -2.032)
(xy 1.143 -2.286)
(xy 4.064 -2.286)
) (layer "F.SilkS") (width 0.1) (fill solid) (tstamp 3b4cde71-1f2b-471f-8bdf-58918fcdbee6))
(fp_poly (pts
(xy 0.635 -0.762)
(xy 4.445 -0.762)
(xy 4.318 -0.508)
(xy 0.635 -0.508)
) (layer "F.SilkS") (width 0.1) (fill solid) (tstamp 56756082-2870-4436-a16b-71181d673fbe))
(fp_poly (pts
(xy 2.921 -0.889)
(xy 2.921 -1.905)
(xy 1.905 -1.905)
(xy 1.905 -0.889)
(xy 2.159 -0.889)
(xy 2.159 -1.651)
(xy 2.286 -1.651)
(xy 2.286 -0.889)
(xy 2.54 -0.889)
(xy 2.54 -1.651)
(xy 2.667 -1.651)
(xy 2.667 -0.889)
) (layer "F.SilkS") (width 0.1) (fill solid) (tstamp 870573af-c92c-4e02-969b-0c29babd8f7c))
(fp_poly (pts
(xy 3.048 -1.905)
(xy 3.683 -1.905)
(xy 3.683 -1.651)
(xy 3.302 -1.651)
(xy 3.302 -1.524)
(xy 3.683 -1.524)
(xy 3.683 -1.27)
(xy 3.302 -1.27)
(xy 3.302 -1.143)
(xy 3.683 -1.143)
(xy 3.683 -0.889)
(xy 3.048 -0.889)
) (layer "F.SilkS") (width 0.1) (fill solid) (tstamp bcece635-5510-4b95-b481-38c579922489))
(pad "1" thru_hole rect locked (at -13.97 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 7 "GND") (pinfunction "GND") (pintype "power_in") (tstamp fd253e17-c303-4d97-8ce9-93f056f3af10))
(pad "2" thru_hole circle locked (at -11.43 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 19 "unconnected-(U1-Pad2)") (pinfunction "0") (pintype "bidirectional") (tstamp 1686774f-363e-4e84-82a6-d734679aa647))
(pad "3" thru_hole circle locked (at -8.89 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 20 "unconnected-(U1-Pad3)") (pinfunction "1") (pintype "bidirectional") (tstamp 9a66325e-804f-4ca0-98c6-d712b60c22f5))
(pad "4" thru_hole circle locked (at -6.35 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 21 "unconnected-(U1-Pad4)") (pinfunction "2") (pintype "bidirectional") (tstamp f4ff3817-e301-4f5b-8f0b-6f122310598a))
(pad "5" thru_hole circle locked (at -3.81 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 22 "unconnected-(U1-Pad5)") (pinfunction "3") (pintype "bidirectional") (tstamp 23417463-833c-4ebe-80cf-232960c8f094))
(pad "6" thru_hole circle locked (at -1.27 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 23 "unconnected-(U1-Pad6)") (pinfunction "4_PWM") (pintype "bidirectional") (tstamp 9615a40d-e059-46a3-aab1-584cca58f89a))
(pad "7" thru_hole circle locked (at 1.27 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 14 "Net-(R1-Pad2)") (pinfunction "5_INT0_PWM") (pintype "bidirectional") (tstamp 193b6e35-08b1-4eff-b3cc-4636440c5422))
(pad "8" thru_hole circle locked (at 3.81 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 15 "Net-(R3-Pad1)") (pinfunction "6_INT1") (pintype "bidirectional") (tstamp b53ba048-a7fc-4853-bb81-3383ad56acf9))
(pad "9" thru_hole circle locked (at 6.35 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 18 "Net-(R7-Pad2)") (pinfunction "7_INT2_RX") (pintype "bidirectional") (tstamp fcc9956f-86dd-430f-b954-a823b1e03764))
(pad "10" thru_hole circle locked (at 8.89 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 16 "Net-(R4-Pad1)") (pinfunction "8_INT3_TX") (pintype "bidirectional") (tstamp 5fb159fb-02fb-4f4e-b8e1-606a28d02eed))
(pad "11" thru_hole circle locked (at 11.43 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 24 "unconnected-(U1-Pad11)") (pinfunction "9_PWM") (pintype "bidirectional") (tstamp 73261c49-c6f1-4dee-94ef-75a2b836e5a3))
(pad "12" thru_hole circle locked (at 13.97 7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 25 "unconnected-(U1-Pad12)") (pinfunction "10_PWM") (pintype "bidirectional") (tstamp b0952a06-4522-4451-9ae4-e1d6d2b707c6))
(pad "13" thru_hole circle locked (at 13.97 5.08 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 26 "unconnected-(U1-Pad13)") (pinfunction "23") (pintype "bidirectional") (tstamp 424f8361-9efa-41ad-b2ed-b14de19a64a4))
(pad "14" thru_hole circle locked (at 13.97 2.54 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 27 "unconnected-(U1-Pad14)") (pinfunction "+5V") (pintype "power_in") (tstamp aba0083a-3dc9-4923-a4cc-4f5452adedaa))
(pad "15" thru_hole circle locked (at 13.97 0 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 43 "unconnected-(U1-Pad15)") (pinfunction "GND") (pintype "power_in") (tstamp cd00cd26-ca6b-4dd2-b8e9-b844fa119395))
(pad "16" thru_hole circle locked (at 13.97 -2.54 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 28 "unconnected-(U1-Pad16)") (pinfunction "RST") (pintype "input") (tstamp 6609f458-4a77-407f-8360-262d2f4a13af))
(pad "17" thru_hole circle locked (at 13.97 -5.08 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 29 "unconnected-(U1-Pad17)") (pinfunction "22_A11") (pintype "bidirectional") (tstamp 401db161-f149-4415-9f82-09045795b0a2))
(pad "18" thru_hole circle locked (at 13.97 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 30 "unconnected-(U1-Pad18)") (pinfunction "11_A10_LED") (pintype "bidirectional") (tstamp 4cf2fa93-5e4e-474d-bd83-8d6e7578f2ad))
(pad "19" thru_hole circle locked (at 11.43 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 31 "unconnected-(U1-Pad19)") (pinfunction "12_A9_PWM") (pintype "bidirectional") (tstamp 31446ee8-50bc-4117-9c50-096ada6a432f))
(pad "20" thru_hole circle locked (at 8.89 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 32 "unconnected-(U1-Pad20)") (pinfunction "13_A8") (pintype "bidirectional") (tstamp 8c1d1a36-8f56-4dc6-b4c5-88fe90743a91))
(pad "21" thru_hole circle locked (at 6.35 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 33 "unconnected-(U1-Pad21)") (pinfunction "14_A7_PWM") (pintype "bidirectional") (tstamp ad362954-3bcf-426e-a003-67c3bad72f9b))
(pad "22" thru_hole circle locked (at 3.81 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 34 "unconnected-(U1-Pad22)") (pinfunction "15_A6_PWM") (pintype "bidirectional") (tstamp 80d23a39-47df-4b99-846d-acb5dc122158))
(pad "23" thru_hole circle locked (at 1.27 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 35 "unconnected-(U1-Pad23)") (pinfunction "16_A5") (pintype "bidirectional") (tstamp 5567b733-4627-4935-a306-723b3f4b314a))
(pad "24" thru_hole circle locked (at -1.27 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 36 "unconnected-(U1-Pad24)") (pinfunction "17_A4") (pintype "bidirectional") (tstamp e82b63d6-dc1e-445d-b7a1-9e1751ffe1b2))
(pad "25" thru_hole circle locked (at -3.81 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 37 "unconnected-(U1-Pad25)") (pinfunction "18_A3") (pintype "bidirectional") (tstamp f0cbf3b1-a461-4c82-8f85-cff4c02a3f32))
(pad "26" thru_hole circle locked (at -6.35 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 38 "unconnected-(U1-Pad26)") (pinfunction "19_A2") (pintype "bidirectional") (tstamp c699d234-7eaa-42ac-b1b9-fbd0c8bf204d))
(pad "27" thru_hole circle locked (at -8.89 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 39 "unconnected-(U1-Pad27)") (pinfunction "20_A1") (pintype "bidirectional") (tstamp cc2d169f-c5c1-4b15-b7d3-775701a74d74))
(pad "28" thru_hole circle locked (at -11.43 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 40 "unconnected-(U1-Pad28)") (pinfunction "21_A0") (pintype "bidirectional") (tstamp 93ea63b7-ce58-41cf-9366-656bb52797a3))
(pad "29" thru_hole circle locked (at -13.97 -7.62 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 17 "+5V") (pinfunction "+5V") (pintype "power_in") (tstamp 34bfdd7d-c45e-45f4-81d2-47b1f4936be7))
(pad "30" thru_hole circle locked (at -3.81 5.08 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 41 "unconnected-(U1-Pad30)") (pinfunction "24") (pintype "bidirectional") (tstamp afebf371-c8b2-4908-a5af-f2e9a81f23f1))
(pad "31" thru_hole circle locked (at -3.81 -5.08 270) (size 1.6 1.6) (drill 1.1) (layers *.Cu *.Mask)
(net 42 "unconnected-(U1-Pad31)") (pinfunction "AREF") (pintype "input") (tstamp 6e791c13-3cec-43c3-b665-6dbcbf6eaef8))
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp ab820f1a-51ba-4f46-8308-d37c3e780bf0)
(at 157.48 109.22 90)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/11fb50e6-9060-4941-bd6e-64b0adc7a241")
(attr through_hole)
(fp_text reference "R4" (at 2.54 0 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 55ccbf53-b6fb-4758-befc-b64a84b48598)
)
(fp_text value "220" (at 1.27 1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp d10a240b-9820-42dc-ba59-db6291256a24)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e5224c6f-cfea-45a8-bea6-7e5cfdea55c5)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp 6acef3b2-213f-419a-b0a4-5b40dadcff7c))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp a10af556-3822-44ea-b0d6-bb1f05cbb5bb))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 22fe3359-bc5f-47f0-8c06-fe4656348a4f))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 3d32ea70-2d5f-4372-9d3d-c176e6e65c56))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp c45fb5ef-ed57-4325-ad96-3c577b24436a))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp d14a91b7-6fc9-4107-a20b-1a9a881bfb9d))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp c9bbe6be-96d5-4ed0-970d-9db96a9b0012))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 72f18447-53c4-4117-b171-39759920ebf9))
(pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 16 "Net-(R4-Pad1)") (pintype "passive") (tstamp 1960c34c-0a3b-4c0c-bf2b-9b330269f8fc))
(pad "2" thru_hole oval (at 2.54 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 6 "Net-(J2-Pad5)") (pintype "passive") (tstamp 614fffef-6e4b-4e51-aa86-98e7ec67be75))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp b22a5c43-66bd-4a8b-ab1f-c42f4056981a)
(at 149.86 106.68)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/f4255b72-3d51-41f4-a3d5-e58520dfed20")
(attr through_hole)
(fp_text reference "R2" (at 0 0) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2b4f54fe-044f-4bed-8b0c-708f2fd71801)
)
(fp_text value "100k" (at 1.27 1.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 6e68901a-63d6-462c-9c61-0ca9911dd42b)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 0e85c255-cd4d-4a46-b7fd-37b4f1a9e1e7)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp 06449bfe-5eef-4aab-9983-d004ac22584a))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp c5d7c2a3-07d6-4f57-a03c-363c6cec168c))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 590f6d7a-76d9-4b9d-915e-916edd1e5b0d))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 602d53a0-4e6a-4119-9e64-f515fff624c2))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp e9faa981-7398-4577-9fcc-b4e26dcbc5ac))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp efc8aa54-d593-41b7-9de4-10f68431c842))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp 4093cc75-8c8c-41bb-b0ef-5ac4d30dee0a))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp e7790197-ca7c-48e5-865b-b3c9c7ea45c1))
(pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 14 "Net-(R1-Pad2)") (pintype "passive") (tstamp b2e0a9d5-a41b-42b0-81a6-838200e05ab5))
(pad "2" thru_hole oval (at 2.54 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 7 "GND") (pintype "passive") (tstamp e03954e6-ea01-4737-b45e-9e1b79f120ce))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp b52a1e31-2252-405c-aa1d-6b2299bc8558)
(at 137.53 111.76 90)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/97dbb1a3-1541-47a2-83f0-2695179e58e0")
(attr through_hole)
(fp_text reference "R7" (at 0 0 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 3a914f15-a26f-497e-a321-5976fd7f1b04)
)
(fp_text value "220" (at 1.27 1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 954dbac9-b05c-451a-9219-79f3215b2546)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 2952243b-4bb3-44b3-94ad-a1d5bffad115)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp 110c008d-9b20-459b-b4a0-0cc34ede9b3c))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp e0d5cce1-1cfc-4dba-a89b-be9dd8021d94))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 15cb8b53-b0e2-4c35-bcfa-1694918217ea))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 80c8886a-813f-4249-aa81-9f9308daf91c))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp c90cd0df-5c35-4c03-b022-1b0e2d1905a6))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp f9cb760c-f5b9-4166-a17b-6445e4d03d20))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp 3e8b466d-80bf-4144-b4f1-b9ddc8f5d4d0))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp bf45bda0-30f4-465a-b75f-d724f17f3492))
(pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 17 "+5V") (pintype "passive") (tstamp 16db46b6-9975-4197-be33-c9c1f7bbf771))
(pad "2" thru_hole oval (at 2.54 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 18 "Net-(R7-Pad2)") (pintype "passive") (tstamp a80cc9b5-b0ba-480c-830d-1d5022699673))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp d0737184-b080-4909-b9d6-e5ad7e724b72)
(at 147.32 109.22 90)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/28849b4c-8ff7-4e6b-a331-257c0b6c7b0e")
(attr through_hole)
(fp_text reference "R5" (at 0 0 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp e254d514-6d0c-444c-8655-93be9aa16607)
)
(fp_text value "220" (at 1.27 1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 66e3af58-2fe1-421d-9b71-9fe4343d1abb)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 9cda6b4e-0ae3-478e-a605-c2a751bc95e9)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp b1723712-2722-4f1c-8d03-e7ec45c7f2c6))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 238e6612-5f46-4705-9788-a9fb584d52d6))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 26296f91-75bd-4cb7-bf72-561e715f8f84))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 3f8febb1-67c6-483b-b887-93a3d02d2c43))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp b6f136ad-e29e-4d32-ac7c-c27bd21b53f6))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp f8a2b890-dd74-4c2e-9c59-d3f5d3f9ba94))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp ba315347-0138-4190-a3ff-44654191c141))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 7cab6950-f5d9-4375-84a4-a51f5f362797))
(pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 17 "+5V") (pintype "passive") (tstamp 2482148e-b8d1-4bf9-9565-005bf2393aa7))
(pad "2" thru_hole oval (at 2.54 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 8 "Net-(J2-Pad4)") (pintype "passive") (tstamp 0e448ce9-24d8-4b29-9eb9-48cf5303c7de))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "kicad-official/Resistor_THT.pretty:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (layer "F.Cu")
(tedit 5AE5139B) (tstamp d2beb7f6-4126-4e49-aa06-aa93b04bb206)
(at 154.94 109.22 90)
(descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
(tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm")
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/0bb757dd-6ec1-45c7-bd04-6b546834356b")
(attr through_hole)
(fp_text reference "R3" (at 2.54 0 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 7897c261-ef95-44e7-8702-d927763b6093)
)
(fp_text value "10k" (at 1.27 1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp b2695702-2b95-4aa0-adeb-9e70175dc31f)
)
(fp_text user "${REFERENCE}" (at 1.27 -1.92 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 47eb563c-f39d-4c1a-946d-57fedb9097bb)
)
(fp_line (start 0.92 0) (end 1.54 0) (layer "F.SilkS") (width 0.12) (tstamp ea2a57dc-b97c-4a1f-9b79-c288d5dd6a3e))
(fp_circle (center 0 0) (end 0.92 0) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 2a810c4a-a7fe-4c9b-9d42-4bdb5784bda8))
(fp_line (start 3.49 1.05) (end 3.49 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 176dd2af-f5ce-49bd-8a56-9e6b7ee53b72))
(fp_line (start 3.49 -1.05) (end -1.05 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 34f21abe-914f-4efb-8b90-a0e2f3be5d2a))
(fp_line (start -1.05 1.05) (end 3.49 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 779e669c-61a2-4512-b54f-d7e65e44793b))
(fp_line (start -1.05 -1.05) (end -1.05 1.05) (layer "F.CrtYd") (width 0.05) (tstamp b24c5d42-de4e-493b-94c5-db554d9e789d))
(fp_line (start 0 0) (end 2.54 0) (layer "F.Fab") (width 0.1) (tstamp 1387736d-0c0a-43a2-8fe6-4a7233785a5d))
(fp_circle (center 0 0) (end 0.8 0) (layer "F.Fab") (width 0.1) (fill none) (tstamp 84eab6ec-401a-4da2-95eb-c49c995a0ef8))
(pad "1" thru_hole circle (at 0 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 15 "Net-(R3-Pad1)") (pintype "passive") (tstamp e6255cc5-1318-452e-a059-1c9311f84a10))
(pad "2" thru_hole oval (at 2.54 0 90) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask)
(net 7 "GND") (pintype "passive") (tstamp e3e3dfc9-eee8-426c-b394-851f52d1c954))
(model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
(footprint "alchy/spacestudio_components.pretty:DIN_5" (layer "F.Cu")
(tedit 52A8BE96) (tstamp fe62936b-f3b7-4aab-9108-19a1ff30040b)
(at 149.86 100.925 180)
(property "Sheetfile" "clock-to-midi.kicad_sch")
(property "Sheetname" "")
(path "/94fcfe4d-cc59-4aec-8687-4ac188447f92")
(attr through_hole)
(fp_text reference "J2" (at 0 7.62) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.15)))
(tstamp 29106388-2fda-437e-9861-330e158b9e99)
)
(fp_text value "MIDI_OUT" (at 0 5.08) (layer "F.SilkS")
(effects (font (size 1.5 1.5) (thickness 0.15)))
(tstamp e08a79ce-4341-424c-aad1-87f5205e64e4)
)
(fp_line (start -10.16 12.7) (end 10.16 12.7) (layer "F.SilkS") (width 0.3) (tstamp 07fc1092-2925-4e2e-ae26-c759deee4d69))
(fp_line (start -10.16 -1.27) (end -10.16 12.7) (layer "F.SilkS") (width 0.3) (tstamp 2f3e93eb-a7c0-459b-b649-6508a10e4af3))
(fp_line (start -10.16 -1.27) (end 10.16 -1.27) (layer "F.SilkS") (width 0.3) (tstamp 5aacbb75-552e-4dde-a46e-d28a6bb675cb))
(fp_line (start 10.16 -1.27) (end 10.16 12.7) (layer "F.SilkS") (width 0.3) (tstamp 5f50f414-dce4-4dd9-8e57-1571af3f3fc8))
(fp_line (start 10.16 -1.27) (end -10.16 -1.27) (layer "F.SilkS") (width 0.3) (tstamp 97155d7c-799b-4086-a806-7fc560c092eb))
(fp_line (start 10.16 12.7) (end 10.16 -1.27) (layer "F.SilkS") (width 0.3) (tstamp ec5da45c-45b8-44c0-b5f7-a220cf6e6aa4))
(pad "1" thru_hole circle locked (at 7.62 0 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 9 "unconnected-(J2-Pad1)") (pintype "passive+no_connect") (tstamp e82806ec-7bc9-4f50-932c-306f38c29671))
(pad "2" thru_hole circle locked (at 0 0 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 7 "GND") (pintype "passive") (tstamp 38fc0a8f-45da-402c-babb-327c336cc1da))
(pad "3" thru_hole circle locked (at -7.62 0 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 5 "unconnected-(J2-Pad3)") (pintype "passive+no_connect") (tstamp a0833762-c206-48e8-97fa-b2d8b8315784))
(pad "4" thru_hole circle locked (at 5.08 -2.54 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 8 "Net-(J2-Pad4)") (pintype "passive") (tstamp ec89769b-6f61-4091-ba47-66da1127bd51))
(pad "5" thru_hole circle locked (at -5.08 -2.54 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS")
(net 6 "Net-(J2-Pad5)") (pintype "passive") (tstamp 0129dd1b-2dc8-4b9e-ab92-b9b49402d383))
(pad "6" thru_hole circle locked (at -5.08 10.16 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS") (tstamp 862221a2-7b5e-4379-859d-109b7e35e7cb))
(pad "7" thru_hole circle locked (at 5.08 10.16 180) (size 3 3) (drill 2) (layers *.Cu *.Mask "F.SilkS") (tstamp f4a40080-be09-40de-ab5a-e458b785907e))
)
(segment (start 147.5 114.3) (end 147.5 111.58) (width 0.25) (layer "B.Cu") (net 1) (tstamp 869f11dd-03ad-45ce-be8f-17095591126b))
(segment (start 147.5 111.58) (end 149.86 109.22) (width 0.25) (layer "B.Cu") (net 1) (tstamp fff04158-1bb7-49a5-862f-45af68b06fdc))
(segment (start 147.5 116.84) (end 146.22 118.12) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0e6affe9-f7b0-4509-a710-0cc216ad8d61))
(segment (start 146.22 118.12) (end 143 118.12) (width 0.25) (layer "F.Cu") (net 2) (tstamp bcec07ee-50c0-4ccd-aefc-07db602a6251))
(segment (start 126.11 109.22) (end 126.11 107.96) (width 0.25) (layer "F.Cu") (net 3) (tstamp 009cd625-4332-4114-8105-af58c5a1a3dc))
(segment (start 126.11 109.22) (end 122.29 109.22) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5ad04daf-605e-485d-b250-335dfb61c074))
(segment (start 126.11 107.96) (end 124.83 106.68) (width 0.25) (layer "F.Cu") (net 3) (tstamp d46241c4-b68b-4f86-b673-a9a19a3cb228))
(segment (start 122.29 111.76) (end 126.11 111.76) (width 0.25) (layer "F.Cu") (net 4) (tstamp 01d5d978-a11f-46ba-9399-a724cc11b23a))
(segment (start 132.08 105.79) (end 132.08 103.465) (width 0.25) (layer "F.Cu") (net 4) (tstamp b1fb9d6f-028d-4924-89d8-244146bb3e9c))
(segment (start 126.11 111.76) (end 132.08 105.79) (width 0.25) (layer "F.Cu") (net 4) (tstamp b5403db9-d101-4af7-8d5b-0cf2cf9d4429))
(segment (start 154.94 104.14) (end 154.94 103.465) (width 0.25) (layer "B.Cu") (net 6) (tstamp 2bfecc65-0465-4345-b81c-9e78123d235e))
(segment (start 157.48 106.68) (end 154.94 104.14) (width 0.25) (layer "B.Cu") (net 6) (tstamp cad78e04-6024-47ea-9619-4543fdf79705))
(segment (start 152.4 106.68) (end 154.94 106.68) (width 0.25) (layer "B.Cu") (net 7) (tstamp 1254277b-798f-46f1-a232-bf689978b219))
(segment (start 143 109.82) (end 142.085 110.735) (width 0.25) (layer "B.Cu") (net 7) (tstamp 2ab1a673-e8f6-4a43-b466-2b9ae19a9959))
(segment (start 142.085 110.735) (end 134.755 110.735) (width 0.25) (layer "B.Cu") (net 7) (tstamp 31535d68-d1e7-4672-9679-05fd0b66aa24))
(segment (start 149.86 100.925) (end 149.86 103.04632) (width 0.25) (layer "B.Cu") (net 7) (tstamp 33742b8e-3883-4a6a-a72e-807d99a73543))
(segment (start 143 109.82) (end 143 106.72) (width 0.25) (layer "B.Cu") (net 7) (tstamp 44987c55-e035-4c05-ab25-28db70e3c4c7))
(segment (start 162.13 90.125) (end 160.66 90.125) (width 0.25) (layer "B.Cu") (net 7) (tstamp 463d0006-ca72-4984-b12c-e3eec301e091))
(segment (start 134.755 110.735) (end 133.73 111.76) (width 0.25) (layer "B.Cu") (net 7) (tstamp 56a72452-8b8d-4336-b8ec-19d7f90b6d05))
(segment (start 160.66 90.125) (end 149.86 100.925) (width 0.25) (layer "B.Cu") (net 7) (tstamp 61120fd6-bb4e-4921-9e5b-c0e98921b728))
(segment (start 149.86 103.04632) (end 147.61632 105.29) (width 0.25) (layer "B.Cu") (net 7) (tstamp 73864b71-f294-4ba7-a174-eee47fb5c679))
(segment (start 149.86 100.925) (end 149.86 104.14) (width 0.25) (layer "B.Cu") (net 7) (tstamp aae10872-8412-422e-b04c-8ae285013c3a))
(segment (start 147.61632 105.29) (end 144.43 105.29) (width 0.25) (layer "B.Cu") (net 7) (tstamp b4630b73-649b-4368-944d-83b8d7fbb603))
(segment (start 149.86 104.14) (end 152.4 106.68) (width 0.25) (layer "B.Cu") (net 7) (tstamp e155d1f9-7003-4b6a-afc8-82431dbbc598))
(segment (start 144.43 105.29) (end 143 106.72) (width 0.25) (layer "B.Cu") (net 7) (tstamp fe8e8f10-7307-4c8e-8775-d5c2dfca08d6))
(segment (start 147.32 106.68) (end 144.78 104.14) (width 0.25) (layer "F.Cu") (net 8) (tstamp 1e257252-78f2-4b4d-9f8a-69622e789880))
(segment (start 144.78 104.14) (end 144.78 103.465) (width 0.25) (layer "F.Cu") (net 8) (tstamp 53704f1d-3cb1-43b8-9f42-a6cd235650c2))
(segment (start 121.92 103.465) (end 121.92 106.31) (width 0.25) (layer "F.Cu") (net 12) (tstamp 75d87def-01a9-410f-92b8-42b40e9b1929))
(segment (start 121.92 106.31) (end 122.29 106.68) (width 0.25) (layer "F.Cu") (net 12) (tstamp efc38f37-6ef1-429a-b33b-3a8df616b7c0))
(segment (start 151.175 105.365) (end 149.86 106.68) (width 0.25) (layer "F.Cu") (net 14) (tstamp 33bc3d7d-069c-42b4-98e8-b60e51504c55))
(segment (start 162.13 105.365) (end 151.175 105.365) (width 0.25) (layer "F.Cu") (net 14) (tstamp 51d8a277-52f9-4f01-98fe-9b5c9e5c16d2))
(segment (start 152.4 109.22) (end 149.86 106.68) (width 0.25) (layer "B.Cu") (net 14) (tstamp 574b7fc6-928b-44ca-8218-d9852783c9f7))
(segment (start 156.255 107.905) (end 154.94 109.22) (width 0.25) (layer "F.Cu") (net 15) (tstamp 02e32e1e-e748-47a6-b32e-7cb7813279ad))
(segment (start 158.19 113.234436) (end 154.94 109.984436) (width 0.25) (layer "F.Cu") (net 15) (tstamp 19c9437a-ad13-4c3f-8971-643afa44d197))
(segment (start 162.13 107.905) (end 156.255 107.905) (width 0.25) (layer "F.Cu") (net 15) (tstamp 47da0ede-6236-4f7e-bcfd-39496f1387a2))
(segment (start 151.69 113.234436) (end 158.19 113.234436) (width 0.25) (layer "F.Cu") (net 15) (tstamp 98fc2c77-7fe1-417e-b734-153535960aa5))
(segment (start 154.94 109.984436) (end 154.94 109.22) (width 0.25) (layer "F.Cu") (net 15) (tstamp a93dbaf1-8de4-4797-8d15-293462093e0e))
(segment (start 158.365 109.22) (end 157.48 109.22) (width 0.25) (layer "F.Cu") (net 16) (tstamp 285f8c74-4ec5-4db6-a82a-0cd26f333926))
(segment (start 162.13 112.985) (end 158.365 109.22) (width 0.25) (layer "F.Cu") (net 16) (tstamp df9da886-7b27-4317-8a7a-021f6b7174bc))
(segment (start 162.46 116.94) (end 158.984436 116.94) (width 0.25) (layer "F.Cu") (net 17) (tstamp 02b0dd5e-f215-4f7b-8314-ac96658ff81e))
(segment (start 151.69 117.734436) (end 151.69 116.13) (width 0.25) (layer "F.Cu") (net 17) (tstamp 37f9aa7d-e600-468a-839d-f4efb6f28fd6))
(segment (start 144.78 111.76) (end 147.32 109.22) (width 0.25) (layer "F.Cu") (net 17) (tstamp 54368315-20b9-4026-8230-f7aa700f3c6b))
(segment (start 147.32 111.76) (end 147.32 109.22) (width 0.25) (layer "F.Cu") (net 17) (tstamp 5d5ef412-adc4-4b13-bac4-06ce9314d785))
(segment (start 158.984436 116.94) (end 158.19 117.734436) (width 0.25) (layer "F.Cu") (net 17) (tstamp 7d54ae48-ef0c-4103-a9d7-9702fc14910a))
(segment (start 163.255 116.145) (end 162.46 116.94) (width 0.25) (layer "F.Cu") (net 17) (tstamp 8e884a6e-003b-4400-b4c9-9217b2bf7226))
(segment (start 137.53 111.76) (end 144.78 111.76) (width 0.25) (layer "F.Cu") (net 17) (tstamp c0c34fc5-95b2-4942-a59f-27f894cc602e))
(segment (start 151.69 116.13) (end 147.32 111.76) (width 0.25) (layer "F.Cu") (net 17) (tstamp cd295ecc-f70d-4891-be27-3076a522b929))
(segment (start 158.19 117.734436) (end 151.69 117.734436) (width 0.25) (layer "F.Cu") (net 17) (tstamp d3758f4f-0615-4a0e-85ce-14d295e06dbf))
(segment (start 163.255 104.24) (end 163.255 116.145) (width 0.25) (layer "F.Cu") (net 17) (tstamp db19cb1c-6737-4a2f-918c-2e901cd5ac1f))
(segment (start 177.37 90.125) (end 163.255 104.24) (width 0.25) (layer "F.Cu") (net 17) (tstamp fb20e060-9751-4ec8-b94c-72f2ce6eaa5d))
(segment (start 137.53 109.22) (end 138.555 108.195) (width 0.25) (layer "F.Cu") (net 18) (tstamp 405272b9-940c-49c9-9562-363e68db9479))
(segment (start 133.73 109.22) (end 137.53 109.22) (width 0.25) (layer "F.Cu") (net 18) (tstamp 4bcc4eda-5894-45d3-9e7a-4f23a47b9eff))
(segment (start 138.555 108.195) (end 148.835 108.195) (width 0.25) (layer "F.Cu") (net 18) (tstamp 9b55e0d4-808c-43a2-a7ac-b85b05b7841f))
(segment (start 148.835 108.195) (end 148.835 109.644569) (width 0.25) (layer "F.Cu") (net 18) (tstamp c512bf88-28ac-4530-9f30-11ca469768b1))
(segment (start 150.950431 111.76) (end 152.4 111.76) (width 0.25) (layer "F.Cu") (net 18) (tstamp edee7195-fab7-44c2-8274-0caf32c5fc73))
(segment (start 148.835 109.644569) (end 150.950431 111.76) (width 0.25) (layer "F.Cu") (net 18) (tstamp f5dc1267-0288-4d57-8f08-8ef215fe5bc7))
(via (at 152.4 111.76) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp 767c9c17-8ee3-49e6-b265-44e66c0c5366))
(segment (start 152.4 111.76) (end 153.715 110.445) (width 0.25) (layer "B.Cu") (net 18) (tstamp 5add0263-7d0a-4fa8-94b7-de6b08aecdc1))
(segment (start 153.715 110.445) (end 162.13 110.445) (width 0.25) (layer "B.Cu") (net 18) (tstamp ab5024b9-2f5b-4656-8a75-ccabaa7cdda8))
)