27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
# Adafruit SHT31-D Temperature and Humidity Sensor Breakout [](https://github.com/adafruit/Adafruit_SHT31/actions)[](http://adafruit.github.io/Adafruit_SHT31/html/index.html)
|
|
|
|
<a href="https://www.adafruit.com/product/2857"><img src="assets/board.jpg?raw=true" width="500px"></a>
|
|
|
|
This is a library for the SHT31 Digital Humidity + Temp sensor.
|
|
|
|
It is designed specifically to work with the SHT31 Digital in the Adafruit shop:
|
|
|
|
* https://www.adafruit.com/products/2857
|
|
|
|
These sensors use **I2C** to communicate, 2 pins are required to interface
|
|
|
|
Adafruit invests time and resources providing this open source code,
|
|
please support Adafruit and open-source hardware by purchasing
|
|
products from Adafruit!
|
|
|
|
Written by Limor Fried/Ladyada for Adafruit Industries.
|
|
BSD license, all text above must be included in any redistribution
|
|
|
|
Check out the links above for our tutorials and wiring diagrams
|
|
|
|
## Installation
|
|
|
|
Use the Arduino Library Manager to install this library. If you're unfamiliar
|
|
with how this works, we have a great tutorial on Arduino library installation
|
|
at: http://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use
|