From d16c702ed48158be6496b4e5b666ec7c355f4c61 Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 4 May 2020 11:55:54 -0400 Subject: [PATCH] Add note about lack of lux calibration Fixes #7 --- adafruit_tsl2591.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_tsl2591.py b/adafruit_tsl2591.py index 958c99e..f893988 100644 --- a/adafruit_tsl2591.py +++ b/adafruit_tsl2591.py @@ -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