# Demo for the SHT4X driver ## What it does The demo configures an I2C port and a SHT4X device. Measures then calculates values using only floats or integers showing the results of each. Then deinitializes all variables and repeats. All is done using the functions provided by this driver Configure SDA/SCL pins via defines provided in the example
To create a project from this example, run:
idf.py create-project-from-example "sweetpaprika/sht4x=1.0.0:default"