Skip to content

Commit 7ebb87e

Browse files
authored
Merge pull request #17 from adafruit/lux-note
Add note about lack of lux calibration
2 parents f732b1e + d16c702 commit 7ebb87e

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)