We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194af74 + b876d3a commit d83a828Copy full SHA for d83a828
components/i2c/hdc302x/definition.json
@@ -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