source: rtos_arduino/trunk/examples/NCESIoT_RTOS/Grove_Digital_Light_Sensor/README.md@ 242

Last change on this file since 242 was 242, checked in by ertl-honda, 8 years ago

RTOSのサンプルを追加

File size: 2.5 KB
Line 
1Grove - Digital Light Sensor
2---------------------------------------------------------
3[![Grove - Digital Light Sensor](http://www.seeedstudio.com/depot/images/product/Digital%20Light%20Sensor.jpg)](http://www.seeedstudio.com/depot/grove-digital-light-sensor-p-1281.html?cPath=25_27)
4
5This module is based on the I2C light-to-digital converter TSL2561 to transform light intensity to a digital signal. Different from traditional analog light sensor, as [Grove - Light Sensor](http://www.seeedstudio.com/depot/grove-light-sensorp-p-1253.html?cPath=144_148), this digital module features a selectable light spectrum range due to its dual light sensitive diodes: infrared and full spectrum.
6
7You can switch between three detection modes to take your readings. They are infrared mode, full spectrum and human visible mode. When running under the human visible mode, this sensor will give you readings just close to your eye feelings.
8
9
10# Usage:
11
12This is an Arduino Library of Grove - Digital Light Sensor.
13
14### Initialization:
15
16 TSL2561.init();
17
18### Get the Lux reading of visible light
19
20 unsigned long readVisibleLux();
21
22
23<br>
24For more information, please refer to [wiki page](http://www.seeedstudio.com/wiki/Grove_-_Digital_Light_Sensor).
25
26
27----
28
29
30This software is written by zhangkun for seeed studio and is licensed under [The MIT License](http://opensource.org/licenses/mit-license.php). Check License.txt for more information.<br>
31
32Contributing to this software is warmly welcomed. You can do this basically by<br>
33[forking](https://help.github.com/articles/fork-a-repo), committing modifications and then [pulling requests](https://help.github.com/articles/using-pull-requests) (follow the links above<br>
34for operating guide). Adding change log and your contact into file header is encouraged.<br>
35Thanks for your contribution.
36
37Seeed is a hardware innovation platform for makers to grow inspirations into differentiating products. By working closely with technology providers of all scale, Seeed provides accessible technologies with quality, speed and supply chain knowledge. When prototypes are ready to iterate, Seeed helps productize 1 to 1,000 pcs using in-house engineering, supply chain management and agile manufacture forces. Seeed also team up with incubators, Chinese tech ecosystem, investors and distribution channels to portal Maker startups beyond.
38
39
40
41
42[![Analytics](https://ga-beacon.appspot.com/UA-46589105-3/Grove_Digital_Light_Sensor)](https://github.com/igrigorik/ga-beacon)
43
44
Note: See TracBrowser for help on using the repository browser.