Skip to content

Commit

Permalink
docs: Add humidity sensor HTU21D
Browse files Browse the repository at this point in the history
Change-Id: I7f9f7912be370200317e9687f2e83e25646d97fb
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Mar 3, 2020
1 parent 8ae8a0e commit 7c1b529
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ but following sensors can be plugged on pins of your favorite single board compu
* BH1650: for measuring illuminance (i2c=0x23)
* BMPx80: for measuring temperature, or any compatible sensor (ie: BMP180, i2c=0x77)
* TCS34725: for measuring colors (i2c=0x29)

* HTU21D: for measuring humidity (i2c=0x40) [Buy](
https://www.amazon.com/HiLetgo%C2%AE-Temperature-Humidity-1-5V-3-6V-Compatible/dp/B00XR7CR1I/ref=rzr-21#
)

#### SETUP: ####

Expand All @@ -45,7 +47,7 @@ sudo apt-get install i2c-tools
#| 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#| 20: -- -- -- 23 -- -- -- -- -- 29 -- -- -- -- -- --
#| 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#| 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#| 40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#| 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#| 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#| 70: -- -- -- -- -- -- -- 77
Expand Down

0 comments on commit 7c1b529

Please sign in to comment.