Synopsis
CTL_STATUS_t isl29023_set_range(ISL29023_DRIVER_t *self,
                                float lux);

Sets the full scale range of the light sensor to at least lux lux.

Return Value

isl29023_set_range returns a standard status code.

Thread Safety

isl29023_set_range is thread-safe if a mutex is associated with the I2C bus the sensor is attached to.