-
Notifications
You must be signed in to change notification settings - Fork 25
/
Volks73-MicrochipTechnology.lbr
875 lines (875 loc) · 50 KB
/
Volks73-MicrochipTechnology.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
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE eagle SYSTEM "eagle.dtd">
<eagle version="7.5.0">
<drawing>
<settings>
<setting alwaysvectorfont="no"/>
<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="no" active="yes"/>
<layer number="30" name="bStop" color="7" fill="6" visible="no" active="yes"/>
<layer number="31" name="tCream" color="7" fill="4" visible="no" active="yes"/>
<layer number="32" name="bCream" color="7" fill="5" visible="no" active="yes"/>
<layer number="33" name="tFinish" color="6" fill="3" visible="no" active="yes"/>
<layer number="34" name="bFinish" color="6" fill="6" visible="no" active="yes"/>
<layer number="35" name="tGlue" color="7" fill="4" visible="no" active="yes"/>
<layer number="36" name="bGlue" color="7" fill="5" visible="no" active="yes"/>
<layer number="37" name="tTest" color="7" fill="1" visible="no" active="yes"/>
<layer number="38" name="bTest" color="7" fill="1" visible="no" 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="no" active="yes"/>
<layer number="45" name="Holes" color="7" fill="1" visible="no" active="yes"/>
<layer number="46" name="Milling" color="3" fill="1" visible="no" active="yes"/>
<layer number="47" name="Measures" color="7" fill="1" visible="no" active="yes"/>
<layer number="48" name="Document" color="7" fill="1" visible="yes" active="yes"/>
<layer number="49" name="Reference" color="13" fill="1" visible="yes" active="yes"/>
<layer number="51" name="tDocu" color="14" fill="1" visible="yes" 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"/>
</layers>
<library>
<description><h1>Volks73's Library for Microchip Technology Parts</h1>
<p>
<a href="https://github.com/volks73/eagle-libraries/">Repository</a>
</p>
<h3>Licensing:</h3>
<p>
Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0), <a href="http://creativecommons.org/licenses/by-sa/3.0/">http://creativecommons.org/licenses/by-sa/3.0/</a>.
</p>
<p>
For attribution, please provide a link in any documentation or design files to the repository on Github.
</p></description>
<packages>
<package name="SOT-23-6">
<description><h1>Small Outline Transistor (SOT) 23 Series 6-Pin</h1></description>
<smd name="6" x="-0.95" y="1.4" dx="1.1" dy="0.6" layer="1" rot="R90"/>
<smd name="5" x="0" y="1.4" dx="1.1" dy="0.6" layer="1" rot="R90"/>
<smd name="4" x="0.95" y="1.4" dx="1.1" dy="0.6" layer="1" rot="R90"/>
<smd name="3" x="0.95" y="-1.4" dx="1.1" dy="0.6" layer="1" rot="R270"/>
<smd name="2" x="0" y="-1.4" dx="1.1" dy="0.6" layer="1" rot="R270"/>
<smd name="1" x="-0.95" y="-1.4" dx="1.1" dy="0.6" layer="1" rot="R270"/>
<circle x="-0.95" y="-0.35" radius="0.3" width="0.127" layer="21"/>
<wire x1="-1.27" y1="-0.635" x2="-1.27" y2="0.635" width="0.127" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="1.27" y2="0.635" width="0.127" layer="21"/>
<wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.127" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="-1.27" y2="-0.635" width="0.127" layer="21"/>
<text x="-1.905" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text>
<text x="3.175" y="-3.175" size="1.27" layer="27" rot="R90">>VALUE</text>
<rectangle x1="-1.205" y1="0.9" x2="-0.695" y2="1.6" layer="51"/>
<rectangle x1="-0.255" y1="0.9" x2="0.255" y2="1.6" layer="51"/>
<rectangle x1="0.695" y1="0.9" x2="1.205" y2="1.6" layer="51"/>
<rectangle x1="0.695" y1="-1.6" x2="1.205" y2="-0.9" layer="51" rot="R180"/>
<rectangle x1="-0.255" y1="-1.6" x2="0.255" y2="-0.9" layer="51" rot="R180"/>
<rectangle x1="-1.205" y1="-1.6" x2="-0.695" y2="-0.9" layer="51" rot="R180"/>
<wire x1="-1.55" y1="-0.9" x2="-1.55" y2="0.9" width="0.127" layer="49"/>
<wire x1="1.55" y1="0.9" x2="1.55" y2="-0.9" width="0.127" layer="49"/>
<wire x1="-1.55" y1="0.9" x2="1.55" y2="0.9" width="0.127" layer="49"/>
<wire x1="1.55" y1="-0.9" x2="-1.55" y2="-0.9" width="0.127" layer="49"/>
</package>
<package name="SOT-23-5">
<description><h1>Small Outline Transistor (SOT) Series 23 5-Pin</h1></description>
<smd name="5" x="-0.95" y="1.4" dx="1.1" dy="0.6" layer="1" rot="R90"/>
<smd name="4" x="0.95" y="1.4" dx="1.1" dy="0.6" layer="1" rot="R90"/>
<smd name="3" x="0.95" y="-1.4" dx="1.1" dy="0.6" layer="1" rot="R270"/>
<smd name="2" x="0" y="-1.4" dx="1.1" dy="0.6" layer="1" rot="R270"/>
<smd name="1" x="-0.95" y="-1.4" dx="1.1" dy="0.6" layer="1" rot="R270"/>
<circle x="-0.95" y="-0.35" radius="0.3" width="0.127" layer="21"/>
<wire x1="-1.27" y1="-0.635" x2="-1.27" y2="0.635" width="0.127" layer="21"/>
<wire x1="-1.27" y1="0.635" x2="1.27" y2="0.635" width="0.127" layer="21"/>
<wire x1="1.27" y1="0.635" x2="1.27" y2="-0.635" width="0.127" layer="21"/>
<wire x1="1.27" y1="-0.635" x2="-1.27" y2="-0.635" width="0.127" layer="21"/>
<text x="-1.905" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text>
<text x="3.175" y="-3.175" size="1.27" layer="27" rot="R90">>VALUE</text>
<rectangle x1="-1.205" y1="0.9" x2="-0.695" y2="1.6" layer="51"/>
<rectangle x1="0.695" y1="0.9" x2="1.205" y2="1.6" layer="51"/>
<rectangle x1="0.695" y1="-1.6" x2="1.205" y2="-0.9" layer="51" rot="R180"/>
<rectangle x1="-0.255" y1="-1.6" x2="0.255" y2="-0.9" layer="51" rot="R180"/>
<rectangle x1="-1.205" y1="-1.6" x2="-0.695" y2="-0.9" layer="51" rot="R180"/>
<wire x1="-1.55" y1="-0.9" x2="-1.55" y2="0.9" width="0.127" layer="49"/>
<wire x1="1.55" y1="0.9" x2="1.55" y2="-0.9" width="0.127" layer="49"/>
<wire x1="-1.55" y1="0.9" x2="1.55" y2="0.9" width="0.127" layer="49"/>
<wire x1="1.55" y1="-0.9" x2="-1.55" y2="-0.9" width="0.127" layer="49"/>
</package>
<package name="SOIC-8">
<description><h1>Small Outline Integrated Circuit (SOIC) 8-Pin</h1></description>
<smd name="4" x="-2.7" y="-1.905" dx="1.55" dy="0.6" layer="1"/>
<smd name="3" x="-2.7" y="-0.635" dx="1.55" dy="0.6" layer="1"/>
<smd name="2" x="-2.7" y="0.635" dx="1.55" dy="0.6" layer="1"/>
<smd name="1" x="-2.7" y="1.905" dx="1.55" dy="0.6" layer="1"/>
<smd name="5" x="2.7" y="-1.905" dx="1.55" dy="0.6" layer="1"/>
<smd name="6" x="2.7" y="-0.635" dx="1.55" dy="0.6" layer="1"/>
<smd name="7" x="2.7" y="0.635" dx="1.55" dy="0.6" layer="1"/>
<smd name="8" x="2.7" y="1.905" dx="1.55" dy="0.6" layer="1"/>
<wire x1="-1.7" y1="-2.2" x2="-1.7" y2="2.2" width="0.127" layer="21"/>
<wire x1="1.7" y1="2.2" x2="1.7" y2="-2.2" width="0.127" layer="21"/>
<wire x1="1.7" y1="-2.2" x2="-1.7" y2="-2.2" width="0.127" layer="21"/>
<text x="-2.54" y="3.175" size="1.27" layer="25">>NAME</text>
<text x="-3.175" y="-4.445" size="1.27" layer="27">>VALUE</text>
<rectangle x1="1.95" y1="1.6637" x2="3" y2="2.1463" layer="51"/>
<rectangle x1="1.95" y1="0.3937" x2="3" y2="0.8763" layer="51"/>
<rectangle x1="2.032" y1="-0.8763" x2="3.0734" y2="-0.3937" layer="51"/>
<rectangle x1="1.95" y1="-0.8763" x2="3" y2="-0.3937" layer="51"/>
<rectangle x1="1.95" y1="-2.1463" x2="3" y2="-1.6637" layer="51"/>
<rectangle x1="-3" y1="1.6637" x2="-1.95" y2="2.1463" layer="51"/>
<rectangle x1="-3" y1="0.3937" x2="-1.95" y2="0.8763" layer="51"/>
<rectangle x1="-3" y1="-0.8763" x2="-1.95" y2="-0.3937" layer="51"/>
<rectangle x1="-3" y1="-2.1463" x2="-1.95" y2="-1.6637" layer="51"/>
<wire x1="1.7" y1="2.2" x2="-1.7" y2="2.2" width="0.127" layer="21"/>
<circle x="-1.27" y="1.905" radius="0.2" width="0.127" layer="21"/>
<wire x1="-1.95" y1="-2.45" x2="1.95" y2="-2.45" width="0.127" layer="49"/>
<wire x1="1.95" y1="2.45" x2="-1.95" y2="2.45" width="0.127" layer="49"/>
<wire x1="-1.95" y1="2.45" x2="-1.95" y2="-2.45" width="0.127" layer="49"/>
<wire x1="1.95" y1="-2.45" x2="1.95" y2="2.45" width="0.127" layer="49"/>
</package>
<package name="SOIC-18">
<description><h1>18-Lead Plastic Small Outline (SO) - Wide, 7.50 mm Body [SOIC]</h1></description>
<smd name="1" x="-5.08" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="2" x="-3.81" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="3" x="-2.54" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="4" x="-1.27" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="5" x="0" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="6" x="1.27" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="7" x="2.54" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="8" x="3.81" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="9" x="5.08" y="-4.7" dx="0.6" dy="2" layer="1"/>
<smd name="10" x="5.08" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="11" x="3.81" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="12" x="2.54" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="13" x="1.27" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="14" x="0" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="15" x="-1.27" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="16" x="-2.54" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="17" x="-3.81" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<smd name="18" x="-5.08" y="4.7" dx="0.6" dy="2" layer="1" rot="R180"/>
<wire x1="-5.715" y1="-3.175" x2="5.715" y2="-3.175" width="0.127" layer="21"/>
<wire x1="5.715" y1="-3.175" x2="5.715" y2="3.175" width="0.127" layer="21"/>
<wire x1="5.715" y1="3.175" x2="-5.715" y2="3.175" width="0.127" layer="21"/>
<wire x1="-5.715" y1="3.175" x2="-5.715" y2="-3.175" width="0.127" layer="21"/>
<circle x="-4.445" y="-1.905" radius="0.898025" width="0.127" layer="21"/>
<wire x1="-5.715" y1="-3.81" x2="-5.715" y2="-5.715" width="0.127" layer="21"/>
<text x="-6.35" y="-2.54" size="1.27" layer="25" rot="R90">>NAME</text>
<text x="7.62" y="-3.175" size="1.27" layer="27" rot="R90">>VALUE</text>
<wire x1="-5.75" y1="3.75" x2="5.75" y2="3.75" width="0.127" layer="49"/>
<wire x1="5.75" y1="-3.75" x2="-5.75" y2="-3.75" width="0.127" layer="49"/>
<wire x1="-5.75" y1="-3.75" x2="-5.75" y2="3.75" width="0.127" layer="49"/>
<wire x1="5.75" y1="3.75" x2="5.75" y2="-3.75" width="0.127" layer="49"/>
<rectangle x1="-0.255" y1="3.75" x2="0.255" y2="5.15" layer="51"/>
<rectangle x1="1.015" y1="3.75" x2="1.525" y2="5.15" layer="51"/>
<rectangle x1="2.285" y1="3.75" x2="2.795" y2="5.15" layer="51"/>
<rectangle x1="3.555" y1="3.75" x2="4.065" y2="5.15" layer="51"/>
<rectangle x1="4.825" y1="3.75" x2="5.335" y2="5.15" layer="51"/>
<rectangle x1="-1.525" y1="3.75" x2="-1.015" y2="5.15" layer="51"/>
<rectangle x1="-2.795" y1="3.75" x2="-2.285" y2="5.15" layer="51"/>
<rectangle x1="-4.065" y1="3.75" x2="-3.555" y2="5.15" layer="51"/>
<rectangle x1="-5.335" y1="3.75" x2="-4.825" y2="5.15" layer="51"/>
<rectangle x1="-5.335" y1="-5.15" x2="-4.825" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="-4.065" y1="-5.15" x2="-3.555" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="-2.795" y1="-5.15" x2="-2.285" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="-1.525" y1="-5.15" x2="-1.015" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="-0.255" y1="-5.15" x2="0.255" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="1.015" y1="-5.15" x2="1.525" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="2.285" y1="-5.15" x2="2.795" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="3.555" y1="-5.15" x2="4.065" y2="-3.75" layer="51" rot="R180"/>
<rectangle x1="4.825" y1="-5.15" x2="5.335" y2="-3.75" layer="51" rot="R180"/>
</package>
</packages>
<symbols>
<symbol name="47X6">
<pin name="SCL" x="-15.24" y="-2.54" visible="pin" length="middle"/>
<pin name="SDA" x="-15.24" y="-5.08" visible="pin" length="middle"/>
<pin name="VOUT" x="15.24" y="0" visible="pin" length="middle" direction="out" rot="R180"/>
<pin name="VREF" x="-15.24" y="2.54" visible="pin" length="middle" direction="in"/>
<wire x1="-10.16" y1="5.08" x2="10.16" y2="5.08" width="0.254" layer="94"/>
<wire x1="10.16" y1="5.08" 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="5.08" width="0.254" layer="94"/>
<text x="-10.16" y="6.35" size="1.778" layer="95">>NAME</text>
<text x="-10.16" y="-10.16" size="1.778" layer="96">>VALUE</text>
</symbol>
<symbol name="3021">
<pin name="AIN" x="15.24" y="0" visible="pin" length="middle" direction="in" rot="R180"/>
<pin name="SDA" x="-15.24" y="-2.54" visible="pin" length="middle"/>
<pin name="SCL" x="-15.24" y="0" visible="pin" length="middle"/>
<wire x1="-10.16" y1="5.08" x2="10.16" y2="5.08" width="0.254" layer="94"/>
<wire x1="10.16" y1="5.08" x2="10.16" y2="-5.08" width="0.254" layer="94"/>
<wire x1="10.16" y1="-5.08" x2="-10.16" y2="-5.08" width="0.254" layer="94"/>
<wire x1="-10.16" y1="-5.08" x2="-10.16" y2="5.08" width="0.254" layer="94"/>
<text x="-10.16" y="6.35" size="1.778" layer="95">>NAME</text>
<text x="-10.16" y="-7.62" size="1.778" layer="96">>VALUE</text>
</symbol>
<symbol name="2515">
<pin name="TXCAN" x="22.86" y="12.7" length="middle" rot="R180"/>
<pin name="RXCAN" x="22.86" y="10.16" length="middle" rot="R180"/>
<pin name="CLKOUT/SOF" x="-22.86" y="-10.16" length="middle"/>
<pin name="!TX0RTS!" x="22.86" y="-5.08" length="middle" rot="R180"/>
<pin name="!TX1RTS!" x="22.86" y="-7.62" length="middle" rot="R180"/>
<pin name="!TX2RTS!" x="22.86" y="-10.16" length="middle" rot="R180"/>
<pin name="OSC2" x="-22.86" y="-7.62" length="middle"/>
<pin name="OSC1" x="-22.86" y="-5.08" length="middle"/>
<pin name="!RX1BF!" x="22.86" y="-2.54" length="middle" rot="R180"/>
<pin name="!RX0BF!" x="22.86" y="0" length="middle" rot="R180"/>
<pin name="!INT!" x="22.86" y="2.54" length="middle" rot="R180"/>
<pin name="SCK" x="-22.86" y="5.08" length="middle"/>
<pin name="SI" x="-22.86" y="7.62" length="middle"/>
<pin name="SO" x="-22.86" y="10.16" length="middle"/>
<pin name="!CS!" x="-22.86" y="2.54" length="middle"/>
<pin name="!RESET!" x="22.86" y="-12.7" length="middle" rot="R180"/>
<wire x1="-17.78" y1="-17.78" x2="-17.78" y2="17.78" width="0.254" layer="94"/>
<wire x1="-17.78" y1="17.78" x2="17.78" y2="17.78" width="0.254" layer="94"/>
<wire x1="17.78" y1="17.78" x2="17.78" y2="-17.78" width="0.254" layer="94"/>
<wire x1="17.78" y1="-17.78" x2="-17.78" y2="-17.78" width="0.254" layer="94"/>
<text x="-17.78" y="19.05" size="1.778" layer="95">>NAME</text>
<text x="-17.78" y="-20.32" size="1.778" layer="95">>VALUE</text>
</symbol>
<symbol name="2561">
<pin name="TXD" x="-17.78" y="2.54" length="middle"/>
<pin name="RXD" x="-17.78" y="0" length="middle"/>
<pin name="SPLIT" x="17.78" y="0" length="middle" rot="R180"/>
<pin name="CANL" x="17.78" y="-2.54" length="middle" rot="R180"/>
<pin name="CANH" x="17.78" y="2.54" length="middle" rot="R180"/>
<pin name="STBY" x="-17.78" y="-2.54" length="middle"/>
<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>
</symbol>
<symbol name="SUPPLY">
<pin name="VDD" x="0" y="12.7" length="middle" direction="pwr" rot="R270"/>
<pin name="VSS" x="0" y="-12.7" length="middle" direction="pwr" rot="R90"/>
<text x="-2.54" y="-7.62" size="1.778" layer="95" rot="R90">>NAME</text>
<text x="3.81" y="-7.62" size="1.778" layer="95" rot="R90">>VALUE</text>
</symbol>
<symbol name="OP_AMP">
<pin name="+" x="-10.16" y="5.08" length="middle"/>
<pin name="-" x="-10.16" y="-5.08" length="middle"/>
<pin name="OUT" x="12.7" y="0" length="middle" rot="R180"/>
<wire x1="-5.08" y1="10.16" x2="0" y2="6.096" width="0.254" layer="94"/>
<wire x1="0" y1="6.096" x2="7.62" y2="0" width="0.254" layer="94"/>
<wire x1="7.62" y1="0" x2="0" y2="-6.096" width="0.254" layer="94"/>
<wire x1="0" y1="-6.096" x2="-5.08" y2="-10.16" width="0.254" layer="94"/>
<wire x1="-5.08" y1="-10.16" x2="-5.08" y2="10.16" width="0.254" layer="94"/>
<text x="-5.08" y="11.43" size="1.778" layer="95">>NAME</text>
<text x="-5.08" y="-12.7" size="1.778" layer="96">>VALUE</text>
</symbol>
<symbol name="V+">
<pin name="V+" x="0" y="5.08" length="middle" direction="pwr" rot="R270"/>
<text x="-2.54" y="-5.08" size="1.778" layer="95" rot="R90">>NAME</text>
<text x="3.81" y="-5.08" size="1.778" layer="96" rot="R90">>VALUE</text>
</symbol>
<symbol name="V-">
<pin name="V-" x="0" y="-5.08" length="middle" direction="pwr" rot="R90"/>
<text x="-2.54" y="0" size="1.778" layer="95" rot="R90">>NAME</text>
<text x="3.81" y="0" size="1.778" layer="96" rot="R90">>VALUE</text>
</symbol>
</symbols>
<devicesets>
<deviceset name="MCP47*6" prefix="U">
<description><h1>Digital-to-Analog Converter</h1>
<h2>8-/10-/12-Bit Voltage Output Digital-to-Analog Converter (DAC) with EEPROM and I<sup>2</sup>2&trade; Interface</h2>
<h3>Documentation</h3>
<ul>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/22272C.pdf">Datasheet</a></li>
</ul>
<h3>General Description</h3>
<p>
The MCP4706/4716/4726 are single channel 8-bit, 10-bit, and 12-bit buffered voltage output Digital-toAnalog Converters (DAC) with nonvolatile memory and an I2C serial interface. This family will also be referred to as MCP47X6.
</p>
<p>
The VREF pin or the device VDD can be selected as the DAC’s reference voltage. When VDD is selected, VDD is
connected internally to the DAC reference circuit. When the VREF pin is used, the user can select the output buffer’s gain to 1 or 2. When the gain is 2, the VREF pin voltage should be limited to a maximum of VDD/2.
</p>
<p>
The DAC register value and Configuration bits can be programmed to nonvolatile memory (EEPROM). The nonvolatile memory holds the DAC register and Configuration bit values when the device is powered off. A device Reset (such as a Power-on Reset) latches these stored values into the volatile memory
</p>
<p>
Power-Down modes enable system current reduction when the DAC output voltage is not required. The VOUT pin can be configured to present a low, medium, or high resistance load.
</p>
<p>
These devices have a two-wire I2C™ compatible serial interface for standard (100 kHz), fast (400 kHz), or High-Speed (3.4 MHz) mode.
</p>
<p>
These devices are available in small 6-pin SOT-23 and DFN 2x2 mm packages.
</p>
<h3>Features</h3>
<ul>
<li>Output Voltage Resolutions:</li>
<ul>
<li>12-bit: MCP4726</i>
<li>10-bit: MCP4716</li>
<li>8-bit: MCP4706</li>
</ul>
<li>Rail-to-Rail Output</li>
<li>Fast Settling Time of 6 µs (typical)</li>
<li>DAC Voltage Reference Options:</li>
<ul>
<li>V<sub>DD</sub></li>
<li>V<sub>REF</sub> Pin<li>
</ul>
<li>Output Gain Options:</li>
<ul>
<li>Unity (1x)</li>
<li>2x, only when VREF pin is used as voltage source</li>
</ul>
<li>Nonvolatile Memory (EEPROM):</li>
<ul>
<li>Auto Recall of Saved DAC register setting</li>
<li>Auto Recall of Saved Device Configuration (Voltage Reference, Gain, Power-Down)</li>
</ul>
<li>Power-Down modes:</li>
<ul>
<li>Disconnects output buffer</li>
<li>Selection of V<sub>OUT</sub> pull-down resistors (640 kΩ, 125 kΩ, or 1 kΩ)</li>
</ul>
<li>Low-Power Consumption:</li>
<ul>
<li>Normal Operation: 210 µA typical</li>
<li>Power-Down Operation: 60 nA typical (PD1:PD0 = 11)</li>
</ul>
<li>Single-Supply Operation: 2.7V to 5.5V</li>
<li>I<sup>2</sup>C™ Interface:</li>
<ul>
<li>Eight Available Addresses</li>
<li>Standard (100 kbps), Fast (400 kbps), and High-Speed (3.4 Mbps) modes</li>
</ul>
<li>Small 6-lead SOT-23 and DFN (2x2) Packages</li>
<li>Extended Temperature Range: -40°C to +125°C</li>
</ul>
<h3>Applications</h3>
<ul>
<li>Set Point or Offset Trimming</li>
<li>Sensor Calibration</li>
<li>Low-Power Portable Instrumentation</li>
<li>PC Peripherals</li>
<li>Data Acquisition Systems</li>
<li>Motor Control</li>
</ul></description>
<gates>
<gate name="U$1" symbol="47X6" x="0" y="0"/>
<gate name="-SUPPLY" symbol="SUPPLY" x="-25.4" y="2.54" addlevel="request"/>
</gates>
<devices>
<device name="" package="SOT-23-6">
<connects>
<connect gate="-SUPPLY" pin="VDD" pad="3"/>
<connect gate="-SUPPLY" pin="VSS" pad="2"/>
<connect gate="U$1" pin="SCL" pad="5"/>
<connect gate="U$1" pin="SDA" pad="4"/>
<connect gate="U$1" pin="VOUT" pad="1"/>
<connect gate="U$1" pin="VREF" pad="6"/>
</connects>
<technologies>
<technology name="1">
<attribute name="DATA_INTERFACE" value="EEPROM, I2C, Serial"/>
<attribute name="DESCRIPTION" value="IC DAC 10BIT NV EEP I2C SOT-23-6"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/22272C.pdf">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://ww1.microchip.com/downloads/en/DeviceDoc/22272C.pdf"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="MOUNTING_TYPE" value="Surface Mount"/>
<attribute name="NUMBER_OF_BITS" value="10"/>
<attribute name="NUMBER_OF_CONVERTERS" value="1"/>
<attribute name="NUMBER_OF_OUTPUTS_AND_TYPE" value="1 Voltage, Unipolar"/>
<attribute name="OPERATING_TEMPERATURE" value="-40C ~ 125C"/>
<attribute name="PACKAGE" value="SOT-23-6"/>
<attribute name="PART_NUMBER" value="MCP4716A0T-E/CH"/>
<attribute name="SETTLING_TIME" value="6us"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="SOT-23-6"/>
<attribute name="SUPPLIER_ITEM_INFO" value="http://www.digikey.com/product-detail/en/MCP4716A0T-E%2FCH/MCP4716A0T-E%2FCHCT-ND/2684987"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP4716A0T-E%2FCH/MCP4716A0T-E%2FCHCT-ND/2684987">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP4716A0T-E/CHCT-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP4716A0T-E%2FCH/MCP4716A0T-E%2FCHCT-ND/2684987"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="VOLTAGE_SUPPLY_SOURCE" value="Single Supply"/>
</technology>
<technology name="2">
<attribute name="DATA_INTERFACE" value="EEPROM, I2C, Serial"/>
<attribute name="DESCRIPTION" value="IC DAC 12BIT NV EEP I2C SOT-23-6"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/22272C.pdf">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://ww1.microchip.com/downloads/en/DeviceDoc/22272C.pdf"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="MOUNTING_TYPE" value="Surface Mount"/>
<attribute name="NUMBER_OF_BITS" value="12"/>
<attribute name="NUMBER_OF_CONVERTERS" value="1"/>
<attribute name="NUMBER_OF_OUTPUTS_AND_TYPE" value="1 Voltage, Unipolar"/>
<attribute name="OPERATING_TEMPERATURE" value="-40C ~ 125C"/>
<attribute name="PACKAGE" value="SOT-23-6"/>
<attribute name="PART_NUMBER" value="MCP4726A0T-E/CH"/>
<attribute name="SETTLING_TIME" value="6us"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="SOT-23-6"/>
<attribute name="SUPPLIER_ITEM_INFO" value="http://www.digikey.com/product-detail/en/MCP4726A0T-E%2FCH/MCP4726A0T-E%2FCHCT-ND/2713266?WT.z_cid=ref_octopart_dkc_buynow&site=us"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP4726A0T-E%2FCH/MCP4726A0T-E%2FCHCT-ND/2713266?WT.z_cid=ref_octopart_dkc_buynow&site=us">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP4726A0T-E/CHCT-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP4726A0T-E%2FCH/MCP4726A0T-E%2FCHCT-ND/2713266?WT.z_cid=ref_octopart_dkc_buynow&site=us"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="VOLTAGE_SUPPLY_SOURCE" value="Single Supply"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="MCP3*21" prefix="U">
<description><h1>Analog-to-Digital Converter</h1>
<h2>Low Power 10-, 12-Bit A/D Converter with I<sup>2</sup>2&trade; Interface</h2>
<h3>Documentation</h3>
<ul>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf">Datasheet</a></li>
</ul>
<h3>General Description</h3>
<p>
The Microchip Technology Inc. MCP3021 is a successive approximation A/D converter (ADC) with 10-bit resolution. Available in the SOT-23 package, this device provides one single-ended input with very low power consumption. Based on an advanced CMOS technology, the MCP3021 provides a low maximum conversion current and standby current of 250 µA and 1 µA, respectively. Low current consumption, combined with the small SOT-23 package, make this device ideal for battery-powered and remote data acquisition applications.
</p>
<p>
Communication to the MCP3021 is performed using a 2-wire I2C compatible interface. Standard (100 kHz) and Fast (400 kHz) I2C modes are available with the
device. An on-chip conversion clock enables independent timing for the I2C and conversion clocks. The device is also addressable, allowing up to eight devices on a single 2-wire bus.
</p>
<p>
The MCP3021 runs on a single supply voltage that operates over a broad range of 2.7V to 5.5V. This device also provides excellent linearity of ±1 LSB differential non-linearity (DNL) and ±1 LSB integral nonlinearity (INL), maximum.
</p>
<h3>Features</h3>
<ul>
<li>10-bit resolution<li>
<li>±1 LSB DNL, ±1 LSB INL max.</li>
<li>250 µA max conversion current</li>
<li>5 nA typical standby current, 1 µA max.</li>
<li>I<sup>2</sup>C&trade; compatible serial interface</li>
<ul>
<li>100 kHz I<sup>2</sup>C Standard mode</li>
<li>400 kHz I<sup>2</sup>C Fast mode</li>
</ul>
<li>Up to 8 devices on single 2-wire bus</li>
<li>22.3 ksps in I2C Fast mode</li>
<li>Single-ended analog input channel</li>
<li>On-chip sample and hold</li>
<li>On-chip conversion clock</li>
<li>Single supply specified operation: 2.7V to 5.5V</li>
<li>Temperature range:</li>
<ul>
<li>Extended: -40°C to +125°C</li>
</ul>
<li>Small SOT-23 package</li>
</ul>
<h3>Applications</h3>
<ul>
<li>Data Logging</li>
<li>Multi-zone Monitoring</li>
<li>Hand Held Portable Applications</li>
<li>Battery Powered Test Equipment</li>
<li>Remote or Isolated Data Acquisition</li>
</ul></description>
<gates>
<gate name="U$1" symbol="3021" x="0" y="0"/>
<gate name="-SUPPLY" symbol="SUPPLY" x="-25.4" y="0" addlevel="request"/>
</gates>
<devices>
<device name="" package="SOT-23-5">
<connects>
<connect gate="-SUPPLY" pin="VDD" pad="1"/>
<connect gate="-SUPPLY" pin="VSS" pad="2"/>
<connect gate="U$1" pin="AIN" pad="3"/>
<connect gate="U$1" pin="SCL" pad="5"/>
<connect gate="U$1" pin="SDA" pad="4"/>
</connects>
<technologies>
<technology name="0">
<attribute name="ARCHITECTURE" value="SAR"/>
<attribute name="CONFIGURATION" value="S/H-ADC"/>
<attribute name="DATA_INTERFACE" value="I2C"/>
<attribute name="DESCRIPTION" value="IC ADC 10BIT 2.7V 1CH SOT23-5"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf"/>
<attribute name="FEATURES" value="-"/>
<attribute name="INPUT_TYPE" value="Single Ended"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="NUMBER_OF_AD_CONVERTERS" value="1"/>
<attribute name="NUMBER_OF_BITS" value="10"/>
<attribute name="NUMBER_OF_INPUTS" value="1"/>
<attribute name="OPERATING_TEMPERATURE" value="-40C ~ 125C"/>
<attribute name="PACKAGE" value="SC-74A, SOT-753"/>
<attribute name="PART_NUMBER" value="MCP3021A5T-E/OT"/>
<attribute name="RATIO" value="1:1"/>
<attribute name="REFERENCE_TYPE" value="External"/>
<attribute name="SAMPLING_RATE" value="22.3k"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="SOT-23-5"/>
<attribute name="SUPPLIER_ITEM_INFO" value="http://www.digikey.com/product-detail/en/MCP3021A5T-E%2FOT/MCP3021A5T-E%2FOTCT-ND/1979808"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP3021A5T-E%2FOT/MCP3021A5T-E%2FOTCT-ND/1979808">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP3021A5T-E/OTCT-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP3021A5T-E%2FOT/MCP3021A5T-E%2FOTCT-ND/1979808"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="VOLTAGE-SUPPLY_ANALOG" value="2.7V ~ 5.5V"/>
<attribute name="VOLTAGE-SUPPLY_DIGITAL" value="2.7V ~ 5.5V"/>
</technology>
<technology name="2">
<attribute name="ARCHITECTURE" value="SAR"/>
<attribute name="CONFIGURATION" value="S/H-ADC"/>
<attribute name="DATA_INTERFACE" value="I2C"/>
<attribute name="DESCRIPTION" value="IC ADC 12BIT 2.7V 1CH SOT23-5"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://ww1.microchip.com/downloads/en/DeviceDoc/21805B.pdf"/>
<attribute name="FEATURES" value="-"/>
<attribute name="INPUT_TYPE" value="Single Ended"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="NUMBER_OF_AD_CONVERTERS" value="1"/>
<attribute name="NUMBER_OF_BITS" value="12"/>
<attribute name="NUMBER_OF_INPUTS" value="1"/>
<attribute name="OPERATING_TEMPERATURE" value="-40C ~ 125C"/>
<attribute name="PACKAGE" value="SC-74A, SOT-753"/>
<attribute name="PART_NUMBER" value="MCP3221A5T-E/OT"/>
<attribute name="RATIO" value="1:1"/>
<attribute name="REFERENCE_TYPE" value="External"/>
<attribute name="SAMPLING_RATE" value="22.3k"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="SOT-23-5"/>
<attribute name="SUPPLIER_ITEM_INFO" value="http://www.digikey.com/product-detail/en/MCP3221A5T-I%2FOT/MCP3221A5T-I%2FOTCT-ND/529836"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP3221A5T-I%2FOT/MCP3221A5T-I%2FOTCT-ND/529836">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP3221A5T-I/OTCT-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP3021A5T-E%2FOT/MCP3021A5T-E%2FOTCT-ND/1979808"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="VOLTAGE-SUPPLY_ANALOG" value="2.7V ~ 5.5V"/>
<attribute name="VOLTAGE-SUPPLY_DIGITAL" value="2.7V ~ 5.5V"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="MCP6002T-*/?" prefix="U">
<description><h1>Op Amp</h1>
<h2>1 MHz, Low-Power Op Amp</h2>
<h3>Documentation</h3>
<ul>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf">Datasheet</a></li>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/50001894D.pdf">Development Tools Catalog</a></li>
</ul>
<h3>General Description</h3>
<p>
The Microchip Technology Inc. MCP6001/2/4 family of operational amplifiers (op amps) is specifically designed for general-purpose applications. This family has a 1 MHz Gain Bandwidth Product (GBWP) and 90° phase margin (typical). It also maintains 45° phase margin (typical) with a 500 pF capacitive load. This family operates from a single supply voltage as low as 1.8V, while drawing 100 µA (typical) quiescent current. Additionally, the MCP6001/2/4 supports rail-to-rail input and output swing, with a common mode input voltage range of VDD + 300 mV to VSS – 300 mV. This family of op amps is designed with Microchip’s advanced CMOS process.
</p>
<p>
The MCP6001/2/4 family is available in the industrial and extended temperature ranges, with a power supply range of 1.8V to 6.0V..
</p>
<h3>Features</h3>
<ul>
<li>Available in SC-70-5 and SOT-23-5 packages</li>
<li>Gain Bandwidth Product: 1 MHz (typical)</li>
<li>Rail-to-Rail Input/Output</li>
<li>Supply Voltage: 1.8V to 6.0V</li>
<li>Supply Current: IQ = 100 µA (typical)</li>
<li>Phase Margin: 90° (typical)</li>
<li>Temperature Range:</li>
<ul>
<li>Industrial: -40°C to +85°C</li>
<li>Extended: -40°C to +125°C</li>
</ul>
<li>Available in Single, Dual and Quad Packages</li>
</ul>
<h3>Applications</h3>
<ul>
<li>Automotive</li>
<li>Portable Equipment</li>
<li>Photodiode Amplifier</li>
<li>Analog Filters</li>
<li>Notebooks and PDAs</li>
<li>Battery-Powered Systems</li>
</ul></description>
<gates>
<gate name="-SUPPLY" symbol="SUPPLY" x="-33.02" y="2.54" addlevel="request"/>
<gate name="A" symbol="OP_AMP" x="5.08" y="20.32"/>
<gate name="B" symbol="OP_AMP" x="5.08" y="-10.16"/>
</gates>
<devices>
<device name="SN" package="SOIC-8">
<connects>
<connect gate="-SUPPLY" pin="VDD" pad="8"/>
<connect gate="-SUPPLY" pin="VSS" pad="4"/>
<connect gate="A" pin="+" pad="3"/>
<connect gate="A" pin="-" pad="2"/>
<connect gate="A" pin="OUT" pad="1"/>
<connect gate="B" pin="+" pad="5"/>
<connect gate="B" pin="-" pad="6"/>
<connect gate="B" pin="OUT" pad="7"/>
</connects>
<technologies>
<technology name="I">
<attribute name="3DB_BANDWIDTH" value="-"/>
<attribute name="AMPLIFIER_TYPE" value="General Purpose"/>
<attribute name="CURRENT-INPUT_BIAS" value="1pA"/>
<attribute name="CURRENT-OUTPUT" value="23mA"/>
<attribute name="CURRENT-SUPPLY" value="100uA"/>
<attribute name="DESCRIPTION" value="IC OPAMP GP 1MHZ RRO 8SOIC"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://ww1.microchip.com/downloads/en/DeviceDoc/21733j.pdf"/>
<attribute name="GAIN_BANDWIDTH" value="1MHz"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="MOUNTING_TYPE" value="Surface Mount"/>
<attribute name="NUMBER_OF_CIRCUITS" value="2"/>
<attribute name="OPERATING_TEMPERATURE" value="-40C ~ 85C"/>
<attribute name="OUTPUT_TYPE" value="Rail-to-Rail"/>
<attribute name="PACKAGE" value="8-SOIC"/>
<attribute name="PART_NUMBER" value="MCP6002T-I/SN"/>
<attribute name="SLEW_RATE" value="0.6 V/us"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="8-SOIC N"/>
<attribute name="SUPPLIER_ITEM_INFO" value="http://www.digikey.com/product-detail/en/MCP6002T-I%2FSN/MCP6002T-I%2FSNCT-ND/4307905"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP6002T-I%2FSN/MCP6002T-I%2FSNCT-ND/4307905">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP6002T-I/SNCT-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP6002T-I%2FSN/MCP6002T-I%2FSNCT-ND/4307905"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="VOLTAGE-INPUT_OFFSET" value="4.5mV"/>
<attribute name="VOLTAGE-SUPPLY" value="1.8V ~ 6V"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="MCP2515-*/?" prefix="U">
<description><h1>Stand-Alone CAN Controller with SPI Interface</h1>
<h3>Documentation</h3>
<ul>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/21801G.pdf">Datasheet</a></li>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/50001894D.pdf">Development Tools Catalog</a></li>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/80179g.pdf">MCP2515 REv. B Silicon Errata</a></li>
</ul>
<h3>General Description</h3>
<p>
Microchip Technology’s MCP2515 is a stand-alone Controller Area Network (CAN) controller that implements the CAN specification, version 2.0B. It is capable of transmitting and receiving both standard and extended data and remote frames. The MCP2515 has two acceptance masks and six acceptance filters that are used to filter out unwanted messages, thereby reducing the host MCU’s overhead. The MCP2515 interfaces with microcontrollers (MCUs) via an industry standard Serial Peripheral Interface (SPI).
</p>
<h3>Features</h3>
<ul>
<li>Implements CAN V2.0B at 1 Mb/s:</li>
<ul>
<li>0-8 byte length in the data field</li>
<li>Standard and extended data and remote frames</li>
</ul>
<li>Receive Buffers, Masks and Filters:</li>
<ul>
<li>Two receive buffers with prioritized message storage</li>
<li>Six 29-bit filters</li>
<li>Two 29-bit masks</li>
</ul>
<li>Data Byte Filtering on the First Two Data Bytes (applies to standard data frames)</li>
<li>Three Transmit Buffers with Prioritization and Abort Features</li>
<li>High-Speed SPI Interface (10 MHz):</li>
<ul>
<li>SPI modes 0,0 and 1,1</li>
</ul>
<li>One-Shot mode Ensures Message Transmission is Attempted Only One Time</li>
<li>Clock Out Pin with Programmable Prescaler:</li>
<ul>
<li>Can be used as a clock source for other device(s)</li>
</ul>
<li>Start-of-Frame (SOF) Signal is Available for Monitoring the SOF Signal:</li>
<ul>
<li>Can be used for time-slot-based protocols and/or bus diagnostics to detect early bus degradation</li>
</ul>
<li>Interrupt Output Pin with Selectable Enables</li>
<li>Buffer Full Output Pins Configurable as:</li>
<ul>
<li>Interrupt output for each receive buffer</li>
<li>General purpose output</li>
</ul>
<li>Request-to-Send (RTS) Input Pins Individually Configurable as:</li>
<ul>
<li>Control pins to request transmission for each transmit buffer</li>
<li>General purpose inputs</li>
</ul>
<li>Low-Power CMOS Technology:</li>
<ul>
<li>Operates from 2.7V - 5.5V</li>
<li>5 mA active current (typical)</li>
<li>1 µA standby current (typical) (Sleep mode)</li>
</ul>
<li>Temperature Ranges Supported:</li>
<ul>
<li>Industrial (I): -40°C to +85°C</li>
<li>Extended (E): -40°C to +125°C</li>
</ul>
</ul></description>
<gates>
<gate name="U$1" symbol="2515" x="0" y="0"/>
<gate name="-SUPPLY" symbol="SUPPLY" x="-40.64" y="0" addlevel="request"/>
</gates>
<devices>
<device name="SO" package="SOIC-18">
<connects>
<connect gate="-SUPPLY" pin="VDD" pad="18"/>
<connect gate="-SUPPLY" pin="VSS" pad="9"/>
<connect gate="U$1" pin="!CS!" pad="16"/>
<connect gate="U$1" pin="!INT!" pad="12"/>
<connect gate="U$1" pin="!RESET!" pad="17"/>
<connect gate="U$1" pin="!RX0BF!" pad="11"/>
<connect gate="U$1" pin="!RX1BF!" pad="10"/>
<connect gate="U$1" pin="!TX0RTS!" pad="4"/>
<connect gate="U$1" pin="!TX1RTS!" pad="5"/>
<connect gate="U$1" pin="!TX2RTS!" pad="6"/>
<connect gate="U$1" pin="CLKOUT/SOF" pad="3"/>
<connect gate="U$1" pin="OSC1" pad="8"/>
<connect gate="U$1" pin="OSC2" pad="7"/>
<connect gate="U$1" pin="RXCAN" pad="2"/>
<connect gate="U$1" pin="SCK" pad="13"/>
<connect gate="U$1" pin="SI" pad="14"/>
<connect gate="U$1" pin="SO" pad="15"/>
<connect gate="U$1" pin="TXCAN" pad="1"/>
</connects>
<technologies>
<technology name="I">
<attribute name="CATEGORY" value="Integrated Circuits (ICs)"/>
<attribute name="CURRENT-SUPPLY" value="10mA"/>
<attribute name="DATASHEET" value="http://ww1.microchip.com/downloads/en/DeviceDoc/21801G.pdf"/>
<attribute name="DESCRIPTION" value="IC CAN CONTROLLER W/SPI 18SOIC"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en552842">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en552842"/>
<attribute name="FAMILY" value="Interface - Controllers"/>
<attribute name="FUNCTION" value="Controller"/>
<attribute name="INTERFACE" value="SPI"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="OPERATING_TEMPERATURE" value="-40°C ~ 85°C"/>
<attribute name="PACKAGE-CASE" value="18-SOIC (0.295", 7.50mm Width)"/>
<attribute name="PART_NUMBER" value="MCP2515-I/SO"/>
<attribute name="PROTOCOL" value="CAN"/>
<attribute name="SERIES" value="-"/>
<attribute name="STANDARDS" value="CAN 2.0"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="18-SOIC"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP2515T-I%2FSO/MCP2515T-I%2FSOCT-ND/4307902">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP2515T-I/SOCT-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP2515T-I%2FSO/MCP2515T-I%2FSOCT-ND/4307902"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="VOLTAGE-SUPPLY" value="2.7 V ~ 5.5 V"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
<deviceset name="MCP2561-*/?" prefix="U">
<description><h1>High-Speed CAN Transceiver</h1>
<h3>Documentation</h3>
<ul>
<li><a href="http://ww1.microchip.com/downloads/en/DeviceDoc/20005167C.pdf">Datasheet</a></li>
</ul>
<h3>General Description</h3>
<p>
The MCP2561/2 is a Microchip Technology Inc. second generation high-speed CAN transceiver. It serves as an interface between a CAN protocol controller and the physical two-wire CAN bus.
</p>
<p>
The device meets the automotive requirements for high-speed (up to 1 Mb/s), low quiescent current, electromagnetic compatibility (EMC) and electrostatis discharge (ESD).
</p>
<h3>Features</h3>
<ul>
<li>Supports 1 Mb/s Operation</li>
<li>Implements ISO-11898-2 and ISO-11898-5 Standard Physical Layer Requirements</li>
<li>Very Low Standby Current (5 µA, typical)</li>
<li>V<sub>IO</sub> Supply Pin to Interface Directly to CAN Controllers and Microcontrollers with 1.8V to 5.5V I/O</li>
<li>SPLIT Output Pin to Stabilize Common Mode in Biased Split Termination Schemes</li>
<li>CAN Bus Pins are Disconnected when Device is Unpowered:</li>
<ul>
<li>An Unpowered Node or Brown-Out Event will Not Load the CAN Bus</li>
</ul>
<li>Detection of Ground Fault:</li>
<ul>
<li>Permanent Dominant Detection on TXD</li>
<li>Permanent Dominant Detection on Bus</li>
</ul>
<li>Power-on Reset and Voltage Brown-Out Protection on V<sub>DD</sub> Pin</li>
<li>Protection Against Damage Due to Short-Circuit Conditions (Positive or Negative Battery Voltage)</li>
<li>Protection Against High-Voltage Transients in Automotive Environments</li>
<li>Automatic Thermal Shutdown Protection</li>
<li>Suitable for 12V and 24V Systems</li>
<li>Meets or exceeds stringent automotive design requirements including “Hardware Requirements for LIN, CAN and FlexRay Interfaces in Automotive Applications”, Version 1.3, May 2012</li>
<li>High-Noise Immunity Due to Differential Bus Implementation</li>
<li>High Electrostatic Discharge (ESD) Protection on CANH and CANL, meeting the IEC61000-4-2 up to ±14 kV</li>
<li>Available in PDIP-8L, SOIC-8L and 3x3 DFN-8L</li>
<li>Temperature ranges:</li>
<ul>
<li>Extended (E): -40°C to +125°C</li>
<li>High (H): -40°C to +150°C</li>
</ul></description>
<gates>
<gate name="U$1" symbol="2561" x="0" y="0"/>
<gate name="-SUPPLY" symbol="SUPPLY" x="-27.94" y="0" addlevel="request"/>
</gates>
<devices>
<device name="SN" package="SOIC-8">
<connects>
<connect gate="-SUPPLY" pin="VDD" pad="3"/>
<connect gate="-SUPPLY" pin="VSS" pad="2"/>
<connect gate="U$1" pin="CANH" pad="7"/>
<connect gate="U$1" pin="CANL" pad="6"/>
<connect gate="U$1" pin="RXD" pad="4"/>
<connect gate="U$1" pin="SPLIT" pad="5"/>
<connect gate="U$1" pin="STBY" pad="8"/>
<connect gate="U$1" pin="TXD" pad="1"/>
</connects>
<technologies>
<technology name="E">
<attribute name="CATEGORY" value="Integrated Circuits (ICs)"/>
<attribute name="DATA_RATE" value="-"/>
<attribute name="DESCRIPTION" value="IC TXRX CAN 8SOIC"/>
<attribute name="DOCUMENTATION_LINK" value="<a href="http://ww1.microchip.com/downloads/en/DeviceDoc/20005167C.pdf">Datasheet</a>"/>
<attribute name="DOCUMENTATION_URL" value="http://ww1.microchip.com/downloads/en/DeviceDoc/20005167C.pdf"/>
<attribute name="DUPLEX" value="Full"/>
<attribute name="FAMILY" value="Interface - Drivers, Receivers, Transceivers"/>
<attribute name="MANUFACTURER" value="Microchip Technology"/>
<attribute name="MOUNTING_TYPE" value="Surface Mount"/>
<attribute name="NUMBER_OF_DRIVERS-RECEIVERS" value="1/1"/>
<attribute name="OPERATING_TEMPERATURE" value="-40°C ~ 125°C"/>
<attribute name="PACKAGE_CASE" value="8-SOIC (0.154", 3.90mm Width)"/>
<attribute name="PART_NUMBER" value="MCP2561-E/SN"/>
<attribute name="PROTOCOL" value="CAN"/>
<attribute name="RECEIVER_HYSTERSIS" value="-"/>
<attribute name="SERIES" value="-"/>
<attribute name="SUPPLIER_DEVICE_PACKAGE" value="8-SOIC N"/>
<attribute name="SUPPLIER_ITEM_INFO" value="http://www.digikey.com/product-detail/en/MCP2561-E%2FSN/MCP2561-E%2FSN-ND/4079961"/>
<attribute name="SUPPLIER_ITEM_LINK" value="<a href="http://www.digikey.com/product-detail/en/MCP2561-E%2FSN/MCP2561-E%2FSN-ND/4079961">Details</a>"/>
<attribute name="SUPPLIER_ITEM_NUMBER" value="MCP2561-E/SN-ND"/>
<attribute name="SUPPLIER_ITEM_URL" value="http://www.digikey.com/product-detail/en/MCP2561-E%2FSN/MCP2561-E%2FSN-ND/4079961"/>
<attribute name="SUPPLIER_LINK" value="<a href="http://www.digikey.com">Home Page</a>"/>
<attribute name="SUPPLIER_NAME" value="Digi-Key"/>
<attribute name="SUPPLIER_URL" value="http://www.digikey.com"/>
<attribute name="TYPE" value="Transceiver"/>
<attribute name="VOLTAGE-SUPPLY" value="4.5 V ~ 5.5 V"/>
</technology>
</technologies>
</device>
</devices>
</deviceset>
</devicesets>
</library>
</drawing>
</eagle>