We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b1249 + 02e6c6d commit 373c5a7Copy full SHA for 373c5a7
adafruit_veml7700.py
@@ -246,7 +246,7 @@ def gain_value(self) -> float:
246
def resolution(self) -> float:
247
"""Calculate the :meth:`resolution`` necessary to calculate lux. Based on
248
integration time and gain settings."""
249
- resolution_at_max = 0.0036
+ resolution_at_max = 0.0042
250
gain_max = 2
251
integration_time_max = 800
252
0 commit comments