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.
1 parent d8708fd commit 02e6c6dCopy full SHA for 02e6c6d
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