TSL2560T TAOS, TSL2560T Datasheet - Page 28

Light to Digital Converters Ambient Light Sensor Light to Digital

TSL2560T

Manufacturer Part Number
TSL2560T
Description
Light to Digital Converters Ambient Light Sensor Light to Digital
Manufacturer
TAOS
Datasheet

Specifications of TSL2560T

Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
- 30 C
Mounting Style
SMD/SMT
Package / Case
TMB
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
TSL2560, TSL2561
LIGHT-TO-DIGITAL CONVERTER
TAOS059N − MARCH 2009
}
28
Copyright E 2009, TAOS Inc.
}
unsigned long temp;
temp = ((channel0 * b) − (channel1 * m));
// do not allow negative lux value
if (temp < 0) temp = 0;
// round lsb (2^(LUX_SCALE−1))
temp += (1 << (LUX_SCALE−1));
// strip off fractional portion
unsigned long lux = temp >> LUX_SCALE;
return(lux);
else if (ratio > K8C)
break;
{b=B8C; m=M8C;}
r
www.taosinc.com
r
The LUMENOLOGY r Company

Related parts for TSL2560T