Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 357 Bytes

File metadata and controls

17 lines (11 loc) · 357 Bytes

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