From 0277f4402348e860e8416a81295f92a8a8699770 Mon Sep 17 00:00:00 2001 From: ladyada Date: Thu, 18 Jan 2018 13:56:02 -0500 Subject: [PATCH] add travis tag --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 */