Skip to content

Commit 12c0507

Browse files
committed
Add new ICs
1 parent 7b11602 commit 12c0507

File tree

4 files changed

+173
-0
lines changed

4 files changed

+173
-0
lines changed

analog/adum3201.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: ADuM3201
2+
description: Dual-Channel, Digital Isolator, Enhanced System-Level ESD Reliability
3+
datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/ADUM3200_3201.pdf
4+
keywords: IC, analog, isolator
5+
6+
pinout:
7+
VDD1: 1
8+
VOA: 2
9+
VIB: 3
10+
GND1: 4
11+
VDD2: 8
12+
VIA: 7
13+
VOB: 6
14+
GND2: 5
15+
16+
properties:
17+
in: VIA, VIB
18+
out: VOA, VOB
19+
power: VDD1-2
20+
ground: GND1-2
21+
22+
schematic:
23+
symbol: IC
24+
left: VDD1, VOA, VIB, GND1
25+
right: VDD2, VIA, VOB, GND2
26+
27+
housing:
28+
outline: JEDEC MS-012 AA

ti/cd4010b.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: CD4010B
2+
description: CMOS Hex Buffer/Converter
3+
datasheet: http://www.ti.com/lit/ds/symlink/cd4010b.pdf
4+
keywords: IC, analog, buffer, converter
5+
6+
pinout:
7+
INPUT:
8+
A: 3
9+
B: 5
10+
C: 7
11+
D: 9
12+
E: 11
13+
F: 14
14+
OUTPUT:
15+
G=A: 2
16+
H=B: 4
17+
I=C: 6
18+
J=D: 10
19+
K=E: 12
20+
L=F: 15
21+
VCC: 1
22+
VDD: 16
23+
VSS: 8
24+
NC: 13
25+
26+
properties:
27+
in: A, B, C, D, E, F
28+
out: G=A, H=B, I=C, J=D, K=E, L=F
29+
power: VCC, VDD
30+
ground: VSS
31+
nc: NC
32+
33+
schematic:
34+
symbol: IC
35+
left: VCC, INPUT, VSS
36+
right: VDD, OUTPUT, NC
37+
38+
housing: SOIC, SO, TSSOP
39+
40+
SOIC:
41+
outline: JEDEC MS-012 AC
42+
suffix: M96
43+
44+
padWidth: 1.55
45+
padHeight: 0.6
46+
padDistance: 5.4
47+
48+
SO:
49+
pattern: SOP
50+
suffix: NS
51+
bodyWidth: 5-5.6
52+
bodyLength: 9.9-10.5
53+
height: 2
54+
leadWidth: 0.35-0.51
55+
leadLength: 0.55-1.05
56+
leadSpan: 7.4-8.2
57+
leadCount: 16
58+
pitch: 1.27
59+
60+
TSSOP:
61+
outline: JEDEC MO-153 AB
62+
suffix: PW
63+
64+
padWidth: 1.6
65+
padHeight: 0.35
66+
padDistance: 5.6

ti/iso7640.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: ISO7640FM
2+
description: Low-Power Quad-Channel Digital Isolator
3+
datasheet: http://www.ti.com/lit/ds/symlink/iso7640fm.pdf
4+
keywords: IC, digital, isolator
5+
6+
pinout:
7+
LEFT:
8+
INA: 3
9+
INB: 4
10+
INC: 5
11+
IND: 6
12+
VCC1: 1
13+
GND1: 2, 8
14+
RIGHT:
15+
OUTA: 14
16+
OUTB: 13
17+
OUTC: 12
18+
OUTD: 11
19+
EN: 10
20+
VCC2: 16
21+
GND2: 9, 15
22+
NC: 7
23+
24+
properties:
25+
in: INA, INB, INC, IND, EN
26+
out: OUTA, OUTB, OUTC, OUTD
27+
power: VCC1-2
28+
ground: GND1-2
29+
nc: NC
30+
31+
schematic:
32+
symbol: IC
33+
left: VCC1, LEFT, NC, GND1
34+
right: VCC2, RIGHT, EN, GND2
35+
36+
housing:
37+
outline: JEDEC MS-013 AA
38+
suffix: DW

ti/ref02.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: REF02
2+
alias: REF02A, REF02B
3+
description: +5V Precision Voltage Reference
4+
datasheet: http://www.ti.com/lit/ds/symlink/ref02.pdf
5+
keywords: IC, analog, reference
6+
7+
pinout:
8+
VIN: 2
9+
Temp: 3
10+
VOUT: 6
11+
Trim: 5
12+
GND: 4
13+
NC: 1, 7, 8
14+
15+
properties:
16+
in: VIN
17+
out: VOUT, Temp
18+
passive: Trim
19+
power: VIN, VOUT
20+
ground: GND
21+
nc: NC
22+
23+
schematic:
24+
symbol: IC
25+
left: VIN, NC
26+
right: VOUT, Trim, Temp
27+
bottom: GND
28+
29+
housing: PDIP, SOIC
30+
31+
PDIP:
32+
outline: JEDEC MS-001 BA
33+
suffix: P
34+
35+
SOIC:
36+
outline: JEDEC MS-012 AA
37+
suffix: U
38+
39+
padWidth: 1.55
40+
padHeight: 0.6
41+
padDistance: 5.4

0 commit comments

Comments
 (0)