-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathenergy-harvesting-pmic.lbr
699 lines (694 loc) · 38.1 KB
/
energy-harvesting-pmic.lbr
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="9.0.1">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<setting keepoldvectorfont="yes"/>
<setting verticaltext="up"/>
</settings>
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
<layers>
<layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/>
<layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/>
<layer number="17" name="Pads" color="2" fill="1" visible="yes" active="yes"/>
<layer number="18" name="Vias" color="2" fill="1" visible="yes" active="yes"/>
<layer number="19" name="Unrouted" color="6" fill="1" visible="yes" active="yes"/>
<layer number="20" name="Dimension" color="15" fill="1" visible="yes" active="yes"/>
<layer number="21" name="tPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="22" name="bPlace" color="7" fill="1" visible="yes" active="yes"/>
<layer number="23" name="tOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="24" name="bOrigins" color="15" fill="1" visible="yes" active="yes"/>
<layer number="25" name="tNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="26" name="bNames" color="7" fill="1" visible="yes" active="yes"/>
<layer number="27" name="tValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="28" name="bValues" color="7" fill="1" visible="yes" active="yes"/>
<layer number="29" name="tStop" color="7" fill="3" visible="yes" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="yes" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="yes" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="yes" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="yes" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="yes" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="yes" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="yes" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="yes" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="yes" active="yes"/>
<layer number="39" name="tKeepout" color="4" fill="11" visible="yes" active="yes"/>
<layer number="40" name="bKeepout" color="1" fill="11" visible="yes" active="yes"/>
<layer number="41" name="tRestrict" color="4" fill="10" visible="yes" active="yes"/>
<layer number="42" name="bRestrict" color="1" fill="10" visible="yes" active="yes"/>
<layer number="43" name="vRestrict" color="2" fill="10" visible="yes" active="yes"/>
<layer number="44" name="Drills" color="7" fill="1" visible="yes" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="yes" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="yes" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="yes" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="7" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="14" fill="1" visible="no" active="yes"/>
<layer number="52" name="bDocu" color="7" fill="1" visible="yes" active="yes"/>
<layer number="90" name="Modules" color="5" fill="1" visible="yes" active="yes"/>
<layer number="91" name="Nets" color="2" fill="1" visible="yes" active="yes"/>
<layer number="92" name="Busses" color="1" fill="1" visible="yes" active="yes"/>
<layer number="93" name="Pins" color="2" fill="1" visible="yes" active="yes"/>
<layer number="94" name="Symbols" color="4" fill="1" visible="yes" active="yes"/>
<layer number="95" name="Names" color="7" fill="1" visible="yes" active="yes"/>
<layer number="96" name="Values" color="7" fill="1" visible="yes" active="yes"/>
<layer number="97" name="Info" color="7" fill="1" visible="yes" active="yes"/>
<layer number="98" name="Guide" color="6" fill="1" visible="yes" active="yes"/>
<layer number="99" name="SpiceOrder" color="5" fill="1" visible="yes" active="yes"/>
</layers>
<library>
<description><b>Energy Harvesting PMIC EAGLE Library</b>
<p>This library includes package footprints for selected types of energy harvesting power management IC (PMIC).</p>
<hr />
<br />
<b>Author: </b>
<a href="https://github.com/MacroYau">Macro Yau</a>
<br />
<br />
<b>License: </b>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a></description>
<packages>
<package name="RGR_S-PVQFN-N20">
<description><b>RGR (S-PVQFN-N20)</b><p>
Source: http://www.ti.com/lit/ds/symlink/bq25570.pdf</description>
<wire x1="-1.6734" y1="-1.6734" x2="1.6734" y2="-1.6734" width="0.2032" layer="51"/>
<wire x1="1.6734" y1="-1.6734" x2="1.6734" y2="1.6734" width="0.2032" layer="51"/>
<circle x="-1.425" y="1" radius="0.125" width="0" layer="31"/>
<circle x="-1.425" y="0.5" radius="0.125" width="0" layer="31"/>
<circle x="-1.425" y="0" radius="0.125" width="0" layer="31"/>
<circle x="-1.425" y="-0.5" radius="0.125" width="0" layer="31"/>
<circle x="-1.425" y="-1" radius="0.125" width="0" layer="31"/>
<circle x="-1" y="-1.425" radius="0.125" width="0" layer="31"/>
<circle x="-0.5" y="-1.425" radius="0.125" width="0" layer="31"/>
<circle x="0" y="-1.425" radius="0.125" width="0" layer="31"/>
<circle x="0.5" y="-1.425" radius="0.125" width="0" layer="31"/>
<circle x="1" y="-1.425" radius="0.125" width="0" layer="31"/>
<circle x="1.425" y="-1" radius="0.125" width="0" layer="31"/>
<circle x="1.425" y="-0.5" radius="0.125" width="0" layer="31"/>
<circle x="1.425" y="0" radius="0.125" width="0" layer="31"/>
<circle x="1.425" y="0.5" radius="0.125" width="0" layer="31"/>
<circle x="1.425" y="1" radius="0.125" width="0" layer="31"/>
<circle x="1" y="1.425" radius="0.125" width="0" layer="31"/>
<circle x="0.5" y="1.425" radius="0.125" width="0" layer="31"/>
<circle x="0" y="1.425" radius="0.125" width="0" layer="31"/>
<circle x="-0.5" y="1.425" radius="0.125" width="0" layer="31"/>
<circle x="-1" y="1.425" radius="0.125" width="0" layer="31"/>
<smd name="1" x="-1.7" y="1" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="2" x="-1.7" y="0.5" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="3" x="-1.7" y="0" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="4" x="-1.7" y="-0.5" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="5" x="-1.7" y="-1" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="6" x="-1" y="-1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="7" x="-0.5" y="-1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="8" x="0" y="-1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="9" x="0.5" y="-1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="10" x="1" y="-1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="11" x="1.7" y="-1" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="12" x="1.7" y="-0.5" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="13" x="1.7" y="0" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="14" x="1.7" y="0.5" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="15" x="1.7" y="1" dx="0.85" dy="0.3" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="16" x="1" y="1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="17" x="0.5" y="1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="18" x="0" y="1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="19" x="-0.5" y="1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="20" x="-1" y="1.7" dx="0.3" dy="0.85" layer="1" roundness="50" stop="no" cream="no"/>
<smd name="EXP" x="0" y="0" dx="2.05" dy="2.05" layer="1" stop="no" cream="no"/>
<text x="-2.25" y="2.75" size="1.27" layer="25">>NAME</text>
<text x="-2.25" y="-4.25" size="1.27" layer="27">>VALUE</text>
<rectangle x1="-2.1" y1="0.885" x2="-1.775" y2="1.115" layer="51"/>
<rectangle x1="-2.1" y1="0.385" x2="-1.775" y2="0.615" layer="51"/>
<rectangle x1="-2.1" y1="-0.115" x2="-1.775" y2="0.115" layer="51"/>
<rectangle x1="-2.1" y1="-0.615" x2="-1.775" y2="-0.385" layer="51"/>
<rectangle x1="-2.1" y1="-1.115" x2="-1.775" y2="-0.885" layer="51"/>
<rectangle x1="-1.115" y1="-2.1" x2="-0.885" y2="-1.775" layer="51"/>
<rectangle x1="-0.615" y1="-2.1" x2="-0.385" y2="-1.775" layer="51"/>
<rectangle x1="-0.115" y1="-2.1" x2="0.115" y2="-1.775" layer="51"/>
<rectangle x1="0.385" y1="-2.1" x2="0.615" y2="-1.775" layer="51"/>
<rectangle x1="0.885" y1="-2.1" x2="1.115" y2="-1.775" layer="51"/>
<rectangle x1="1.775" y1="-1.115" x2="2.1" y2="-0.885" layer="51"/>
<rectangle x1="1.775" y1="-0.615" x2="2.1" y2="-0.385" layer="51"/>
<rectangle x1="1.775" y1="-0.115" x2="2.1" y2="0.115" layer="51"/>
<rectangle x1="1.775" y1="0.385" x2="2.1" y2="0.615" layer="51"/>
<rectangle x1="1.775" y1="0.885" x2="2.1" y2="1.115" layer="51"/>
<rectangle x1="0.885" y1="1.775" x2="1.115" y2="2.1" layer="51"/>
<rectangle x1="0.385" y1="1.775" x2="0.615" y2="2.1" layer="51"/>
<rectangle x1="-0.115" y1="1.775" x2="0.115" y2="2.1" layer="51"/>
<rectangle x1="-0.615" y1="1.775" x2="-0.385" y2="2.1" layer="51"/>
<rectangle x1="-1.115" y1="1.775" x2="-0.885" y2="2.1" layer="51"/>
<rectangle x1="-2.075" y1="0.875" x2="-1.425" y2="1.125" layer="31"/>
<rectangle x1="-2.075" y1="0.375" x2="-1.425" y2="0.625" layer="31"/>
<rectangle x1="-2.075" y1="-0.125" x2="-1.425" y2="0.125" layer="31"/>
<rectangle x1="-2.075" y1="-0.625" x2="-1.425" y2="-0.375" layer="31"/>
<rectangle x1="-2.075" y1="-1.125" x2="-1.425" y2="-0.875" layer="31"/>
<rectangle x1="-1.325" y1="-1.875" x2="-0.675" y2="-1.625" layer="31" rot="R90"/>
<rectangle x1="-0.825" y1="-1.875" x2="-0.175" y2="-1.625" layer="31" rot="R90"/>
<rectangle x1="-0.325" y1="-1.875" x2="0.325" y2="-1.625" layer="31" rot="R90"/>
<rectangle x1="0.175" y1="-1.875" x2="0.825" y2="-1.625" layer="31" rot="R90"/>
<rectangle x1="0.675" y1="-1.875" x2="1.325" y2="-1.625" layer="31" rot="R90"/>
<rectangle x1="1.425" y1="-1.125" x2="2.075" y2="-0.875" layer="31" rot="R180"/>
<rectangle x1="1.425" y1="-0.625" x2="2.075" y2="-0.375" layer="31" rot="R180"/>
<rectangle x1="1.425" y1="-0.125" x2="2.075" y2="0.125" layer="31" rot="R180"/>
<rectangle x1="1.425" y1="0.375" x2="2.075" y2="0.625" layer="31" rot="R180"/>
<rectangle x1="1.425" y1="0.875" x2="2.075" y2="1.125" layer="31" rot="R180"/>
<rectangle x1="0.675" y1="1.625" x2="1.325" y2="1.875" layer="31" rot="R270"/>
<rectangle x1="0.175" y1="1.625" x2="0.825" y2="1.875" layer="31" rot="R270"/>
<rectangle x1="-0.325" y1="1.625" x2="0.325" y2="1.875" layer="31" rot="R270"/>
<rectangle x1="-0.825" y1="1.625" x2="-0.175" y2="1.875" layer="31" rot="R270"/>
<rectangle x1="-1.325" y1="1.625" x2="-0.675" y2="1.875" layer="31" rot="R270"/>
<rectangle x1="-1.1" y1="-1.1" x2="1.1" y2="1.1" layer="29"/>
<rectangle x1="-0.97" y1="0.15" x2="-0.15" y2="0.97" layer="31"/>
<rectangle x1="0.15" y1="-0.97" x2="0.97" y2="-0.15" layer="31"/>
<rectangle x1="-0.97" y1="-0.97" x2="-0.15" y2="-0.15" layer="31"/>
<rectangle x1="0.15" y1="0.15" x2="0.97" y2="0.97" layer="31"/>
<polygon width="0.1016" layer="29">
<vertex x="-2.05" y="1.15"/>
<vertex x="-1.45" y="1.15" curve="-180"/>
<vertex x="-1.45" y="0.85"/>
<vertex x="-2.05" y="0.85" curve="-90"/>
<vertex x="-2.125" y="0.925"/>
<vertex x="-2.125" y="1.075" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-2.05" y="0.65"/>
<vertex x="-1.45" y="0.65" curve="-180"/>
<vertex x="-1.45" y="0.35"/>
<vertex x="-2.05" y="0.35" curve="-90"/>
<vertex x="-2.125" y="0.425"/>
<vertex x="-2.125" y="0.575" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-2.05" y="0.15"/>
<vertex x="-1.45" y="0.15" curve="-180"/>
<vertex x="-1.45" y="-0.15"/>
<vertex x="-2.05" y="-0.15" curve="-90"/>
<vertex x="-2.125" y="-0.075"/>
<vertex x="-2.125" y="0.075" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-2.05" y="-0.35"/>
<vertex x="-1.45" y="-0.35" curve="-180"/>
<vertex x="-1.45" y="-0.65"/>
<vertex x="-2.05" y="-0.65" curve="-90"/>
<vertex x="-2.125" y="-0.575"/>
<vertex x="-2.125" y="-0.425" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-2.05" y="-0.85"/>
<vertex x="-1.45" y="-0.85" curve="-180"/>
<vertex x="-1.45" y="-1.15"/>
<vertex x="-2.05" y="-1.15" curve="-90"/>
<vertex x="-2.125" y="-1.075"/>
<vertex x="-2.125" y="-0.925" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-1.15" y="-2.05"/>
<vertex x="-1.15" y="-1.45" curve="-180"/>
<vertex x="-0.85" y="-1.45"/>
<vertex x="-0.85" y="-2.05" curve="-90"/>
<vertex x="-0.925" y="-2.125"/>
<vertex x="-1.075" y="-2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-0.65" y="-2.05"/>
<vertex x="-0.65" y="-1.45" curve="-180"/>
<vertex x="-0.35" y="-1.45"/>
<vertex x="-0.35" y="-2.05" curve="-90"/>
<vertex x="-0.425" y="-2.125"/>
<vertex x="-0.575" y="-2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-0.15" y="-2.05"/>
<vertex x="-0.15" y="-1.45" curve="-180"/>
<vertex x="0.15" y="-1.45"/>
<vertex x="0.15" y="-2.05" curve="-90"/>
<vertex x="0.075" y="-2.125"/>
<vertex x="-0.075" y="-2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="0.35" y="-2.05"/>
<vertex x="0.35" y="-1.45" curve="-180"/>
<vertex x="0.65" y="-1.45"/>
<vertex x="0.65" y="-2.05" curve="-90"/>
<vertex x="0.575" y="-2.125"/>
<vertex x="0.425" y="-2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="0.85" y="-2.05"/>
<vertex x="0.85" y="-1.45" curve="-180"/>
<vertex x="1.15" y="-1.45"/>
<vertex x="1.15" y="-2.05" curve="-90"/>
<vertex x="1.075" y="-2.125"/>
<vertex x="0.925" y="-2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="2.05" y="-1.15"/>
<vertex x="1.45" y="-1.15" curve="-180"/>
<vertex x="1.45" y="-0.85"/>
<vertex x="2.05" y="-0.85" curve="-90"/>
<vertex x="2.125" y="-0.925"/>
<vertex x="2.125" y="-1.075" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="2.05" y="-0.65"/>
<vertex x="1.45" y="-0.65" curve="-180"/>
<vertex x="1.45" y="-0.35"/>
<vertex x="2.05" y="-0.35" curve="-90"/>
<vertex x="2.125" y="-0.425"/>
<vertex x="2.125" y="-0.575" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="2.05" y="-0.15"/>
<vertex x="1.45" y="-0.15" curve="-180"/>
<vertex x="1.45" y="0.15"/>
<vertex x="2.05" y="0.15" curve="-90"/>
<vertex x="2.125" y="0.075"/>
<vertex x="2.125" y="-0.075" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="2.05" y="0.35"/>
<vertex x="1.45" y="0.35" curve="-180"/>
<vertex x="1.45" y="0.65"/>
<vertex x="2.05" y="0.65" curve="-90"/>
<vertex x="2.125" y="0.575"/>
<vertex x="2.125" y="0.425" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="2.05" y="0.85"/>
<vertex x="1.45" y="0.85" curve="-180"/>
<vertex x="1.45" y="1.15"/>
<vertex x="2.05" y="1.15" curve="-90"/>
<vertex x="2.125" y="1.075"/>
<vertex x="2.125" y="0.925" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="1.15" y="2.05"/>
<vertex x="1.15" y="1.45" curve="-180"/>
<vertex x="0.85" y="1.45"/>
<vertex x="0.85" y="2.05" curve="-90"/>
<vertex x="0.925" y="2.125"/>
<vertex x="1.075" y="2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="0.65" y="2.05"/>
<vertex x="0.65" y="1.45" curve="-180"/>
<vertex x="0.35" y="1.45"/>
<vertex x="0.35" y="2.05" curve="-90"/>
<vertex x="0.425" y="2.125"/>
<vertex x="0.575" y="2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="0.15" y="2.05"/>
<vertex x="0.15" y="1.45" curve="-180"/>
<vertex x="-0.15" y="1.45"/>
<vertex x="-0.15" y="2.05" curve="-90"/>
<vertex x="-0.075" y="2.125"/>
<vertex x="0.075" y="2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-0.35" y="2.05"/>
<vertex x="-0.35" y="1.45" curve="-180"/>
<vertex x="-0.65" y="1.45"/>
<vertex x="-0.65" y="2.05" curve="-90"/>
<vertex x="-0.575" y="2.125"/>
<vertex x="-0.425" y="2.125" curve="-112.619865"/>
</polygon>
<polygon width="0.1016" layer="29">
<vertex x="-0.85" y="2.05"/>
<vertex x="-0.85" y="1.45" curve="-180"/>
<vertex x="-1.15" y="1.45"/>
<vertex x="-1.15" y="2.05" curve="-90"/>
<vertex x="-1.075" y="2.125"/>
<vertex x="-0.925" y="2.125" curve="-112.619865"/>
</polygon>
<wire x1="-1.6734" y1="-1.6734" x2="-1.6734" y2="1.6734" width="0.2032" layer="51"/>
<wire x1="-1.6734" y1="1.6734" x2="1.6734" y2="1.6734" width="0.2032" layer="51"/>
<circle x="-2" y="2" radius="0.2" width="0" layer="21"/>
</package>
<package name="MINISO8" urn="urn:adsk.eagle:footprint:3853611/1" locally_modified="yes">
<description>8-SOP, 0.65 mm pitch, 4.9 mm span, 3 X 2.95 X 1.1 mm body
<p>8-pin SOP package with 0.65 mm pitch, 4.9 mm span with body size 3 X 2.95 X 1.1 mm</p></description>
<circle x="-2.2406" y="1.7249" radius="0.25" width="0" layer="21"/>
<wire x1="-1.55" y1="1.4749" x2="-1.55" y2="1.6" width="0.12" layer="21"/>
<wire x1="-1.55" y1="1.6" x2="1.55" y2="1.6" width="0.12" layer="21"/>
<wire x1="1.55" y1="1.6" x2="1.55" y2="1.4749" width="0.12" layer="21"/>
<wire x1="-1.55" y1="-1.4749" x2="-1.55" y2="-1.6" width="0.12" layer="21"/>
<wire x1="-1.55" y1="-1.6" x2="1.55" y2="-1.6" width="0.12" layer="21"/>
<wire x1="1.55" y1="-1.6" x2="1.55" y2="-1.4749" width="0.12" layer="21"/>
<wire x1="1.55" y1="-1.6" x2="-1.55" y2="-1.6" width="0.12" layer="51"/>
<wire x1="-1.55" y1="-1.6" x2="-1.55" y2="1.6" width="0.12" layer="51"/>
<wire x1="-1.55" y1="1.6" x2="1.55" y2="1.6" width="0.12" layer="51"/>
<wire x1="1.55" y1="1.6" x2="1.55" y2="-1.6" width="0.12" layer="51"/>
<smd name="1" x="-2.2192" y="0.975" dx="1.424" dy="0.4919" layer="1"/>
<smd name="2" x="-2.2192" y="0.325" dx="1.424" dy="0.4919" layer="1"/>
<smd name="3" x="-2.2192" y="-0.325" dx="1.424" dy="0.4919" layer="1"/>
<smd name="4" x="-2.2192" y="-0.975" dx="1.424" dy="0.4919" layer="1"/>
<smd name="5" x="2.2192" y="-0.975" dx="1.424" dy="0.4919" layer="1"/>
<smd name="6" x="2.2192" y="-0.325" dx="1.424" dy="0.4919" layer="1"/>
<smd name="7" x="2.2192" y="0.325" dx="1.424" dy="0.4919" layer="1"/>
<smd name="8" x="2.2192" y="0.975" dx="1.424" dy="0.4919" layer="1"/>
<text x="0" y="2.6099" size="1.27" layer="25" align="bottom-center">>NAME</text>
<text x="0" y="-2.235" size="1.27" layer="27" align="top-center">>VALUE</text>
</package>
<package name="DFN6-2X3" urn="urn:adsk.eagle:footprint:16011/1">
<description><b>DCB Package 6-Lead Plastic DFN (2mm × 3mm)</b><p>
Source: http://www.linear.com/pc/downloadDocument.do?navId=H0,C1,C1003,C1042,C1032,C1063,P26952,D16357</description>
<wire x1="-0.9" y1="-1.4" x2="-0.9" y2="1.4" width="0.2032" layer="21"/>
<wire x1="-0.9" y1="1.4" x2="0.9" y2="1.4" width="0.2032" layer="51"/>
<wire x1="0.9" y1="1.4" x2="0.9" y2="-1.4" width="0.2032" layer="21"/>
<wire x1="0.9" y1="-1.4" x2="-0.9" y2="-1.4" width="0.2032" layer="51"/>
<smd name="EXP" x="0" y="0" dx="1.35" dy="1.65" layer="1"/>
<smd name="1" x="-0.5" y="-1.425" dx="0.25" dy="0.7" layer="1" roundness="25"/>
<smd name="2" x="0" y="-1.425" dx="0.25" dy="0.7" layer="1" roundness="25"/>
<smd name="3" x="0.5" y="-1.425" dx="0.25" dy="0.7" layer="1" roundness="25"/>
<smd name="4" x="0.5" y="1.425" dx="0.25" dy="0.7" layer="1" roundness="25" rot="R180"/>
<smd name="5" x="0" y="1.425" dx="0.25" dy="0.7" layer="1" roundness="25" rot="R180"/>
<smd name="6" x="-0.5" y="1.425" dx="0.25" dy="0.7" layer="1" roundness="25" rot="R180"/>
<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text>
<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text>
<rectangle x1="-0.65" y1="-1.025" x2="-0.1" y2="-0.9" layer="21"/>
</package>
<package name="DBV_R-PDSO-G6" urn="urn:adsk.eagle:footprint:2388/1">
<description><b>DBV (R-PDSO-G6)</b> PLASTIC SMALL-OUTLINE PACKAGE<p>
SOT (SOT-23) - DBV<br>
Source: http://focus.ti.com/lit/ds/symlink/sn74lvc1g3157.</description>
<wire x1="0" y1="-1.29" x2="0" y2="-1.3" width="0.01" layer="21"/>
<wire x1="1.42" y1="0.8" x2="1.42" y2="-0.8" width="0.127" layer="21"/>
<wire x1="1.42" y1="-0.8" x2="-1.42" y2="-0.8" width="0.127" layer="51"/>
<wire x1="-1.42" y1="-0.8" x2="-1.42" y2="0.8" width="0.127" layer="21"/>
<wire x1="-1.42" y1="0.8" x2="1.42" y2="0.8" width="0.127" layer="51"/>
<smd name="1" x="-0.95" y="-1.29" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="2" x="0" y="-1.29" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="3" x="0.95" y="-1.29" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="4" x="0.95" y="1.3" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="6" x="-0.95" y="1.3" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="5" x="0" y="1.3" dx="0.69" dy="0.99" layer="1" stop="no"/>
<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text>
<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text>
<rectangle x1="-1.11" y1="0.8" x2="-0.78" y2="1.43" layer="51"/>
<rectangle x1="0.79" y1="0.8" x2="1.12" y2="1.42" layer="51"/>
<rectangle x1="-1.11" y1="-1.42" x2="-0.78" y2="-0.8" layer="51"/>
<rectangle x1="-0.16" y1="-1.42" x2="0.17" y2="-0.8" layer="51"/>
<rectangle x1="0.79" y1="-1.42" x2="1.12" y2="-0.8" layer="51"/>
<rectangle x1="-0.16" y1="0.8" x2="0.17" y2="1.42" layer="51"/>
<rectangle x1="-1.35" y1="0.75" x2="-0.55" y2="1.85" layer="29"/>
<rectangle x1="-0.4" y1="0.75" x2="0.4" y2="1.85" layer="29"/>
<rectangle x1="0.55" y1="0.75" x2="1.35" y2="1.85" layer="29"/>
<rectangle x1="0.55" y1="-1.85" x2="1.35" y2="-0.75" layer="29" rot="R180"/>
<rectangle x1="-0.4" y1="-1.85" x2="0.4" y2="-0.75" layer="29" rot="R180"/>
<rectangle x1="-1.35" y1="-1.85" x2="-0.55" y2="-0.75" layer="29" rot="R180"/>
<rectangle x1="-1.375" y1="-0.75" x2="-0.625" y2="0" layer="21"/>
</package>
<package name="DBV_R-PDSO-G5" urn="urn:adsk.eagle:footprint:2402/1">
<description><b>DBV (R-PDSO-G5)</b> PLASTIC SMALL-OUTLINE PACKAGE<p>
SOT (SOT-23) - DBV<br>
Source: http://focus.ti.com/lit/ds/symlink/sn74lvc1g66.pdf</description>
<wire x1="0" y1="-1.29" x2="0" y2="-1.3" width="0.01" layer="21"/>
<wire x1="1.42" y1="0.8" x2="1.42" y2="-0.8" width="0.127" layer="21"/>
<wire x1="1.42" y1="-0.8" x2="-1.42" y2="-0.8" width="0.127" layer="51"/>
<wire x1="-1.42" y1="-0.8" x2="-1.42" y2="0.8" width="0.127" layer="21"/>
<wire x1="-1.42" y1="0.8" x2="1.42" y2="0.8" width="0.127" layer="51"/>
<smd name="1" x="-0.95" y="-1.29" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="2" x="0" y="-1.29" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="3" x="0.95" y="-1.29" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="4" x="0.95" y="1.3" dx="0.69" dy="0.99" layer="1" stop="no"/>
<smd name="5" x="-0.95" y="1.3" dx="0.69" dy="0.99" layer="1" stop="no"/>
<text x="-1.905" y="1.905" size="1.27" layer="25">>NAME</text>
<text x="-1.905" y="-3.175" size="1.27" layer="27">>VALUE</text>
<rectangle x1="-1.11" y1="0.8" x2="-0.78" y2="1.43" layer="51"/>
<rectangle x1="0.79" y1="0.8" x2="1.12" y2="1.42" layer="51"/>
<rectangle x1="-1.11" y1="-1.42" x2="-0.78" y2="-0.8" layer="51"/>
<rectangle x1="-0.16" y1="-1.42" x2="0.17" y2="-0.8" layer="51"/>
<rectangle x1="0.79" y1="-1.42" x2="1.12" y2="-0.8" layer="51"/>
<rectangle x1="-1.35" y1="0.75" x2="-0.55" y2="1.85" layer="29"/>
<rectangle x1="0.55" y1="0.75" x2="1.35" y2="1.85" layer="29"/>
<rectangle x1="0.55" y1="-1.85" x2="1.35" y2="-0.75" layer="29" rot="R180"/>
<rectangle x1="-0.4" y1="-1.85" x2="0.4" y2="-0.75" layer="29" rot="R180"/>
<rectangle x1="-1.35" y1="-1.85" x2="-0.55" y2="-0.75" layer="29" rot="R180"/>
<rectangle x1="-1.375" y1="-0.75" x2="-0.625" y2="0" layer="21"/>
</package>
</packages>
<packages3d>
<package3d name="SOP65P490X110-8" urn="urn:adsk.eagle:package:3853610/1" locally_modified="yes" type="model">
<description>8-SOP, 0.65 mm pitch, 4.9 mm span, 3 X 2.95 X 1.1 mm body
<p>8-pin SOP package with 0.65 mm pitch, 4.9 mm span with body size 3 X 2.95 X 1.1 mm</p></description>
<packageinstances>
<packageinstance name="MINISO8"/>
</packageinstances>
</package3d>
</packages3d>
<symbols>
<symbol name="BQ25570">
<wire x1="-15.24" y1="17.78" x2="15.24" y2="17.78" width="0.254" layer="94"/>
<wire x1="15.24" y1="17.78" x2="15.24" y2="-17.78" width="0.254" layer="94"/>
<wire x1="15.24" y1="-17.78" x2="-15.24" y2="-17.78" width="0.254" layer="94"/>
<wire x1="-15.24" y1="-17.78" x2="-15.24" y2="17.78" width="0.254" layer="94"/>
<text x="-15.24" y="19.05" size="1.778" layer="95">>PART</text>
<text x="-15.24" y="-20.32" size="1.778" layer="96">>VALUE</text>
<pin name="VOC_SAMP" x="17.78" y="15.24" length="short" direction="in" rot="R180"/>
<pin name="VSS@1" x="-17.78" y="5.08" length="short" direction="pwr"/>
<pin name="LBOOST" x="-17.78" y="15.24" length="short" direction="pas"/>
<pin name="VREF_SAMP" x="-17.78" y="12.7" length="short" direction="in"/>
<pin name="VOUT_EN" x="17.78" y="-5.08" length="short" direction="in" rot="R180"/>
<pin name="VIN_DC" x="-17.78" y="7.62" length="short" direction="in"/>
<pin name="VBAT_OK" x="17.78" y="-7.62" length="short" direction="out" rot="R180"/>
<pin name="VRDIV" x="-17.78" y="-5.08" length="short" direction="sup"/>
<pin name="VBAT_OV" x="-17.78" y="-7.62" length="short" direction="in"/>
<pin name="OK_HYST" x="-17.78" y="-12.7" length="short" direction="in"/>
<pin name="OK_PROG" x="-17.78" y="-10.16" length="short" direction="in"/>
<pin name="VSS@2" x="17.78" y="0" length="short" direction="pwr" rot="R180"/>
<pin name="VOUT" x="17.78" y="2.54" length="short" direction="pwr" rot="R180"/>
<pin name="VBAT" x="17.78" y="10.16" length="short" direction="pwr" rot="R180"/>
<pin name="LBUCK" x="17.78" y="5.08" length="short" direction="pas" rot="R180"/>
<pin name="!EN" x="-17.78" y="0" length="short" direction="in"/>
<pin name="VSTOR" x="17.78" y="12.7" length="short" direction="pwr" rot="R180"/>
<pin name="VOUT_SET" x="-17.78" y="-15.24" length="short" direction="in"/>
<pin name="PWPD" x="17.78" y="-15.24" length="short" direction="pwr" rot="R180"/>
</symbol>
<symbol name="TPS7A05">
<wire x1="-7.62" y1="5.08" x2="7.62" y2="5.08" width="0.254" layer="94"/>
<wire x1="7.62" y1="5.08" x2="7.62" y2="-5.08" width="0.254" layer="94"/>
<wire x1="7.62" y1="-5.08" x2="-7.62" y2="-5.08" width="0.254" layer="94"/>
<wire x1="-7.62" y1="-5.08" x2="-7.62" y2="5.08" width="0.254" layer="94"/>
<text x="-7.62" y="6.35" size="1.778" layer="95">>NAME</text>
<text x="-7.62" y="-7.62" size="1.778" layer="96">>VALUE</text>
<pin name="IN" x="-10.16" y="2.54" length="short" direction="in"/>
<pin name="EN" x="-10.16" y="-2.54" length="short" direction="in"/>
<pin name="OUT" x="10.16" y="2.54" length="short" direction="pas" rot="R180"/>
<pin name="GND" x="10.16" y="-2.54" length="short" direction="pwr" rot="R180"/>
</symbol>
<symbol name="STC3100">
<wire x1="-10.16" y1="10.16" x2="10.16" y2="10.16" width="0.254" layer="94"/>
<wire x1="10.16" y1="10.16" x2="10.16" y2="-10.16" width="0.254" layer="94"/>
<wire x1="10.16" y1="-10.16" x2="-10.16" y2="-10.16" width="0.254" layer="94"/>
<wire x1="-10.16" y1="-10.16" x2="-10.16" y2="10.16" width="0.254" layer="94"/>
<text x="-10.16" y="11.43" size="1.778" layer="95">>NAME</text>
<text x="-10.16" y="-12.7" size="1.778" layer="96">>VALUE</text>
<pin name="ROSC" x="-12.7" y="7.62" length="short" direction="pas"/>
<pin name="GND" x="-12.7" y="-7.62" length="short" direction="pwr"/>
<pin name="SDA" x="-12.7" y="2.54" length="short"/>
<pin name="SCL" x="-12.7" y="0" length="short"/>
<pin name="VCC" x="12.7" y="7.62" length="short" direction="pwr" rot="R180"/>
<pin name="VIN" x="12.7" y="0" length="short" direction="pas" rot="R180"/>
<pin name="CG" x="12.7" y="-7.62" length="short" direction="pas" rot="R180"/>
<pin name="IO0" x="-12.7" y="-2.54" length="short"/>
</symbol>
<symbol name="LTC2941">
<wire x1="-12.7" y1="7.62" x2="12.7" y2="7.62" width="0.254" layer="94"/>
<wire x1="12.7" y1="7.62" x2="12.7" y2="-7.62" width="0.254" layer="94"/>
<wire x1="12.7" y1="-7.62" x2="-12.7" y2="-7.62" width="0.254" layer="94"/>
<wire x1="-12.7" y1="-7.62" x2="-12.7" y2="7.62" width="0.254" layer="94"/>
<text x="-12.7" y="8.89" size="1.778" layer="95">>NAME</text>
<text x="-12.7" y="-10.16" size="1.778" layer="96">>VALUE</text>
<pin name="SDA" x="-15.24" y="2.54" length="short"/>
<pin name="!AL!/CC" x="-15.24" y="5.08" length="short" direction="out"/>
<pin name="SCL" x="-15.24" y="0" length="short"/>
<pin name="GND" x="-15.24" y="-5.08" length="short" direction="pwr"/>
<pin name="SENSE-" x="15.24" y="-5.08" length="short" direction="in" rot="R180"/>
<pin name="SENSE+" x="15.24" y="5.08" length="short" direction="in" rot="R180"/>
</symbol>
<symbol name="TPS22860">
<wire x1="-10.16" y1="7.62" x2="10.16" y2="7.62" width="0.254" layer="94"/>
<wire x1="10.16" y1="7.62" x2="10.16" y2="-7.62" width="0.254" layer="94"/>
<wire x1="10.16" y1="-7.62" x2="-10.16" y2="-7.62" width="0.254" layer="94"/>
<wire x1="-10.16" y1="-7.62" x2="-10.16" y2="7.62" width="0.254" layer="94"/>
<text x="-10.16" y="8.89" size="1.778" layer="95">>NAME</text>
<text x="-10.16" y="-10.16" size="1.778" layer="96">>VALUE</text>
<pin name="VIN" x="-12.7" y="5.08" length="short" direction="in"/>
<pin name="VBIAS" x="-12.7" y="0" length="short" direction="in"/>
<pin name="VOUT" x="12.7" y="5.08" length="short" direction="out" rot="R180"/>
<pin name="GND" x="12.7" y="-5.08" length="short" direction="pwr" rot="R180"/>
<pin name="ON" x="-12.7" y="-5.08" length="short" direction="in"/>
</symbol>
</symbols>
<devicesets>
<deviceset name="BQ25570" prefix="U">
<description><b>Ultra Low Power Harvester Power Management IC with Boost Charger, and Nanopower Buck Converter</b>
<p>The bq25570 device is specifically designed to efficiently extract microwatts (µW) to milliwatts (mW) of power generated from a variety of high output impedance DC sources like photovoltaic (solar) or thermal electric generators (TEG) without collapsing those sources. The battery management features ensure that a rechargeable battery is not overcharged by this extracted power, with voltage boosted, or depleted beyond safe limits by a system load. In addition to the highly efficient boosting charger, the bq25570 integrates a highly efficient, nano- power buck converter for providing a second power rail to systems such as wireless sensor networks (WSN) which have stringent power and operational demands. All the capabilities of bq25570 are packed into a small foot-print 20-lead 3.5-mm × 3.5-mm QFN package (RGR).</p>
<p>Source: http://www.ti.com/product/BQ25570</p></description>
<gates>
<gate name="G$1" symbol="BQ25570" x="0" y="0"/>
</gates>
<devices>
<device name="RGR" package="RGR_S-PVQFN-N20">
<connects>
<connect gate="G$1" pin="!EN" pad="5"/>
<connect gate="G$1" pin="LBOOST" pad="20"/>
<connect gate="G$1" pin="LBUCK" pad="16"/>
<connect gate="G$1" pin="OK_HYST" pad="10"/>
<connect gate="G$1" pin="OK_PROG" pad="11" route="any"/>
<connect gate="G$1" pin="PWPD" pad="9 17 EXP"/>
<connect gate="G$1" pin="VBAT" pad="18"/>
<connect gate="G$1" pin="VBAT_OK" pad="13"/>
<connect gate="G$1" pin="VBAT_OV" pad="7"/>
<connect gate="G$1" pin="VIN_DC" pad="2"/>
<connect gate="G$1" pin="VOC_SAMP" pad="3"/>
<connect gate="G$1" pin="VOUT" pad="14"/>
<connect gate="G$1" pin="VOUT_EN" pad="6"/>
<connect gate="G$1" pin="VOUT_SET" pad="12"/>
<connect gate="G$1" pin="VRDIV" pad="8"/>
<connect gate="G$1" pin="VREF_SAMP" pad="4"/>
<connect gate="G$1" pin="VSS@1" pad="1"/>
<connect gate="G$1" pin="VSS@2" pad="15"/>
<connect gate="G$1" pin="VSTOR" pad="19"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="TPS7A05" prefix="U">
<description><b>1µA, Ultra-Low Iq, 200mA Low-Dropout Regulator in a Small-Size Package</b>
<p>The TPS7A05 is an ultra-small, low quiescent current low-dropout regulator (LDO) that can source 200 mA with excellent transient performance. This device has an output range of 0.8 V to 3.3 V with a typical 1% accuracy.</p>
<p>Source: http://www.ti.com/product/TPS7A05</p></description>
<gates>
<gate name="G$1" symbol="TPS7A05" x="0" y="0"/>
</gates>
<devices>
<device name="DBV" package="DBV_R-PDSO-G5">
<connects>
<connect gate="G$1" pin="EN" pad="3"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="IN" pad="1"/>
<connect gate="G$1" pin="OUT" pad="5"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="STC3100" prefix="U">
<description><b>Battery monitor IC with Coulomb counter/gas gauge</b>
<p>The STC3100 monitors the critical parameters of a single-cell Li-Ion battery (voltage, temperature and current) and includes hardware functions to implement a gas gauge for battery charge monitoring, based on a programmable 12- to 14-bit A/D converter. With a typical 30 milliOhms external sense resistor, the battery current can be up to 2.5 A and the accumulator system provides a capacity up to +/-7000 mAh with a resolution of 0.2 mAh.</p>
<p>Source: https://www.st.com/en/power-management/stc3100.html</p></description>
<gates>
<gate name="G$1" symbol="STC3100" x="0" y="0"/>
</gates>
<devices>
<device name="IST" package="MINISO8">
<connects>
<connect gate="G$1" pin="CG" pad="6"/>
<connect gate="G$1" pin="GND" pad="5"/>
<connect gate="G$1" pin="IO0" pad="1"/>
<connect gate="G$1" pin="ROSC" pad="2"/>
<connect gate="G$1" pin="SCL" pad="4"/>
<connect gate="G$1" pin="SDA" pad="3"/>
<connect gate="G$1" pin="VCC" pad="7"/>
<connect gate="G$1" pin="VIN" pad="8"/>
</connects>
<package3dinstances>
<package3dinstance package3d_urn="urn:adsk.eagle:package:3853610/1"/>
</package3dinstances>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="LTC2942" prefix="U">
<description><b>Battery Gas Gauge with Temperature, Voltage Measurement</b>
<p>The LTC2942 measures battery charge state, battery voltage and chip temperature in handheld PC and portable product applications. Its operating range is perfectly suited for single-cell Li-Ion batteries. A precision coulomb counter integrates current through a sense resistor between the battery’s positive terminal and the load or charger. Battery voltage and on-chip temperature are measured with an internal 14-bit No Latency ΔΣ™ ADC. The three measured quantities (charge, voltage and temperature) are stored in internal registers accessible via the on-board SMBus/I<sup>2</sup>C interface.</p>
<p>Source: http://www.analog.com/en/products/power-management/battery-management/coulomb-counter/ltc2942.html</p></description>
<gates>
<gate name="G$1" symbol="LTC2941" x="0" y="0"/>
</gates>
<devices>
<device name="DCB" package="DFN6-2X3">
<connects>
<connect gate="G$1" pin="!AL!/CC" pad="5"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="SCL" pad="3"/>
<connect gate="G$1" pin="SDA" pad="4"/>
<connect gate="G$1" pin="SENSE+" pad="1"/>
<connect gate="G$1" pin="SENSE-" pad="6"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="LTC2941" prefix="U">
<description><b>Battery Gas Gauge with I<sup>2</sup>C Interface</b>
<p>The LTC2941 measures battery charge state in battery-supplied handheld PC and portable product applications. Its operating range is perfectly suited for single-cell Li-Ion batteries. A precision coulomb counter integrates current through a sense resistor between the battery’s positive terminal and the load or charger. The measured charge is stored in internal registers. An SMBus/I<sup>2</sup>C interface accesses and configures the device.</p>
<p>Source: http://www.analog.com/en/products/power-management/battery-management/coulomb-counter/ltc2941.html</p></description>
<gates>
<gate name="G$1" symbol="LTC2941" x="0" y="0"/>
</gates>
<devices>
<device name="DCB" package="DFN6-2X3">
<connects>
<connect gate="G$1" pin="!AL!/CC" pad="5"/>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="SCL" pad="3"/>
<connect gate="G$1" pin="SDA" pad="4"/>
<connect gate="G$1" pin="SENSE+" pad="1"/>
<connect gate="G$1" pin="SENSE-" pad="6"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="TPS22860">
<description><b>Ultra-low leakage load switch</b>
<p>The TPS22860 is a small, ultra-low leakage current, single channel load switch. The device requires a VBIAS voltage and can operate over an input voltage range of 0 V to VBIAS. It can support a maximum continuous current of 200 mA. The switch is controlled by an on/off input (ON), which is capable of interfacing directly with low-voltage control signals. The TPS22860 is available in two small, space-saving 6-pin SOT-23 and SC70 packages. The device is characterized for operation over the free-air temperature range of –40°C to 85°C.</p>
<p>Source: http://www.ti.com/product/TPS22860</p></description>
<gates>
<gate name="G$1" symbol="TPS22860" x="0" y="0"/>
</gates>
<devices>
<device name="DBV" package="DBV_R-PDSO-G6">
<connects>
<connect gate="G$1" pin="GND" pad="2"/>
<connect gate="G$1" pin="ON" pad="6"/>
<connect gate="G$1" pin="VBIAS" pad="5"/>
<connect gate="G$1" pin="VIN" pad="4"/>
<connect gate="G$1" pin="VOUT" pad="1"/>
</connects>
<technologies>
<technology name=""/>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
<compatibility>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports URNs for individual library
assets (packages, symbols, and devices). The URNs of those assets
will not be understood (or retained) with this version.
</note>
<note version="8.3" severity="warning">
Since Version 8.3, EAGLE supports the association of 3D packages
with devices in libraries, schematics, and board files. Those 3D
packages will not be understood (or retained) with this version.
</note>
</compatibility>
</eagle>