diff --git a/components/i2c/aht21/definition.json b/components/i2c/aht21/definition.json new file mode 100644 index 00000000..366977d2 --- /dev/null +++ b/components/i2c/aht21/definition.json @@ -0,0 +1,7 @@ +{ + "vendor": "ASAIR", + "documentationURL": "http://www.aosong.com/en/products-60.html", + "displayName": "aht21", + "i2cAddresses": [ "0x38"], + "subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity"] +} diff --git a/components/i2c/aht21/image.jpg b/components/i2c/aht21/image.jpg new file mode 100644 index 00000000..1791ddfa Binary files /dev/null and b/components/i2c/aht21/image.jpg differ