-
Notifications
You must be signed in to change notification settings - Fork 3
/
MiniGun.net
837 lines (837 loc) · 30 KB
/
MiniGun.net
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
(export (version D)
(design
(source /Users/charlie/github/MiniGun/MiniGun.sch)
(date "Thursday, 15 February 2018 'pmt' 21:10:33")
(tool "Eeschema 4.0.6")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source MiniGun.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J7)
(value SCART-F)
(footprint w_conn_av:SCART)
(libsource (lib conn) (part SCART-F))
(sheetpath (names /) (tstamps /))
(tstamp 597381C0))
(comp (ref J6)
(value DC2DC)
(footprint NQR010A0X4Z:NQR010A0X4Z)
(libsource (lib conn) (part CONN_01X05))
(sheetpath (names /) (tstamps /))
(tstamp 59738249))
(comp (ref J1)
(value JAMMA)
(footprint JAMMA:JAMMA)
(libsource (lib conn) (part CONN_02X28))
(sheetpath (names /) (tstamps /))
(tstamp 59738956))
(comp (ref R1)
(value 330)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 59739228))
(comp (ref R2)
(value 470)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5973925F))
(comp (ref R3)
(value 470)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 59739294))
(comp (ref R4)
(value 470)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 597392CC))
(comp (ref R10)
(value 100)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 59739300))
(comp (ref R5)
(value 10K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 59739338))
(comp (ref R6)
(value 1K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 59739394))
(comp (ref C3)
(value 4.7u)
(footprint Capacitors_SMD:C_1206_HandSoldering)
(libsource (lib device) (part CP))
(sheetpath (names /) (tstamps /))
(tstamp 597393E2))
(comp (ref C1)
(value 4.7u)
(footprint Capacitors_SMD:C_1206_HandSoldering)
(libsource (lib device) (part CP))
(sheetpath (names /) (tstamps /))
(tstamp 59739455))
(comp (ref C2)
(value 4.7u)
(footprint Capacitors_SMD:C_1206_HandSoldering)
(libsource (lib device) (part CP))
(sheetpath (names /) (tstamps /))
(tstamp 597394A4))
(comp (ref J5)
(value PWR_IN)
(footprint Connectors:BARREL_JACK)
(libsource (lib conn) (part BARREL_JACK))
(sheetpath (names /) (tstamps /))
(tstamp 5973A4BC))
(comp (ref R7)
(value 240)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5973A821))
(comp (ref R9)
(value 33)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5973A87F))
(comp (ref R8)
(value 500)
(footprint Potentiometers:Potentiometer_Bourns_3296W_3-8Zoll_Inline_ScrewUp)
(libsource (lib device) (part R_Variable))
(sheetpath (names /) (tstamps /))
(tstamp 5973A8E5))
(comp (ref U2)
(value ESP32-WROOM)
(footprint ESP32-footprints-Lib:ESP32-WROOM)
(libsource (lib ESP32-footprints-Shem-Lib) (part ESP32-WROOM))
(sheetpath (names /) (tstamps /))
(tstamp 5A4AFF98))
(comp (ref J2)
(value CONN_01X06)
(footprint Pin_Headers:Pin_Header_Straight_1x06)
(libsource (lib conn) (part CONN_01X06))
(sheetpath (names /) (tstamps /))
(tstamp 5A4B1405))
(comp (ref C4)
(value 1u)
(footprint Capacitors_SMD:C_1206_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 5A4B25E7))
(comp (ref U1)
(value LD1117S33TR)
(footprint TO_SOT_Packages_SMD:SOT-223)
(libsource (lib regul) (part LD1117S33TR))
(sheetpath (names /) (tstamps /))
(tstamp 5A4B7FF7))
(comp (ref U3)
(value TLC5926IDW)
(footprint Housings_SOIC:SOIC-24W_7.5x15.4mm_Pitch1.27mm)
(datasheet http://www.ti.com/lit/ds/symlink/tlc5926.pdf)
(fields
(field (name Manuf) TI)
(field (name MPN) TLC5926IDW)
(field (name BOM) "TI TLC5926IDW"))
(libsource (lib TexasInstruments) (part TLC5926IDW))
(sheetpath (names /) (tstamps /))
(tstamp 5A4EB705))
(comp (ref U4)
(value TLC5926IDW)
(footprint Housings_SOIC:SOIC-24W_7.5x15.4mm_Pitch1.27mm)
(datasheet http://www.ti.com/lit/ds/symlink/tlc5926.pdf)
(fields
(field (name Manuf) TI)
(field (name MPN) TLC5926IDW)
(field (name BOM) "TI TLC5926IDW"))
(libsource (lib TexasInstruments) (part TLC5926IDW))
(sheetpath (names /) (tstamps /))
(tstamp 5A4EBF1C))
(comp (ref R11)
(value 330)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A4ECBE3))
(comp (ref R12)
(value 330)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A4ED276))
(comp (ref SW3)
(value SW_Push)
(footprint Buttons_Switches_SMD:SW_SPST_EVQPE1)
(libsource (lib switches) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 5A520A39))
(comp (ref SW2)
(value SW_Push)
(footprint Buttons_Switches_SMD:SW_SPST_EVQPE1)
(libsource (lib switches) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 5A520C6F))
(comp (ref SW1)
(value SW_Push)
(footprint Buttons_Switches_SMD:SW_SPST_EVQPE1)
(libsource (lib switches) (part SW_Push))
(sheetpath (names /) (tstamps /))
(tstamp 5A520EF9))
(comp (ref R13)
(value 10K)
(footprint Resistors_SMD:R_1206_HandSoldering)
(libsource (lib device) (part R))
(sheetpath (names /) (tstamps /))
(tstamp 5A85FA02)))
(libparts
(libpart (lib conn) (part BARREL_JACK)
(description "DC Barrel Jack")
(fields
(field (name Reference) J)
(field (name Value) BARREL_JACK))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))
(pin (num 3) (name ~) (type passive))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part CONN_01X05)
(description "Connector, single row, 01x05, pin header")
(footprints
(fp Pin_Header_Straight_1X*)
(fp Pin_Header_Angled_1X*)
(fp Socket_Strip_Straight_1X*)
(fp Socket_Strip_Angled_1X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_01X05))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))))
(libpart (lib conn) (part CONN_01X06)
(description "Connector, single row, 01x06, pin header")
(footprints
(fp Pin_Header_Straight_1X*)
(fp Pin_Header_Angled_1X*)
(fp Socket_Strip_Straight_1X*)
(fp Socket_Strip_Angled_1X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_01X06))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))))
(libpart (lib conn) (part CONN_02X28)
(description "Connector, double row, 02x28, pin header")
(footprints
(fp Pin_Header_Straight_2X*)
(fp Pin_Header_Angled_2X*)
(fp Socket_Strip_Straight_2X*)
(fp Socket_Strip_Angled_2X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_02X28))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))
(pin (num 7) (name P7) (type passive))
(pin (num 8) (name P8) (type passive))
(pin (num 9) (name P9) (type passive))
(pin (num 10) (name P10) (type passive))
(pin (num 11) (name P11) (type passive))
(pin (num 12) (name P12) (type passive))
(pin (num 13) (name P13) (type passive))
(pin (num 14) (name P14) (type passive))
(pin (num 15) (name P15) (type passive))
(pin (num 16) (name P16) (type passive))
(pin (num 17) (name P17) (type passive))
(pin (num 18) (name P18) (type passive))
(pin (num 19) (name P19) (type passive))
(pin (num 20) (name P20) (type passive))
(pin (num 21) (name P21) (type passive))
(pin (num 22) (name P22) (type passive))
(pin (num 23) (name P23) (type passive))
(pin (num 24) (name P24) (type passive))
(pin (num 25) (name P25) (type passive))
(pin (num 26) (name P26) (type passive))
(pin (num 27) (name P27) (type passive))
(pin (num 28) (name P28) (type passive))
(pin (num 29) (name P29) (type passive))
(pin (num 30) (name P30) (type passive))
(pin (num 31) (name P31) (type passive))
(pin (num 32) (name P32) (type passive))
(pin (num 33) (name P33) (type passive))
(pin (num 34) (name P34) (type passive))
(pin (num 35) (name P35) (type passive))
(pin (num 36) (name P36) (type passive))
(pin (num 37) (name P37) (type passive))
(pin (num 38) (name P38) (type passive))
(pin (num 39) (name P39) (type passive))
(pin (num 40) (name P40) (type passive))
(pin (num 41) (name P41) (type passive))
(pin (num 42) (name P42) (type passive))
(pin (num 43) (name P43) (type passive))
(pin (num 44) (name P44) (type passive))
(pin (num 45) (name P45) (type passive))
(pin (num 46) (name P46) (type passive))
(pin (num 47) (name P47) (type passive))
(pin (num 48) (name P48) (type passive))
(pin (num 49) (name P49) (type passive))
(pin (num 50) (name P50) (type passive))
(pin (num 51) (name P51) (type passive))
(pin (num 52) (name P52) (type passive))
(pin (num 53) (name P53) (type passive))
(pin (num 54) (name P54) (type passive))
(pin (num 55) (name P55) (type passive))
(pin (num 56) (name P56) (type passive))))
(libpart (lib device) (part CP)
(description "Polarised capacitor")
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib ESP32-footprints-Shem-Lib) (part ESP32-WROOM)
(fields
(field (name Reference) U)
(field (name Value) ESP32-WROOM)
(field (name Footprint) ESP32-footprints-Lib:ESP32-WROOM))
(pins
(pin (num 1) (name GND) (type input))
(pin (num 2) (name 3V3) (type input))
(pin (num 3) (name EN) (type input))
(pin (num 4) (name SENSOR_VP) (type input))
(pin (num 5) (name SENSOR_VN) (type input))
(pin (num 6) (name IO34) (type BiDi))
(pin (num 7) (name IO35) (type BiDi))
(pin (num 8) (name IO32) (type input))
(pin (num 9) (name IO33) (type BiDi))
(pin (num 10) (name IO25) (type BiDi))
(pin (num 11) (name IO26) (type BiDi))
(pin (num 12) (name IO27) (type BiDi))
(pin (num 13) (name IO14) (type BiDi))
(pin (num 14) (name IO12) (type input))
(pin (num 15) (name GND) (type input))
(pin (num 16) (name IO13) (type BiDi))
(pin (num 17) (name SD2) (type input))
(pin (num 18) (name SD3) (type input))
(pin (num 19) (name CMD) (type input))
(pin (num 20) (name CLK) (type input))
(pin (num 21) (name SDO) (type input))
(pin (num 22) (name SD1) (type input))
(pin (num 23) (name IO15) (type input))
(pin (num 24) (name IO2) (type input))
(pin (num 25) (name IO0) (type input))
(pin (num 26) (name IO4) (type BiDi))
(pin (num 27) (name IO16) (type BiDi))
(pin (num 28) (name IO17) (type BiDi))
(pin (num 29) (name IO5) (type BiDi))
(pin (num 30) (name IO18) (type BiDi))
(pin (num 31) (name IO19) (type BiDi))
(pin (num 32) (name NC) (type input))
(pin (num 33) (name IO21) (type BiDi))
(pin (num 34) (name RXD0) (type input))
(pin (num 35) (name TXD0) (type input))
(pin (num 36) (name IO22) (type BiDi))
(pin (num 37) (name IO23) (type BiDi))
(pin (num 38) (name GND) (type input))
(pin (num 39) (name GND-PAD) (type input))))
(libpart (lib regul) (part LD1117S33TR)
(aliases
(alias LD1117S33CTR)
(alias LD1117S12TR)
(alias LD1117S12CTR)
(alias LD1117S18TR)
(alias LD1117S18CTR)
(alias LD1117S25TR)
(alias LD1117S25CTR)
(alias LD1117S50TR)
(alias LD1117S50CTR))
(description "800mA Fixed Low Drop Positive Voltage Regulator, Fixed Output 3.3V, SOT223")
(docs http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00000544.pdf)
(footprints
(fp SOT223))
(fields
(field (name Reference) U)
(field (name Value) LD1117S33TR)
(field (name Footprint) TO_SOT_Packages_SMD:SOT-223))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VO) (type power_out))
(pin (num 3) (name VI) (type power_in))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part R_Variable)
(description "variable Resistor (Rheostat)")
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Variable))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part SCART-F)
(description "Prise Peritel")
(fields
(field (name Reference) J)
(field (name Value) SCART-F))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))
(pin (num 3) (name P3) (type passive))
(pin (num 4) (name P4) (type passive))
(pin (num 5) (name P5) (type passive))
(pin (num 6) (name P6) (type passive))
(pin (num 7) (name P7) (type passive))
(pin (num 8) (name P8) (type passive))
(pin (num 9) (name P9) (type passive))
(pin (num 10) (name P10) (type passive))
(pin (num 11) (name P11) (type passive))
(pin (num 12) (name P12) (type passive))
(pin (num 13) (name P13) (type passive))
(pin (num 14) (name P14) (type passive))
(pin (num 15) (name P15) (type passive))
(pin (num 16) (name P16) (type passive))
(pin (num 17) (name P17) (type passive))
(pin (num 18) (name P18) (type passive))
(pin (num 19) (name P19) (type passive))
(pin (num 20) (name P20) (type passive))
(pin (num 21) (name P21) (type passive))))
(libpart (lib switches) (part SW_Push)
(description "Push button switch, generic, two pins")
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib TexasInstruments) (part TLC5926IDW)
(fields
(field (name Reference) U)
(field (name Value) TLC5926IDW)
(field (name Footprint) IPC7351-Nominal:SOIC127P1047X264-24)
(field (name Datasheet) http://www.ti.com/lit/ds/symlink/tlc5926.pdf)
(field (name Manuf) TI)
(field (name MPN) TLC5926IDW)
(field (name BOM) "TI TLC5926IDW"))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name SDI) (type input))
(pin (num 3) (name CLK) (type input))
(pin (num 4) (name "LE(ED1)") (type input))
(pin (num 5) (name OUT0) (type openCol))
(pin (num 6) (name OUT1) (type openCol))
(pin (num 7) (name OUT2) (type openCol))
(pin (num 8) (name OUT3) (type openCol))
(pin (num 9) (name OUT4) (type openCol))
(pin (num 10) (name OUT5) (type openCol))
(pin (num 11) (name OUT6) (type openCol))
(pin (num 12) (name OUT7) (type openCol))
(pin (num 13) (name OUT8) (type openCol))
(pin (num 14) (name OUT9) (type openCol))
(pin (num 15) (name OUT10) (type openCol))
(pin (num 16) (name OUT11) (type openCol))
(pin (num 17) (name OUT12) (type openCol))
(pin (num 18) (name OUT13) (type openCol))
(pin (num 19) (name OUT14) (type openCol))
(pin (num 20) (name OUT15) (type openCol))
(pin (num 21) (name "~OE~(ED2)") (type input))
(pin (num 22) (name SDO) (type input))
(pin (num 23) (name REXT) (type passive))
(pin (num 24) (name V+) (type power_in)))))
(libraries
(library (logical conn)
(uri "/Library/Application Support/kicad/library/conn.lib"))
(library (logical ESP32-footprints-Shem-Lib)
(uri /Users/charlie/Documents/Kicad/Libraries/ESP32-Footprints/ESP32-footprints-Shem-Lib.lib))
(library (logical switches)
(uri "/Library/Application Support/kicad/library/switches.lib"))
(library (logical TexasInstruments)
(uri /Users/charlie/Documents/Kicad/Libraries/kicad-schlib-master/library/TexasInstruments.lib))
(library (logical regul)
(uri "/Library/Application Support/kicad/library/regul.lib"))
(library (logical device)
(uri "/Library/Application Support/kicad/library/device.lib")))
(nets
(net (code 1) (name "Net-(U2-Pad26)")
(node (ref U2) (pin 26)))
(net (code 2) (name "Net-(U2-Pad32)")
(node (ref U2) (pin 32)))
(net (code 3) (name "Net-(U2-Pad33)")
(node (ref U2) (pin 33)))
(net (code 4) (name "Net-(U2-Pad36)")
(node (ref U2) (pin 36)))
(net (code 5) (name "Net-(U2-Pad37)")
(node (ref U2) (pin 37)))
(net (code 6) (name GND)
(node (ref SW1) (pin 2))
(node (ref SW2) (pin 1))
(node (ref SW3) (pin 2))
(node (ref U4) (pin 1))
(node (ref R11) (pin 2))
(node (ref U2) (pin 39))
(node (ref U2) (pin 38))
(node (ref U2) (pin 15))
(node (ref R12) (pin 2))
(node (ref J6) (pin 3))
(node (ref J7) (pin 18))
(node (ref J7) (pin 21))
(node (ref J7) (pin 4))
(node (ref J1) (pin 4))
(node (ref J1) (pin 3))
(node (ref J1) (pin 2))
(node (ref J1) (pin 1))
(node (ref J5) (pin 2))
(node (ref J5) (pin 3))
(node (ref R6) (pin 2))
(node (ref J1) (pin 56))
(node (ref J1) (pin 55))
(node (ref J1) (pin 54))
(node (ref J1) (pin 53))
(node (ref R9) (pin 2))
(node (ref R8) (pin 2))
(node (ref J2) (pin 6))
(node (ref U3) (pin 1))
(node (ref U1) (pin 1))
(node (ref U2) (pin 1))
(node (ref C4) (pin 2)))
(net (code 7) (name "Net-(J2-Pad3)")
(node (ref J2) (pin 3))
(node (ref U2) (pin 34)))
(net (code 8) (name "Net-(J2-Pad2)")
(node (ref U2) (pin 35))
(node (ref J2) (pin 2)))
(net (code 9) (name "Net-(J2-Pad5)")
(node (ref J2) (pin 5)))
(net (code 10) (name "Net-(J2-Pad1)")
(node (ref J2) (pin 1)))
(net (code 11) (name 33)
(node (ref U2) (pin 2))
(node (ref R13) (pin 2))
(node (ref C4) (pin 1))
(node (ref U3) (pin 24))
(node (ref U4) (pin 24))
(node (ref U1) (pin 2))
(node (ref J2) (pin 4)))
(net (code 12) (name +5V)
(node (ref R10) (pin 1))
(node (ref U1) (pin 3))
(node (ref J6) (pin 4))
(node (ref J1) (pin 8))
(node (ref J1) (pin 7))
(node (ref J1) (pin 6))
(node (ref J1) (pin 5)))
(net (code 13) (name "Net-(U2-Pad4)")
(node (ref U2) (pin 4)))
(net (code 14) (name "Net-(U2-Pad5)")
(node (ref U2) (pin 5)))
(net (code 15) (name "Net-(U2-Pad6)")
(node (ref U2) (pin 6)))
(net (code 16) (name "Net-(U2-Pad7)")
(node (ref U2) (pin 7)))
(net (code 17) (name "Net-(U2-Pad8)")
(node (ref U2) (pin 8)))
(net (code 18) (name "Net-(U2-Pad9)")
(node (ref U2) (pin 9)))
(net (code 19) (name "Net-(U2-Pad10)")
(node (ref U2) (pin 10)))
(net (code 20) (name "Net-(U2-Pad11)")
(node (ref U2) (pin 11)))
(net (code 21) (name "Net-(U2-Pad12)")
(node (ref U2) (pin 12)))
(net (code 22) (name "Net-(U2-Pad13)")
(node (ref U2) (pin 13)))
(net (code 23) (name "Net-(U2-Pad14)")
(node (ref U2) (pin 14)))
(net (code 24) (name "Net-(U2-Pad16)")
(node (ref U2) (pin 16)))
(net (code 25) (name "Net-(U2-Pad17)")
(node (ref U2) (pin 17)))
(net (code 26) (name "Net-(U2-Pad18)")
(node (ref U2) (pin 18)))
(net (code 27) (name "Net-(U2-Pad19)")
(node (ref U2) (pin 19)))
(net (code 28) (name "Net-(U2-Pad20)")
(node (ref U2) (pin 20)))
(net (code 29) (name "Net-(U2-Pad21)")
(node (ref U2) (pin 21)))
(net (code 30) (name "Net-(U2-Pad22)")
(node (ref U2) (pin 22)))
(net (code 31) (name "Net-(U2-Pad23)")
(node (ref U2) (pin 23)))
(net (code 32) (name "Net-(U2-Pad24)")
(node (ref U2) (pin 24)))
(net (code 33) (name CLK)
(node (ref U2) (pin 30))
(node (ref U4) (pin 3))
(node (ref U3) (pin 3)))
(net (code 34) (name "Net-(J6-Pad5)")
(node (ref J6) (pin 5))
(node (ref R7) (pin 2)))
(net (code 35) (name +12V)
(node (ref J1) (pin 11))
(node (ref J6) (pin 2))
(node (ref J5) (pin 1))
(node (ref J1) (pin 12))
(node (ref J7) (pin 8)))
(net (code 36) (name "Net-(R7-Pad1)")
(node (ref R7) (pin 1))
(node (ref R9) (pin 1))
(node (ref R8) (pin 1)))
(net (code 37) (name LATCH)
(node (ref U2) (pin 29))
(node (ref U4) (pin 4))
(node (ref U3) (pin 4)))
(net (code 38) (name OE)
(node (ref U2) (pin 28))
(node (ref U4) (pin 21))
(node (ref U3) (pin 21)))
(net (code 39) (name DATA)
(node (ref U3) (pin 2))
(node (ref U2) (pin 27)))
(net (code 40) (name "Net-(SW3-Pad1)")
(node (ref SW3) (pin 1))
(node (ref U2) (pin 25)))
(net (code 41) (name "Net-(U2-Pad31)")
(node (ref U2) (pin 31)))
(net (code 42) (name "Net-(U4-Pad9)")
(node (ref U4) (pin 9)))
(net (code 43) (name "Net-(U4-Pad8)")
(node (ref U4) (pin 8)))
(net (code 44) (name "Net-(U4-Pad7)")
(node (ref U4) (pin 7)))
(net (code 45) (name "Net-(U4-Pad6)")
(node (ref U4) (pin 6)))
(net (code 46) (name "Net-(U4-Pad5)")
(node (ref U4) (pin 5)))
(net (code 47) (name "Net-(U3-Pad20)")
(node (ref U3) (pin 20)))
(net (code 48) (name "Net-(U3-Pad19)")
(node (ref U3) (pin 19)))
(net (code 49) (name "Net-(U3-Pad18)")
(node (ref U3) (pin 18)))
(net (code 50) (name "Net-(U3-Pad17)")
(node (ref U3) (pin 17)))
(net (code 51) (name "Net-(U3-Pad16)")
(node (ref U3) (pin 16)))
(net (code 52) (name "Net-(R12-Pad1)")
(node (ref R12) (pin 1))
(node (ref U4) (pin 23)))
(net (code 53) (name "Net-(J6-Pad1)")
(node (ref SW1) (pin 1))
(node (ref J6) (pin 1)))
(net (code 54) (name "Net-(R13-Pad1)")
(node (ref R13) (pin 1))
(node (ref SW2) (pin 2))
(node (ref U2) (pin 3)))
(net (code 55) (name START1)
(node (ref J1) (pin 33))
(node (ref U3) (pin 15)))
(net (code 56) (name COIN1)
(node (ref U3) (pin 14))
(node (ref J1) (pin 31)))
(net (code 57) (name "Net-(R11-Pad1)")
(node (ref R11) (pin 1))
(node (ref U3) (pin 23)))
(net (code 58) (name "Net-(U3-Pad22)")
(node (ref U4) (pin 2))
(node (ref U3) (pin 22)))
(net (code 59) (name UP1)
(node (ref J1) (pin 35))
(node (ref U3) (pin 12)))
(net (code 60) (name DOWN1)
(node (ref J1) (pin 37))
(node (ref U3) (pin 11)))
(net (code 61) (name LEFT1)
(node (ref U3) (pin 10))
(node (ref J1) (pin 39)))
(net (code 62) (name RIGHT1)
(node (ref U3) (pin 9))
(node (ref J1) (pin 41)))
(net (code 63) (name A1)
(node (ref J1) (pin 43))
(node (ref U3) (pin 8)))
(net (code 64) (name B1)
(node (ref J1) (pin 45))
(node (ref U3) (pin 7)))
(net (code 65) (name C1)
(node (ref U3) (pin 6))
(node (ref J1) (pin 47)))
(net (code 66) (name D1)
(node (ref U3) (pin 5))
(node (ref J1) (pin 49)))
(net (code 67) (name "Net-(U4-Pad22)")
(node (ref U4) (pin 22)))
(net (code 68) (name C2)
(node (ref U4) (pin 19))
(node (ref J1) (pin 48)))
(net (code 69) (name B2)
(node (ref U4) (pin 18))
(node (ref J1) (pin 46)))
(net (code 70) (name A2)
(node (ref J1) (pin 44))
(node (ref U4) (pin 17)))
(net (code 71) (name RIGHT2)
(node (ref U4) (pin 16))
(node (ref J1) (pin 42)))
(net (code 72) (name LEFT2)
(node (ref J1) (pin 40))
(node (ref U4) (pin 15)))
(net (code 73) (name DOWN2)
(node (ref J1) (pin 38))
(node (ref U4) (pin 14)))
(net (code 74) (name UP2)
(node (ref J1) (pin 36))
(node (ref U4) (pin 13)))
(net (code 75) (name SERVICE)
(node (ref J1) (pin 28))
(node (ref U4) (pin 12)))
(net (code 76) (name COIN2)
(node (ref U4) (pin 11))
(node (ref J1) (pin 32)))
(net (code 77) (name D2)
(node (ref J1) (pin 50))
(node (ref U4) (pin 20)))
(net (code 78) (name START2)
(node (ref U4) (pin 10))
(node (ref J1) (pin 34)))
(net (code 79) (name "Net-(J1-Pad18)")
(node (ref J1) (pin 18)))
(net (code 80) (name VIDEO_GND)
(node (ref J1) (pin 27))
(node (ref J7) (pin 5))
(node (ref J7) (pin 9))
(node (ref J7) (pin 13))
(node (ref J7) (pin 17)))
(net (code 81) (name "Net-(J1-Pad17)")
(node (ref J1) (pin 17)))
(net (code 82) (name SYNC)
(node (ref R1) (pin 2))
(node (ref J1) (pin 26)))
(net (code 83) (name "Net-(J1-Pad16)")
(node (ref J1) (pin 16)))
(net (code 84) (name BLUE)
(node (ref J1) (pin 25))
(node (ref C3) (pin 1)))
(net (code 85) (name "Net-(J1-Pad15)")
(node (ref J1) (pin 15)))
(net (code 86) (name GREEN)
(node (ref C2) (pin 1))
(node (ref J1) (pin 24)))
(net (code 87) (name "Net-(J1-Pad14)")
(node (ref J1) (pin 14)))
(net (code 88) (name RED)
(node (ref J1) (pin 23))
(node (ref C1) (pin 1)))
(net (code 89) (name "Net-(J1-Pad13)")
(node (ref J1) (pin 13)))
(net (code 90) (name "Net-(J1-Pad52)")
(node (ref J1) (pin 52)))
(net (code 91) (name "Net-(J1-Pad22)")
(node (ref J1) (pin 22)))
(net (code 92) (name TEST)
(node (ref J1) (pin 29))
(node (ref U3) (pin 13)))
(net (code 93) (name SPEAKER)
(node (ref J1) (pin 19))
(node (ref R5) (pin 2)))
(net (code 94) (name "Net-(J7-Pad19)")
(node (ref J7) (pin 19))
(node (ref R1) (pin 1)))
(net (code 95) (name "Net-(J7-Pad16)")
(node (ref R10) (pin 2))
(node (ref J7) (pin 16)))
(net (code 96) (name "Net-(J7-Pad15)")
(node (ref R2) (pin 1))
(node (ref J7) (pin 15)))
(net (code 97) (name "Net-(J7-Pad14)")
(node (ref J7) (pin 14)))
(net (code 98) (name "Net-(J7-Pad12)")
(node (ref J7) (pin 12)))
(net (code 99) (name "Net-(J7-Pad11)")
(node (ref R3) (pin 1))
(node (ref J7) (pin 11)))
(net (code 100) (name "Net-(J7-Pad20)")
(node (ref J7) (pin 20)))
(net (code 101) (name "Net-(J7-Pad10)")
(node (ref J7) (pin 10)))
(net (code 102) (name "Net-(J7-Pad7)")
(node (ref J7) (pin 7))
(node (ref R4) (pin 1)))
(net (code 103) (name "Net-(J7-Pad6)")
(node (ref J7) (pin 6)))
(net (code 104) (name "Net-(J7-Pad2)")
(node (ref J7) (pin 2)))
(net (code 105) (name "Net-(J1-Pad51)")
(node (ref J1) (pin 51)))
(net (code 106) (name "Net-(J1-Pad21)")
(node (ref J1) (pin 21)))
(net (code 107) (name "Net-(J1-Pad30)")
(node (ref J1) (pin 30)))
(net (code 108) (name "Net-(J1-Pad20)")
(node (ref J1) (pin 20)))
(net (code 109) (name "Net-(J1-Pad10)")
(node (ref J1) (pin 9))
(node (ref J1) (pin 10)))
(net (code 110) (name "Net-(J7-Pad1)")
(node (ref J7) (pin 1))
(node (ref R6) (pin 1))
(node (ref J7) (pin 3))
(node (ref R5) (pin 1)))
(net (code 111) (name "Net-(C1-Pad2)")
(node (ref C1) (pin 2))
(node (ref R2) (pin 2)))
(net (code 112) (name "Net-(C2-Pad2)")
(node (ref C2) (pin 2))
(node (ref R3) (pin 2)))
(net (code 113) (name "Net-(C3-Pad2)")
(node (ref C3) (pin 2))
(node (ref R4) (pin 2)))))