Merge pull request #625 from mpkopec/MAX1274

adc_dac: Added MAX1274, differential ADC
This commit is contained in:
Oliver 2016-08-19 21:01:20 +10:00 committed by GitHub
commit fb707a7c8b
2 changed files with 50 additions and 2 deletions

View file

@ -431,9 +431,27 @@ K sigma-delta adc
F http://cds.linear.com/docs/en/datasheet/18645lfs.pdf
$ENDCMP
#
$CMP MAX1274
D 1.8Msps, Single-Supply, Low-Power, True-Differential, 12-Bit ADCs, bipolar input
K 12bit ADC 1CH diff differential
F https://datasheets.maximintegrated.com/en/ds/MAX1274-MAX1275.pdf
$ENDCMP
#
$CMP MAX1275
D 1.8Msps, Single-Supply, Low-Power, True-Differential, 12-Bit ADCs, unipolar input
K 12bit ADC 1CH diff differential
F https://datasheets.maximintegrated.com/en/ds/MAX1274-MAX1275.pdf
$ENDCMP
#
$CMP MAX5138
D Low-Power, Single, 16-Bit, Buffered Voltage-Output DAC
K 16-bit DAC 1CH
F https://datasheets.maximintegrated.com/en/ds/MAX5138-MAX5139.pdf
$ENDCMP
#
$CMP MAX5139
D Low-Power, Single, 12-Bit, Buffered Voltage-Output DACs
K 12bit DAC 1CH
D Low-Power, Single, 12-Bit, Buffered Voltage-Output DAC
K 12-bit DAC 1CH
F https://datasheets.maximintegrated.com/en/ds/MAX5138-MAX5139.pdf
$ENDCMP
#

View file

@ -1528,6 +1528,35 @@ X VCC 8 -100 400 150 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# MAX1274
#
DEF MAX1274 U 0 40 Y Y 1 F N
F0 "U" 50 650 50 H V L CNN
F1 "MAX1274" 50 550 50 H V L CNN
F2 "" 0 -550 50 H V C CIN
F3 "" 0 -100 50 H V C CNN
ALIAS MAX1275
$FPLIST
*QFN*4x4mm*Pitch0.8mm*
$ENDFPLIST
DRAW
S -300 500 300 -500 1 1 10 f
X AIN- 1 -400 200 100 R 50 50 1 1 I
X REF 2 -400 -200 100 R 50 50 1 1 I
X RGND 3 -100 -600 100 U 50 50 1 1 W
X VDD 4 0 600 100 D 50 50 1 1 W
X NC 5 400 -300 100 L 50 50 1 1 N N
X GND 6 0 -600 100 U 50 50 1 1 W
X VL 7 400 400 100 L 50 50 1 1 W
X DOUT 8 400 100 100 L 50 50 1 1 O
X CNVST 9 400 200 100 L 50 50 1 1 I
X SCLK 10 400 0 100 L 50 50 1 1 I
X NC 11 400 -200 100 L 50 50 1 1 N N
X AIN+ 12 -400 100 100 R 50 50 1 1 I
X PAD 13 100 -600 100 U 50 50 1 1 W
ENDDRAW
ENDDEF
#
# MAX5139
#
DEF MAX5139 U 0 40 Y Y 1 F N
@ -1535,6 +1564,7 @@ F0 "U" 350 675 50 H V L CNN
F1 "MAX5139" 350 600 50 H V L CNN
F2 "Housings_DFN_QFN:QFN-16-1EP_3x3mm_Pitch0.5mm" 350 500 50 H I L CIN
F3 "" 350 400 50 H I L CNN
ALIAS MAX5138
$FPLIST
*QFN*3x3mm*Pitch0.5mm*
$ENDFPLIST