Searched refs:TSL2561 (Results 1 - 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dtsl2561.cxx5 * LIGHT-TO-DIGITAL CONVERTER [TAOS-TSL2561]
34 upm::TSL2561 *sensor = NULL;
43 sensor = new upm::TSL2561();
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DTSL2561Sample.java38 // Instantiate a TSL2561 Digital Light Sensor on I2C
39 upm_tsl2561.TSL2561 sensor = new upm_tsl2561.TSL2561();
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dtsl2561.js30 // Instantiate a digital light sensor TSL2561 on I2C
31 var myDigitalLightSensor = new digitalLightSensor.TSL2561();
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dtsl2561.py27 # Instantiate a digital light sensor TSL2561 on I2C
28 myDigitalLightSensor = upmTsl2561.TSL2561()
/hardware/bsp/intel/peripheral/libupm/src/tsl2561/
H A Dtsl2561.h5 * LIGHT-TO-DIGITAL CONVERTER [TAOS-TSL2561]
7 * URL: http://www.adafruit.com/datasheets/TSL2561.pdf
52 // TSL2561 registers
95 * @brief TSL2561 Digital Light Sensor library
102 * @comname TSL2561 Light Sensor
110 * @brief API for the TSL2561 Digital Light Sensor
112 * TSL2560 and TSL2561 are light-to-digital converters that transform
113 * light intensity to a digital signal output capable of a direct I2C (TSL2561) interface
118 class TSL2561{ class in namespace:upm
121 * Instantiates a TSL2561 objec
[all...]
H A Dtsl2561.cxx5 * LIGHT-TO-DIGITAL CONVERTER [TAOS-TSL2561]
7 * URL: http://www.adafruit.com/datasheets/TSL2561.pdf
38 TSL2561::TSL2561(int bus, uint8_t devAddr, uint8_t gain, uint8_t integrationTime) function in class:TSL2561
46 m_name = "TSL2561- Digital Light Sensor";
59 ": Unable to power up TSL2561");
82 TSL2561::~TSL2561()
89 TSL2561::getLux()
194 TSL2561
[all...]

Completed in 183 milliseconds