This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 951
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1856 from DerekGn/HDC1080
Hdc1080
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
EESchema-DOCLIB Version 2.0 | ||
# | ||
$CMP HDC1080 | ||
D Low Power,High Accuracy Digital Humidity Sensor with Temperature Sensor | ||
K Temerature Humidity Sensor | ||
F http://www.ti.com/lit/ds/symlink/hdc1080.pdf | ||
$ENDCMP | ||
# | ||
#End Doc Library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
EESchema-LIBRARY Version 2.3 | ||
#encoding utf-8 | ||
# | ||
# HDC1080 | ||
# | ||
DEF HDC1080 U 0 40 Y Y 1 F N | ||
F0 "U" -350 250 50 H V C CNN | ||
F1 "HDC1080" 200 250 50 H V C CNN | ||
F2 "Package_SON:Texas_PWSON-N6" 0 -350 50 H I C CNN | ||
F3 "" -200 250 50 H I C CNN | ||
$FPLIST | ||
Package*SON:Texas*PWSON*N6* | ||
$ENDFPLIST | ||
DRAW | ||
S -400 200 400 -200 0 1 10 f | ||
X SDA 1 -500 100 100 R 50 50 1 1 B | ||
X GND 2 100 -300 100 U 50 50 1 1 W | ||
X DNC 3 -500 -100 100 R 50 50 1 1 N N | ||
X DNC 4 500 -100 100 L 50 50 1 1 N N | ||
X VCC 5 0 300 100 D 50 50 1 1 W | ||
X SCL 6 500 100 100 L 50 50 1 1 C | ||
X GND 7 -100 -300 100 U 50 50 1 1 W | ||
ENDDRAW | ||
ENDDEF | ||
# | ||
#End Library |