From f7e7b0d2ab413ce9e29f562d74413328dc5dcc36 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Mon, 4 Feb 2013 16:05:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abd25c1..2863e16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #Adafruit TSL2561 Light Sensor Driver # -This driver is for the Adafruit TSL2561 Breakout, and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). +This driver is for the Adafruit TSL2561 Breakout, and is based on [Adafruit's Unified Sensor Library](https://github.com/adafruit/Adafruit_Sensor), 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): ``` @@ -44,4 +44,4 @@ Light sensors will always report units in lux, gyroscopes will always report uni Adafruit invests time and resources providing this open source code. Please support Adafruit and open-source hardware by purchasing products from Adafruit! -Written by Kevin (KTOWN) Townsend for Adafruit Industries. \ No newline at end of file +Written by Kevin (KTOWN) Townsend for Adafruit Industries.