You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've seen similar libraries for the BH1750, that has a sensitivity setting set with LightSensor.SetSensitivity.
"LightSensor.SetSensitivity(1.00);** - Changes the sensitivity of the sensor by changing the measurement time without re-scaling the resulting value. Thus increasing the sensitivity compensates for something partially blocking light to the sensor. The range in scaling is 0.45 to 3.68. Default is 1.00"
reason I'm looking for this, is that my sensor sits where readings are too low (0 or 1 most of the time).
Is this feature available in your implementation, or is there some workaround to achieve same result ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi. I've seen similar libraries for the BH1750, that has a sensitivity setting set with LightSensor.SetSensitivity.
"LightSensor.SetSensitivity(1.00);** - Changes the sensitivity of the sensor by changing the measurement time without re-scaling the resulting value. Thus increasing the sensitivity compensates for something partially blocking light to the sensor. The range in scaling is 0.45 to 3.68. Default is 1.00"
reason I'm looking for this, is that my sensor sits where readings are too low (0 or 1 most of the time).
Is this feature available in your implementation, or is there some workaround to achieve same result ?
Thanks
The text was updated successfully, but these errors were encountered: