Moved example to /examples

This commit is contained in:
KTOWN
2013-02-05 18:22:40 +01:00
parent f7e7b0d2ab
commit da313757b4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#Adafruit TSL2561 Light Sensor Driver # #Adafruit TSL2561 Light Sensor Driver #
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. 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): 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! 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. Written by Kevin (KTOWN) Townsend for Adafruit Industries.