Synopsis
void sht1x_soft_reset(SHT1X_DRIVER_t *self);
Description

sht1x_soft_reset performs a soft reset of the sensor self. According to the datasheet, this resets the interface and clears the STATUS register to default values.

Description

sht1x_soft_reset then waits at least 11ms for the reset to complete before returning.

After soft reset, the driver is automatically set to high resolution mode.