-
Notifications
You must be signed in to change notification settings - Fork 0
/
BalthazarIO.net
886 lines (886 loc) · 33.2 KB
/
BalthazarIO.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
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
(export (version D)
(design
(source C:\Users\turbo\Desktop\github\Balthazar\BalthazarIO\BalthazarIO.sch)
(date "5/20/2020 10:41:07 AM")
(tool "Eeschema (5.1.5)-3")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source BalthazarIO.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref C7)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC25269))
(comp (ref C6)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC25970))
(comp (ref C4)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC25CA6))
(comp (ref L1)
(value 10uH)
(footprint Inductor_SMD:L_1206_3216Metric)
(libsource (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EC27148))
(comp (ref C11)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC2A360))
(comp (ref C12)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC2AD91))
(comp (ref C13)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC2B0C6))
(comp (ref C14)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC2B3E6))
(comp (ref R7)
(value 680)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC2D414))
(comp (ref Y1)
(value "Crystal 12MHz")
(footprint Crystal:Crystal_HC50_Vertical)
(datasheet ~)
(libsource (lib Device) (part Crystal) (description "Two pin crystal"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC30185))
(comp (ref C8)
(value 22-33p)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC315DE))
(comp (ref C9)
(value 22-33p)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC321DE))
(comp (ref J5)
(value USB_A)
(footprint Connector_USB:USB_A_CNCTech_1001-011-01101_Horizontal)
(datasheet " ~")
(libsource (lib Connector) (part USB_A) (description "USB Type A connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC35F7D))
(comp (ref J4)
(value USB_A)
(footprint Connector_USB:USB_A_CNCTech_1001-011-01101_Horizontal)
(datasheet " ~")
(libsource (lib Connector) (part USB_A) (description "USB Type A connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC3814A))
(comp (ref J6)
(value USB_A)
(footprint Connector_USB:USB_A_CNCTech_1001-011-01101_Horizontal)
(datasheet " ~")
(libsource (lib Connector) (part USB_A) (description "USB Type A connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC38C95))
(comp (ref C5)
(value 0.1-1u)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC4C4F5))
(comp (ref R5)
(value 10K-510K-1M)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC52473))
(comp (ref R4)
(value 100K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC53C13))
(comp (ref R3)
(value 1K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC5E5F0))
(comp (ref D2)
(value "LED GREEN")
(footprint LED_SMD:LED_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC60A4E))
(comp (ref R1)
(value 5K1)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC68992))
(comp (ref R2)
(value 10K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC698AB))
(comp (ref C2)
(value 1u)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC6BA2B))
(comp (ref C1)
(value 330uF)
(footprint Capacitor_THT:CP_Radial_D6.3mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EC6C70E))
(comp (ref C18)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECE9A9E))
(comp (ref C17)
(value 100uF)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECEA9EC))
(comp (ref C16)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECEC0B2))
(comp (ref C15)
(value 47uF)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECEC0BC))
(comp (ref J2)
(value Conn_01x04_Female)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x04_Female) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5ED1DB91))
(comp (ref C10)
(value 10uF)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ED4B462))
(comp (ref C3)
(value 10uF)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ED771FF))
(comp (ref L4)
(value 10uH)
(footprint Inductor_SMD:L_1206_3216Metric)
(libsource (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5ED840D6))
(comp (ref L5)
(value 10uH)
(footprint Inductor_SMD:L_1206_3216Metric)
(libsource (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAE76F))
(comp (ref L3)
(value 10uH)
(footprint Inductor_SMD:L_1206_3216Metric)
(libsource (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EDC1051))
(comp (ref R6)
(value 10K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EC48033))
(comp (ref R10)
(value 47K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EDD97AD))
(comp (ref L6)
(value 10uH)
(footprint Inductor_SMD:L_1206_3216Metric)
(libsource (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAF5FF))
(comp (ref C24)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECB6999))
(comp (ref C23)
(value 100uF)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECB699F))
(comp (ref C22)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECD91FA))
(comp (ref C21)
(value 100uF)
(footprint Capacitor_THT:CP_Radial_D5.0mm_P2.50mm)
(datasheet ~)
(libsource (lib Device) (part CP1) (description "Polarized capacitor, US symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5ECD9200))
(comp (ref J1)
(value USB_B_Micro)
(footprint Connector_USB:USB_Micro-AB_Molex_47590-0001)
(datasheet ~)
(libsource (lib Connector) (part USB_B_Micro) (description "USB Micro Type B connector"))
(sheetpath (names /) (tstamps /))
(tstamp 5ED58DEA))
(comp (ref L2)
(value ferrite)
(footprint Inductor_SMD:L_1206_3216Metric)
(libsource (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5EDA6747))
(comp (ref U3)
(value AIC1526-0)
(footprint Package_SO:SOP-8_3.9x4.9mm_P1.27mm)
(libsource (lib Interface_USB) (part AIC1526-0) (description "Dual USB High-Side Power Switch, TSSOP8"))
(sheetpath (names /) (tstamps /))
(tstamp 5EDC5194))
(comp (ref C20)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EDFC500))
(comp (ref R14)
(value 10K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EE4B6AF))
(comp (ref R13)
(value 10K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EE56513))
(comp (ref R12)
(value 100K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EE57470))
(comp (ref R11)
(value 100K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EE58BF0))
(comp (ref SW2)
(value SW_DIP_x01)
(footprint Button_Switch_THT:SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm)
(datasheet ~)
(libsource (lib Switch) (part SW_DIP_x01) (description "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EF2C4E3))
(comp (ref U4)
(value AIC1526-0)
(footprint Package_SO:SOP-8_3.9x4.9mm_P1.27mm)
(libsource (lib Interface_USB) (part AIC1526-0) (description "Dual USB High-Side Power Switch, TSSOP8"))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB62F))
(comp (ref C25)
(value 100n)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB635))
(comp (ref R18)
(value 10K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB64A))
(comp (ref R17)
(value 10K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB650))
(comp (ref R16)
(value 100K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB656))
(comp (ref R15)
(value 100K)
(footprint Resistor_SMD:R_1206_3216Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB65C))
(comp (ref SW3)
(value SW_DIP_x01)
(footprint Button_Switch_THT:SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm)
(datasheet ~)
(libsource (lib Switch) (part SW_DIP_x01) (description "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB673))
(comp (ref SW4)
(value SW_DIP_x01)
(footprint Button_Switch_THT:SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm)
(datasheet ~)
(libsource (lib Switch) (part SW_DIP_x01) (description "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 5EDAB679))
(comp (ref U1)
(value GL850G-28pin)
(footprint Package_SO:SSOP-28_5.3x10.2mm_P0.65mm)
(libsource (lib MCU_Cypress) (part GL850G-28pin) (description "Genesys GL850G USB 2.0 in SSOP28 package"))
(sheetpath (names /) (tstamps /))
(tstamp 5ED4CF2F))
(comp (ref J10)
(value USB_01x04)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part USB_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F7269FF))
(comp (ref J11)
(value USB_01x04)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part USB_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F738F40))
(comp (ref J9)
(value USB_01x04)
(footprint Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part USB_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F74C1ED))
(comp (ref J8)
(value "USB1.1 keyboard+touchpad")
(footprint Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part USB_01x04) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5F75E8F3)))
(libparts
(libpart (lib BalthazarIO-rescue) (part INDUCTOR_SMALL-BalthazarPSU-rescue)
(fields
(field (name Reference) L)
(field (name Value) INDUCTOR_SMALL-BalthazarPSU-rescue))
(pins
(pin (num 1) (name 1) (type input))
(pin (num 2) (name 2) (type input))))
(libpart (lib Connector) (part Conn_01x04_Female)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Connector) (part USB_01x04)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) USB_01x04))
(pins
(pin (num 1) (name Vbus) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name gnd) (type passive))))
(libpart (lib Connector) (part USB_A)
(description "USB Type A connector")
(docs " ~")
(footprints
(fp USB*))
(fields
(field (name Reference) J)
(field (name Value) USB_A))
(pins
(pin (num 1) (name VBUS) (type power_in))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name GND) (type power_in))
(pin (num 5) (name Shield) (type passive))))
(libpart (lib Connector) (part USB_B_Micro)
(aliases
(alias USB_B_Mini))
(description "USB Micro Type B connector")
(docs ~)
(footprints
(fp USB*))
(fields
(field (name Reference) J)
(field (name Value) USB_B_Micro))
(pins
(pin (num 1) (name VBUS) (type power_out))
(pin (num 2) (name D-) (type passive))
(pin (num 3) (name D+) (type passive))
(pin (num 4) (name ID) (type passive))
(pin (num 5) (name GND) (type power_out))
(pin (num 6) (name Shield) (type passive))))
(libpart (lib Device) (part CP1)
(description "Polarized capacitor, US symbol")
(docs ~)
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP1))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(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 Crystal)
(description "Two pin crystal")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part LED)
(description "Light emitting diode")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(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)
(description Resistor)
(docs ~)
(footprints
(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 Interface_USB) (part AIC1526-0)
(aliases
(alias AT24CS02-XHM))
(description "Dual USB High-Side Power Switch, TSSOP8")
(footprints
(fp TSSOP*4.4x3mm*P0.65mm*))
(fields
(field (name Reference) U)
(field (name Value) AIC1526-0)
(field (name Footprint) Package_SO:TSSOP-8_4.4x3mm_P0.65mm))
(pins
(pin (num 1) (name CTLA) (type input))
(pin (num 2) (name FLGA) (type input))
(pin (num 3) (name FLGB) (type input))
(pin (num 4) (name CTLB) (type input))
(pin (num 5) (name OUTB) (type output))
(pin (num 6) (name GND) (type power_out))
(pin (num 7) (name IN) (type power_in))
(pin (num 8) (name OUTA) (type power_out))))
(libpart (lib MCU_Cypress) (part GL850G-28pin)
(aliases
(alias PIC18F24K20_ISS)
(alias PIC18F25K20_ISS)
(alias PIC18F26K20_ISS))
(description "Genesys GL850G USB 2.0 in SSOP28 package")
(footprints
(fp SSOP*5.3x10.2mm*P0.65mm*))
(fields
(field (name Reference) U)
(field (name Value) GL850G-28pin)
(field (name Footprint) Package_SO:SSOP-28_5.3x10.2mm_P0.65mm))
(pins
(pin (num 1) (name AVDD) (type BiDi))
(pin (num 2) (name DM2) (type BiDi))
(pin (num 3) (name DP2) (type BiDi))
(pin (num 4) (name RREF) (type BiDi))
(pin (num 5) (name AVDD) (type BiDi))
(pin (num 6) (name X1) (type power_in))
(pin (num 7) (name X2) (type BiDi))
(pin (num 8) (name DM3) (type BiDi))
(pin (num 9) (name DP3) (type BiDi))
(pin (num 10) (name AVDD) (type input))
(pin (num 11) (name DM4) (type BiDi))
(pin (num 12) (name DP4) (type BiDi))
(pin (num 13) (name ResetLOW) (type BiDi))
(pin (num 14) (name TEST/SCL) (type BiDi))
(pin (num 15) (name GND) (type BiDi))
(pin (num 16) (name DVDD) (type BiDi))
(pin (num 17) (name PSELF) (type BiDi))
(pin (num 18) (name PGANG) (type BiDi))
(pin (num 19) (name OVCUR2_LOW) (type power_in))
(pin (num 20) (name PWREN2LOW) (type power_in))
(pin (num 21) (name OVCUR1LOW) (type BiDi))
(pin (num 22) (name PWREN1LOW) (type BiDi))
(pin (num 23) (name V5) (type BiDi))
(pin (num 24) (name V33) (type BiDi))
(pin (num 25) (name DM0) (type BiDi))
(pin (num 26) (name DP0) (type BiDi))
(pin (num 27) (name DM1) (type BiDi))
(pin (num 28) (name DP1) (type BiDi))))
(libpart (lib Switch) (part SW_DIP_x01)
(description "1x DIP Switch, Single Pole Single Throw (SPST) switch, small symbol")
(docs ~)
(footprints
(fp SW?DIP?x1*))
(fields
(field (name Reference) SW)
(field (name Value) SW_DIP_x01))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive)))))
(libraries
(library (logical BalthazarIO-rescue)
(uri C:\Users\turbo\Desktop\github\Balthazar\BalthazarIO/BalthazarIO-rescue.lib))
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical Interface_USB)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Interface_USB.lib"))
(library (logical MCU_Cypress)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/MCU_Cypress.lib"))
(library (logical Switch)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Switch.lib")))
(nets
(net (code 1) (name GND)
(node (ref C1) (pin 2))
(node (ref J4) (pin 5))
(node (ref C5) (pin 1))
(node (ref J4) (pin 4))
(node (ref J5) (pin 5))
(node (ref J5) (pin 4))
(node (ref R2) (pin 2))
(node (ref C2) (pin 2))
(node (ref J6) (pin 5))
(node (ref C9) (pin 2))
(node (ref C11) (pin 2))
(node (ref C12) (pin 2))
(node (ref C13) (pin 2))
(node (ref C4) (pin 2))
(node (ref C6) (pin 2))
(node (ref C7) (pin 2))
(node (ref R7) (pin 2))
(node (ref C8) (pin 2))
(node (ref J9) (pin 1))
(node (ref U4) (pin 6))
(node (ref J8) (pin 1))
(node (ref J11) (pin 1))
(node (ref J10) (pin 1))
(node (ref U1) (pin 15))
(node (ref U1) (pin 14))
(node (ref J6) (pin 4))
(node (ref J1) (pin 6))
(node (ref J1) (pin 5))
(node (ref C18) (pin 1))
(node (ref C17) (pin 2))
(node (ref C16) (pin 1))
(node (ref C15) (pin 2))
(node (ref U3) (pin 6))
(node (ref C3) (pin 2))
(node (ref C10) (pin 2))
(node (ref J2) (pin 4))
(node (ref C14) (pin 2))
(node (ref C23) (pin 2))
(node (ref C22) (pin 1))
(node (ref C21) (pin 2))
(node (ref C24) (pin 1))
(node (ref R10) (pin 1))
(node (ref C20) (pin 2))
(node (ref SW3) (pin 1))
(node (ref SW2) (pin 1))
(node (ref C25) (pin 2))
(node (ref SW4) (pin 1)))
(net (code 2) (name "Net-(C15-Pad1)")
(node (ref L4) (pin 2))
(node (ref C15) (pin 1))
(node (ref U3) (pin 5)))
(net (code 3) (name "Net-(R15-Pad2)")
(node (ref U4) (pin 4))
(node (ref R15) (pin 2))
(node (ref SW4) (pin 2)))
(net (code 4) (name "Net-(R16-Pad2)")
(node (ref R16) (pin 2))
(node (ref U4) (pin 1))
(node (ref SW3) (pin 2)))
(net (code 5) (name "Net-(C17-Pad1)")
(node (ref C17) (pin 1))
(node (ref L6) (pin 2))
(node (ref U4) (pin 8)))
(net (code 6) (name "Net-(C23-Pad1)")
(node (ref C23) (pin 1))
(node (ref U4) (pin 5))
(node (ref L5) (pin 2)))
(net (code 7) (name "Net-(R12-Pad2)")
(node (ref R12) (pin 2))
(node (ref SW2) (pin 2))
(node (ref U3) (pin 1)))
(net (code 8) (name "Net-(R11-Pad2)")
(node (ref R11) (pin 2))
(node (ref U3) (pin 4)))
(net (code 9) (name "Net-(R13-Pad2)")
(node (ref U3) (pin 2))
(node (ref R13) (pin 2)))
(net (code 10) (name "Net-(R14-Pad2)")
(node (ref U3) (pin 3))
(node (ref R14) (pin 2)))
(net (code 11) (name "Net-(R17-Pad2)")
(node (ref R17) (pin 2))
(node (ref U4) (pin 2)))
(net (code 12) (name "Net-(R18-Pad2)")
(node (ref U4) (pin 3))
(node (ref R18) (pin 2)))
(net (code 13) (name "Net-(J10-Pad3)")
(node (ref J5) (pin 2))
(node (ref U1) (pin 8))
(node (ref J10) (pin 3)))
(net (code 14) (name "Net-(C24-Pad2)")
(node (ref L5) (pin 1))
(node (ref J6) (pin 1))
(node (ref C24) (pin 2))
(node (ref J11) (pin 4)))
(net (code 15) (name "Net-(C22-Pad2)")
(node (ref J4) (pin 1))
(node (ref C22) (pin 2))
(node (ref L3) (pin 1))
(node (ref J9) (pin 4)))
(net (code 16) (name "Net-(C21-Pad1)")
(node (ref C21) (pin 1))
(node (ref L3) (pin 2))
(node (ref U3) (pin 8)))
(net (code 17) (name "Net-(J10-Pad2)")
(node (ref J5) (pin 3))
(node (ref U1) (pin 9))
(node (ref J10) (pin 2)))
(net (code 18) (name "Net-(J8-Pad3)")
(node (ref U1) (pin 27))
(node (ref J8) (pin 3)))
(net (code 19) (name "Net-(J8-Pad2)")
(node (ref J8) (pin 2))
(node (ref U1) (pin 28)))
(net (code 20) (name "Net-(U1-Pad22)")
(node (ref U1) (pin 22)))
(net (code 21) (name "Net-(J4-Pad2)")
(node (ref J9) (pin 3))
(node (ref J4) (pin 2))
(node (ref U1) (pin 11)))
(net (code 22) (name "Net-(J1-Pad3)")
(node (ref J1) (pin 3))
(node (ref J2) (pin 3))
(node (ref U1) (pin 26)))
(net (code 23) (name "Net-(J1-Pad2)")
(node (ref U1) (pin 25))
(node (ref J1) (pin 2))
(node (ref J2) (pin 2)))
(net (code 24) (name "Net-(J4-Pad3)")
(node (ref J9) (pin 2))
(node (ref J4) (pin 3))
(node (ref U1) (pin 12)))
(net (code 25) (name "Net-(J11-Pad3)")
(node (ref J6) (pin 2))
(node (ref J11) (pin 3))
(node (ref U1) (pin 2)))
(net (code 26) (name "Net-(J11-Pad2)")
(node (ref J11) (pin 2))
(node (ref U1) (pin 3))
(node (ref J6) (pin 3)))
(net (code 27) (name "Net-(R7-Pad1)")
(node (ref U1) (pin 4))
(node (ref R7) (pin 1)))
(net (code 28) (name "Net-(U1-Pad20)")
(node (ref U1) (pin 20)))
(net (code 29) (name "Net-(U1-Pad19)")
(node (ref U1) (pin 19)))
(net (code 30) (name "Net-(C5-Pad2)")
(node (ref R10) (pin 2))
(node (ref R6) (pin 2))
(node (ref C5) (pin 2))
(node (ref U1) (pin 13)))
(net (code 31) (name "Net-(R5-Pad2)")
(node (ref U1) (pin 17))
(node (ref R5) (pin 2)))
(net (code 32) (name "Net-(R1-Pad2)")
(node (ref U1) (pin 21))
(node (ref R1) (pin 2))
(node (ref R2) (pin 1)))
(net (code 33) (name "Net-(D2-Pad1)")
(node (ref R3) (pin 2))
(node (ref D2) (pin 1)))
(net (code 34) (name "Net-(R3-Pad1)")
(node (ref U1) (pin 18))
(node (ref R3) (pin 1))
(node (ref R4) (pin 2)))
(net (code 35) (name +3V3)
(node (ref U1) (pin 24))
(node (ref C11) (pin 1))
(node (ref R5) (pin 1))
(node (ref U1) (pin 16))
(node (ref D2) (pin 2))
(node (ref C12) (pin 1))
(node (ref R4) (pin 1))
(node (ref L1) (pin 2))
(node (ref C10) (pin 1)))
(net (code 36) (name "Net-(C3-Pad1)")
(node (ref C7) (pin 1))
(node (ref C3) (pin 1))
(node (ref C6) (pin 1))
(node (ref C4) (pin 1))
(node (ref U1) (pin 5))
(node (ref U1) (pin 10))
(node (ref U1) (pin 1))
(node (ref L1) (pin 1)))
(net (code 37) (name "Net-(C9-Pad1)")
(node (ref Y1) (pin 2))
(node (ref U1) (pin 7))
(node (ref C9) (pin 1)))
(net (code 38) (name "Net-(C8-Pad1)")
(node (ref U1) (pin 6))
(node (ref C8) (pin 1))
(node (ref Y1) (pin 1)))
(net (code 39) (name "Net-(C18-Pad2)")
(node (ref J10) (pin 4))
(node (ref J5) (pin 1))
(node (ref C18) (pin 2))
(node (ref L6) (pin 1)))
(net (code 40) (name 5V)
(node (ref R16) (pin 1))
(node (ref R12) (pin 1))
(node (ref R11) (pin 1))
(node (ref R17) (pin 1))
(node (ref U1) (pin 23))
(node (ref R15) (pin 1))
(node (ref U4) (pin 7))
(node (ref R18) (pin 1))
(node (ref R14) (pin 1))
(node (ref R13) (pin 1))
(node (ref C25) (pin 1))
(node (ref L2) (pin 2))
(node (ref U3) (pin 7))
(node (ref C20) (pin 1))
(node (ref R6) (pin 1))
(node (ref C13) (pin 1))
(node (ref C14) (pin 1))
(node (ref R1) (pin 1))
(node (ref C2) (pin 1))
(node (ref C1) (pin 1)))
(net (code 41) (name "Net-(J1-Pad4)")
(node (ref J1) (pin 4)))
(net (code 42) (name "Net-(J1-Pad1)")
(node (ref L2) (pin 1))
(node (ref J2) (pin 1))
(node (ref J1) (pin 1)))
(net (code 43) (name "Net-(C16-Pad2)")
(node (ref J8) (pin 4))
(node (ref C16) (pin 2))
(node (ref L4) (pin 1)))))