-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathQuadcopter ESC v2.net
770 lines (770 loc) · 26 KB
/
Quadcopter ESC v2.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
(export (version D)
(design
(source "/Users/flash/Desktop/Workspace/Kicad Workspace/Quadcopter ESC v2/Quadcopter ESC v2.sch")
(date "2017 December 24, Sunday 16:52:55")
(tool "Eeschema 4.0.7")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source "Quadcopter ESC v2.sch")
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref U7)
(value MCP1755T)
(footprint Footprints:SOT23_5)
(libsource (lib MCP1755T) (part MCP1755T))
(sheetpath (names /) (tstamps /))
(tstamp 5A3CEFDB))
(comp (ref C6)
(value 1uF)
(footprint Footprints:SMD_0603)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3CF072))
(comp (ref R1)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3CF12C))
(comp (ref C9)
(value 1uF)
(footprint Footprints:SMD_0603)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3CF2A1))
(comp (ref U5)
(value EFM8BB21)
(footprint Footprints:QFN20_1EXP_3x3mm_Pitch0.5mm)
(libsource (lib EFM8BB21) (part EFM8BB21))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D0212))
(comp (ref C8)
(value 100nF)
(footprint Footprints:SMD_0402)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D0500))
(comp (ref R3)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D15DA))
(comp (ref U10)
(value MP1907)
(footprint Footprints:QFN10_1EXP_3x3mm_Pitch0.5mm)
(libsource (lib MP1907) (part MP1907))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D1DC6))
(comp (ref C13)
(value 100nF)
(footprint Footprints:SMD_0402)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D208A))
(comp (ref C10)
(value 1uF)
(footprint Footprints:SMD_0603)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D24E5))
(comp (ref Q1)
(value TPN2R703NL_CH)
(footprint Footprints:TSDSON_8)
(libsource (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D26BB))
(comp (ref Q2)
(value TPN2R703NL_CL)
(footprint Footprints:TSDSON_8)
(libsource (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D2717))
(comp (ref R11)
(value 47)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D2B89))
(comp (ref R12)
(value 47)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D2BCE))
(comp (ref R7)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D38CC))
(comp (ref U13)
(value C_PAD)
(footprint Footprints:SolderPad_1_2.5mm_SMD_Rectangle)
(libsource (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D400E))
(comp (ref R8)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D4A9B))
(comp (ref C7)
(value 33uF)
(footprint Footprints:SMD_1210)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D8D56))
(comp (ref C2)
(value 22uF)
(footprint Footprints:SMD_0805)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D9626))
(comp (ref C3)
(value 22uF)
(footprint Footprints:SMD_0805)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D96B4))
(comp (ref C4)
(value 22uF)
(footprint Footprints:SMD_0805)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D973F))
(comp (ref C5)
(value 22uF)
(footprint Footprints:SMD_0805)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D97CD))
(comp (ref C1)
(value 22uF)
(footprint Footprints:SMD_0805)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D985E))
(comp (ref R20)
(value 3.3K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DB75B))
(comp (ref R17)
(value 1K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DB992))
(comp (ref R21)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DCED1))
(comp (ref U11)
(value MP1907)
(footprint Footprints:QFN10_1EXP_3x3mm_Pitch0.5mm)
(libsource (lib MP1907) (part MP1907))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB19))
(comp (ref C14)
(value 100nF)
(footprint Footprints:SMD_0402)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB1F))
(comp (ref C11)
(value 1uF)
(footprint Footprints:SMD_0603)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB38))
(comp (ref Q3)
(value TPN2R703NL_BH)
(footprint Footprints:TSDSON_8)
(libsource (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB3E))
(comp (ref Q4)
(value TPN2R703NL_BL)
(footprint Footprints:TSDSON_8)
(libsource (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB44))
(comp (ref R13)
(value 47)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB4A))
(comp (ref R14)
(value 47)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB50))
(comp (ref U14)
(value B_PAD)
(footprint Footprints:SolderPad_1_2.5mm_SMD_Rectangle)
(libsource (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB68))
(comp (ref R9)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB74))
(comp (ref R22)
(value 3.3K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB89))
(comp (ref R18)
(value 1K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB8F))
(comp (ref R23)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DEB9C))
(comp (ref C15)
(value 100nF)
(footprint Footprints:SMD_0402)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF95A))
(comp (ref C12)
(value 1uF)
(footprint Footprints:SMD_0603)
(libsource (lib Capacitor) (part Capacitor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF973))
(comp (ref Q5)
(value TPN2R703NL_AH)
(footprint Footprints:TSDSON_8)
(libsource (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF979))
(comp (ref Q6)
(value TPN2R703NL_AL)
(footprint Footprints:TSDSON_8)
(libsource (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF97F))
(comp (ref R15)
(value 47)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF985))
(comp (ref R16)
(value 47)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF98B))
(comp (ref U15)
(value A_PAD)
(footprint Footprints:SolderPad_1_2.5mm_SMD_Rectangle)
(libsource (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF9A3))
(comp (ref R10)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF9AF))
(comp (ref R24)
(value 3.3K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF9C4))
(comp (ref R19)
(value 1K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF9CA))
(comp (ref R25)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF9D7))
(comp (ref R4)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E087F))
(comp (ref R5)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E1748))
(comp (ref R6)
(value 10K)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E246C))
(comp (ref U3)
(value PROG_GND_PAD)
(footprint Footprints:SolderPad_1_1.2mm_SMD_Circle)
(libsource (lib SolderPad_1_Circle) (part SolderPad_1_Circle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E77CE))
(comp (ref U4)
(value PROG_C2CK_PAD)
(footprint Footprints:SolderPad_1_1.2mm_SMD_Circle)
(libsource (lib SolderPad_1_Circle) (part SolderPad_1_Circle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E7992))
(comp (ref U8)
(value PROG_3.3V_PAD)
(footprint Footprints:SolderPad_1_1.2mm_SMD_Circle)
(libsource (lib SolderPad_1_Circle) (part SolderPad_1_Circle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E7A4C))
(comp (ref U9)
(value PROG_C2D_PAD)
(footprint Footprints:SolderPad_1_1.2mm_SMD_Circle)
(libsource (lib SolderPad_1_Circle) (part SolderPad_1_Circle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E7B09))
(comp (ref U2)
(value RC_IN_PAD)
(footprint Footprints:SolderPad_1_2x2.5mm_SMD_Oval)
(libsource (lib SolderPad_1_Circle) (part SolderPad_1_Circle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E8BBD))
(comp (ref U1)
(value RC_GND_PAD)
(footprint Footprints:SolderPad_1_2x2.5mm_SMD_Oval)
(libsource (lib SolderPad_1_Circle) (part SolderPad_1_Circle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E8C86))
(comp (ref R2)
(value 470)
(footprint Footprints:SMD_0402)
(libsource (lib Resistor) (part Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5A3EA0AD))
(comp (ref U12)
(value MP1907)
(footprint Footprints:QFN10_1EXP_3x3mm_Pitch0.5mm)
(libsource (lib MP1907) (part MP1907))
(sheetpath (names /) (tstamps /))
(tstamp 5A3DF954))
(comp (ref U6)
(value L78L12)
(footprint Footprints:SOT89-3)
(libsource (lib L78L12) (part L78L12))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D6745))
(comp (ref U16)
(value PWR_VBAT_PAD)
(footprint Footprints:SolderPad_1_2.5mm_SMD_Rectangle)
(libsource (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D6B13))
(comp (ref U17)
(value PWR_GND_PAD)
(footprint Footprints:SolderPad_1_2.5mm_SMD_Rectangle)
(libsource (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3D6EBF))
(comp (ref U18)
(value C_PAD)
(footprint Footprints:SolderPad_1_1x8mm_SMD_BUSBAR)
(libsource (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle))
(sheetpath (names /) (tstamps /))
(tstamp 5A3E6CCF)))
(libparts
(libpart (lib Capacitor) (part Capacitor)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) Capacitor))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib EFM8BB21) (part EFM8BB21)
(fields
(field (name Reference) U)
(field (name Value) EFM8BB21))
(pins
(pin (num 1) (name P0.1) (type input))
(pin (num 2) (name P0.0) (type input))
(pin (num 3) (name GND) (type input))
(pin (num 4) (name VDD) (type input))
(pin (num 5) (name RSTb/C2CK) (type input))
(pin (num 6) (name P2.0/C2D) (type input))
(pin (num 7) (name P1.6) (type input))
(pin (num 8) (name P1.5) (type input))
(pin (num 9) (name P1.4) (type input))
(pin (num 10) (name P1.3) (type input))
(pin (num 11) (name P1.2) (type input))
(pin (num 12) (name GND) (type input))
(pin (num 13) (name P1.1) (type input))
(pin (num 14) (name P1.0) (type input))
(pin (num 15) (name P0.7) (type input))
(pin (num 16) (name P0.6) (type input))
(pin (num 17) (name P0.5) (type input))
(pin (num 18) (name P0.4) (type input))
(pin (num 19) (name P0.3) (type input))
(pin (num 20) (name P0.2) (type input))
(pin (num 21) (name EXP) (type input))))
(libpart (lib L78L12) (part L78L12)
(fields
(field (name Reference) U)
(field (name Value) L78L12))
(pins
(pin (num 1) (name VOUT) (type power_out))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name VIN) (type power_in))))
(libpart (lib MCP1755T) (part MCP1755T)
(fields
(field (name Reference) U)
(field (name Value) MCP1755T))
(pins
(pin (num 1) (name VIN) (type power_in))
(pin (num 2) (name GND) (type input))
(pin (num 3) (name EN) (type input))
(pin (num 4) (name PWRGD) (type input))
(pin (num 5) (name VOUT) (type power_out))))
(libpart (lib MOSFET_N_8Pin) (part MOSFET_N_8Pin)
(fields
(field (name Reference) Q)
(field (name Value) MOSFET_N_8Pin))
(pins
(pin (num 1) (name S) (type passive))
(pin (num 2) (name S) (type passive))
(pin (num 3) (name S) (type passive))
(pin (num 4) (name G) (type passive))
(pin (num 5) (name D) (type passive))
(pin (num 6) (name D) (type passive))
(pin (num 7) (name D) (type passive))
(pin (num 8) (name D) (type passive))))
(libpart (lib MP1907) (part MP1907)
(fields
(field (name Reference) U)
(field (name Value) MP1907))
(pins
(pin (num 1) (name VDD) (type power_in))
(pin (num 2) (name NC) (type input))
(pin (num 3) (name BST) (type input))
(pin (num 4) (name DRVH) (type output))
(pin (num 5) (name SW) (type input))
(pin (num 6) (name EN) (type input))
(pin (num 7) (name INH) (type input))
(pin (num 8) (name INL) (type input))
(pin (num 9) (name GND) (type power_in))
(pin (num 10) (name DRVL) (type output))
(pin (num 11) (name EXP) (type input))))
(libpart (lib Resistor) (part Resistor)
(fields
(field (name Reference) R)
(field (name Value) Resistor))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib SolderPad_1_Circle) (part SolderPad_1_Circle)
(fields
(field (name Reference) U)
(field (name Value) SolderPad_1_Circle))
(pins
(pin (num 1) (name 1) (type passive))))
(libpart (lib SolderPad_1_Rectangle) (part SolderPad_1_Rectangle)
(fields
(field (name Reference) U)
(field (name Value) SolderPad_1_Rectangle))
(pins
(pin (num 1) (name 1) (type passive)))))
(libraries
(library (logical MOSFET_N_8Pin)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/MOSFET_N_8Pin.lib"))
(library (logical SolderPad_1_Circle)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/SolderPad_1_Circle.lib"))
(library (logical Capacitor)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/Capacitor.lib"))
(library (logical EFM8BB21)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/EFM8BB21.lib"))
(library (logical Resistor)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/Resistor.lib"))
(library (logical SolderPad_1_Rectangle)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/SolderPad_1_Rectangle.lib"))
(library (logical MCP1755T)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/MCP1755T.lib"))
(library (logical MP1907)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/MP1907.lib"))
(library (logical L78L12)
(uri "/Users/flash/Desktop/Workspace/Kicad Workspace/Library and Footprint/Library/L78L12.lib")))
(nets
(net (code 1) (name +12V)
(node (ref C13) (pin 2))
(node (ref U12) (pin 1))
(node (ref U6) (pin 1))
(node (ref C7) (pin 2))
(node (ref C6) (pin 1))
(node (ref U10) (pin 1))
(node (ref C15) (pin 2))
(node (ref U11) (pin 1))
(node (ref C14) (pin 2))
(node (ref U7) (pin 1))
(node (ref U7) (pin 3)))
(net (code 2) (name GND)
(node (ref U6) (pin 2))
(node (ref U17) (pin 1))
(node (ref U12) (pin 11))
(node (ref U12) (pin 9))
(node (ref U5) (pin 12))
(node (ref U7) (pin 2))
(node (ref C8) (pin 1))
(node (ref U1) (pin 1))
(node (ref U3) (pin 1))
(node (ref C9) (pin 2))
(node (ref C6) (pin 2))
(node (ref Q2) (pin 1))
(node (ref Q2) (pin 2))
(node (ref Q2) (pin 3))
(node (ref R8) (pin 2))
(node (ref U10) (pin 9))
(node (ref U10) (pin 11))
(node (ref C13) (pin 1))
(node (ref C1) (pin 2))
(node (ref C5) (pin 2))
(node (ref C4) (pin 2))
(node (ref C3) (pin 2))
(node (ref C2) (pin 2))
(node (ref R17) (pin 1))
(node (ref R5) (pin 1))
(node (ref U5) (pin 3))
(node (ref U5) (pin 21))
(node (ref R4) (pin 1))
(node (ref C7) (pin 1))
(node (ref R6) (pin 1))
(node (ref R10) (pin 2))
(node (ref Q4) (pin 3))
(node (ref Q4) (pin 2))
(node (ref Q4) (pin 1))
(node (ref R19) (pin 1))
(node (ref Q6) (pin 1))
(node (ref Q6) (pin 2))
(node (ref Q6) (pin 3))
(node (ref R18) (pin 1))
(node (ref R9) (pin 2))
(node (ref C14) (pin 1))
(node (ref U11) (pin 11))
(node (ref U11) (pin 9))
(node (ref C15) (pin 1)))
(net (code 3) (name "Net-(U12-Pad2)")
(node (ref U12) (pin 2)))
(net (code 4) (name "Net-(C12-Pad1)")
(node (ref U12) (pin 3))
(node (ref C12) (pin 1)))
(net (code 5) (name SW_A)
(node (ref R25) (pin 2))
(node (ref U15) (pin 1))
(node (ref Q5) (pin 3))
(node (ref Q5) (pin 2))
(node (ref Q5) (pin 1))
(node (ref C12) (pin 2))
(node (ref Q6) (pin 5))
(node (ref Q6) (pin 6))
(node (ref Q6) (pin 7))
(node (ref Q6) (pin 8))
(node (ref U12) (pin 5)))
(net (code 6) (name MUXB)
(node (ref R18) (pin 2))
(node (ref R22) (pin 2))
(node (ref R23) (pin 1))
(node (ref U5) (pin 18)))
(net (code 7) (name +VBattery)
(node (ref Q1) (pin 8))
(node (ref Q1) (pin 7))
(node (ref Q1) (pin 6))
(node (ref Q1) (pin 5))
(node (ref C2) (pin 1))
(node (ref U6) (pin 3))
(node (ref Q3) (pin 8))
(node (ref Q3) (pin 7))
(node (ref U16) (pin 1))
(node (ref Q3) (pin 6))
(node (ref C1) (pin 1))
(node (ref C5) (pin 1))
(node (ref C4) (pin 1))
(node (ref C3) (pin 1))
(node (ref Q5) (pin 5))
(node (ref Q5) (pin 6))
(node (ref Q5) (pin 7))
(node (ref Q5) (pin 8))
(node (ref Q3) (pin 5)))
(net (code 8) (name Comp_Com)
(node (ref U5) (pin 20))
(node (ref R24) (pin 1))
(node (ref R20) (pin 1))
(node (ref R22) (pin 1)))
(net (code 9) (name "Net-(Q5-Pad4)")
(node (ref Q5) (pin 4))
(node (ref R15) (pin 2)))
(net (code 10) (name "Net-(Q6-Pad4)")
(node (ref R16) (pin 2))
(node (ref Q6) (pin 4)))
(net (code 11) (name DRVH_A)
(node (ref U12) (pin 4))
(node (ref R15) (pin 1)))
(net (code 12) (name DRVL_A)
(node (ref R16) (pin 1))
(node (ref U12) (pin 10))
(node (ref R6) (pin 2)))
(net (code 13) (name DRVH_B)
(node (ref U11) (pin 4))
(node (ref R13) (pin 1)))
(net (code 14) (name Bpwm)
(node (ref U11) (pin 7))
(node (ref U5) (pin 14)))
(net (code 15) (name Bcom)
(node (ref U5) (pin 13))
(node (ref U11) (pin 8))
(node (ref R9) (pin 1)))
(net (code 16) (name SW_B)
(node (ref U11) (pin 5))
(node (ref R23) (pin 2))
(node (ref C11) (pin 2))
(node (ref Q3) (pin 1))
(node (ref Q3) (pin 2))
(node (ref Q3) (pin 3))
(node (ref U14) (pin 1))
(node (ref Q4) (pin 5))
(node (ref Q4) (pin 6))
(node (ref Q4) (pin 7))
(node (ref Q4) (pin 8)))
(net (code 17) (name "Net-(Q3-Pad4)")
(node (ref Q3) (pin 4))
(node (ref R13) (pin 2)))
(net (code 18) (name "Net-(Q4-Pad4)")
(node (ref Q4) (pin 4))
(node (ref R14) (pin 2)))
(net (code 19) (name DRVL_B)
(node (ref R5) (pin 2))
(node (ref R14) (pin 1))
(node (ref U11) (pin 10)))
(net (code 20) (name "Net-(C11-Pad1)")
(node (ref U11) (pin 3))
(node (ref C11) (pin 1)))
(net (code 21) (name +3V3)
(node (ref R3) (pin 2))
(node (ref C8) (pin 2))
(node (ref U7) (pin 5))
(node (ref U5) (pin 4))
(node (ref R1) (pin 1))
(node (ref C9) (pin 1))
(node (ref U8) (pin 1))
(node (ref R7) (pin 2)))
(net (code 22) (name C2D)
(node (ref U5) (pin 6))
(node (ref U9) (pin 1)))
(net (code 23) (name RC_IN)
(node (ref U2) (pin 1))
(node (ref R2) (pin 2)))
(net (code 24) (name C2CK)
(node (ref R3) (pin 1))
(node (ref U4) (pin 1))
(node (ref U5) (pin 5)))
(net (code 25) (name Apwm)
(node (ref U12) (pin 7))
(node (ref U5) (pin 16)))
(net (code 26) (name Acom)
(node (ref R10) (pin 1))
(node (ref U5) (pin 15))
(node (ref U12) (pin 8)))
(net (code 27) (name MUXA)
(node (ref R19) (pin 2))
(node (ref R24) (pin 2))
(node (ref U5) (pin 19))
(node (ref R25) (pin 1)))
(net (code 28) (name "Net-(Q1-Pad4)")
(node (ref R11) (pin 2))
(node (ref Q1) (pin 4)))
(net (code 29) (name "Net-(Q2-Pad4)")
(node (ref R12) (pin 2))
(node (ref Q2) (pin 4)))
(net (code 30) (name DRVH_C)
(node (ref R11) (pin 1))
(node (ref U10) (pin 4)))
(net (code 31) (name DRVL_C)
(node (ref R12) (pin 1))
(node (ref R4) (pin 2))
(node (ref U10) (pin 10)))
(net (code 32) (name "Net-(U10-Pad2)")
(node (ref U10) (pin 2)))
(net (code 33) (name "Net-(C10-Pad1)")
(node (ref U10) (pin 3))
(node (ref C10) (pin 1)))
(net (code 34) (name SW_C)
(node (ref Q2) (pin 7))
(node (ref Q2) (pin 6))
(node (ref Q2) (pin 8))
(node (ref R21) (pin 2))
(node (ref C10) (pin 2))
(node (ref Q1) (pin 1))
(node (ref U18) (pin 1))
(node (ref Q2) (pin 5))
(node (ref U10) (pin 5))
(node (ref U13) (pin 1))
(node (ref Q1) (pin 2))
(node (ref Q1) (pin 3)))
(net (code 35) (name EN_GLOBAL)
(node (ref U10) (pin 6))
(node (ref U11) (pin 6))
(node (ref U12) (pin 6))
(node (ref R7) (pin 1)))
(net (code 36) (name Cpwm)
(node (ref U10) (pin 7))
(node (ref U5) (pin 11)))
(net (code 37) (name Ccom)
(node (ref U10) (pin 8))
(node (ref U5) (pin 10))
(node (ref R8) (pin 1)))
(net (code 38) (name "Net-(U5-Pad1)")
(node (ref U5) (pin 1)))
(net (code 39) (name "Net-(R2-Pad1)")
(node (ref U5) (pin 2))
(node (ref R2) (pin 1)))
(net (code 40) (name "Net-(U5-Pad7)")
(node (ref U5) (pin 7)))
(net (code 41) (name "Net-(U5-Pad8)")
(node (ref U5) (pin 8)))
(net (code 42) (name "Net-(U5-Pad9)")
(node (ref U5) (pin 9)))
(net (code 43) (name "Net-(R1-Pad2)")
(node (ref R1) (pin 2))
(node (ref U7) (pin 4)))
(net (code 44) (name MUXC)
(node (ref U5) (pin 17))
(node (ref R21) (pin 1))
(node (ref R17) (pin 2))
(node (ref R20) (pin 2)))
(net (code 45) (name "Net-(U11-Pad2)")
(node (ref U11) (pin 2)))))