Home | History | Annotate | Download | only in tsl2561

Lines Matching refs:TSL2561

5  * 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
96 * @defgroup tsl2561 libupm-tsl2561
100 * @library tsl2561
101 * @sensor tsl2561
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
115 * @image html tsl2561.jpg
116 * @snippet tsl2561.cxx Interesting
118 class TSL2561{
121 * Instantiates a TSL2561 object
128 TSL2561(int bus=0, uint8_t devAddr=TSL2561_Address, uint8_t gain=GAIN_0X, uint8_t integrationTime=INTEGRATION_TIME1_101MS);
131 * GY65 object destructor; powers down TSL2561 and closes the I2C connection.
133 ~TSL2561();
136 * Gets the calculated lux reading from TSL2561
144 * Writes to a TSL2561 register
153 * Reads from a TSL2561 register