Created TMP411 component
Created DHT11 component
This commit is contained in:
parent
84d6e8fb60
commit
f75d335536
2 changed files with 52 additions and 0 deletions
|
@ -84,6 +84,12 @@ K Digital Barometer
|
||||||
F www.bosch-sensortec.com/content/language1/downloads/BST-BMP085-DS000-06.pdf
|
F www.bosch-sensortec.com/content/language1/downloads/BST-BMP085-DS000-06.pdf
|
||||||
$ENDCMP
|
$ENDCMP
|
||||||
#
|
#
|
||||||
|
$CMP DHT11
|
||||||
|
D DHT11 - Temperature and humidity module
|
||||||
|
K digital temperature humidity sensor
|
||||||
|
F http://akizukidenshi.com/download/ds/aosong/DHT11.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
$CMP L3G4200D
|
$CMP L3G4200D
|
||||||
D L3G4200D, 16-bit 3 Axis Digital MEMS Gyroscope, LGA-16
|
D L3G4200D, 16-bit 3 Axis Digital MEMS Gyroscope, LGA-16
|
||||||
K 3-Axis MEMS Gyroscope
|
K 3-Axis MEMS Gyroscope
|
||||||
|
@ -108,4 +114,10 @@ K MEMS Microphone
|
||||||
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00025467.pdf
|
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00025467.pdf
|
||||||
$ENDCMP
|
$ENDCMP
|
||||||
#
|
#
|
||||||
|
$CMP TMP411
|
||||||
|
D TMP411 - Remote and Local TEMPERATURE SENSOR
|
||||||
|
K Temperature sensor remote local i2c
|
||||||
|
F http://www.ti.com.cn/cn/lit/ds/symlink/tmp411.pdf
|
||||||
|
$ENDCMP
|
||||||
|
#
|
||||||
#End Doc Library
|
#End Doc Library
|
||||||
|
|
|
@ -139,6 +139,21 @@ X XCLR 8 400 0 100 L 50 50 1 1 I
|
||||||
ENDDRAW
|
ENDDRAW
|
||||||
ENDDEF
|
ENDDEF
|
||||||
#
|
#
|
||||||
|
# DHT11
|
||||||
|
#
|
||||||
|
DEF DHT11 U 0 40 Y Y 1 F N
|
||||||
|
F0 "U" 150 250 60 H V C CNN
|
||||||
|
F1 "DHT11" 100 -250 60 H V C CNN
|
||||||
|
F2 "" 150 250 60 H V C CNN
|
||||||
|
F3 "" 150 250 60 H V C CNN
|
||||||
|
DRAW
|
||||||
|
S -200 200 200 -200 0 1 0 f
|
||||||
|
X VCC 1 -100 300 100 D 40 40 1 1 I
|
||||||
|
X IO 2 300 0 100 L 40 40 1 1 B
|
||||||
|
X GND 4 -100 -300 100 U 40 40 1 1 W
|
||||||
|
ENDDRAW
|
||||||
|
ENDDEF
|
||||||
|
#
|
||||||
# L3G4200D
|
# L3G4200D
|
||||||
#
|
#
|
||||||
DEF L3G4200D IC 0 40 Y Y 1 F N
|
DEF L3G4200D IC 0 40 Y Y 1 F N
|
||||||
|
@ -248,4 +263,29 @@ X VDD 6 -400 100 100 R 50 50 1 1 W
|
||||||
ENDDRAW
|
ENDDRAW
|
||||||
ENDDEF
|
ENDDEF
|
||||||
#
|
#
|
||||||
|
# TMP411
|
||||||
|
#
|
||||||
|
DEF TMP411 IC 0 40 Y Y 1 F N
|
||||||
|
F0 "IC" -300 350 50 H V L CNN
|
||||||
|
F1 "TMP411" 50 350 50 H V L CNN
|
||||||
|
F2 "" -100 0 50 H V C CIN
|
||||||
|
F3 "" -100 0 60 H V C CNN
|
||||||
|
$FPLIST
|
||||||
|
SOIC
|
||||||
|
MSOP
|
||||||
|
SO
|
||||||
|
$ENDFPLIST
|
||||||
|
DRAW
|
||||||
|
S -300 300 300 -300 0 1 10 f
|
||||||
|
X V+ 1 0 400 100 D 50 50 1 1 W
|
||||||
|
X D+ 2 -400 -100 100 R 50 50 1 1 P
|
||||||
|
X D- 3 -400 -200 100 R 50 50 1 1 P
|
||||||
|
X ~TERM 4 400 -100 100 L 50 50 1 1 C
|
||||||
|
X GND 5 0 -400 100 U 50 50 1 1 W
|
||||||
|
X ~ALERT 6 400 -200 100 L 50 50 1 1 C
|
||||||
|
X SDA 7 400 200 100 L 50 50 1 1 C
|
||||||
|
X SCL 8 400 100 100 L 50 50 1 1 C
|
||||||
|
ENDDRAW
|
||||||
|
ENDDEF
|
||||||
|
#
|
||||||
#End Library
|
#End Library
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue