forked from riktw/Box0-hv-analog-breakoutboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
breakout.net
847 lines (847 loc) · 29.3 KB
/
breakout.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
(export (version D)
(design
(source /home/rik/Documents/Box0/Box0-hv-analog-breakoutboard/breakout.sch)
(date "do 22 dec 2016 22:29:16 CET")
(tool "Eeschema 4.0.2+dfsg1-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title Box0)
(company "Mad Resistor")
(rev 0.3)
(date "03 April 2016")
(source breakout.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 2) (name "/Box0 Interface/") (tstamps /55FF1F24/)
(title_block
(title Box0)
(company "Mad Resistor")
(rev 0.3)
(date "03 April 2016")
(source box0-interface.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value ""))))
(sheet (number 3) (name "/Breakout Interface/") (tstamps /553D8355/)
(title_block
(title Box0)
(company "Mad Resistor")
(rev 0.3)
(date "03 April 2016")
(source breakout-interface.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref P3)
(value BASE_BOARD_DIGITAL)
(footprint Pin_Headers:Pin_Header_Straight_2x13)
(libsource (lib conn) (part CONN_02X13))
(sheetpath (names "/Box0 Interface/") (tstamps /55FF1F24/))
(tstamp 56F2C122))
(comp (ref P2)
(value BASE_BOARD_ANALOG)
(footprint Pin_Headers:Pin_Header_Straight_2x13)
(libsource (lib conn) (part CONN_02X13))
(sheetpath (names "/Box0 Interface/") (tstamps /55FF1F24/))
(tstamp 56F2C534))
(comp (ref C2)
(value 100nF)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 55ECDAF7))
(comp (ref C3)
(value 100nF)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 55ECDC11))
(comp (ref C1)
(value 100nF)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 55F7FBFE))
(comp (ref P1)
(value USB_OTG)
(footprint Connect:USB_Micro-B)
(libsource (lib conn) (part USB_OTG))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 585592BE))
(comp (ref IC1)
(value LM2733)
(footprint TO_SOT_Packages_SMD:SOT-23-5)
(libsource (lib riklib) (part LM7233))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559A80))
(comp (ref L1)
(value 10u)
(footprint rik_footprints:0805)
(libsource (lib device) (part INDUCTOR))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559D1C))
(comp (ref D1)
(value MBR0540)
(footprint Diodes_SMD:SOD-123)
(libsource (lib device) (part D_Schottky))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559DC4))
(comp (ref R1)
(value 47K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559E23))
(comp (ref R5)
(value 309K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559E6C))
(comp (ref C6)
(value 82p)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559F02))
(comp (ref R3)
(value 12K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559F3F))
(comp (ref C8)
(value 10u)
(footprint rik_footprints:0805)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58559F74))
(comp (ref C4)
(value 4.7u)
(footprint rik_footprints:0805)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855A2AB))
(comp (ref IC2)
(value LM2733)
(footprint TO_SOT_Packages_SMD:SOT-23-5)
(libsource (lib riklib) (part LM7233))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB6B))
(comp (ref L2)
(value 10u)
(footprint rik_footprints:0805)
(libsource (lib device) (part INDUCTOR))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB71))
(comp (ref D2)
(value MBR0540)
(footprint Diodes_SMD:SOD-123)
(libsource (lib device) (part D_Schottky))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB77))
(comp (ref R2)
(value 47K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB7D))
(comp (ref R6)
(value 309K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB83))
(comp (ref C7)
(value 82p)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB89))
(comp (ref R4)
(value 12K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB8F))
(comp (ref C9)
(value 10u)
(footprint rik_footprints:0805)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855AB95))
(comp (ref C5)
(value 4.7u)
(footprint rik_footprints:0805)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5855ABBF))
(comp (ref IC4)
(value OPA454)
(footprint rik_footprints:SOIC-8-3.9*4.9mm_HP_to_P4)
(libsource (lib riklib) (part OPA454))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 585677D3))
(comp (ref R11)
(value 1M)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856794E))
(comp (ref R12)
(value 91K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58567E81))
(comp (ref R8)
(value 10K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58567F5C))
(comp (ref R14)
(value 10R)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 585682B7))
(comp (ref IC3)
(value OPA454)
(footprint rik_footprints:SOIC-8-3.9*4.9mm_HP_to_P4)
(libsource (lib riklib) (part OPA454))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58568CBC))
(comp (ref R9)
(value 1M)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58568CC3))
(comp (ref R10)
(value 91K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58568CD4))
(comp (ref R7)
(value 10K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58568CDA))
(comp (ref R13)
(value 10R)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58568CE9))
(comp (ref R15)
(value 91K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 585693E5))
(comp (ref R16)
(value 10K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856952C))
(comp (ref R20)
(value 91K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58569E13))
(comp (ref R21)
(value 10K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58569E19))
(comp (ref R17)
(value 91K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58569F7C))
(comp (ref R18)
(value 10K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58569F82))
(comp (ref R22)
(value 91K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58569F95))
(comp (ref R23)
(value 10K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 58569F9B))
(comp (ref R19)
(value 4.7K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856B321))
(comp (ref R24)
(value 4.7K)
(footprint rik_footprints:0603)
(libsource (lib device) (part R))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856B582))
(comp (ref U1)
(value 24C16)
(footprint Housings_SOIC:SOIC-8_3.9x4.9mm_Pitch1.27mm)
(libsource (lib memory) (part 24C16))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856B5EA))
(comp (ref JP1)
(value Jumper_NO_Small)
(footprint Capacitors_SMD:C_0201)
(libsource (lib device) (part Jumper_NO_Small))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856C65A))
(comp (ref P4)
(value CONN_02X04)
(footprint Pin_Headers:Pin_Header_Straight_2x04)
(libsource (lib conn) (part CONN_02X04))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856CFE3))
(comp (ref P8)
(value CONN_01X04)
(footprint Pin_Headers:Pin_Header_Straight_1x04)
(libsource (lib conn) (part CONN_01X04))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856D254))
(comp (ref P5)
(value CONN_01X04)
(footprint Pin_Headers:Pin_Header_Straight_1x04)
(libsource (lib conn) (part CONN_01X04))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856D363))
(comp (ref P6)
(value CONN_01X04)
(footprint Pin_Headers:Pin_Header_Straight_1x04)
(libsource (lib conn) (part CONN_01X04))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856D4C3))
(comp (ref P7)
(value CONN_01X04)
(footprint Pin_Headers:Pin_Header_Straight_1x04)
(libsource (lib conn) (part CONN_01X04))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856D579))
(comp (ref C10)
(value 100n)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856D343))
(comp (ref C14)
(value 100n)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856D6F9))
(comp (ref C11)
(value 100n)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856E281))
(comp (ref C12)
(value 100n)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856E376))
(comp (ref C13)
(value 100n)
(footprint rik_footprints:0603)
(libsource (lib device) (part C))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 5856E383))
(comp (ref F1)
(value F_Small)
(footprint SMD_Packages:SMD-1210_Pol)
(libsource (lib device) (part F_Small))
(sheetpath (names "/Breakout Interface/") (tstamps /553D8355/))
(tstamp 585C4AFB)))
(libparts
(libpart (lib memory) (part 24C16)
(aliases
(alias 24C512))
(description "I2C Serial EEPROM")
(fields
(field (name Reference) U)
(field (name Value) 24C16))
(pins
(pin (num 1) (name A0) (type input))
(pin (num 2) (name A1) (type input))
(pin (num 3) (name A2) (type input))
(pin (num 4) (name GND) (type power_in))
(pin (num 5) (name SDA) (type BiDi))
(pin (num 6) (name SCL) (type input))
(pin (num 7) (name WP) (type input))
(pin (num 8) (name VCC) (type power_in))))
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C?)
(fp C_????_*)
(fp C_????)
(fp SMD*_c)
(fp Capacitor*))
(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_01X04)
(description "Connector 01x04")
(footprints
(fp Pin_Header_Straight_1X04)
(fp Pin_Header_Angled_1X04)
(fp Socket_Strip_Straight_1X04)
(fp Socket_Strip_Angled_1X04))
(fields
(field (name Reference) P)
(field (name Value) CONN_01X04))
(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))))
(libpart (lib conn) (part CONN_02X04)
(description "Connector 02x04")
(footprints
(fp Pin_Header_Straight_2X04)
(fp Pin_Header_Angled_2X04)
(fp Socket_Strip_Straight_2X04)
(fp Socket_Strip_Angled_2X04))
(fields
(field (name Reference) P)
(field (name Value) CONN_02X04))
(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))))
(libpart (lib conn) (part CONN_02X13)
(description "Connector 02x13")
(footprints
(fp Pin_Header_Straight_2X13)
(fp Pin_Header_Angled_2X13)
(fp Socket_Strip_Straight_2X13)
(fp Socket_Strip_Angled_2X13))
(fields
(field (name Reference) P)
(field (name Value) CONN_02X13))
(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))))
(libpart (lib device) (part D_Schottky)
(description "Diode schottky")
(footprints
(fp D-Pak_TO252AA)
(fp Diode_*)
(fp *SingleDiode)
(fp *SingleDiode*)
(fp *_Diode_*))
(fields
(field (name Reference) D)
(field (name Value) D_Schottky))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib device) (part F_Small)
(description Fuse)
(footprints
(fp CP*)
(fp SM*))
(fields
(field (name Reference) F)
(field (name Value) F_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib device) (part INDUCTOR)
(fields
(field (name Reference) L)
(field (name Value) INDUCTOR))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib device) (part Jumper_NO_Small)
(description "Jumper normally open")
(fields
(field (name Reference) JP)
(field (name Value) Jumper_NO_Small))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib riklib) (part LM7233)
(fields
(field (name Reference) IC)
(field (name Value) LM7233))
(pins
(pin (num 1) (name SW) (type input))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name FB) (type input))
(pin (num 4) (name ~SHDN) (type input))
(pin (num 5) (name Vin) (type input))))
(libpart (lib riklib) (part OPA454)
(description "Op amp")
(docs AmpliOp.sch)
(fields
(field (name Reference) IC)
(field (name Value) OPA454))
(pins
(pin (num 1) (name ~) (type input))
(pin (num 2) (name -) (type input))
(pin (num 3) (name +) (type input))
(pin (num 4) (name V-) (type input))
(pin (num 5) (name ~) (type input))
(pin (num 6) (name ~) (type output))
(pin (num 7) (name V+) (type input))
(pin (num 8) (name ~) (type input))))
(libpart (lib device) (part R)
(description Resistor)
(footprints
(fp R_*)
(fp Resistor_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib conn) (part USB_OTG)
(description "micro/mini connector")
(footprints
(fp USB*))
(fields
(field (name Reference) P)
(field (name Value) USB_OTG))
(pins
(pin (num 1) (name VCC) (type power_out))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name ID) (type power_in))
(pin (num 5) (name GND) (type power_in))
(pin (num 6) (name shield) (type passive)))))
(libraries
(library (logical riklib)
(uri /home/rik/Documents/PersonalFiles/Kicad/Library/riklib.lib))
(library (logical conn)
(uri /usr/share/kicad/library/conn.lib))
(library (logical device)
(uri /usr/share/kicad/library/device.lib))
(library (logical memory)
(uri /usr/share/kicad/library/memory.lib)))
(nets
(net (code 1) (name "/Box0 Interface/UART0.RX")
(node (ref P3) (pin 20)))
(net (code 2) (name "/Box0 Interface/UART0.TX")
(node (ref P3) (pin 18)))
(net (code 3) (name "/Box0 Interface/SPI0.SCLK")
(node (ref P3) (pin 2)))
(net (code 4) (name "/Box0 Interface/SPI0.MISO")
(node (ref P3) (pin 4)))
(net (code 5) (name "/Box0 Interface/PWM1.0")
(node (ref P3) (pin 3)))
(net (code 6) (name "/Box0 Interface/I2C0.SCL")
(node (ref P3) (pin 24))
(node (ref R24) (pin 2))
(node (ref U1) (pin 6)))
(net (code 7) (name "/Box0 Interface/I2C0.SDA")
(node (ref U1) (pin 5))
(node (ref R19) (pin 2))
(node (ref P3) (pin 26)))
(net (code 8) (name "/Box0 Interface/PWM0.0")
(node (ref P3) (pin 1)))
(net (code 9) (name "/Box0 Interface/SPI0.MOSI")
(node (ref P3) (pin 6)))
(net (code 10) (name "Net-(IC3-Pad2)")
(node (ref R7) (pin 2))
(node (ref IC3) (pin 2))
(node (ref R10) (pin 2)))
(net (code 11) (name "Net-(IC3-Pad6)")
(node (ref IC3) (pin 6))
(node (ref R13) (pin 2))
(node (ref R10) (pin 1)))
(net (code 12) (name -33V)
(node (ref C10) (pin 1))
(node (ref C11) (pin 1))
(node (ref R4) (pin 2))
(node (ref C9) (pin 2))
(node (ref P7) (pin 1))
(node (ref P7) (pin 2))
(node (ref IC2) (pin 2))
(node (ref IC3) (pin 1))
(node (ref IC3) (pin 4))
(node (ref P7) (pin 3))
(node (ref IC4) (pin 4))
(node (ref P7) (pin 4))
(node (ref IC4) (pin 1)))
(net (code 13) (name "Net-(P4-Pad2)")
(node (ref R13) (pin 1))
(node (ref P4) (pin 2)))
(net (code 14) (name GND)
(node (ref P2) (pin 16))
(node (ref P2) (pin 18))
(node (ref P2) (pin 15))
(node (ref P2) (pin 25))
(node (ref P2) (pin 17))
(node (ref C14) (pin 2))
(node (ref C2) (pin 2))
(node (ref C13) (pin 2))
(node (ref C10) (pin 2))
(node (ref C11) (pin 2))
(node (ref C12) (pin 2))
(node (ref C4) (pin 2))
(node (ref D2) (pin 1))
(node (ref P2) (pin 1))
(node (ref P3) (pin 16))
(node (ref P2) (pin 3))
(node (ref R6) (pin 2))
(node (ref C7) (pin 2))
(node (ref C9) (pin 1))
(node (ref C5) (pin 2))
(node (ref P5) (pin 1))
(node (ref IC1) (pin 2))
(node (ref P1) (pin 6))
(node (ref P1) (pin 5))
(node (ref P5) (pin 4))
(node (ref P5) (pin 3))
(node (ref P5) (pin 2))
(node (ref R3) (pin 2))
(node (ref P4) (pin 8))
(node (ref P4) (pin 7))
(node (ref P4) (pin 5))
(node (ref P4) (pin 4))
(node (ref P4) (pin 3))
(node (ref P4) (pin 6))
(node (ref C1) (pin 2))
(node (ref C3) (pin 2))
(node (ref P3) (pin 23))
(node (ref P3) (pin 22))
(node (ref P3) (pin 5))
(node (ref U1) (pin 4))
(node (ref P2) (pin 19))
(node (ref C8) (pin 2))
(node (ref R23) (pin 1))
(node (ref R18) (pin 1))
(node (ref R8) (pin 1))
(node (ref R7) (pin 1))
(node (ref P2) (pin 21))
(node (ref P2) (pin 11))
(node (ref P2) (pin 10))
(node (ref R21) (pin 1))
(node (ref P2) (pin 9))
(node (ref P2) (pin 13))
(node (ref P2) (pin 23))
(node (ref P2) (pin 8))
(node (ref R16) (pin 1))
(node (ref P2) (pin 6))
(node (ref P2) (pin 5)))
(net (code 15) (name "Net-(IC3-Pad5)")
(node (ref IC3) (pin 5)))
(net (code 16) (name +33V)
(node (ref P6) (pin 2))
(node (ref IC4) (pin 7))
(node (ref P6) (pin 3))
(node (ref C6) (pin 2))
(node (ref C13) (pin 1))
(node (ref P6) (pin 1))
(node (ref R5) (pin 2))
(node (ref P6) (pin 4))
(node (ref C8) (pin 1))
(node (ref R11) (pin 1))
(node (ref D1) (pin 1))
(node (ref C12) (pin 1))
(node (ref R9) (pin 1))
(node (ref IC3) (pin 7)))
(net (code 17) (name "Net-(IC3-Pad8)")
(node (ref IC3) (pin 8))
(node (ref R9) (pin 2)))
(net (code 18) (name "Net-(P8-Pad2)")
(node (ref P8) (pin 2))
(node (ref R20) (pin 2)))
(net (code 19) (name "Net-(P8-Pad4)")
(node (ref P8) (pin 4))
(node (ref R22) (pin 2)))
(net (code 20) (name "Net-(IC2-Pad4)")
(node (ref IC2) (pin 4))
(node (ref R2) (pin 2)))
(net (code 21) (name "Net-(D2-Pad2)")
(node (ref L2) (pin 1))
(node (ref D2) (pin 2))
(node (ref IC2) (pin 1)))
(net (code 22) (name "Net-(C7-Pad1)")
(node (ref R4) (pin 1))
(node (ref C7) (pin 1))
(node (ref R6) (pin 1))
(node (ref IC2) (pin 3)))
(net (code 23) (name 5V)
(node (ref C5) (pin 1))
(node (ref IC2) (pin 5))
(node (ref R2) (pin 1))
(node (ref C4) (pin 1))
(node (ref L2) (pin 2))
(node (ref R1) (pin 1))
(node (ref F1) (pin 1))
(node (ref IC1) (pin 5))
(node (ref L1) (pin 2)))
(net (code 24) (name "Net-(D1-Pad2)")
(node (ref L1) (pin 1))
(node (ref D1) (pin 2))
(node (ref IC1) (pin 1)))
(net (code 25) (name "Net-(IC4-Pad8)")
(node (ref R11) (pin 2))
(node (ref IC4) (pin 8)))
(net (code 26) (name "Net-(IC4-Pad6)")
(node (ref R14) (pin 2))
(node (ref IC4) (pin 6))
(node (ref R12) (pin 1)))
(net (code 27) (name "Net-(IC4-Pad2)")
(node (ref R8) (pin 2))
(node (ref IC4) (pin 2))
(node (ref R12) (pin 2)))
(net (code 28) (name "Net-(IC4-Pad5)")
(node (ref IC4) (pin 5)))
(net (code 29) (name "Net-(P4-Pad1)")
(node (ref P4) (pin 1))
(node (ref R14) (pin 1)))
(net (code 30) (name "Net-(F1-Pad2)")
(node (ref F1) (pin 2))
(node (ref P1) (pin 1)))
(net (code 31) (name DIGITAL_EXT)
(node (ref R19) (pin 1))
(node (ref C14) (pin 1))
(node (ref R24) (pin 1))
(node (ref JP1) (pin 1))
(node (ref U1) (pin 3))
(node (ref U1) (pin 2))
(node (ref U1) (pin 1))
(node (ref P3) (pin 25))
(node (ref U1) (pin 8)))
(net (code 32) (name "Net-(JP1-Pad2)")
(node (ref JP1) (pin 2))
(node (ref U1) (pin 7)))
(net (code 33) (name "Net-(P8-Pad1)")
(node (ref P8) (pin 1))
(node (ref R15) (pin 2)))
(net (code 34) (name "Net-(P8-Pad3)")
(node (ref R17) (pin 2))
(node (ref P8) (pin 3)))
(net (code 35) (name "Net-(P1-Pad4)")
(node (ref P1) (pin 4)))
(net (code 36) (name "Net-(IC1-Pad4)")
(node (ref R1) (pin 2))
(node (ref IC1) (pin 4)))
(net (code 37) (name "Net-(P1-Pad3)")
(node (ref P1) (pin 3)))
(net (code 38) (name "Net-(C6-Pad1)")
(node (ref C6) (pin 1))
(node (ref IC1) (pin 3))
(node (ref R3) (pin 1))
(node (ref R5) (pin 1)))
(net (code 39) (name ANALOG_POS)
(node (ref C2) (pin 1))
(node (ref P2) (pin 2)))
(net (code 40) (name ANALOG_NEG)
(node (ref P2) (pin 4))
(node (ref C3) (pin 1)))
(net (code 41) (name VREF_EXT)
(node (ref P2) (pin 7))
(node (ref C1) (pin 1)))
(net (code 42) (name "Net-(P1-Pad2)")
(node (ref P1) (pin 2)))
(net (code 43) (name "/Box0 Interface/AIN0.2")
(node (ref P2) (pin 24))
(node (ref R18) (pin 2))
(node (ref R17) (pin 1)))
(net (code 44) (name "/Box0 Interface/DIO0.2")
(node (ref P3) (pin 11)))
(net (code 45) (name "/Box0 Interface/DIO0.1")
(node (ref P3) (pin 9)))
(net (code 46) (name "/Box0 Interface/DIO0.0")
(node (ref P3) (pin 7)))
(net (code 47) (name "/Box0 Interface/AOUT0.1")
(node (ref IC3) (pin 3))
(node (ref P2) (pin 14)))
(net (code 48) (name "/Box0 Interface/AOUT0.0")
(node (ref P2) (pin 12))
(node (ref IC4) (pin 3)))
(net (code 49) (name "/Box0 Interface/AIN0.3")
(node (ref R22) (pin 1))
(node (ref R23) (pin 2))
(node (ref P2) (pin 26)))
(net (code 50) (name "/Box0 Interface/DIO0.3")
(node (ref P3) (pin 13)))
(net (code 51) (name "/Box0 Interface/AIN0.1")
(node (ref R20) (pin 1))
(node (ref R21) (pin 2))
(node (ref P2) (pin 22)))
(net (code 52) (name "/Box0 Interface/AIN0.0")
(node (ref P2) (pin 20))
(node (ref R16) (pin 2))
(node (ref R15) (pin 1)))
(net (code 53) (name "/Box0 Interface/SPI0.SS0")
(node (ref P3) (pin 8)))
(net (code 54) (name "/Box0 Interface/SPI0.SS3")
(node (ref P3) (pin 14)))
(net (code 55) (name "/Box0 Interface/SPI0.SS2")
(node (ref P3) (pin 12)))
(net (code 56) (name "/Box0 Interface/SPI0.SS1")
(node (ref P3) (pin 10)))
(net (code 57) (name "/Box0 Interface/DIO0.7")
(node (ref P3) (pin 21)))
(net (code 58) (name "/Box0 Interface/DIO0.6")
(node (ref P3) (pin 19)))
(net (code 59) (name "/Box0 Interface/DIO0.5")
(node (ref P3) (pin 17)))
(net (code 60) (name "/Box0 Interface/DIO0.4")
(node (ref P3) (pin 15)))))