dehre / sht21

ESP32 Library for the SHT21 Temperature and Humidity Sensor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ESP32 Library for the SHT21 Temperature and Humidity Sensor

License:MIT License


Languages

Language:C 99.0%Language:CMake 1.0%