-
Notifications
You must be signed in to change notification settings - Fork 4
/
ultim_bus.net
868 lines (868 loc) · 27.9 KB
/
ultim_bus.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
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
(export (version D)
(design
(source /home/samata/projects-git/ultim8x8/kicad/ultim_bus.sch)
(date "Fri Feb 19 21:05:37 2016")
(tool "Eeschema 4.0.1-3.201512221401+6198~38~ubuntu15.10.1-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source ultim_bus.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref P1)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C5F93F))
(comp (ref P2)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C5FA4D))
(comp (ref P3)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C5FA73))
(comp (ref P4)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C5FA9C))
(comp (ref P5)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C5FAC8))
(comp (ref P6)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C5FAF7))
(comp (ref P7)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C60213))
(comp (ref P8)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C60219))
(comp (ref P9)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6021F))
(comp (ref P10)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C60225))
(comp (ref P11)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6022B))
(comp (ref P12)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C60231))
(comp (ref P13)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B68F))
(comp (ref P14)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B695))
(comp (ref P15)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B69B))
(comp (ref P16)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6A1))
(comp (ref P17)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6A7))
(comp (ref P18)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6AD))
(comp (ref P19)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6BE))
(comp (ref P20)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6C4))
(comp (ref P21)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6CA))
(comp (ref P22)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6D0))
(comp (ref P23)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6D6))
(comp (ref P24)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6B6DC))
(comp (ref P31)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BA98))
(comp (ref P32)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BA9E))
(comp (ref P33)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAA4))
(comp (ref P34)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAAA))
(comp (ref P35)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAB0))
(comp (ref P36)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAB6))
(comp (ref P37)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAC7))
(comp (ref P38)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BACD))
(comp (ref P39)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAD3))
(comp (ref P40)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAD9))
(comp (ref P41)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BADF))
(comp (ref P42)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BAE5))
(comp (ref P25)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BC46))
(comp (ref P26)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BEA1))
(comp (ref P27)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6BF5D))
(comp (ref P30)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6C006))
(comp (ref P29)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6C1C2))
(comp (ref P28)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6C275))
(comp (ref P43)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6CE19))
(comp (ref P44)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6CE1F))
(comp (ref P45)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6CE25))
(comp (ref P48)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6CE2B))
(comp (ref P47)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6CE31))
(comp (ref P46)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6CE37))
(comp (ref P49)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED2D))
(comp (ref P50)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED33))
(comp (ref P51)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED39))
(comp (ref P52)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED3F))
(comp (ref P53)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED45))
(comp (ref P54)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED4B))
(comp (ref P55)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED5C))
(comp (ref P56)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED62))
(comp (ref P57)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED68))
(comp (ref P58)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED6E))
(comp (ref P59)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED74))
(comp (ref P60)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED7A))
(comp (ref P61)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED8E))
(comp (ref P62)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED94))
(comp (ref P63)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6ED9A))
(comp (ref P66)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6EDA0))
(comp (ref P65)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6EDA6))
(comp (ref P64)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6EDAC))
(comp (ref L1)
(value OSHW)
(footprint ultim8x8_libs:OSHW_6mm)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C6FDFF))
(comp (ref L2)
(value OSHW)
(footprint ultim8x8_libs:OSHW_6mm)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C70395))
(comp (ref L3)
(value OSHW)
(footprint ultim8x8_libs:OSHW_6mm)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7047F))
(comp (ref L4)
(value OSHW)
(footprint ultim8x8_libs:OSHW_6mm)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7056C))
(comp (ref L5)
(value WyoLum)
(footprint ultim8x8_libs:logo_wyo_butterfly_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C707C2))
(comp (ref L6)
(value WyoLum)
(footprint ultim8x8_libs:logo_wyo_butterfly_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C707C9))
(comp (ref L7)
(value WyoLum)
(footprint ultim8x8_libs:logo_wyo_butterfly_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C707D0))
(comp (ref L8)
(value WyoLum)
(footprint ultim8x8_libs:logo_wyo_butterfly_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C707D7))
(comp (ref L9)
(value Maniacal)
(footprint ultim8x8_libs:logo_MLlabs_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C70D58))
(comp (ref L10)
(value Maniacal)
(footprint ultim8x8_libs:logo_MLlabs_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C70D5F))
(comp (ref L11)
(value Maniacal)
(footprint ultim8x8_libs:logo_MLlabs_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C70D66))
(comp (ref L12)
(value Maniacal)
(footprint ultim8x8_libs:logo_MLlabs_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C70D6D))
(comp (ref L13)
(value ULTiM)
(footprint ultim8x8_libs:logo_ultim8x8_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C71690))
(comp (ref L14)
(value ULTiM)
(footprint ultim8x8_libs:logo_ultim8x8_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C71697))
(comp (ref L15)
(value ULTiM)
(footprint ultim8x8_libs:logo_ultim8x8_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7169E))
(comp (ref L16)
(value ULTiM)
(footprint ultim8x8_libs:logo_ultim8x8_small)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C716A5))
(comp (ref P67)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C74E79))
(comp (ref P68)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7530E))
(comp (ref P69)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7588B))
(comp (ref P70)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C75D12))
(comp (ref P71)
(value CONN_1)
(footprint ultim8x8_libs:Screw)
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C762A9))
(comp (ref M1)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79345))
(comp (ref M2)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79A4E))
(comp (ref M3)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79B72))
(comp (ref M4)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79B7A))
(comp (ref M5)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79CCC))
(comp (ref M6)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79CD4))
(comp (ref M7)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79CDC))
(comp (ref M8)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C79CE4))
(comp (ref M9)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A031))
(comp (ref M10)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A039))
(comp (ref M11)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A041))
(comp (ref M12)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A049))
(comp (ref M13)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A051))
(comp (ref M14)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A059))
(comp (ref M15)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A061))
(comp (ref M16)
(value MouseBite)
(footprint ultim8x8_libs:mouse-bite-2.54mm-slot)
(fields
(field (name manf#) Value))
(libsource (lib ultim8x8_sym) (part CONN_1))
(sheetpath (names /) (tstamps /))
(tstamp 56C7A069)))
(libparts
(libpart (lib ultim8x8_sym) (part CONN_1)
(fields
(field (name Reference) P)
(field (name Value) CONN_1))
(pins
(pin (num 1) (name 1) (type passive)))))
(libraries
(library (logical ultim8x8_sym)
(uri /home/samata/projects-git/ultim8x8/kicad/ultim8x8_libs/ultim8x8_sym.lib)))
(nets
(net (code 1) (name "Net-(P63-Pad1)")
(node (ref P63) (pin 1)))
(net (code 2) (name "Net-(P65-Pad1)")
(node (ref P65) (pin 1)))
(net (code 3) (name "Net-(P64-Pad1)")
(node (ref P64) (pin 1)))
(net (code 4) (name "Net-(P62-Pad1)")
(node (ref P62) (pin 1)))
(net (code 5) (name "Net-(P61-Pad1)")
(node (ref P61) (pin 1)))
(net (code 6) (name "Net-(P66-Pad1)")
(node (ref P66) (pin 1)))
(net (code 7) (name "Net-(L8-Pad1)")
(node (ref L8) (pin 1)))
(net (code 8) (name "Net-(L16-Pad1)")
(node (ref L16) (pin 1)))
(net (code 9) (name "Net-(L15-Pad1)")
(node (ref L15) (pin 1)))
(net (code 10) (name "Net-(L14-Pad1)")
(node (ref L14) (pin 1)))
(net (code 11) (name "Net-(L13-Pad1)")
(node (ref L13) (pin 1)))
(net (code 12) (name "Net-(L12-Pad1)")
(node (ref L12) (pin 1)))
(net (code 13) (name "Net-(L11-Pad1)")
(node (ref L11) (pin 1)))
(net (code 14) (name "Net-(L10-Pad1)")
(node (ref L10) (pin 1)))
(net (code 15) (name "Net-(L9-Pad1)")
(node (ref L9) (pin 1)))
(net (code 16) (name "Net-(L7-Pad1)")
(node (ref L7) (pin 1)))
(net (code 17) (name "Net-(L6-Pad1)")
(node (ref L6) (pin 1)))
(net (code 18) (name "Net-(L5-Pad1)")
(node (ref L5) (pin 1)))
(net (code 19) (name "Net-(L4-Pad1)")
(node (ref L4) (pin 1)))
(net (code 20) (name "Net-(L3-Pad1)")
(node (ref L3) (pin 1)))
(net (code 21) (name "Net-(L2-Pad1)")
(node (ref L2) (pin 1)))
(net (code 22) (name "Net-(L1-Pad1)")
(node (ref L1) (pin 1)))
(net (code 23) (name "Net-(P48-Pad1)")
(node (ref P48) (pin 1)))
(net (code 24) (name /ROW4)
(node (ref P70) (pin 1))
(node (ref P54) (pin 1))
(node (ref P53) (pin 1))
(node (ref P52) (pin 1))
(node (ref P51) (pin 1))
(node (ref P50) (pin 1))
(node (ref P49) (pin 1))
(node (ref P55) (pin 1))
(node (ref P56) (pin 1))
(node (ref P57) (pin 1))
(node (ref P58) (pin 1))
(node (ref P59) (pin 1))
(node (ref P60) (pin 1)))
(net (code 25) (name "Net-(M4-Pad1)")
(node (ref M4) (pin 1)))
(net (code 26) (name "Net-(M8-Pad1)")
(node (ref M8) (pin 1)))
(net (code 27) (name "Net-(M7-Pad1)")
(node (ref M7) (pin 1)))
(net (code 28) (name "Net-(M6-Pad1)")
(node (ref M6) (pin 1)))
(net (code 29) (name "Net-(M5-Pad1)")
(node (ref M5) (pin 1)))
(net (code 30) (name "Net-(M9-Pad1)")
(node (ref M9) (pin 1)))
(net (code 31) (name "Net-(M3-Pad1)")
(node (ref M3) (pin 1)))
(net (code 32) (name "Net-(M2-Pad1)")
(node (ref M2) (pin 1)))
(net (code 33) (name "Net-(M1-Pad1)")
(node (ref M1) (pin 1)))
(net (code 34) (name "Net-(P71-Pad1)")
(node (ref P71) (pin 1)))
(net (code 35) (name "Net-(M10-Pad1)")
(node (ref M10) (pin 1)))
(net (code 36) (name "Net-(M11-Pad1)")
(node (ref M11) (pin 1)))
(net (code 37) (name "Net-(M12-Pad1)")
(node (ref M12) (pin 1)))
(net (code 38) (name "Net-(M13-Pad1)")
(node (ref M13) (pin 1)))
(net (code 39) (name "Net-(M14-Pad1)")
(node (ref M14) (pin 1)))
(net (code 40) (name "Net-(M15-Pad1)")
(node (ref M15) (pin 1)))
(net (code 41) (name "Net-(M16-Pad1)")
(node (ref M16) (pin 1)))
(net (code 42) (name "Net-(P47-Pad1)")
(node (ref P47) (pin 1)))
(net (code 43) (name /ROW2)
(node (ref P20) (pin 1))
(node (ref P23) (pin 1))
(node (ref P21) (pin 1))
(node (ref P22) (pin 1))
(node (ref P24) (pin 1))
(node (ref P19) (pin 1))
(node (ref P17) (pin 1))
(node (ref P18) (pin 1))
(node (ref P16) (pin 1))
(node (ref P15) (pin 1))
(node (ref P14) (pin 1))
(node (ref P13) (pin 1))
(node (ref P68) (pin 1)))
(net (code 44) (name /ROW1)
(node (ref P12) (pin 1))
(node (ref P11) (pin 1))
(node (ref P10) (pin 1))
(node (ref P9) (pin 1))
(node (ref P8) (pin 1))
(node (ref P67) (pin 1))
(node (ref P3) (pin 1))
(node (ref P1) (pin 1))
(node (ref P7) (pin 1))
(node (ref P2) (pin 1))
(node (ref P4) (pin 1))
(node (ref P5) (pin 1))
(node (ref P6) (pin 1)))
(net (code 45) (name "Net-(P28-Pad1)")
(node (ref P28) (pin 1)))
(net (code 46) (name "Net-(P29-Pad1)")
(node (ref P29) (pin 1)))
(net (code 47) (name "Net-(P30-Pad1)")
(node (ref P30) (pin 1)))
(net (code 48) (name "Net-(P27-Pad1)")
(node (ref P27) (pin 1)))
(net (code 49) (name "Net-(P26-Pad1)")
(node (ref P26) (pin 1)))
(net (code 50) (name "Net-(P25-Pad1)")
(node (ref P25) (pin 1)))
(net (code 51) (name "Net-(P43-Pad1)")
(node (ref P43) (pin 1)))
(net (code 52) (name "Net-(P44-Pad1)")
(node (ref P44) (pin 1)))
(net (code 53) (name "Net-(P45-Pad1)")
(node (ref P45) (pin 1)))
(net (code 54) (name "Net-(P46-Pad1)")
(node (ref P46) (pin 1)))
(net (code 55) (name /ROW3)
(node (ref P69) (pin 1))
(node (ref P33) (pin 1))
(node (ref P37) (pin 1))
(node (ref P38) (pin 1))
(node (ref P39) (pin 1))
(node (ref P40) (pin 1))
(node (ref P41) (pin 1))
(node (ref P42) (pin 1))
(node (ref P32) (pin 1))
(node (ref P36) (pin 1))
(node (ref P35) (pin 1))
(node (ref P34) (pin 1))
(node (ref P31) (pin 1)))))