Add new elements and fix old

This commit is contained in:
Shamil Yakupov
2016-04-04 15:38:49 +03:00
parent 12c0507af3
commit 514a1cb338
10 changed files with 121 additions and 23 deletions

41
analog/ad8208.yaml Normal file
View File

@@ -0,0 +1,41 @@
name: AD8208WB
alias: AD8208WH
description: High Voltage, Precision Difference Amplifier
datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/AD8208.pdf
keywords: IC, analog, OpAmp
pinout:
IN:
+IN: 8
-IN: 1
OUT: 5
A:
A1-2: 3, 4
VS: 6
GND: 2
NC: 7
properties:
in: +IN, -IN, A2
out: OUT, A1
power: VS
ground: GND
inverted: -IN
nc: NC
schematic:
symbol: IC
left: IN, A
right: OUT, NC
top: VS
bottom: GND
housing: MSOP, SOIC
MSOP:
outline: JEDEC MO-187 AA
suffix: RM
SOIC:
outline: JEDEC MS-012 AA
suffix: R

View File

@@ -1,4 +1,4 @@
name: AD8468W
name: AD8468WB
description: Rail-to-Rail, Fast, Low Power 2.5 V to 5.5 V, Single-Supply TTL/CMOS Comparator
datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/AD8468.pdf
keywords: IC, analog, comparator
@@ -28,3 +28,4 @@ schematic:
housing:
outline: JEDEC MO-203 AB
suffix: KS

3
analog/adr380.yaml Normal file
View File

@@ -0,0 +1,3 @@
base: ADR38x
name: ADR380A
description: Precision Low Drift 2.048 V SOT-23 Voltage Reference

3
analog/adr381.yaml Normal file
View File

@@ -0,0 +1,3 @@
base: ADR38x
name: ADR381A
description: Precision Low Drift 2.500 V SOT-23 Voltage Reference

18
analog/adr38x.yaml Normal file
View File

@@ -0,0 +1,18 @@
abstact: true
datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/ADR380_381.pdf
keywords: IC, analog, reference
pinout:
VIN: 1
GND: 3
VOUT: 2
schematic:
symbol: IC
left: VIN
right: VOUT
bottom: GND
housing:
outline: JEDEC TO-236 AB
suffix: RT

10
nxp/bas521.yaml Normal file
View File

@@ -0,0 +1,10 @@
name: BAS521
description: Single High Voltage Switching Diode
keywords: diode
schematic:
symbol: diode
housing:
outline: JEITA SC-79
options: polarized

View File

@@ -1,6 +1,8 @@
name: ADS7883
description: 12-Bit, 3-MSPS, microPOWER, Miniature SAR Analog-to-Digital Converter
alias: ADS7883S, ADS7883SB
description: 12-Bit, 3-MSPS, microPOWER, Miniature SAR Analog-to-Digital Converter
datasheet: http://www.ti.com/lit/ds/symlink/ads7883.pdf
keywords: IC, analog, ADC
pinout:
VIN: 3
@@ -33,5 +35,3 @@ housing:
padWidth: 1.05
padHeight: 0.6
padDistance: 2.7
keywords: IC, analog, ADC

View File

@@ -1,7 +1,5 @@
base: ISO764x
name: ISO7640FM
description: Low-Power Quad-Channel Digital Isolator
datasheet: http://www.ti.com/lit/ds/symlink/iso7640fm.pdf
keywords: IC, digital, isolator
pinout:
LEFT:
@@ -20,19 +18,3 @@ pinout:
VCC2: 16
GND2: 9, 15
NC: 7
properties:
in: INA, INB, INC, IND, EN
out: OUTA, OUTB, OUTC, OUTD
power: VCC1-2
ground: GND1-2
nc: NC
schematic:
symbol: IC
left: VCC1, LEFT, NC, GND1
right: VCC2, RIGHT, EN, GND2
housing:
outline: JEDEC MS-013 AA
suffix: DW

20
ti/iso7641.yaml Normal file
View File

@@ -0,0 +1,20 @@
base: ISO764x
name: ISO7641FM
pinout:
LEFT:
INA: 3
INB: 4
INC: 5
OUTD: 6
EN1: 7
VCC1: 1
GND1: 2, 8
RIGHT:
OUTA: 14
OUTB: 13
OUTC: 12
IND: 11
EN2: 10
VCC2: 16
GND2: 9, 15

20
ti/iso764x.yaml Normal file
View File

@@ -0,0 +1,20 @@
abstract: true
description: Low-Power Quad-Channel Digital Isolator
datasheet: http://www.ti.com/lit/ds/symlink/iso7640fm.pdf
keywords: IC, digital, isolator
properties:
in: INA, INB, INC, IND, EN, EN1-2
out: OUTA, OUTB, OUTC, OUTD
power: VCC1-2
ground: GND1-2
nc: NC
schematic:
symbol: IC
left: VCC1, LEFT, NC, EN1, GND1
right: VCC2, RIGHT, EN, EN2, GND2
housing:
outline: JEDEC MS-013 AA
suffix: DW