diff --git a/README.md b/README.md index 84412bc..8f7b32b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Adafruit TSL2561 Light Sensor Driver # +# Adafruit TSL2561 Light Sensor Driver # [![Build Status](https://travis-ci.org/adafruit/Adafruit_TSL2561.svg?branch=master)](https://travis-ci.org/adafruit/Adafruit_TSL2561) This driver is for the Adafruit TSL2561 Breakout, and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). + + + The driver supports manual or 'auto' gain. Adjusting the gain allows you to make the sensor more or less 'sensitive' to light (depending on if you are indoors or outdoors, for example): ``` tsl.setGain(TSL2561_GAIN_1X); /* No gain ... use in bright light to avoid sensor saturation */