This commit is contained in:
Tyeth Gundry 2025-07-31 15:36:46 -04:00 committed by GitHub
commit d1affda4e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@
"productURL": "https://www.adafruit.com/product/4885",
"documentationURL": "https://learn.adafruit.com/adafruit-sht40-temperature-humidity-sensor",
"published": true,
"i2cAddresses": [ "0x44" ],
"i2cAddresses": [ "0x44", "0x14", "0x24", "0x34" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
}

View file

@ -4,6 +4,6 @@
"productURL": "https://www.adafruit.com/product/5776",
"documentationURL": "https://learn.adafruit.com/adafruit-sht40-temperature-humidity-sensor",
"published": true,
"i2cAddresses": [ "0x44" ],
"i2cAddresses": [ "0x44", "0x14", "0x24", "0x34" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
}

View file

@ -4,6 +4,6 @@
"productURL": "https://www.adafruit.com/product/5665",
"documentationURL": "https://learn.adafruit.com/adafruit-sht40-temperature-humidity-sensor",
"published": true,
"i2cAddresses": [ "0x44" ],
"i2cAddresses": [ "0x44", "0x14", "0x24", "0x34" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
}