Synopsis
CTL_STATUS_t sht1x_set_resolution(SHT1X_DRIVER_t *self,
                                  int resolution);
Description

sht1x_set_resolution sets the measurement resolution of SHT1x self to resolution. If resolution is zero, high resolution mode is selected. If resolution is non-zero, low resolution mode is selected.

sht1x_set_resolution returns any communication error in the function result.