Skip to content

Commit d16c702

Browse files
authored
Add note about lack of lux calibration
Fixes #7
1 parent f732b1e commit d16c702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tsl2591.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def visible(self):
250250
@property
251251
def lux(self):
252252
"""Read the sensor and calculate a lux value from both its infrared
253-
and visible light channels.
253+
and visible light channels. Note: ``lux`` is not calibrated!
254254
"""
255255
channel_0, channel_1 = self.raw_luminosity
256256

0 commit comments

Comments
 (0)