Skip to content

Commit

Permalink
Merge pull request #236 from thussaiththelaw/main
Browse files Browse the repository at this point in the history
Adding AHT21 Temperature/Humidity Sensor
  • Loading branch information
tyeth authored Nov 12, 2024
2 parents b70a029 + c9f30f9 commit ec51a43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/i2c/aht21/definition.json
Original file line number Diff line number Diff line change
@@ -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"]
}
Binary file added components/i2c/aht21/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec51a43

Please sign in to comment.