-
Notifications
You must be signed in to change notification settings - Fork 0
/
HighCurrentOutput.kicad_sch
819 lines (800 loc) · 28.5 KB
/
HighCurrentOutput.kicad_sch
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
(kicad_sch (version 20211123) (generator eeschema)
(uuid 31b8e579-7afa-4dee-9f20-b2fefaae3c16)
(paper "A4")
(lib_symbols
(symbol "Connector_Generic:Conn_01x02" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
(property "Reference" "J" (id 0) (at 0 2.54 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "Conn_01x02" (id 1) (at 0 -5.08 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Conn_01x02_1_1"
(rectangle (start -1.27 -2.413) (end 0 -2.667)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start -1.27 0.127) (end 0 -0.127)
(stroke (width 0.1524) (type default) (color 0 0 0 0))
(fill (type none))
)
(rectangle (start -1.27 1.27) (end 1.27 -3.81)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type background))
)
(pin passive line (at -5.08 0 0) (length 3.81)
(name "Pin_1" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at -5.08 -2.54 0) (length 3.81)
(name "Pin_2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:D_Schottky_Small_Filled" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at -1.27 2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "D_Schottky_Small_Filled" (id 1) (at -7.112 -2.032 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "diode Schottky" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Schottky diode, small symbol, filled shape" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "D_Schottky_Small_Filled_0_1"
(polyline
(pts
(xy -0.762 0)
(xy 0.762 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.016)
(xy -0.762 0)
(xy 0.762 1.016)
(xy 0.762 -1.016)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type outline))
)
(polyline
(pts
(xy -1.27 0.762)
(xy -1.27 1.016)
(xy -0.762 1.016)
(xy -0.762 -1.016)
(xy -0.254 -1.016)
(xy -0.254 -0.762)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "D_Schottky_Small_Filled_1_1"
(pin passive line (at -2.54 0 0) (length 1.778)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 0 180) (length 1.778)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:LED_Small_Filled" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "D" (id 0) (at -1.27 3.175 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "LED_Small_Filled" (id 1) (at -4.445 -2.54 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "LED diode light-emitting-diode" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Light emitting diode, small symbol, filled shape" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "LED_Small_Filled_0_1"
(polyline
(pts
(xy -0.762 -1.016)
(xy -0.762 1.016)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.016 0)
(xy -0.762 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.016)
(xy -0.762 0)
(xy 0.762 1.016)
(xy 0.762 -1.016)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type outline))
)
(polyline
(pts
(xy 0 0.762)
(xy -0.508 1.27)
(xy -0.254 1.27)
(xy -0.508 1.27)
(xy -0.508 1.016)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.508 1.27)
(xy 0 1.778)
(xy 0.254 1.778)
(xy 0 1.778)
(xy 0 1.524)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "LED_Small_Filled_1_1"
(pin passive line (at -2.54 0 0) (length 1.778)
(name "K" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 0 180) (length 1.778)
(name "A" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:Q_NMOS_GDS" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
(property "Reference" "Q" (id 0) (at 5.08 1.27 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Q_NMOS_GDS" (id 1) (at 5.08 -1.27 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 5.08 2.54 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "N-MOSFET transistor, gate/drain/source" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Q_NMOS_GDS_0_1"
(polyline
(pts
(xy 0.254 0)
(xy -2.54 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.254 1.905)
(xy 0.254 -1.905)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.27)
(xy 0.762 -2.286)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 0.508)
(xy 0.762 -0.508)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 2.286)
(xy 0.762 1.27)
)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 2.54 2.54)
(xy 2.54 1.778)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 2.54 -2.54)
(xy 2.54 0)
(xy 0.762 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0.762 -1.778)
(xy 3.302 -1.778)
(xy 3.302 1.778)
(xy 0.762 1.778)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 1.016 0)
(xy 2.032 0.381)
(xy 2.032 -0.381)
(xy 1.016 0)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(polyline
(pts
(xy 2.794 0.508)
(xy 2.921 0.381)
(xy 3.683 0.381)
(xy 3.81 0.254)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 3.302 0.381)
(xy 2.921 -0.254)
(xy 3.683 -0.254)
(xy 3.302 0.381)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(circle (center 1.651 0) (radius 2.794)
(stroke (width 0.254) (type default) (color 0 0 0 0))
(fill (type none))
)
(circle (center 2.54 -1.778) (radius 0.254)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
(circle (center 2.54 1.778) (radius 0.254)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type outline))
)
)
(symbol "Q_NMOS_GDS_1_1"
(pin input line (at -5.08 0 0) (length 2.54)
(name "G" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 5.08 270) (length 2.54)
(name "D" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 -5.08 90) (length 2.54)
(name "S" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "R" (id 0) (at 0.762 0.508 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "R_Small" (id 1) (at 0.762 -1.016 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "R resistor" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "R_Small_0_1"
(rectangle (start -0.762 1.778) (end 0.762 -1.778)
(stroke (width 0.2032) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "R_Small_1_1"
(pin passive line (at 0 2.54 270) (length 0.762)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 0 -2.54 90) (length 0.762)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:+12V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+12V" (id 1) (at 0 3.556 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"+12V\"" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "+12V_0_1"
(polyline
(pts
(xy -0.762 1.27)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 0)
(xy 0 2.54)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
(polyline
(pts
(xy 0 2.54)
(xy 0.762 1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "+12V_1_1"
(pin power_in line (at 0 0 90) (length 0) hide
(name "+12V" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 0 -3.81 0)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "" (id 2) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GND_0_1"
(polyline
(pts
(xy 0 0)
(xy 0 -1.27)
(xy 1.27 -1.27)
(xy 0 -2.54)
(xy -1.27 -1.27)
(xy 0 -1.27)
)
(stroke (width 0) (type default) (color 0 0 0 0))
(fill (type none))
)
)
(symbol "GND_1_1"
(pin power_in line (at 0 0 270) (length 0) hide
(name "GND" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
)
)
)
(junction (at 132.715 94.615) (diameter 0) (color 0 0 0 0)
(uuid 168e91de-8892-4570-a62e-0a6a88daec47)
)
(junction (at 147.32 88.9) (diameter 0) (color 0 0 0 0)
(uuid 2571f4c8-d7fc-4e8c-94df-f480e56bb717)
)
(junction (at 147.32 82.55) (diameter 0) (color 0 0 0 0)
(uuid 6597e724-ffad-43f1-9619-cca25cced87f)
)
(junction (at 147.32 100.33) (diameter 0) (color 0 0 0 0)
(uuid b45faf1e-b7a2-4d73-9833-db84a2fde78b)
)
(junction (at 128.905 94.615) (diameter 0) (color 0 0 0 0)
(uuid eec347af-8fb3-4b2d-8e93-6e7176516f57)
)
(wire (pts (xy 147.32 82.55) (xy 147.32 84.455))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 0d7333ca-0587-43cb-9af7-f59016c85820)
)
(wire (pts (xy 132.715 95.25) (xy 132.715 94.615))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 1d6c2d6c-bee0-401d-9749-98f17833afdd)
)
(wire (pts (xy 144.78 83.185) (xy 144.78 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2f122013-8dbc-4371-941a-b52e2115db20)
)
(wire (pts (xy 147.32 84.455) (xy 147.955 84.455))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3c19fda9-55de-469e-9693-2d8993bca106)
)
(wire (pts (xy 128.905 106.68) (xy 128.905 106.045))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 3f1d3b22-3ba1-4783-af8d-526bce7c36db)
)
(wire (pts (xy 147.32 106.045) (xy 147.32 106.68))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 419715bf-ffaa-4f14-ba39-b7cca3633324)
)
(wire (pts (xy 139.065 94.615) (xy 139.7 94.615))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 443de8e6-6c50-4145-a643-8098c9ffc1e6)
)
(wire (pts (xy 128.905 95.25) (xy 128.905 94.615))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 449cc181-df4b-4d3b-93ef-0653c2171fe8)
)
(wire (pts (xy 147.32 86.995) (xy 147.32 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 47890384-6eaa-420c-b9ae-e68a6a7f17b5)
)
(wire (pts (xy 128.905 100.33) (xy 128.905 100.965))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 524dc8d0-13b4-43fe-b274-8ac08bc4b894)
)
(wire (pts (xy 147.32 99.695) (xy 147.32 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 63892cea-0371-47b0-925d-c40106168946)
)
(wire (pts (xy 132.715 100.965) (xy 132.715 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 7aad0cca-fb50-4041-9a10-5380cb0860ac)
)
(wire (pts (xy 147.32 88.9) (xy 147.32 89.535))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 95aed042-4cef-4360-9184-83bbe2dcfbaa)
)
(wire (pts (xy 128.905 94.615) (xy 132.715 94.615))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 969d876f-dc87-40bf-9e96-03cbb9ea5e82)
)
(wire (pts (xy 144.78 88.9) (xy 147.32 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9cab0c4e-2726-433f-a46f-c25156ae2489)
)
(wire (pts (xy 147.32 86.995) (xy 147.955 86.995))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ac99d2b9-3592-44c3-94eb-e556103750a4)
)
(wire (pts (xy 144.78 82.55) (xy 147.32 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid aeae1c08-0511-41ff-896d-95b95a86eb35)
)
(wire (pts (xy 132.715 94.615) (xy 133.985 94.615))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bf958b11-f26e-429d-9cb0-d1379a98f463)
)
(wire (pts (xy 147.32 81.915) (xy 147.32 82.55))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d26fce45-c1d6-42bc-931d-972bf3799097)
)
(wire (pts (xy 125.095 94.615) (xy 128.905 94.615))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d316b729-072f-4d15-a495-cbeb8407aea0)
)
(wire (pts (xy 147.32 100.33) (xy 147.32 100.965))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e5f06cd2-492e-41b2-8ded-13a3fa1042bb)
)
(wire (pts (xy 147.32 100.33) (xy 150.495 100.33))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f88265e8-a27a-4259-b3ad-7df91a571c60)
)
(wire (pts (xy 144.78 88.265) (xy 144.78 88.9))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid fc329e60-968a-4f61-ba77-53d29ff8c1c7)
)
(text "High Current Outputs" (at 113.665 88.9 0)
(effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify left bottom))
(uuid c88340d4-f51e-4560-b5d7-7144fb4e8a04)
)
(hierarchical_label "Current" (shape output) (at 150.495 100.33 0)
(effects (font (size 1.27 1.27)) (justify left))
(uuid 76a87642-211c-44f2-a488-190d6dc3728e)
)
(hierarchical_label "Control" (shape input) (at 125.095 94.615 180)
(effects (font (size 1.27 1.27)) (justify right))
(uuid 8c4cd1a2-9a92-4fba-aa2e-8b86c17dce10)
)
(symbol (lib_id "Connector_Generic:Conn_01x02") (at 153.035 84.455 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a68)
(property "Reference" "J20" (id 0) (at 155.067 84.6582 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "Solenoid" (id 1) (at 155.067 86.9696 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "TXV_LIB:Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical" (id 2) (at 153.035 84.455 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 153.035 84.455 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Male Mate" "" (id 4) (at 153.035 84.455 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Mate Datasheet" "" (id 5) (at 153.035 84.455 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d48f8a4a-6780-488b-9745-faf5eeeb8f2e))
(pin "2" (uuid 6bc3314c-1de9-41a4-801d-4c6b28f51bef))
)
(symbol (lib_id "power:+12V") (at 147.32 81.915 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a72)
(property "Reference" "#PWR0176" (id 0) (at 147.32 85.725 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "+12V" (id 1) (at 147.32 78.105 0))
(property "Footprint" "" (id 2) (at 147.32 81.915 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 147.32 81.915 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid ced31400-32cf-4760-b6a1-082c66cb3b22))
)
(symbol (lib_id "Device:D_Schottky_Small_Filled") (at 144.78 85.725 90) (mirror x)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a79)
(property "Reference" "D10" (id 0) (at 139.7 84.455 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "Shottky" (id 1) (at 136.525 86.36 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Diode_SMD:D_SOD-123F" (id 2) (at 144.78 85.725 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 144.78 85.725 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid f890ea26-d711-4e7e-8004-82d43b088049))
(pin "2" (uuid 502c88e3-44ca-402f-a67e-8030982ce571))
)
(symbol (lib_id "Device:R_Small") (at 132.715 97.79 180)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a88)
(property "Reference" "R58" (id 0) (at 133.985 97.155 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "10k" (id 1) (at 133.985 99.06 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 132.715 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 132.715 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 7df85d65-9af9-4258-9d57-8c14b16766a7))
(pin "2" (uuid c8e2a4f6-387e-4eb8-95df-6f7b8f9c0de6))
)
(symbol (lib_id "power:GND") (at 147.32 106.68 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a8f)
(property "Reference" "#PWR0177" (id 0) (at 147.32 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 147.32 110.49 0))
(property "Footprint" "" (id 2) (at 147.32 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 147.32 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid d7167aa3-0660-4413-b335-0ee7290d821b))
)
(symbol (lib_id "Device:R_Small") (at 136.525 94.615 90)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a95)
(property "Reference" "R59" (id 0) (at 136.525 90.805 90))
(property "Value" "120" (id 1) (at 136.525 92.71 90))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 136.525 94.615 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.525 94.615 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid debb6f2c-e8a0-4579-9efa-ddaae530a89e))
(pin "2" (uuid c020a7b6-0ee3-4b23-9d1d-b8f6fd7183f0))
)
(symbol (lib_id "Device:R_Small") (at 147.32 103.505 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9a9f)
(property "Reference" "R60" (id 0) (at 142.24 102.235 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "10m 1W" (id 1) (at 138.43 104.775 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_1206_3216Metric" (id 2) (at 147.32 103.505 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 147.32 103.505 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Type" "ULR1S-R005FT2" (id 4) (at 147.32 103.505 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid f99d01cd-fc2a-4318-be97-23081cbac8d3))
(pin "2" (uuid 4b9cc7fa-a2ef-48b4-b778-8447216776f9))
)
(symbol (lib_id "Device:LED_Small_Filled") (at 128.905 103.505 90)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9aaa)
(property "Reference" "D9" (id 0) (at 123.825 102.87 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "OUT 1" (id 1) (at 121.285 104.775 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "LED_SMD:LED_0603_1608Metric" (id 2) (at 128.905 103.505 90)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 128.905 103.505 90)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 5fe14305-486a-4dd0-a9d2-b346a24c3210))
(pin "2" (uuid e8e4eadb-02c1-4445-9da3-bff48bdb370a))
)
(symbol (lib_id "power:GND") (at 128.905 106.68 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9ab0)
(property "Reference" "#PWR0178" (id 0) (at 128.905 113.03 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 128.905 110.49 0))
(property "Footprint" "" (id 2) (at 128.905 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 128.905 106.68 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid c6afab8d-e5e9-467b-9972-1426d9bcff09))
)
(symbol (lib_id "power:GND") (at 132.715 100.965 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9abc)
(property "Reference" "#PWR0179" (id 0) (at 132.715 107.315 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "GND" (id 1) (at 132.715 104.775 0))
(property "Footprint" "" (id 2) (at 132.715 100.965 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (id 3) (at 132.715 100.965 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 2b619d1e-2235-4857-bcf2-3a40116b2cb6))
)
(symbol (lib_id "Device:R_Small") (at 128.905 97.79 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9ac2)
(property "Reference" "R57" (id 0) (at 125.73 97.155 0))
(property "Value" "120" (id 1) (at 125.73 99.06 0))
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 128.905 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 128.905 97.79 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid bf50ca2f-1903-49cf-8e41-7464a677d806))
(pin "2" (uuid 74139e76-ab9a-4318-8649-f68eb2cd8839))
)
(symbol (lib_id "Device:Q_NMOS_GDS") (at 144.78 94.615 0)
(in_bom yes) (on_board yes)
(uuid 00000000-0000-0000-0000-0000637a9ac9)
(property "Reference" "Q2" (id 0) (at 149.987 93.4466 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "SISA88DN or similar" (id 1) (at 149.987 95.758 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "TXV_LIB:PowerPAK_1212-8" (id 2) (at 149.86 92.075 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 144.78 94.615 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 779b8254-d95f-4529-8e2d-b0f89862f66f))
(pin "2" (uuid 44e3e545-67b4-4f0f-bef3-d33b192ed48d))
(pin "3" (uuid 9157ff0a-8e24-4e64-a811-6bf06352d5b7))
)
)