Soft reset mechanism of SHT3x does not work when sensor is in any measurement mode. Therefore, a an unsuccessful soft reset it does not abort initialization procedure anymore.
Minor changes:
Automatic delaying and repeating an i2c access when i2c interface is busy was removed. User has to deal with concurrency using semaphores.
GPIO_ID_PIN macros removed
typos
Changes
make it possible to use the same driver and example source code also with ESP32 (ESP-IDF)
Minor corrections:
Minor changes:
Changes