TSL2563CS TAOS, TSL2563CS Datasheet - Page 28

Light to Digital Converters Ambient Light Sensor Light to Digital

TSL2563CS

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

Specifications of TSL2563CS

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
TSL2562, TSL2563
LOW-VOLTAGE
LIGHT-TO-DIGITAL CONVERTER
TAOS066M − 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 TSL2563CS