Skip to content

Commit

Permalink
Merge pull request #17 from adafruit/lux-note
Browse files Browse the repository at this point in the history
Add note about lack of lux calibration
  • Loading branch information
kattni authored May 4, 2020
2 parents f732b1e + d16c702 commit 7ebb87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_tsl2591.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def visible(self):
@property
def lux(self):
"""Read the sensor and calculate a lux value from both its infrared
and visible light channels.
and visible light channels. Note: ``lux`` is not calibrated!
"""
channel_0, channel_1 = self.raw_luminosity

Expand Down

0 comments on commit 7ebb87e

Please sign in to comment.