Skip to content

Commit

Permalink
add the new props to the aht20 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorennorman committed Oct 16, 2023
1 parent a020df8 commit 33efcbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/i2c/aht20/definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"displayName": "AHT20",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4566",
"documentationURL": "https://learn.adafruit.com/adafruit-aht20",
"description": "Inexpensive temperature and humidity sensor for I2C-capable boards.",
"i2cAddresses": [ "0x38" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]
}

0 comments on commit 33efcbe

Please sign in to comment.