We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8811b7e commit 6c8fcd5Copy full SHA for 6c8fcd5
ti/ina139.yaml
@@ -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
@@ -0,0 +1,3 @@
+base: INA139
+name: INA169
+datasheet: http://www.ti.com/lit/ds/symlink/ina169.pdf
0 commit comments