From e34944a8bd4a26c714506123cbd83a5bf8d23692 Mon Sep 17 00:00:00 2001 From: KTOWN Date: Thu, 31 Jan 2013 11:14:50 +0100 Subject: [PATCH] Improved driver description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2aa44b9..737069e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This driver is for the Adafruit TSL2561 Breakout, and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). +The driver support both manual and 'auto' gain (it will automatically switch between 1x and 16x gain depending on the light levels when auto-gain is enabled), as well as automatic clipping detection (it will return '0' lux when the sensor is saturated and data is unreliable). + ## About the TSL2561 ## The TSL2561 is a 16-bit digital (I2C) light sensor, with adjustable gain and 'integration time'.