Skip to content

Commit

Permalink
Merge pull request #237 from adafruit/publish-aht21
Browse files Browse the repository at this point in the history
Publish AHT21 once firmware released
  • Loading branch information
tyeth authored Nov 15, 2024
2 parents ec51a43 + 2d8c294 commit b688e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/i2c/aht21/definition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"vendor": "ASAIR",
"documentationURL": "http://www.aosong.com/en/products-60.html",
"displayName": "aht21",
"displayName": "AHT21",
"published": true,
"i2cAddresses": [ "0x38"],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity"]
}

0 comments on commit b688e5b

Please sign in to comment.