Skip to content

Commit 02e6c6d

Browse files
committed
update resolution
1 parent d8708fd commit 02e6c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_veml7700.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def gain_value(self) -> float:
246246
def resolution(self) -> float:
247247
"""Calculate the :meth:`resolution`` necessary to calculate lux. Based on
248248
integration time and gain settings."""
249-
resolution_at_max = 0.0036
249+
resolution_at_max = 0.0042
250250
gain_max = 2
251251
integration_time_max = 800
252252

0 commit comments

Comments
 (0)