Skip to content

Commit d83a828

Browse files
authored
Merge pull request #232 from adafruit/add-HDC302x
Add HDC302x
2 parents 194af74 + b876d3a commit d83a828

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"displayName": "HDC302x",
3+
"vendor": "TI (Texas Instruments)",
4+
"productURL": "https://www.adafruit.com/product/5989",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-hdc3021-precision-temperature-humidity-sensor/overview",
6+
"description": "Precision temperature (±0.1°C typical) and humidity (0.5% typ) sensors - HDC3020/HDC3021/HDC3022",
7+
"published": false,
8+
"i2cAddresses": [ "0x44", "0x45", "0x46", "0x47" ],
9+
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
10+
}

0 commit comments

Comments
 (0)