-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathled_array.net
More file actions
717 lines (717 loc) · 22.6 KB
/
Copy pathled_array.net
File metadata and controls
717 lines (717 loc) · 22.6 KB
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
(export (version D)
(design
(source /home/rookie/Documents/projects/kicad/led_array/led_array.sch)
(date "Wed 22 Mar 2017 12:37:35 PM EAT")
(tool "Eeschema 4.0.6")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source led_array.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 2) (name /Sheet_switches/) (tstamps /58C59C01/)
(title_block
(title)
(company)
(rev)
(date)
(source switches.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref D31)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A0AB44))
(comp (ref D32)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A0AC66))
(comp (ref D33)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A0AC8A))
(comp (ref D34)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A0ACB1))
(comp (ref D35)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A44DD9))
(comp (ref D21)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45795))
(comp (ref D22)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A4579B))
(comp (ref D23)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457A1))
(comp (ref D24)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457A7))
(comp (ref D26)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457AD))
(comp (ref D27)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457B3))
(comp (ref D28)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457B9))
(comp (ref D29)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457BF))
(comp (ref D25)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457DC))
(comp (ref D30)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A457E2))
(comp (ref D11)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45EF5))
(comp (ref D12)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45EFB))
(comp (ref D13)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F01))
(comp (ref D14)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F07))
(comp (ref D16)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F0D))
(comp (ref D17)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F13))
(comp (ref D18)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F19))
(comp (ref D19)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F1F))
(comp (ref D15)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F3C))
(comp (ref D20)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F42))
(comp (ref D1)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F54))
(comp (ref D2)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F5A))
(comp (ref D3)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F60))
(comp (ref D4)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F66))
(comp (ref D6)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F6C))
(comp (ref D7)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F72))
(comp (ref D8)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F78))
(comp (ref D9)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F7E))
(comp (ref D5)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F97))
(comp (ref D10)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58A45F9D))
(comp (ref R1)
(value 220)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58A48319))
(comp (ref R2)
(value 220)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58A483C0))
(comp (ref R3)
(value 220)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58A4844D))
(comp (ref R4)
(value 220)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58A484E1))
(comp (ref R5)
(value 220)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58A48570))
(comp (ref IC1)
(value ATMEGA8-P)
(footprint Housings_DIP:DIP-28_W7.62mm_Socket)
(libsource (lib led_array-cache) (part ATMEGA8-P))
(sheetpath (names /) (tstamps /))
(tstamp 58A4E542))
(comp (ref P1)
(value ICSP)
(footprint Connectors:IDC_Header_Straight_6pins)
(libsource (lib conn) (part CONN_02X03))
(sheetpath (names /) (tstamps /))
(tstamp 58A9D6B0))
(comp (ref C1)
(value 0.1uF)
(footprint Capacitors_THT:C_Disc_D3.0mm_W1.6mm_P2.50mm)
(libsource (lib device) (part C_Small))
(sheetpath (names /) (tstamps /))
(tstamp 58A9FCD3))
(comp (ref D41)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E3A))
(comp (ref D42)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E40))
(comp (ref D43)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E46))
(comp (ref D44)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E4C))
(comp (ref D45)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E61))
(comp (ref D36)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E69))
(comp (ref D37)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E6F))
(comp (ref D38)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E75))
(comp (ref D39)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E7B))
(comp (ref D40)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C52E85))
(comp (ref D46)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C5364F))
(comp (ref D47)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C53655))
(comp (ref D48)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C5365B))
(comp (ref D49)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C53661))
(comp (ref D50)
(value LED)
(footprint LEDs:LED_D3.0mm)
(libsource (lib device) (part LED))
(sheetpath (names /) (tstamps /))
(tstamp 58C53676))
(comp (ref J1)
(value BARREL_JACK)
(footprint Connectors:BARREL_JACK)
(libsource (lib conn) (part BARREL_JACK))
(sheetpath (names /) (tstamps /))
(tstamp 58D25DE7))
(comp (ref SW1)
(value next)
(footprint Buttons_Switches_THT:SW_TH_Tactile_Omron_B3F-10xx)
(libsource (lib switches) (part SW_Push_Dual))
(sheetpath (names /Sheet_switches/) (tstamps /58C59C01/))
(tstamp 58C59DDC))
(comp (ref SW2)
(value prev)
(footprint Buttons_Switches_THT:SW_TH_Tactile_Omron_B3F-10xx)
(libsource (lib switches) (part SW_Push_Dual))
(sheetpath (names /Sheet_switches/) (tstamps /58C59C01/))
(tstamp 58C59E3A))
(comp (ref R6)
(value 1k)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /Sheet_switches/) (tstamps /58C59C01/))
(tstamp 58C59E61))
(comp (ref R7)
(value 1k)
(footprint Discret:R1)
(libsource (lib device) (part R_Small))
(sheetpath (names /Sheet_switches/) (tstamps /58C59C01/))
(tstamp 58C59EA9)))
(libparts
(libpart (lib led_array-cache) (part ATMEGA8-P)
(aliases
(alias ATMEGA8A-P))
(footprints
(fp 28DIP-ELL600)
(fp 28dip600))
(fields
(field (name Reference) IC)
(field (name Value) ATMEGA8-P)
(field (name Footprint) DIL28))
(pins
(pin (num 1) (name "PC6(~RESET~)") (type BiDi))
(pin (num 2) (name "(RXD)PD0") (type BiDi))
(pin (num 3) (name "(TXD)PD1") (type BiDi))
(pin (num 4) (name "(INT0)PD2") (type BiDi))
(pin (num 5) (name "(INT1)PD3") (type BiDi))
(pin (num 6) (name "(XCK/T0)PD4") (type BiDi))
(pin (num 7) (name VCC) (type power_in))
(pin (num 8) (name GND) (type power_in))
(pin (num 9) (name "PB6(XTAL1/TOSC1)") (type BiDi))
(pin (num 10) (name "PB7(XTAL2/TOSC2)") (type BiDi))
(pin (num 11) (name "(T1)PD5") (type BiDi))
(pin (num 12) (name "(AIN0)PD6") (type BiDi))
(pin (num 13) (name "(AIN1)PD7") (type BiDi))
(pin (num 14) (name "(ICP)PB0") (type BiDi))
(pin (num 15) (name "(OC1A)PB1") (type BiDi))
(pin (num 16) (name "(~SS~/OC1B)PB2") (type BiDi))
(pin (num 17) (name "(MOSI/OC2)PB3") (type BiDi))
(pin (num 18) (name "(MISO)PB4") (type BiDi))
(pin (num 19) (name "(SCK)PB5") (type BiDi))
(pin (num 20) (name AVCC) (type power_in))
(pin (num 21) (name AREF) (type BiDi))
(pin (num 22) (name AGND) (type power_in))
(pin (num 23) (name "(ADC0)PC0") (type BiDi))
(pin (num 24) (name "(ADC1)PC1") (type BiDi))
(pin (num 25) (name "(ADC2)PC2") (type BiDi))
(pin (num 26) (name "(ADC3)PC3") (type BiDi))
(pin (num 27) (name "(ADC4/SDA)PC4") (type BiDi))
(pin (num 28) (name "(ADC5/SCL)PC5") (type BiDi))))
(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 conn) (part CONN_02X03)
(description "Connector, double row, 02x03, pin header")
(footprints
(fp Pin_Header_Straight_2X*)
(fp Pin_Header_Angled_2X*)
(fp Socket_Strip_Straight_2X*)
(fp Socket_Strip_Angled_2X*)
(fp IDC_Header_Straight_*))
(fields
(field (name Reference) J)
(field (name Value) CONN_02X03))
(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 device) (part C_Small)
(description "Unpolarized capacitor")
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part LED)
(description "LED generic")
(footprints
(fp LED*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib device) (part R_Small)
(description "Resistor, small symbol")
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib switches) (part SW_Push_Dual)
(description "Push button switch, generic, symbol, four pins")
(fields
(field (name Reference) SW)
(field (name Value) SW_Push_Dual))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))
(pin (num 4) (name 4) (type passive)))))
(libraries
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical conn)
(uri /usr/share/kicad/library/conn.lib))
(library (logical led_array-cache)
(uri /home/rookie/Documents/projects/kicad/led_array/led_array-cache.lib))
(library (logical switches)
(uri /usr/share/kicad/library/switches.lib)))
(nets
(net (code 1) (name RST)
(node (ref IC1) (pin 1))
(node (ref P1) (pin 5)))
(net (code 2) (name "Net-(IC1-Pad22)")
(node (ref IC1) (pin 22)))
(net (code 3) (name GND)
(node (ref C1) (pin 2))
(node (ref IC1) (pin 8))
(node (ref P1) (pin 6))
(node (ref J1) (pin 2))
(node (ref J1) (pin 3))
(node (ref R7) (pin 1))
(node (ref R6) (pin 1)))
(net (code 4) (name "Net-(IC1-Pad6)")
(node (ref IC1) (pin 6)))
(net (code 5) (name "Net-(IC1-Pad3)")
(node (ref IC1) (pin 3)))
(net (code 6) (name "Net-(IC1-Pad2)")
(node (ref IC1) (pin 2)))
(net (code 7) (name "Net-(IC1-Pad10)")
(node (ref IC1) (pin 10)))
(net (code 8) (name "Net-(IC1-Pad9)")
(node (ref IC1) (pin 9)))
(net (code 9) (name "Net-(IC1-Pad21)")
(node (ref IC1) (pin 21)))
(net (code 10) (name "Net-(IC1-Pad20)")
(node (ref IC1) (pin 20)))
(net (code 11) (name +5V)
(node (ref IC1) (pin 7))
(node (ref P1) (pin 2))
(node (ref J1) (pin 1))
(node (ref SW2) (pin 3))
(node (ref SW2) (pin 1))
(node (ref C1) (pin 1))
(node (ref SW1) (pin 1))
(node (ref SW1) (pin 3)))
(net (code 12) (name col8)
(node (ref IC1) (pin 11))
(node (ref D40) (pin 1))
(node (ref D36) (pin 1))
(node (ref D37) (pin 1))
(node (ref D38) (pin 1))
(node (ref D39) (pin 1)))
(net (code 13) (name row1)
(node (ref IC1) (pin 28))
(node (ref R1) (pin 1)))
(net (code 14) (name MISO)
(node (ref D15) (pin 1))
(node (ref D11) (pin 1))
(node (ref D12) (pin 1))
(node (ref D14) (pin 1))
(node (ref D13) (pin 1))
(node (ref IC1) (pin 18))
(node (ref P1) (pin 1)))
(net (code 15) (name row2)
(node (ref IC1) (pin 27))
(node (ref R2) (pin 1)))
(net (code 16) (name MOSI)
(node (ref IC1) (pin 17))
(node (ref D20) (pin 1))
(node (ref P1) (pin 4))
(node (ref D16) (pin 1))
(node (ref D17) (pin 1))
(node (ref D19) (pin 1))
(node (ref D18) (pin 1)))
(net (code 17) (name row3)
(node (ref IC1) (pin 26))
(node (ref R3) (pin 1)))
(net (code 18) (name col5)
(node (ref D24) (pin 1))
(node (ref IC1) (pin 16))
(node (ref D23) (pin 1))
(node (ref D22) (pin 1))
(node (ref D21) (pin 1))
(node (ref D25) (pin 1)))
(net (code 19) (name row4)
(node (ref IC1) (pin 25))
(node (ref R4) (pin 1)))
(net (code 20) (name col6)
(node (ref IC1) (pin 15))
(node (ref D29) (pin 1))
(node (ref D30) (pin 1))
(node (ref D26) (pin 1))
(node (ref D27) (pin 1))
(node (ref D28) (pin 1)))
(net (code 21) (name row5)
(node (ref IC1) (pin 24))
(node (ref R5) (pin 1)))
(net (code 22) (name col7)
(node (ref D35) (pin 1))
(node (ref IC1) (pin 14))
(node (ref D34) (pin 1))
(node (ref D33) (pin 1))
(node (ref D32) (pin 1))
(node (ref D31) (pin 1)))
(net (code 23) (name col1)
(node (ref IC1) (pin 23))
(node (ref D5) (pin 1))
(node (ref D2) (pin 1))
(node (ref D4) (pin 1))
(node (ref D3) (pin 1))
(node (ref D1) (pin 1)))
(net (code 24) (name col10)
(node (ref IC1) (pin 13))
(node (ref D46) (pin 1))
(node (ref D47) (pin 1))
(node (ref D48) (pin 1))
(node (ref D49) (pin 1))
(node (ref D50) (pin 1)))
(net (code 25) (name col9)
(node (ref D42) (pin 1))
(node (ref D44) (pin 1))
(node (ref D41) (pin 1))
(node (ref IC1) (pin 12))
(node (ref D45) (pin 1))
(node (ref D43) (pin 1)))
(net (code 26) (name SCK)
(node (ref D10) (pin 1))
(node (ref D9) (pin 1))
(node (ref D8) (pin 1))
(node (ref D7) (pin 1))
(node (ref D6) (pin 1))
(node (ref P1) (pin 3))
(node (ref IC1) (pin 19)))
(net (code 27) (name back)
(node (ref R7) (pin 2))
(node (ref IC1) (pin 5))
(node (ref SW2) (pin 4))
(node (ref SW2) (pin 2)))
(net (code 28) (name forward)
(node (ref SW1) (pin 2))
(node (ref SW1) (pin 4))
(node (ref IC1) (pin 4))
(node (ref R6) (pin 2)))
(net (code 29) (name "Net-(D14-Pad2)")
(node (ref D14) (pin 2))
(node (ref D34) (pin 2))
(node (ref D19) (pin 2))
(node (ref D39) (pin 2))
(node (ref D44) (pin 2))
(node (ref D29) (pin 2))
(node (ref D4) (pin 2))
(node (ref D49) (pin 2))
(node (ref R4) (pin 2))
(node (ref D9) (pin 2))
(node (ref D24) (pin 2)))
(net (code 30) (name "Net-(D12-Pad2)")
(node (ref D47) (pin 2))
(node (ref D7) (pin 2))
(node (ref D2) (pin 2))
(node (ref R2) (pin 2))
(node (ref D22) (pin 2))
(node (ref D27) (pin 2))
(node (ref D37) (pin 2))
(node (ref D12) (pin 2))
(node (ref D32) (pin 2))
(node (ref D42) (pin 2))
(node (ref D17) (pin 2)))
(net (code 31) (name "Net-(D13-Pad2)")
(node (ref D8) (pin 2))
(node (ref D43) (pin 2))
(node (ref D38) (pin 2))
(node (ref D3) (pin 2))
(node (ref D13) (pin 2))
(node (ref D28) (pin 2))
(node (ref D48) (pin 2))
(node (ref D33) (pin 2))
(node (ref D18) (pin 2))
(node (ref D23) (pin 2))
(node (ref R3) (pin 2)))
(net (code 32) (name "Net-(D1-Pad2)")
(node (ref D6) (pin 2))
(node (ref D16) (pin 2))
(node (ref D31) (pin 2))
(node (ref D21) (pin 2))
(node (ref D46) (pin 2))
(node (ref D41) (pin 2))
(node (ref D11) (pin 2))
(node (ref D36) (pin 2))
(node (ref R1) (pin 2))
(node (ref D26) (pin 2))
(node (ref D1) (pin 2)))
(net (code 33) (name "Net-(D10-Pad2)")
(node (ref D50) (pin 2))
(node (ref D30) (pin 2))
(node (ref D15) (pin 2))
(node (ref D25) (pin 2))
(node (ref D35) (pin 2))
(node (ref D10) (pin 2))
(node (ref D45) (pin 2))
(node (ref D5) (pin 2))
(node (ref R5) (pin 2))
(node (ref D40) (pin 2))
(node (ref D20) (pin 2)))))