Import improved version of MAX31820 plus four aliases into sensors.lib.
This commit is contained in:
parent
86466c1240
commit
56b7defcff
2 changed files with 59 additions and 0 deletions
|
@ -168,6 +168,30 @@ K digital temperature humidity sensor
|
||||||
F http://akizukidenshi.com/download/ds/aosong/DHT11.pdf
|
F http://akizukidenshi.com/download/ds/aosong/DHT11.pdf
|
||||||
$ENDCMP
|
$ENDCMP
|
||||||
#
|
#
|
||||||
|
$CMP DS1821C
|
||||||
|
D Programmable Digital Thermostat and Thermometer
|
||||||
|
K OneWire 1Wire Maxim Dallas
|
||||||
|
F http://datasheets.maximintegrated.com/en/ds/DS1821.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
|
$CMP DS1822
|
||||||
|
D Econo 1-Wire Digital Thermometer TO-92
|
||||||
|
K OneWire 1Wire Dallas Maxim
|
||||||
|
F http://datasheets.maximintegrated.com/en/ds/DS1822.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
|
$CMP DS18B20
|
||||||
|
D Programmable Resolution 1-Wire Digital Thermometer TO-92
|
||||||
|
K OneWire 1Wire Dallas Maxim
|
||||||
|
F http://datasheets.maximintegrated.com/en/ds/DS18B20.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
|
$CMP DS18S20
|
||||||
|
D High-Precision 1-Wire Digital Thermometer TO-92
|
||||||
|
K OneWire 1Wire Maxim Dallas
|
||||||
|
F http://datasheets.maximintegrated.com/en/ds/DS18S20.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
$CMP Flir_LEPTON
|
$CMP Flir_LEPTON
|
||||||
D LWIR camera 8 to 14um 80x60 pixel
|
D LWIR camera 8 to 14um 80x60 pixel
|
||||||
K LWIR camera
|
K LWIR camera
|
||||||
|
@ -348,6 +372,12 @@ K Voltage transducer
|
||||||
F http://www.lem.com/docs/products/lv_25-p.pdf
|
F http://www.lem.com/docs/products/lv_25-p.pdf
|
||||||
$ENDCMP
|
$ENDCMP
|
||||||
#
|
#
|
||||||
|
$CMP MAX31820
|
||||||
|
D 1-Wire Ambient Temperature Sensor
|
||||||
|
K OneWire 1-Wire 1Wire Maxim Dallas
|
||||||
|
F http://datasheets.maximintegrated.com/en/ds/MAX31820.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
$CMP MCP9501
|
$CMP MCP9501
|
||||||
D Temperature Switch with Selectable Hysteresis, Open-Drain, Active-Low Output (Hot Option), SOT-23-5
|
D Temperature Switch with Selectable Hysteresis, Open-Drain, Active-Low Output (Hot Option), SOT-23-5
|
||||||
K Temperature Switch sensor
|
K Temperature Switch sensor
|
||||||
|
|
|
@ -1089,6 +1089,35 @@ X V- 6 0 -300 100 U 50 50 1 1 W
|
||||||
ENDDRAW
|
ENDDRAW
|
||||||
ENDDEF
|
ENDDEF
|
||||||
#
|
#
|
||||||
|
# MAX31820
|
||||||
|
#
|
||||||
|
DEF MAX31820 U 0 40 Y Y 1 F N
|
||||||
|
F0 "U" -150 250 50 H V C CNN
|
||||||
|
F1 "MAX31820" 250 250 50 H V C CNN
|
||||||
|
F2 "" -150 250 50 H I C CNN
|
||||||
|
F3 "" -150 250 50 H I C CNN
|
||||||
|
ALIAS DS1822 DS18B20 DS18S20 DS1821C
|
||||||
|
$FPLIST
|
||||||
|
TO*92*
|
||||||
|
$ENDFPLIST
|
||||||
|
DRAW
|
||||||
|
A -130 125 25 1 1799 0 1 10 N -105 125 -155 125
|
||||||
|
C -130 -100 50 0 1 10 F
|
||||||
|
S -200 200 200 -200 0 1 10 f
|
||||||
|
S -105 -75 -155 0 0 1 10 F
|
||||||
|
P 2 0 1 10 -155 25 -130 25 N
|
||||||
|
P 2 0 1 10 -155 50 -130 50 N
|
||||||
|
P 2 0 1 10 -155 75 -130 75 N
|
||||||
|
P 2 0 1 10 -155 100 -130 100 N
|
||||||
|
P 2 0 1 10 -155 125 -155 0 N
|
||||||
|
P 2 0 1 10 -155 125 -130 125 N
|
||||||
|
P 2 0 1 10 -105 125 -105 0 N
|
||||||
|
X GND 1 0 -300 100 U 50 50 1 1 W
|
||||||
|
X DQ 2 300 0 100 L 50 50 1 1 B
|
||||||
|
X VDD 3 0 300 100 D 50 50 1 1 W
|
||||||
|
ENDDRAW
|
||||||
|
ENDDEF
|
||||||
|
#
|
||||||
# MCP9501
|
# MCP9501
|
||||||
#
|
#
|
||||||
DEF MCP9501 U 0 5 Y Y 1 F N
|
DEF MCP9501 U 0 5 Y Y 1 F N
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue