Skip to content

Commit

Permalink
Merge pull request KiCad#1035 from jeromebeguin/adc-dac
Browse files Browse the repository at this point in the history
adding ADS1110
  • Loading branch information
SchrodingersGat authored Feb 23, 2017
2 parents 2a6ed29 + fee3f0e commit d53f53f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/adc-dac.dcm
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,12 @@ K ADC CAN VIDEO
F http://www.ti.com/lit/ds/symlink/adc1173.pdf
$ENDCMP
#
$CMP ADS1110
D 16 Bit Analog to Digital converter with on board reference
K 16 Bit Analog to digital converter ADC
F http://www.ti.com/lit/ds/symlink/ads1110.pdf
$ENDCMP
#
$CMP ADS1118I
D 16-bit analog to digital converter, 2 or 4 inputs, integrated temperature sensor, SPI interface
K adc spi quad double
Expand Down
21 changes: 21 additions & 0 deletions library/adc-dac.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,27 @@ X AVDD 18 -100 800 150 D 50 50 1 1 W
ENDDRAW
ENDDEF
#
# ADS1110
#
DEF ADS1110 U 0 40 Y Y 1 F N
F0 "U" -300 350 50 H V L CNN
F1 "ADS1110" 50 350 50 H V L CNN
F2 "TO_SOT_Packages_SMD:SOT-23-6" 450 350 50 H I L CNN
F3 "" -300 350 50 H I C CNN
$FPLIST
SOT-23*
$ENDFPLIST
DRAW
S -300 300 300 -300 0 1 10 f
X VIN+ 1 -400 100 100 R 50 50 1 1 I
X GND 2 0 -400 100 U 50 50 1 1 W
X SCL 3 400 100 100 L 50 50 1 1 I
X SDA 4 400 -100 100 L 50 50 1 1 B
X VDD 5 0 400 100 D 50 50 1 1 W
X VIN- 6 -400 -100 100 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# ADS1118I
#
DEF ADS1118I U 0 40 Y Y 1 F N
Expand Down

0 comments on commit d53f53f

Please sign in to comment.