/sht21

ESP32 Library for the SHT21 Temperature and Humidity Sensor

Primary LanguageCMIT LicenseMIT

SHT21 Driver Library for ESP32

ESP-IDF library for communicating with the SHT21 temperature and humidity sensor over I2C.

Installation

Simply clone the repo in your components directory:

get_idf # optional, depending on your setup
cd "${IDF_PATH}/components"
git clone https://github.com/dehre/sht21

Usage

See examples directory