HomeSort by relevance Sort by last modified time
    Searched defs:TSL2561 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/tsl2561/
tsl2561.cxx 5 * LIGHT-TO-DIGITAL CONVERTER [TAOS-TSL2561]
7 * URL: http://www.adafruit.com/datasheets/TSL2561.pdf
33 #include "tsl2561.h"
38 TSL2561::TSL2561(int bus, uint8_t devAddr, uint8_t gain, uint8_t integrationTime)
46 m_name = "TSL2561- Digital Light Sensor";
59 ": Unable to power up TSL2561");
82 TSL2561::~TSL2561()
89 TSL2561::getLux(
    [all...]
tsl2561.h 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 Senso
    [all...]

Completed in 360 milliseconds