Skip to content

Commit 6c8fcd5

Browse files
committed
TI: Add INA139 and INA169
1 parent 8811b7e commit 6c8fcd5

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

ti/ina139.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: INA139
2+
description: High-Side Measurement Current Shunt Monitor
3+
datasheet: http://www.ti.com/lit/ds/symlink/ina139.pdf
4+
5+
pinout:
6+
OUT: 1
7+
GND: 2
8+
VIN+: 3
9+
VIN-: 4
10+
V+: 5
11+
12+
properties:
13+
power: V+
14+
ground: GND
15+
in: VIN+, VIN-
16+
out: OUT
17+
18+
schematic:
19+
symbol: IC
20+
left: VIN+, VIN-
21+
right: OUT
22+
top: V+
23+
bottom: GND
24+
25+
housing:
26+
outline: JEDEC MO-178 AA
27+
28+
padWidth: 1
29+
padHeight: 0.55
30+
padDistance: 2.7
31+
32+
keywords: IC, analog, OpAmp

ti/ina169.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
base: INA139
2+
name: INA169
3+
datasheet: http://www.ti.com/lit/ds/symlink/ina169.pdf

0 commit comments

Comments
 (0)